|
|
2.1 | WAN Technologies Overview | ||
| 2.1.4 | WAN encapsulation |
|
Data from the network layer is passed to the data link layer for
delivery on a physical link, which is normally point-to-point on a WAN
connection. The data link layer builds a
frame around the network layer data so the necessary checks and
controls can be applied. Each WAN connection type uses a Layer 2
protocol to encapsulate traffic while it is crossing the WAN link. To
ensure that the correct encapsulation protocol is used, the Layer 2
encapsulation type used for each router serial interface must be
configured. The choice of encapsulation protocols depends on the WAN
technology and the equipment. Most framing is based on the HDLC
standard. HDLC framing gives reliable delivery of data over
unreliable lines and includes signal mechanisms for flow and error
control.
The address field is not needed for WAN links, which are almost always point-to-point. The address field is still present and may be one or two bytes long. The control field indicates the frame type, which may be information, supervisory, or unnumbered:
The control field is normally one byte, but will be two bytes for extended sliding windows systems. Together the address and control fields are called the frame header. The encapsulated data follows the control field. Then a frame check sequence (FCS) uses the cyclic redundancy check (CRC) mechanism to establish a two or four byte field. Several data link protocols are used, including sub-sets and
proprietary versions of HDLC.
|