background image
88 Chapter 3: OSI Reference Model & Layered Communication
connection between two Frame Relay attached devices. ATM PVCs are also connection-
oriented, for similar reasons.
As mentioned earlier, connection-oriented protocols are often assumed to also perform error
recovery. However, Frame Relay and ATM are two examples in which the protocols are
connection-oriented but the protocol does not provide error recovery. Table 3-4 provides some
example protocols and tells whether they are connection-oriented and error-recovering.
The most typical option is for a protocol to be connectionless and not perform error recovery,
or to be connection-oriented and to also perform error recovery. In fact, many connection-
oriented protocols exchange information important to error recovery when the connection is
established.
Cisco expects CCNAs to be able to distinguish between error detection and error recovery. Any
header or trailer with a frame check sequence (FCS) or similar field can be used to detect bit
errors in the PDU. Error detection uses the FCS to detect the error, which results in discarding
the PDU. However, error recovery implies that the protocol reacts to the lost data and somehow
causes the data to be retransmitted. An example of error recovery is shown later in this section.
NOTE
Some documentation refers to the terms connected or connection-oriented. These terms are
used synonymously. You will most likely see the use of the term connection-oriented in Cisco
documentation.
In the context of previous Cisco official courses, reliable, error-recovering protocols were
always defined as also being connection-oriented. In the current ICND course, part of the
official Cisco CCNA training path, those references have been removed. If you are studying
using an older ICRC or CRLS course book, pay particular attention to the comparisons made
about connection orientation and error recovery in this book.
Table 3-4
Protocol Characteristics: Recovery and Connections
Connected?
Reliable?
Examples
Connection-oriented
Yes
LLC type 2 (802.2), TCP (TCP/IP), SPX
(NetWare), X.25
Connection-oriented
No
Frame Relay virtual circuits, ATM virtual
connections, PPP
Connectionless
Yes
TFTP, NetWare NCP (without Packet Burst)
Connectionless
No
UDP, IP, IPX, AppleTalk DDP, most Layer 3
protocols, 802.3, 802.5
ch03.fm Page 88 Monday, March 20, 2000 4:58 PM