ISP Connection Technologies
The last mile (local loop) — the connection from the ISP to the customer — uses various technologies. DSL (Digital Subscriber Line): copper telephone wiring. Cable (DOCSIS): coaxial cable TV infrastructure. Fiber (FTTH/FTTP): fiber optic directly to the building. T1/T3 leased lines: dedicated copper/fiber circuits. Metro Ethernet: Ethernet-over-fiber at carrier grade. Fixed wireless (microwave): point-to-point radio link — used where fiber is unavailable. Cellular (LTE/5G): used for backup or remote site primary connectivity.
Demarcation point (demarc): the physical point where the ISP's responsibility ends and the customer's responsibility begins. The demarc is typically a punch-down block (telco) or a handoff device at the building entrance. The ISP owns and maintains everything up to the demarc; the customer owns the CPE and internal network.
CPE (Customer Premises Equipment): the router, modem, or gateway at the customer site. The CPE connects the ISP circuit to the customer's LAN. In enterprise deployments, the CPE is typically a dedicated router configured with the ISP's routing protocols (BGP or static default route).
Redundant Internet Connectivity
Single ISP (single-homed): one internet connection. Simple and cost-effective but represents a single point of failure. Suitable for small businesses where occasional outages are acceptable.
Dual ISP (multi-homed): two internet connections, typically from different ISPs (for ISP-level redundancy). BGP is used to manage routing between ISPs. If one ISP fails, all traffic automatically routes through the other. Dual connections from the same ISP provide link redundancy but not ISP redundancy — ISP-level issues affect both connections.
Load balancing across ISPs: traffic is distributed across both ISP connections simultaneously — both connections are used, maximizing available bandwidth. More complex to configure but uses all available capacity.
CDN and Anycast
CDN (Content Delivery Network): distributes content geographically to servers (PoPs — Points of Presence) close to users. When a user requests content, DNS routes them to the nearest CDN server, reducing latency. Cloudflare, Akamai, AWS CloudFront are CDN providers. CDNs dramatically improve web performance for global users.
Anycast routing: the same IP address is announced from multiple geographic locations. Packets are routed to the nearest instance. Used by CDNs, DNS root servers (e.g., 1.1.1.1 is anycast), and DDoS mitigation services. Anycast distributes load naturally based on routing proximity.