NetworkingNetwork+

Internet Connectivity for CompTIA Network+ N10-009

Internet connectivity options and the technologies that connect organizations to the internet are tested on CompTIA Network+ N10-009. You must understand ISP connection types, demarcation points, CPE, and how redundancy is achieved for internet access. This topic bridges WAN technologies and network implementation, covering both the physical connection to the ISP and the logical routing required for internet access.

7 min
3 sections · 7 exam key points
1 practice questions

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.

Key exam facts — Network+

  • Demarc = boundary between ISP and customer responsibility
  • CPE = customer premises router/modem that connects ISP circuit to customer LAN
  • Single-homed = one ISP; dual-homed = two ISPs for redundancy
  • BGP used for multi-homed internet connectivity between ISPs
  • CDN distributes content to geographically distributed servers (PoPs) for low latency
  • Anycast = same IP from multiple locations; routed to nearest instance
  • FTTH = fiber to the home; highest speed, lowest latency broadband

Common exam traps

Two connections from the same ISP provides ISP redundancy

Two connections from the same ISP provides link redundancy (two physical paths) but not ISP redundancy. If the ISP has a major outage, both connections fail. True redundancy requires connections from different ISPs

Practice questions — Internet Connectivity

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.What is the demarcation point in an ISP connection?

A.The customer's core router
B.The ISP's central office
C.The physical boundary where ISP responsibility ends and customer responsibility begins
D.The firewall separating the internet from the LAN

Explanation: The demarcation point (demarc) is the physical boundary between the ISP's network and the customer's network — typically located at the building entrance or telco room. The ISP owns and maintains the connection up to the demarc; the customer is responsible for everything from the demarc inward (CPE and LAN).

Frequently asked questions — Internet Connectivity

What is the difference between a modem and a router?

A modem (modulator-demodulator) converts between the ISP's signal type (DSL, cable, fiber) and Ethernet — it provides the ISP-facing interface. A router connects multiple networks and routes traffic between them — it connects the modem (internet) to the local LAN. Many ISP-provided 'modems' are actually modem-router combo units. In enterprise settings, these are separate devices.

Practice this topic

Test yourself on Internet Connectivity

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics