be able to identify various WAN standards. Web
Links WAN http://www.cisco.com/en/US/tech/tk713/
tech_topology_and_network_ serv_and_protocol_suite_ home.html
Content 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 frame always starts and ends with an 8-bit
flag field, the bit pattern 01111110. Because there is a
likelihood that this pattern will occur in the actual data, the
sending HDLC system always inserts a 0 bit after every five 1s
in the data field, so in practice the flag sequence can only
occur at the frame ends. The receiving system strips out the
inserted bits. When frames are transmitted consecutively the
end flag of the first frame is used as the start flag of the
next frame. 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: - Unnumbered frames carry
line setup messages.
- Information frames carry network
layer data.
- Supervisory frames control the flow of
information frames and request data retransmission in the event
of an error.
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. Both PPP and the Cisco version of
HDLC have an extra field in the header to identify the network
layer protocol of the encapsulated data. Web Links WAN
http://www.cisco.com/en/US/tech/tk713/ tech_topology_and_
network_serv_and_ protocol_suite_ home.html
Content
2.1 WAN Technologies Overview 2.1.5
Packet and circuit switching Packet-switched networks were
developed to overcome the expense of public circuit-switched
networks and to provide a more cost-effective WAN
technology.When a subscriber makes a telephone call, the dialed
number is used to set switches in the exchanges along the route
of the call so that there is a continuous circuit from the
originating caller to that of the called party. Because of the
switching operation used to establish the circuit, the
telephone system is called a circuit-switched network. If the
telephones are replaced with modems, then the switched circuit
is able to carry computer data. The internal path taken by the
circuit between exchanges is shared by a number of
conversations. Time division multiplexing (TDM) is used to give
each conversation a share of the connection in turn. TDM
assures that a fixed capacity connection is made available to
the subscriber. If the circuit carries computer data, the usage
of this fixed capacity may not be efficient. For example, if
the circuit is used to access the Internet, there will be a
burst of activity on the circuit while a web page is
transferred. This could be followed by no activity while the
user reads the page and then another burst of activity while
the next page is transferred. This variation in usage between
none and maximum is typical of computer network traffic.
Because the subscriber has sole use of the fixed capacity
allocation, switched circuits are generally an expensive way of
moving data. An alternative is to allocate the capacity to the
traffic only when it is needed, and share the available
capacity between many users. With a circuit-switched
connection, the data bits put on the circuit are automatically
delivered to the far end because the circuit is already
established. If the circuit is to be shared, there must be some
mechanism to label the bits so that the system knows where to
deliver them. It is difficult to label individual bits,
therefore they are gathered into groups called cells, frames,
or packets. The packet passes from exchange to exchange for
delivery through the provider network. Networks that implement
this system are called packet-switched networks. The links that
connect the switches in the provider network belong to an
individual subscriber during data transfer, therefore many
subscribers can share the link. Costs can be significantly
lower than a dedicated circuit-switched connection. Data on
packet-switched networks are subject to unpredictable delays
when individual packets wait for other subscriber packets to be
transmitted by a switch. The switches in a packet-switched
network determine, from addressing information in each packet,
which link the packet must be sent on next. There are two
approaches to this link determination, connectionless or
connection-oriented. Connectionless systems, such as the
Internet, carry full addressing information in each packet.
Each switch must evaluate the address to determine where to
send the packet. Connection-oriented systems predetermine the
route for a packet, and each packet need only carry an
identifier. In the case of Frame Relay, these are called Data
Link Control Identifiers (DLCI). The switch determines the
onward route by looking up the identifier in tables held in
memory. The set of entries in the tables identifies a
particular route or circuit through the system. If this circuit
is only physically in existence while a packet is traveling
through it, it is called a Virtual Circuit (VC). The table
entries that constitute a VC can be established by sending a
connection request through the network. In this case the
resulting circuit is called a Switched Virtual Circuit (SVC).
Data that is to travel on SVCs must wait until the table
entries have been set up. Once established, the SVC may be in
operation for hours, days or weeks. Where a circuit is required
to be always available, a Permanent Virtual Circuit (PVC) will
be established. Table entries are loaded by the switches at
boot time so the PVC is always available. Web Links
Packet vs Circuit Switching http://www.cina.org/ac051599/sld011.htm
Content 2.1 WAN Technologies Overview
2.1.6 WAN link options Figure provides an overview
of WAN link options. Circuit switching establishes a dedicated
physical connection for voice or data between a sender and
receiver. Before communication can start, it is necessary to
establish the connection by setting the switches. This is done
by the telephone system, using the dialed number. ISDN is used
on digital lines as well as on voice-grade lines. If the local
loop is not directly connected to the telephone system, a
digital subscriber line (DSL) may be available. To avoid the
delays associated with setting up a connection, telephone