This chapter covers Cable Modem and DSL technologies, two common broadband access methods that appear on the N10-009 exam under Domain 2.4: Network Implementation. Understanding their differences in architecture, speed, distance limitations, and frequency use is critical for exam questions on WAN technologies and troubleshooting connectivity issues. These topics typically account for about 5-8% of the exam, often in scenario-based questions comparing performance or identifying the correct technology for a given situation.
Jump to a section
Imagine a neighborhood where everyone shares a single large pipe for water (cable modem) versus each house having its own dedicated pipe (DSL). In the cable modem scenario, the water company sends water down a big main pipe that branches to each house. When few people are using water, each house gets high flow. But when many neighbors turn on their faucets at the same time, the pressure drops for everyone — that's the shared bandwidth problem. In contrast, DSL gives each house a dedicated small pipe directly from the water treatment plant. Your flow is consistent regardless of what neighbors do, but the maximum flow is limited by the pipe's size and distance from the plant. The cable modem's shared medium means your real-world speed varies with neighborhood usage, while DSL's dedicated line provides more predictable performance. Both use the existing telephone or cable TV infrastructure, but the underlying technology and traffic management differ fundamentally.
What Are Cable Modem and DSL Technologies?
Cable modems and DSL (Digital Subscriber Line) are broadband technologies that provide high-speed internet access over existing infrastructure — cable television networks and telephone lines, respectively. Both are widely deployed for residential and small business connectivity, and both are legacy technologies that the N10-009 exam expects you to understand thoroughly.
Why They Exist
Before broadband, internet access was primarily dial-up, using the same telephone line for voice and data, with a maximum speed of 56 kbps. Cable and DSL technologies allowed simultaneous voice/data use and much higher speeds by using higher frequencies that didn't interfere with voice or video signals. They made always-on connectivity practical and affordable.
How Cable Modem Works
Cable modems use the coaxial cable infrastructure of cable TV networks. The system is a hybrid fiber-coaxial (HFC) network: fiber optic cable runs from the cable headend to neighborhood nodes, then coaxial cable runs from the node to individual homes. The cable modem communicates with the Cable Modem Termination System (CMTS) at the headend.
Frequency Division Multiplexing (FDM): Cable TV signals use frequencies from 54 MHz to 550 MHz (or higher for digital channels). Cable modems use frequencies above 550 MHz for downstream (to the user) and below 54 MHz for upstream (from the user). The exact frequency bands are defined by the DOCSIS (Data Over Cable Service Interface Specification) standard.
DOCSIS Versions: The exam focuses on DOCSIS 3.0 and 3.1. DOCSIS 3.0 introduced channel bonding, allowing multiple downstream and upstream channels to be combined for higher speeds. DOCSIS 3.1 uses OFDM (Orthogonal Frequency Division Multiplexing) for even higher efficiency and speeds up to 10 Gbps downstream.
Shared Medium: In a cable network, the coaxial cable from the node to homes is a shared bus. All users in a neighborhood receive the same downstream signal, and the cable modem filters out packets not addressed to it. Upstream traffic is managed by the CMTS through a request/grant mechanism to avoid collisions.
Speed and Distance: Cable modem speeds are asymmetric — typically much faster downstream than upstream (e.g., 300 Mbps down, 20 Mbps up). The distance from the home to the node is limited to about 100 km (62 miles) for the coaxial segment, but practical limits are shorter due to signal attenuation.
Security: Cable modems use encryption (typically BPI+ — Baseline Privacy Interface Plus) to prevent eavesdropping on the shared medium.
How DSL Works
DSL uses existing twisted-pair telephone lines to carry data at frequencies above the voice band (0-4 kHz). The DSL modem connects to a DSL Access Multiplexer (DSLAM) at the telephone company's central office (CO).
Frequency Bands: Voice uses 0-4 kHz. ADSL (Asymmetric DSL) uses 25 kHz to 1.1 MHz for upstream and 138 kHz to 1.1 MHz for downstream. VDSL (Very-high-bit-rate DSL) uses frequencies up to 30 MHz.
Distance Limitation: DSL performance degrades rapidly with distance from the CO. ADSL2+ can achieve up to 24 Mbps downstream at 1 km (0.6 miles), but only about 1.5 Mbps at 5 km (3.1 miles). VDSL2 can reach 100 Mbps at 0.5 km but drops to about 50 Mbps at 1 km.
Dedicated Line: Each DSL subscriber has a dedicated twisted-pair copper line from the home to the CO. This means bandwidth is not shared with neighbors — performance is consistent regardless of other users' activity.
Splitters and Filters: To allow simultaneous voice and data, a microfilter or splitter is installed at the customer premises to separate voice and data frequencies. DSL signals do not interfere with voice calls.
DSL Standards: ADSL (ITU G.992.1), ADSL2+ (ITU G.992.5), VDSL (ITU G.993.1), VDSL2 (ITU G.993.2). The exam may test knowledge of maximum speeds and distances for these variants.
Key Components and Values
- Cable Modem: Customer premises equipment (CPE) that connects to the CMTS via coaxial cable. It has an Ethernet port (typically 10/100/1000) to connect to a router or PC. - CMTS: Located at the cable headend, manages up to thousands of cable modems. Assigns IP addresses via DHCP, controls bandwidth allocation, and forwards traffic to the internet. - DSL Modem: CPE that connects to the DSLAM via telephone line. Often combined with a router (DSL modem/router combo). - DSLAM: Located at the telephone CO, aggregates multiple DSL lines and connects to the internet backbone via high-speed uplinks (e.g., Gigabit Ethernet). - Default Values: - DOCSIS 3.0: Up to 4 downstream channels bonded (each 38 Mbps for 64-QAM or 42.8 Mbps for 256-QAM), up to 4 upstream channels (each 27 Mbps for 64-QAM). - DOCSIS 3.1: Downstream up to 10 Gbps, upstream up to 1.5 Gbps. - ADSL2+: Max downstream 24 Mbps, upstream 1.4 Mbps. - VDSL2: Max downstream 100 Mbps (profile 17a) or 200 Mbps (profile 35b), upstream typically 50-100 Mbps.
Configuration and Verification Commands
While the N10-009 exam does not require memorizing specific vendor commands, you should understand common verification methods:
- On a cable modem: Access the modem's web interface (often 192.168.100.1) to view signal levels, SNR (Signal-to-Noise Ratio), and bonded channels.
- On a DSL modem: Check sync rate, attenuation, and noise margin via the modem's status page.
- CLI on a router:
- show interface to see link status and speed.
- show ip interface brief to verify IP address assignment.
- ping and traceroute to test connectivity.
- Troubleshooting commands:
- show cable modem on a Cisco CMTS to list registered cable modems.
- show dsl interface on a Cisco DSL router to view DSL line status.
Interaction with Related Technologies
Both cable modem and DSL often connect to a home router that performs NAT (Network Address Translation) and DHCP. The ISP typically provides a public IP address via DHCP to the modem, which then hands a private IP to the router. The modem itself may act as a bridge (pass-through) or a router. On the exam, be aware that:
Cable modems use DOCSIS, which includes QoS mechanisms for voice and video.
DSL often uses PPPoE (Point-to-Point Protocol over Ethernet) for authentication, especially in Europe and Asia. In North America, DHCP is more common.
Both technologies are gradually being replaced by fiber (FTTH) in many areas, but they remain important for legacy installations.
Cable Modem Initialization and Registration
When a cable modem powers on, it scans for downstream channels (typically in the 550-750 MHz range). It locks onto the strongest signal and receives configuration parameters from the CMTS via DHCP. The modem then sends a registration request, and the CMTS assigns an IP address and grants bandwidth. The modem also performs ranging — adjusting its transmit timing so that all modems' signals arrive at the CMTS without collision. This process takes about 30-60 seconds. A network engineer would observe the modem's status lights flashing as it cycles through scanning, ranging, and registration.
DSL Synchronization and Training
The DSL modem powers on and begins a handshake with the DSLAM using G.994.1. It negotiates the DSL standard (ADSL2+, VDSL2, etc.) and then enters a training phase where it sends test signals to measure line quality. The modem and DSLAM determine the maximum achievable bitrate based on signal-to-noise ratio (SNR) and line attenuation. This process takes 10-30 seconds. After training, the modem is synchronized (sync rate established), and PPPoE or DHCP negotiation begins. The sync rate is the raw bitrate before overhead; actual throughput is slightly lower. A network engineer would check the sync rate on the modem's status page.
Data Transmission on Cable Modem Network
Once registered, the cable modem sends data upstream by requesting time slots from the CMTS. The CMTS grants slots based on demand and service level agreements. Downstream data is broadcast to all modems on the segment; each modem filters packets using the destination MAC address. The DOCSIS MAC layer uses a collision-avoidance mechanism similar to CSMA/CD but managed by the CMTS. For bonded channels, the modem fragments and distributes data across multiple channels. The network engineer would see bonded channels in the modem's status page, showing downstream and upstream channel IDs and signal levels.
Data Transmission on DSL Network
After synchronization, the DSL modem encapsulates Ethernet frames into ATM (Asynchronous Transfer Mode) cells or PTM (Packet Transfer Mode) packets for transmission over the DSL line. The DSLAM terminates the DSL connection and forwards traffic to the ISP's backbone. Unlike cable, DSL provides a dedicated circuit — no contention with neighbors. The modem and DSLAM maintain a constant sync; if the line degrades, they may retrain (re-sync) at a lower speed. A network engineer would monitor the DSL line's CRC errors and retrains to diagnose issues.
Troubleshooting Common Issues
Common cable modem issues: low SNR (below 30 dB) causing errors; high transmit power (above 55 dBmV) indicating distance or splitter problems; channel bonding not locking. For DSL: high attenuation (above 50 dB) indicating long loop length; low noise margin (below 6 dB) causing instability; sync rate lower than expected. A network engineer would use the modem's diagnostic page to check these values. For cable, checking the CMTS logs may show registration failures. For DSL, checking the DSLAM port status may reveal line errors. Both technologies benefit from checking physical connections (loose coax or phone jacks) and signal splitters.
In a typical enterprise scenario, a small branch office might use a cable modem or DSL as a primary or backup internet connection. For example, a retail store with 10 employees might use a business-grade cable modem offering 200 Mbps downstream and 20 Mbps upstream. The cable modem is configured in bridge mode, connected to a firewall/router that handles NAT and VPN. The network engineer must ensure the modem's signal levels are within DOCSIS specifications: downstream power between -10 and +10 dBmV, SNR above 30 dB, upstream power between 35 and 55 dBmV. If the store is located at the end of a long coaxial run, signal amplifiers may be needed.
Another scenario: a remote office in a rural area might use ADSL2+ because fiber is unavailable. The office is 4 km from the CO, so the maximum sync rate is about 4 Mbps. The network engineer configures the DSL modem for PPPoE with the ISP-provided credentials. The modem's status shows an attenuation of 45 dB and a noise margin of 8 dB — acceptable but not ideal. To improve stability, the engineer might request the ISP to lower the target noise margin from 6 dB to 3 dB to increase speed, at the risk of more errors.
A third scenario: a company uses cable modem as a backup link for a fiber connection. The cable modem is configured with a static IP from the ISP. When the fiber fails, the router fails over to the cable modem via IP SLA tracking. The engineer must ensure the cable modem's bandwidth is sufficient for critical applications (e.g., 50 Mbps downstream for VoIP and email). Common misconfigurations include: using a residential-grade modem that buffers too much (causing latency spikes), failing to disable the modem's built-in router (causing double NAT), or not bonding enough channels (limiting speed). In production, the engineer monitors the modem's logs for T3 and T4 timeouts (indicating upstream or downstream loss of sync) and ensures the CMTS is not oversubscribed.
The N10-009 exam tests cable modem and DSL under Domain 2.4 (Network Implementation) and also in troubleshooting scenarios (Domain 5.0). Expect questions that compare the two technologies or ask you to identify the correct technology for a given requirement.
Common wrong answers: 1. "DSL is faster than cable" — This is false because cable often provides higher maximum speeds (DOCSIS 3.1 up to 10 Gbps vs VDSL2 up to 100 Mbps). Candidates confuse DSL's dedicated line with higher speed. 2. "Cable modem uses dedicated bandwidth" — Wrong; cable uses a shared medium. The dedicated nature of DSL is a key differentiator. 3. "DSL distance limitation is 5 miles" — While ADSL2+ can work up to about 5 km (3.1 miles) at low speeds, the exam expects you to know that VDSL2 is limited to about 1 km for high speeds. The exact values vary, but remember: the shorter the loop, the higher the speed. 4. "Cable modems use telephone lines" — No, they use coaxial cable.
Specific numbers and terms: - DOCSIS 3.0 downstream channel width: 6 MHz (North America) or 8 MHz (Europe). - DOCSIS 3.0 downstream modulation: 64-QAM or 256-QAM. - ADSL maximum distance: 5 km (3 miles) for 1.5 Mbps. - VDSL2 maximum distance: 1 km (0.6 miles) for 100 Mbps. - The term "CMTS" appears in answer choices — know it's for cable. - "DSLAM" is the DSL counterpart.
Edge cases: - SDSL (Symmetric DSL) offers equal upstream/downstream speeds, but is less common. The exam may ask about it. - Bonded DSL (using multiple phone lines) can increase speed but is rare. - DOCSIS 3.1 uses OFDM, which is more resistant to noise.
Eliminating wrong answers: - If the question mentions "shared bandwidth" or "neighborhood congestion," the answer is cable modem. - If it mentions "distance from central office" or "dedicated line," the answer is DSL. - If the question involves "PPPoE authentication," think DSL (common in some regions). - If it involves "coaxial cable," think cable modem.
Cable modems use shared bandwidth; DSL uses dedicated lines.
DOCSIS 3.0 bonds multiple channels for higher speeds; DOCSIS 3.1 uses OFDM.
DSL speed is inversely proportional to distance from the central office.
Cable modem downstream frequency range: 550-750 MHz (typical).
DSL uses frequencies above 4 kHz to avoid interfering with voice.
CMTS is for cable; DSLAM is for DSL.
PPPoE is commonly used with DSL for authentication.
These come up on the exam all the time. Here's how to tell them apart.
Cable Modem
Uses coaxial cable (HFC network)
Shared bandwidth among neighborhood users
Managed by CMTS at headend
DOCSIS standard (3.0, 3.1)
Less distance-sensitive (up to 100 km coax, but node to home typically <1 mile)
DSL
Uses twisted-pair telephone line
Dedicated bandwidth per subscriber
Managed by DSLAM at central office
ITU G.992.x (ADSL) and G.993.x (VDSL) standards
Distance-sensitive; speed drops significantly beyond 1-5 km
Mistake
Cable modems provide dedicated bandwidth to each subscriber.
Correct
Cable modems share bandwidth among all users in a neighborhood segment. Actual throughput decreases during peak usage as more users contend for the same upstream and downstream capacity.
Mistake
DSL is always faster than cable modem.
Correct
Cable modem (DOCSIS 3.1) can theoretically reach 10 Gbps downstream, while VDSL2 maxes out at about 100 Mbps. DSL is typically slower but offers consistent, dedicated bandwidth.
Mistake
DSL works over any telephone line regardless of distance.
Correct
DSL performance degrades significantly with distance. ADSL2+ has a maximum range of about 5 km (3 miles) for low speeds, and VDSL2 is limited to about 1 km (0.6 miles) for high speeds.
Mistake
Cable modems and DSL modems can be used interchangeably.
Correct
They require different infrastructure: cable modems connect to coaxial cable and a CMTS; DSL modems connect to twisted-pair telephone lines and a DSLAM. They are not interchangeable.
Mistake
DOCSIS is a DSL standard.
Correct
DOCSIS (Data Over Cable Service Interface Specification) is the standard for cable modems. DSL standards are ITU G.992.x (ADSL) and G.993.x (VDSL).
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
DOCSIS 3.0 supports up to 1 Gbps downstream by bonding multiple channels (4 channels at 38-42.8 Mbps each). However, actual speeds are limited by the ISP's provisioning and network congestion. Upstream speeds are typically 100-200 Mbps with bonding.
DSL signals attenuate (weaken) as they travel along copper wires. Higher frequencies attenuate more, so the modem and DSLAM must use lower frequencies or simpler modulation at longer distances, reducing the bitrate. The noise from crosstalk and interference also increases with distance.
No. DSL filters (microfilters) are designed to block high-frequency DSL signals from interfering with analog telephone equipment. Cable modems use coaxial cable, not telephone wire, so DSL filters are incompatible.
ADSL (Asymmetric DSL) provides up to 24 Mbps downstream and is suitable for distances up to 5 km. VDSL (Very-high-bit-rate DSL) provides up to 100 Mbps downstream but only works over short distances (up to 1 km). VDSL uses higher frequencies and is more susceptible to attenuation.
Access the cable modem's web interface (often at 192.168.100.1). Look for downstream power level (should be between -10 and +10 dBmV), SNR (above 30 dB), and upstream power level (35-55 dBmV). These values help diagnose connectivity issues.
CMTS stands for Cable Modem Termination System. It is located at the cable headend and manages all cable modems in a network. It assigns IP addresses, controls bandwidth, and forwards traffic to the internet. It is the counterpart to a DSLAM.
Both have security features. Cable modems use BPI+ encryption for data privacy on the shared medium. DSL lines are dedicated, so eavesdropping is harder but not impossible. Both require proper firewall and encryption practices for overall security.
You've just covered Cable Modem and DSL Technologies — now see how well it sticks with free N10-009 practice questions. Full explanations included, no account needed.
Done with this chapter?