Always-on connection, where available bandwidth is shared between several users. No time-based charging. Charging is based on committed traffic rate. This type of connection is more appropriate for bursty data transfers. Special configuration is needed to support strict QoS requirements. Frame Relay is a packet switching connection type.
High Level Data Link Control (HDLC)
HDLC is a data-link layer protocol and because of the fact that there is no standard way of identifying the type of network protocol carried within the HDLC encapsulation, each vendor uses its own proprietary HDLC protocol.
Cisco uses its own HDLC implementation; therefore Cisco routers are not able to communicate with equipment running other vendors’ HDLC implementation. Nevertheless, HDLC is the default encapsulation used by Cisco routers on synchronous serial links (leased line connections). When communicating with a non-Cisco device, synchronous Point-to-Point protocol (PPP) is the more feasible option to use.
On Cisco routers use the show interface command on serial interfaces to see the configured encapsulation method.
To see the physical connection type used, issue the show controllers command:
Point-to-Point Protocol (PPP)
PPP data link protocol is used on serial connections between dissimilar routers, for example a Cisco router and a non-Cisco router. PPP is designed to allow the simultaneous use of multiple network layer protocols and also supports two types of hostname authentications CHAP (Challenge Handshake Authentication Protocol) and PAP (Password Authentication Protocol).
PPP uses the services of the HDLC protocol for encapsulating datagrams over serial links. Moreover, it uses two additional control protocols to support its operation:
- Link Control Protocol (LCP) provides the means for configuring, establishing, maintaining and terminating the PPP connection. Among other things, LCP handles PPP authentication methods, error detection, compression techniques, support
for multilink etc.
- Network Control Protocol (NCP) provides the means for encapsulating multiple network layer protocols across the PPP data link.
Use the show interface command to verify PPPs operation.
Notice from the output of the show interface serial 1/0 command the PPP encapsulation type. Also, notice that LCP is Open meaning is being running and maintaining the PPP connection. Finally, the last line is associated with the NCP. It shows that IP, CDP and AppleTalk are open.
Frame Relay
Frame Relay is a packet-switched technology. No connection setup phase takes place prior to data transmission. Moreover, the network infrastructure is shared among different users in contrast to leased line connections where the whole amount of bandwidth is always dedicated to the corresponding user. The main characteristics of Frame Relay technology are presented below:
- Contract terms are signed between the customer and service provider. Mainly the contract consists of a so-called Committed Information Rate (CIR) which is the amount of bandwidth the service provider has contractually guaranteed to provide to the customer at all times. The later may use more bandwidth if the network infrastructure is not congested, however this excess traffic is not guaranteed at all.
- Big money saved for both customer and service provider. The customer makes use of this packet switched technology at much lower price compared to the leased line option. From the other hand, the service provider does not have to install and maintain a huge number of leased line connections which always consume the whole bandwidth tube even if they are not really used.
- Frame Relay on Cisco routers is configured on serial interfaces. Unlike HDLC or PPP, configuring Frame Relay is achieved by specifying the appropriate encapsulation type among Cisco and IETF (Internet Engineering Task Force). The default encapsulation used for Frame Relay on Cisco routers is you guess correctly Cisco of course.
- Frame Relay uses what is called virtual circuits to route data across the service providers infrastructure towards the other communicating end. Service providers mainly use Permanent Virtual Circuits (PVCs) within their network to route packets forth and back. The PVCs once created remain operating as long as the customer pays the bill.
- PVCs are identified by the use of Data Link Connection Identifiers (DLCIs) which are typically assigned by the provider to end devices. These identifiers have only local significance in the sense that they are used to identify a specific data link and not the entire virtual circuit end-to-end. According to the DLCIs values assigned to the customers, the service provider is able to route packets appropriately.
Integrated Services Digital Network (ISDN)
ISDN is a Circuit Switched technology that is designed to run over existing telephone networks. It is a fully digital technology end-to-end. It consists of a number of protocols for transferring data, voice and video over the traditional telephone system. ISDN has the following major characteristics:
- Faster data transmission compared with analog modem connection.
- Perfect candidate for establishing a backup connection to a leased line connection.
- Comes with two flavors:
- ISDN Basic Rate Interface (BRI) service also known as 2B+D consists of two data channels (B channels) that operate at 64 Kbps each and a single signaling channel (D channel) that operates at 16kbps.
- ISDN Primary Rate Interface (PRI) also known as 23B+D in North America and Japan and 30B+D in Europe. In the case of 23B+D, it consists of 23 data channels operating at 64kbps each and one signaling channel operating at 64kbps as well.
- To be able to connect a Cisco router to the ISDN network you can either use a router with a built-in NT1 (U) interface (ISDNs two wire connection that runs into the home or office) or use an ISDN terminal adapter (TA) along with your routers serial interface
Leave a Reply
You must be logged in to post a comment.