CCNP ISCW Notes

1 Apr 2008

Chapter 4: Using DSL to Connect to a Central Site

Terminology

Limitations

ADSL can typically reach only 18,000 feet from the CO.

Load coils placed to extend voice signals disrupt data signals.

Bridge taps (unterminated wire split) introduce additional interference.

Crosstalk occurs between pairs within a cable bundle.

DSL Types

Asymmetric Types

Symmetric Types

ADSL Modulation

Carrierless Amplitude Phase (CAP)

CAP operates with three frequency bands:

CAP is based on quadrature amplitude modulation (QAM).

CAP is legacy and nonstandard, giving way to DMT.

Discrete Multi-Tone (DMT)

DMT uses orthogonal frequency-division multiplexing (OFDM) and operates on multiple carriers (channels) within each frequency range.

The available frequency range of 0 to 1.1 MHz is divided into 256 channels of 4.312 kHz each.

Channels are dynamically allocated to find the combination of channels with the least interference.

Data Transmission over ADSL

RFC 1483/2684 Bridging

Simple multi-protocol encapsulation over ATM, defined in the RFCs 1483 and 2684.

PPP over Ethernet (PPPoE)

Defined in RFC 2516.

Connection setup occurs in two phases:

Discovery Phase

The CPE router performs the discovery phase to determine the MAC address of its peer.

  1. The client broadcasts a PPPoE Active Discovery Initiation (PADI) packet requesting service.
  2. The aggregation router responds with a PPPoE Active Discovery Offer (PADO).
  3. The client sends a unicast PPPoE Active Discovery Response (PADR) requesting to move on to the session phase.
  4. The aggregation router sends a PPPoE Active Discovery Session-Confirmation with a session ID.

PPPoE frame structure:

Session Phase

The session phase consists of normal PPP operation; LCP and NCP negotiation.

RFC 2516 defines a Maximum Receivable Unit (MRU) (MTU) of 1492 (6-byte PPPoE header + a 2-byte PPP protocol ID field).

PPP over ATM (PPPoA)

PPPoA uses ATM Adaptation Layer 5 (AAL5) and Logical Link Control/Subnetwork Access Protocol (LLC/SNAP) for encapsulation on virtual circuits.

Ethernet frames are appended with an 8-byte segmentation and reassembly (SAR) trailer and padding so that their length extends to a multiple of 48, then split into 53-bye ATM cells for transmission.

Virtual circuits are specified as a pairing of a Virtual Path Identifier (VPI) (8 bits) and a Virtual Circuit Identifier (VCI) (16 bits).

PPPoA also performs discovery and session phases similar to PPPoE.

© 2008 PacketLife.net