4
Most read
5
Most read
12
Most read
Module
4
Switched Communication
Networks
Version 2 CSE IIT, Kharagpur
Lesson
5
Frame Relay
Version 2 CSE IIT, Kharagpur
Special Instructional Objective
• On completion of this lesson, the student will be able to:
• State the limitations of X.25
• Explain the key features of Frame Relay
• Specify the Frame relay frame format
• Explain how congestion control is performed in Frame relay network
4.5.1 Introduction
Frame Relay is a high-performance WAN protocol that operates at the physical and data
link layers of the OSI reference model. Frame Relay originally was designed for use
across Integrated Services Digital Network (ISDN) interfaces. Today, it is used over a
variety of other network interfaces as well. Frame Relay is a simplified form of Packet
Switching, similar in principle to X.25, in which synchronous frames of data are routed to
different destinations depending on header information. The biggest difference between
Frame Relay and X.25 is that X.25 guarantees data integrity and network managed flow
control at the cost of some network delays. Frame Relay switches packets end to end
much faster, but there is no guarantee of data integrity at all.
As line speeds have increased from speeds below 64kbps to T1/E1 and beyond, the
delays inherent in the store-and-forward mechanisms of X.25 become intolerable. At the
same time, improvements in digital transmission techniques have reduced line errors to
the extent that node-to-node error correction throughout the network is no longer
necessary. The vast majority of Frame Relay traffic consists of TCP/IP or other protocols
that provide their own flow control and error correction mechanisms. Much of this traffic
is fed into the Internet, another packet switched network without any built-in error
control.
Because Frame Relay does not 'care' whether the frame it is switching is error-free or not,
a Frame Relay node can start switching traffic out onto a new line as soon as it has read
the first two bytes of addressing information at the beginning of the frame. Thus a frame
of data can travel end-to-end, passing through several switches, and still arrive at its
destination with only a few bytes' delay. These delays are small enough that network
latency under Frame Relay is not noticeably different from direct leased line connections.
As a result, the performance of a Frame Relay network is virtually identical to that of a
leased line, but because most of the network is shared, costs are lower.
Frame Relay is an example of a packet-switched technology. Packet-switched networks
enable end stations to dynamically share the network medium and the available
bandwidth. The following two techniques are used in packet-switching technology:
• Variable-length packets
• Statistical multiplexing
Variable-length packets are used for more efficient and flexible data transfers. These
packets are switched between the various segments in the network until the destination is
reached.
Version 2 CSE IIT, Kharagpur
Statistical multiplexing techniques control network access in a packet-switched network.
The advantage of this technique is that it accommodates more flexibility and more
efficient use of bandwidth. Most of today's popular LANs, such as Ethernet and Token
Ring, are packet-switched networks.
4.5.2 Frame Relay Devices
Devices attached to a Frame Relay WAN fall into the following two general categories:
• Data terminal equipment (DTE)
• Data circuit-terminating equipment (DCE)
DTEs generally are considered to be terminating equipment for a specific network and
typically are located on the premises of a customer. In fact, they may be owned by the
customer. Examples of DTE devices are terminals, personal computers, routers, and
bridges.
DCEs are carrier-owned internetworking devices. The purpose of DCE equipment
is to provide clocking and switching services in a network, which are the devices that
actually transmit data through the WAN. In most cases, these are packet switches.
The connection between a DTE device and a DCE device consists of both a
physical layer component and a link layer component. The physical component defines
the mechanical, electrical, functional, and procedural specifications for the connection
between the devices. One of the most commonly used physical layer interface
specifications is the recommended standard (RS)-232 specification. The link layer
component defines the protocol that establishes the connection between the DTE device,
such as a router, and the DCE device, such as a switch.
4.5.3 Virtual Circuits
Frame Relay is a virtual circuit network, so it doesn’t use physical addresses to define the
DTEs connected to the network. Frame Relay provides connection-oriented data link
layer communication. This means that a defined communication exists between each pair
of devices and that these connections are associated with a connection identifier.
However, virtual circuit identifiers in Frame relay operate at the data link layer, in
contrast with X.25, where they operate at the network layer. This service is implemented
by using a Frame Relay virtual circuit, which is a logical connection created between two
data terminal equipment (DTE) devices across a Frame Relay packet-switched network
(PSN).
Virtual circuits provide a bidirectional communication path from one DTE device
to another and are uniquely identified by a data-link connection identifier (DLCI). A
Version 2 CSE IIT, Kharagpur
number of virtual circuits can be multiplexed into a single physical circuit for
transmission across the network. This capability often can reduce the equipment and
network complexity required to connect multiple DTE devices.
A virtual circuit can pass through any number of intermediate DCE devices
(switches) located within the Frame Relay PSN. Before going into the details of DLCI let
us first have a look at the two types of Frame Relay Circuits, namely: switched virtual
circuits (SVCs) and permanent virtual circuits (PVCs).
4.5.3.1 Switched Virtual Circuits
Switched virtual circuits (SVCs) are temporary connections used in situations requiring
only sporadic data transfer between DTE devices across the Frame Relay network. A
communication session across an SVC consists of the following four operational states:
• Call setup—The virtual circuit between two Frame Relay DTE devices is
established.
• Data transfer—Data is transmitted between the DTE devices over the virtual circuit.
• Idle—The connection between DTE devices is still active, but no data is transferred.
If an SVC remains in an idle state for a defined period of time, the call can be
terminated.
• Call termination—The virtual circuit between DTE devices is terminated.
After the virtual circuit is terminated, the DTE devices must establish a new SVC if there
is additional data to be exchanged. It is expected that SVCs will be established,
maintained, and terminated using the same signaling protocols used in ISDN.
4.5.3.2 Permanent Virtual Circuits
Permanent virtual circuits (PVCs) are permanently established connections that are used
for frequent and consistent data transfers between DTE devices across the Frame Relay
network. Communication across PVC does not require the call setup and termination
states that are used with SVCs. PVCs always operate in one of the following two
operational states:
ƒ Data transfer: Data is transmitted between the DTE devices over the virtual circuit.
ƒ Idle: The connection between DTE devices is active, but no data is transferred.
Unlike SVCs, PVCs will not be terminated under any circumstances when in an
idle state. DTE devices can begin transferring data whenever they are ready because the
circuit is permanently established.
4.5.3.3 Data-Link Connection Identifier (DLCI)
Frame Relay virtual circuits are identified by data-link connection identifiers (DLCIs).
DLCI values typically are assigned by the Frame Relay service provider (for example, the
Version 2 CSE IIT, Kharagpur
telephone company). Frame Relay DLCIs have local significance, which means that their
values are unique in the LAN, but not necessarily in the Frame Relay WAN. The local
DTEs use this DLCI to send frames to the remote DTE.
Figure 4.5.1 shows the assignments of DLCIs, 3
connections have been shown namely, between A
to D, D to E, and D to B. Point Here to be noted is
that connection in fig.(a) and in fig.(c) uses the
same DLCI, this can be done because these DLCIs
are used by local DTEs. Bothe the connectons are
valid as they define different virtual circuits
originating from different DTEs.
DLCI=15
Figure 4.5.1 DLCIs connection between different DTEs
4.5.3.4 DLCIs inside the network
DLCIs are not only used to define the virtual circuit between a DTE and a DCE, but also
to define the virtual circuit between two DCEs (switches) inside the network. A switch
assigns a DLCI to each virtual connection in an interface. This means that two different
connections belonging to two different interfaces may have the same DLCIs (as shown in
the above figure). In other words, DLCIs are unique for a particular interface.
DLCI=26
(a). Connection from A to D
(b). Connection from D to E
DLCI=26
(c). Connection from D to A
Version 2 CSE IIT, Kharagpur
A connection between DTE A and
DTE D has been shown in this figure,
DLCI assigned inside the Frame Relay
network is also shown in the network.
DCEs inside the network use
incoming interface – DLCI
combination to decide the outgoing
interface – DLCI combination to
switch out the frame, from that DCE.
DLCI =122
Figure 4.5.2 DLCIs inside Frame relay network
Each switch in a Frame relay network has a table to route frames The table matches the
incoming interface- DLCI combination with an outgoing interface-DLCI combination.
Figure 4.5.3 shows two frames arriving at the switch on interface2, one with DLCI=11
and other with DLCI= 213.
Incoming Outgoing
Interface DLCI Interface DLCI
1 122 1 41
2 213 1 158
2 11 2 111
1 151 2 210
Figure 4.5.3 Frame Relay switch table
4.5.4 Frame Relay Layers
Frame Relay has only 2 layers, namely Physical layer and Data Link layer. And as
compared to other layer of packet switching network such as X.25, frame relay has only
1.5 layers whereas X.25 has 2 layers. Frame Relay eliminates all network layer functions
and a portion of conventional data-link layer functions.
9
77
DLCI=26
1
2
2
1
DLCI=213
DLCI= 213 DLCI= 11 DLCI=111
Version 2 CSE IIT, Kharagpur
Physical Layer
No specific protocol is defined for physical layer in frame relay. Frame relay supports
any one of the protocols recognized by ANSI, and thus the choice of physical layer
protocol is up to the implementer.
Data Link Layer
At Data-link Layer Frame employs a simpler version of HDLC. Simpler version is used
because HDLC provides extensive error and flow control fields that are not needed in
frame relay.
To understand much of the functionality of Frame Relay, it is helpful to
understand the structure of the Frame Relay frame. Figure 4.5.4 depicts the basic format
of the Frame Relay frame. Flags indicate the beginning and end of the frame. Three
primary components make up the Frame Relay frame: the header and address area, the
user-data portion, and the frame check sequence (FCS). The address area, which is 2
bytes in length, is comprised of 10 bits representing the actual circuit identifier and 6 bits
of fields related to congestion management. This identifier commonly is referred to as the
data-link connection identifier (DLCI).
Figure 4.5.4 Frame Relay frame format
• Flags—Delimits the beginning and end of the frame. The value of this field is always
the same and is represented either as the hexadecimal number 7E or as the binary
number 01111110.
• Address—Contains the following information:
DLCI—The 10-bit DLCI is the essence of the Frame Relay header. This value represents
the virtual connection between the DTE device and the switch. Each virtual connection
Version 2 CSE IIT, Kharagpur
that is multiplexed onto the physical channel will be represented by a unique DLCI. The
DLCI values have local significance only, which means that they are unique only to the
physical channel on which they reside. Therefore, devices at opposite ends of a
connection can use different DLCI values to refer to the same virtual connection. The
first 6-bits of the first byte make up part 1 of the DLCI, and second part of DLCI uses the
first 4-bits of second byte.
Extended Address (EA)—The EA is used to indicate whether the byte in which the EA
value is 1 is the last addressing field. If the value is 1, then the current byte is determined
to be the last DLCI octet. Although current Frame Relay implementations all use a two-
octet DLCI, this capability does allow longer DLCIs to be used in the future. The eighth
bit of each byte of the Address field is used to indicate the EA.
C/R—The C/R is the bit that follows the most significant DLCI byte in the Address
field. The C/R bit is not currently defined.
Congestion Control—This consists of the 3 bits that control the Frame Relay
congestion-notification mechanisms. These are the FECN, BECN, and DE bits, which are
the last 3 bits in the Address field.
Forward-explicit congestion notification (FECN) is a single-bit field that can be set to a
value of 1 by a switch to indicate to an end DTE device, such as a router, that congestion
was experienced in the direction of the frame transmission from source to destination as
shown in Fig. 4.5.5. The primary benefit of the use of the FECN and BECN fields is the
capability of higher-layer protocols to react intelligently to these congestion indicators.
Today, DECnet and OSI are the only higher-layer protocols that implement these
capabilities.
Figure 4.5.5 Forward-explicit congestion notification
Backward-explicit congestion notification (BECN) is a single-bit field that, when set to a
value of 1 by a switch, indicates that congestion was experienced in the network in the
direction opposite of the frame transmission from source to destination.
Discard eligibility (DE) is set by the DTE device, such as a router, to indicate that the
marked frame is of lesser importance relative to other frames being transmitted. Frames
Version 2 CSE IIT, Kharagpur
that are marked as "discard eligible" should be discarded before other frames in a
congested network. This allows for a basic prioritization mechanism in Frame Relay
networks.
Figure 4.5.6 Backward-explicit congestion notification
•Data—Contains encapsulated upper-layer data. Each frame in this variable-length field
includes a user data or payload field that will vary in length up to 16,000 octets. This
field serves to transport the higher-layer protocol packet (PDU) through a Frame Relay
network.
• Frame Check Sequence—Ensures the integrity of transmitted data. This value is
computed by the source device and verified by the receiver to ensure integrity of
transmission.
4.5.5 Summary
• Frame relay operates only in data link and physical layer.
• Frame Relay allows bursty traffic.
• It allows frame size of 9000 bytes, which can accommodate all local area network
frames.
• Frame relay is less expensive then other traditional WANs.
• Frame relay provides both Permanent and switched connections.
• Frame relay allow variable-length frames, this may create varying delays for
different users. Due to variable delay it is not suitable for real-time
communication
Version 2 CSE IIT, Kharagpur
Fill in the blanks:
1. Frame Relay is a high-performance ______ protocol.
2. Frame Relay operates at the __________ and _____________ layers of the OSI
reference model.
3. Frame Relay requires Error Checking at the _________ layer.
4. Frame Relay is a simplified form of ______________ switching, similar in
principle to _______.
5. Frame Relay is a ___________________ network.
6. Frame Relay virtual circuits are identified by ___________.
7. ______ bit in address field in frame relay is set to one to signify the last address
bit.
8. Routing and switching in Frame Relay is performed by ________ layer.
9. ________ data are allowed on a Frame Relay Network.
10. Frame relay is not suited well for ______ due to the delay resulting from varying
sizes of Frame.
Answers fill in the blanks
1. WAN
2. Physical, data link
3. Data link
4. Circuit, X.25
5. Virtual switched
6. DLCIs.
7. Extended Address (EA)
8. Data link layer
9. Encapsulated upper layer
10. Real time traffic
Short Answer Questions:
1. Explain few devices used in Frame relay.
Ans: Devices attached to a Frame Relay WAN fall into the following two general
categories:
• Data terminal equipment (DTE) : DTEs generally are considered to be terminating
equipment for a specific network and typically are located on the premises of a
customer
• Data circuit-terminating equipment (DCE): DCEs are carrier-owned
internetworking devices. The purpose of DCE equipment is to provide clocking and
switching services in a network, which are the devices that actually transmit data
through the WAN. In most cases, these are packet switches.
Version 2 CSE IIT, Kharagpur
2. Distinguish between permanent virtual and switched virtual connections used in
Frame relay protocol.
Ans: In permanent virtual connection, the path is fixed and data transfer occurs as with
virtual calls, but no call setup or termination is required. On the other hand, in switched
virtual connection, the path is a dynamically established virtual circuit using a call set up
and call clearing procedure. Many other circuits can share the same path.
3. What are the various states in a Switched virtual circuit connection in Frame
Relay?
Ans:
A communication session across an SVC consists of the following four operational states:
• Call setup—The virtual circuit between two Frame Relay DTE devices is
established.
• Data transfer—Data is transmitted between the DTE devices over the virtual circuit.
• Idle—The connection between DTE devices is still active, but no data is transferred.
If an SVC remains in an idle state for a defined period of time, the call can be
terminated.
• Call termination—The virtual circuit between DTE devices is terminated.
4. Describe Permanent Virtual switched connection in Frame Relay.
Ans: Permanent virtual circuits (PVCs) are permanently established connections that are
used for frequent and consistent data transfers between DTE devices across the Frame
Relay network. Communication across PVC does not require the call setup and
termination states that are used with SVCs. PVCs always operate in one of the following
two operational states:
• Data transfer—Data is transmitted between the DTE devices over the virtual circuit.
• Idle—The connection between DTE devices is active, but no data is transferred.
Unlike SVCs, PVCs will not be terminated under any circumstances when in an idle
state. DTE devices can begin transferring data whenever they are ready because the
circuit is permanently established.
5. Write a short Note on Data-Link Connection Identifier (DLCI).
Ans: Frame Relay virtual circuits are identified by data-link connection identifiers
(DLCIs). DLCI values typically are assigned by the Frame Relay service provider (for
example, the telephone company). Frame Relay DLCIs have local significance, which
means that their values are unique in the LAN, but not necessarily in the Frame Relay
WAN. The local DTEs use this DLCI to send frames to the remote DTE.
Version 2 CSE IIT, Kharagpur
DLCIs are not only used to define the virtual circuit between a DTE and a DCE, but also
to define the virtual circuit between two DCEs (switches) inside the network. A switch
assigns a DLCI to each virtual connection in an interface. This means that two different
connections belonging to two different interfaces may have the same DLCIs. In other
words, DLCIs are unique for a particular interface.
6. What does extended address field in Frame Relay frame Format specifies?
Ans:
Extended Address (EA) is used to indicate whether the byte in which the EA value is 1
is the last addressing field. If the value is 1, then the current byte is determined to be the
last DLCI octet. Although current Frame Relay implementations all use a two-octet
DLCI, this capability does allow longer DLCIs to be used in the future. The eighth bit of
each byte of the Address field is used to indicate the EA.
Version 2 CSE IIT, Kharagpur

More Related Content

PPT
Vlan
PPT
Network devices
PPTX
Padrão ethernet
PPTX
Réseaux Mobiles
PPTX
3 Router Configuration - Cisco Packet Tracer
PPT
Switch configuration
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 1
Vlan
Network devices
Padrão ethernet
Réseaux Mobiles
3 Router Configuration - Cisco Packet Tracer
Switch configuration
CCNA 1 Routing and Switching v5.0 Chapter 1

What's hot (20)

PDF
Physical Layer.pdf
PPTX
Routing Protocols
PPTX
Wired LANs
PPT
PDF
Protocole OSPF
PPTX
Spanning tree protocol
ODP
Redes de computadores II - 4.Camada de Transporte TCP e UDP
PPT
Sania rtp
PPTX
Cisco Networking (Routing and Switching)
PPTX
Network devices
PPTX
Frame relay
PPT
Switch configuration
PPTX
PPT
Networking basics PPT
PPTX
Módulo 1 - Comunicação de Dados.pptx
PDF
Lab huawei2
PPTX
ADRESSAGE DANS LES RESEAUX INFORMATIQUE.pptx
PDF
08102014_Huawei handovers-handover-algo
PPT
Routing and OSPF
PDF
CS8591 Computer Networks - Unit I
Physical Layer.pdf
Routing Protocols
Wired LANs
Protocole OSPF
Spanning tree protocol
Redes de computadores II - 4.Camada de Transporte TCP e UDP
Sania rtp
Cisco Networking (Routing and Switching)
Network devices
Frame relay
Switch configuration
Networking basics PPT
Módulo 1 - Comunicação de Dados.pptx
Lab huawei2
ADRESSAGE DANS LES RESEAUX INFORMATIQUE.pptx
08102014_Huawei handovers-handover-algo
Routing and OSPF
CS8591 Computer Networks - Unit I
Ad

Similar to frame relay.pdf (20)

PDF
Frame Relay
PPT
Frame relay
PPTX
Frame Relay.pptx for computer architecture
PPT
presentation detaillé parfaitement a propos du frameRelay
PPT
Ccna4 mod5-frame relay
PPT
Frame Relay
PPT
frame relay
PPT
PPTX
x.25,fram relay mod2.pptx
PPT
PPT
PPTX
Lec 10 Lec 10 NBLec 10 NBLec 10 NBLec 10 NB
PPTX
Frame_Relay_High_speed_communication.pptx
PPT
Frame Relay
PPT
High speed Networking
PDF
Computer networks high speed swan,atm,frame realy
PDF
Module 5 high speed swan,atm,transport layer
PDF
Module 4 netwok layer,routing ,vlan,x.25doc
PPT
Frame relay
Frame Relay
Frame relay
Frame Relay.pptx for computer architecture
presentation detaillé parfaitement a propos du frameRelay
Ccna4 mod5-frame relay
Frame Relay
frame relay
x.25,fram relay mod2.pptx
Lec 10 Lec 10 NBLec 10 NBLec 10 NBLec 10 NB
Frame_Relay_High_speed_communication.pptx
Frame Relay
High speed Networking
Computer networks high speed swan,atm,frame realy
Module 5 high speed swan,atm,transport layer
Module 4 netwok layer,routing ,vlan,x.25doc
Frame relay
Ad

More from Jayaprasanna4 (20)

PPT
EX & case study for ERP implementation.ppt
PPT
ERPBusiness Process Reengineering BPR.ppt
PDF
web programming javascriptconditionalstatements.pdf
PDF
hyper text markup language ppt-100605011058-phpapp02.pdf
PPTX
web essentials - simple message flow and loo.pptx
PPTX
web essentials - Working principle of a Website.pptx
PPTX
software project in MONTE CARLO SIMULATION.pptx
PPT
Cost effort in softwrae project management.ppt
PDF
software project management cocomomodel.pdf
PPT
software project management Activity planning.ppt
PDF
software project management montecarloscheduleanalysis.pdf
PPT
casestudy on distributionnetworkformichaelshardwaregroupgate.ppt
PPT
ethical hacking-mobile hacking methods.ppt
PPT
ethical hacking in wireless-hacking1.ppt
PDF
Human computer Interaction ch1-the human.pdf
PPT
computer Networks Error Detection and Correction.ppt
PPT
HUman computer Interaction Socio-organizational Issues.ppt
PPT
human computer Interaction cognitive models.ppt
PPT
World wide web and Hyper Text Markup Language
PPT
CI-Monte-Carlo.ppt
EX & case study for ERP implementation.ppt
ERPBusiness Process Reengineering BPR.ppt
web programming javascriptconditionalstatements.pdf
hyper text markup language ppt-100605011058-phpapp02.pdf
web essentials - simple message flow and loo.pptx
web essentials - Working principle of a Website.pptx
software project in MONTE CARLO SIMULATION.pptx
Cost effort in softwrae project management.ppt
software project management cocomomodel.pdf
software project management Activity planning.ppt
software project management montecarloscheduleanalysis.pdf
casestudy on distributionnetworkformichaelshardwaregroupgate.ppt
ethical hacking-mobile hacking methods.ppt
ethical hacking in wireless-hacking1.ppt
Human computer Interaction ch1-the human.pdf
computer Networks Error Detection and Correction.ppt
HUman computer Interaction Socio-organizational Issues.ppt
human computer Interaction cognitive models.ppt
World wide web and Hyper Text Markup Language
CI-Monte-Carlo.ppt

Recently uploaded (20)

PPTX
Agentic Artificial Intelligence (Agentic AI).pptx
PDF
Cryptography and Network Security-Module-I.pdf
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PPTX
Wireless sensor networks (WSN) SRM unit 2
PPTX
Micro1New.ppt.pptx the mai themes of micfrobiology
PPTX
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
PPTX
mechattonicsand iotwith sensor and actuator
PPTX
AI-Reporting for Emerging Technologies(BS Computer Engineering)
PPTX
Management Information system : MIS-e-Business Systems.pptx
PPTX
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
PDF
First part_B-Image Processing - 1 of 2).pdf
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PDF
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
PDF
Unit1 - AIML Chapter 1 concept and ethics
DOCX
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
PPTX
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PDF
August -2025_Top10 Read_Articles_ijait.pdf
Agentic Artificial Intelligence (Agentic AI).pptx
Cryptography and Network Security-Module-I.pdf
August 2025 - Top 10 Read Articles in Network Security & Its Applications
distributed database system" (DDBS) is often used to refer to both the distri...
Wireless sensor networks (WSN) SRM unit 2
Micro1New.ppt.pptx the mai themes of micfrobiology
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
mechattonicsand iotwith sensor and actuator
AI-Reporting for Emerging Technologies(BS Computer Engineering)
Management Information system : MIS-e-Business Systems.pptx
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
First part_B-Image Processing - 1 of 2).pdf
Computer System Architecture 3rd Edition-M Morris Mano.pdf
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
Unit1 - AIML Chapter 1 concept and ethics
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
20250617 - IR - Global Guide for HR - 51 pages.pdf
August -2025_Top10 Read_Articles_ijait.pdf

frame relay.pdf

  • 2. Lesson 5 Frame Relay Version 2 CSE IIT, Kharagpur
  • 3. Special Instructional Objective • On completion of this lesson, the student will be able to: • State the limitations of X.25 • Explain the key features of Frame Relay • Specify the Frame relay frame format • Explain how congestion control is performed in Frame relay network 4.5.1 Introduction Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI reference model. Frame Relay originally was designed for use across Integrated Services Digital Network (ISDN) interfaces. Today, it is used over a variety of other network interfaces as well. Frame Relay is a simplified form of Packet Switching, similar in principle to X.25, in which synchronous frames of data are routed to different destinations depending on header information. The biggest difference between Frame Relay and X.25 is that X.25 guarantees data integrity and network managed flow control at the cost of some network delays. Frame Relay switches packets end to end much faster, but there is no guarantee of data integrity at all. As line speeds have increased from speeds below 64kbps to T1/E1 and beyond, the delays inherent in the store-and-forward mechanisms of X.25 become intolerable. At the same time, improvements in digital transmission techniques have reduced line errors to the extent that node-to-node error correction throughout the network is no longer necessary. The vast majority of Frame Relay traffic consists of TCP/IP or other protocols that provide their own flow control and error correction mechanisms. Much of this traffic is fed into the Internet, another packet switched network without any built-in error control. Because Frame Relay does not 'care' whether the frame it is switching is error-free or not, a Frame Relay node can start switching traffic out onto a new line as soon as it has read the first two bytes of addressing information at the beginning of the frame. Thus a frame of data can travel end-to-end, passing through several switches, and still arrive at its destination with only a few bytes' delay. These delays are small enough that network latency under Frame Relay is not noticeably different from direct leased line connections. As a result, the performance of a Frame Relay network is virtually identical to that of a leased line, but because most of the network is shared, costs are lower. Frame Relay is an example of a packet-switched technology. Packet-switched networks enable end stations to dynamically share the network medium and the available bandwidth. The following two techniques are used in packet-switching technology: • Variable-length packets • Statistical multiplexing Variable-length packets are used for more efficient and flexible data transfers. These packets are switched between the various segments in the network until the destination is reached. Version 2 CSE IIT, Kharagpur
  • 4. Statistical multiplexing techniques control network access in a packet-switched network. The advantage of this technique is that it accommodates more flexibility and more efficient use of bandwidth. Most of today's popular LANs, such as Ethernet and Token Ring, are packet-switched networks. 4.5.2 Frame Relay Devices Devices attached to a Frame Relay WAN fall into the following two general categories: • Data terminal equipment (DTE) • Data circuit-terminating equipment (DCE) DTEs generally are considered to be terminating equipment for a specific network and typically are located on the premises of a customer. In fact, they may be owned by the customer. Examples of DTE devices are terminals, personal computers, routers, and bridges. DCEs are carrier-owned internetworking devices. The purpose of DCE equipment is to provide clocking and switching services in a network, which are the devices that actually transmit data through the WAN. In most cases, these are packet switches. The connection between a DTE device and a DCE device consists of both a physical layer component and a link layer component. The physical component defines the mechanical, electrical, functional, and procedural specifications for the connection between the devices. One of the most commonly used physical layer interface specifications is the recommended standard (RS)-232 specification. The link layer component defines the protocol that establishes the connection between the DTE device, such as a router, and the DCE device, such as a switch. 4.5.3 Virtual Circuits Frame Relay is a virtual circuit network, so it doesn’t use physical addresses to define the DTEs connected to the network. Frame Relay provides connection-oriented data link layer communication. This means that a defined communication exists between each pair of devices and that these connections are associated with a connection identifier. However, virtual circuit identifiers in Frame relay operate at the data link layer, in contrast with X.25, where they operate at the network layer. This service is implemented by using a Frame Relay virtual circuit, which is a logical connection created between two data terminal equipment (DTE) devices across a Frame Relay packet-switched network (PSN). Virtual circuits provide a bidirectional communication path from one DTE device to another and are uniquely identified by a data-link connection identifier (DLCI). A Version 2 CSE IIT, Kharagpur
  • 5. number of virtual circuits can be multiplexed into a single physical circuit for transmission across the network. This capability often can reduce the equipment and network complexity required to connect multiple DTE devices. A virtual circuit can pass through any number of intermediate DCE devices (switches) located within the Frame Relay PSN. Before going into the details of DLCI let us first have a look at the two types of Frame Relay Circuits, namely: switched virtual circuits (SVCs) and permanent virtual circuits (PVCs). 4.5.3.1 Switched Virtual Circuits Switched virtual circuits (SVCs) are temporary connections used in situations requiring only sporadic data transfer between DTE devices across the Frame Relay network. A communication session across an SVC consists of the following four operational states: • Call setup—The virtual circuit between two Frame Relay DTE devices is established. • Data transfer—Data is transmitted between the DTE devices over the virtual circuit. • Idle—The connection between DTE devices is still active, but no data is transferred. If an SVC remains in an idle state for a defined period of time, the call can be terminated. • Call termination—The virtual circuit between DTE devices is terminated. After the virtual circuit is terminated, the DTE devices must establish a new SVC if there is additional data to be exchanged. It is expected that SVCs will be established, maintained, and terminated using the same signaling protocols used in ISDN. 4.5.3.2 Permanent Virtual Circuits Permanent virtual circuits (PVCs) are permanently established connections that are used for frequent and consistent data transfers between DTE devices across the Frame Relay network. Communication across PVC does not require the call setup and termination states that are used with SVCs. PVCs always operate in one of the following two operational states: ƒ Data transfer: Data is transmitted between the DTE devices over the virtual circuit. ƒ Idle: The connection between DTE devices is active, but no data is transferred. Unlike SVCs, PVCs will not be terminated under any circumstances when in an idle state. DTE devices can begin transferring data whenever they are ready because the circuit is permanently established. 4.5.3.3 Data-Link Connection Identifier (DLCI) Frame Relay virtual circuits are identified by data-link connection identifiers (DLCIs). DLCI values typically are assigned by the Frame Relay service provider (for example, the Version 2 CSE IIT, Kharagpur
  • 6. telephone company). Frame Relay DLCIs have local significance, which means that their values are unique in the LAN, but not necessarily in the Frame Relay WAN. The local DTEs use this DLCI to send frames to the remote DTE. Figure 4.5.1 shows the assignments of DLCIs, 3 connections have been shown namely, between A to D, D to E, and D to B. Point Here to be noted is that connection in fig.(a) and in fig.(c) uses the same DLCI, this can be done because these DLCIs are used by local DTEs. Bothe the connectons are valid as they define different virtual circuits originating from different DTEs. DLCI=15 Figure 4.5.1 DLCIs connection between different DTEs 4.5.3.4 DLCIs inside the network DLCIs are not only used to define the virtual circuit between a DTE and a DCE, but also to define the virtual circuit between two DCEs (switches) inside the network. A switch assigns a DLCI to each virtual connection in an interface. This means that two different connections belonging to two different interfaces may have the same DLCIs (as shown in the above figure). In other words, DLCIs are unique for a particular interface. DLCI=26 (a). Connection from A to D (b). Connection from D to E DLCI=26 (c). Connection from D to A Version 2 CSE IIT, Kharagpur
  • 7. A connection between DTE A and DTE D has been shown in this figure, DLCI assigned inside the Frame Relay network is also shown in the network. DCEs inside the network use incoming interface – DLCI combination to decide the outgoing interface – DLCI combination to switch out the frame, from that DCE. DLCI =122 Figure 4.5.2 DLCIs inside Frame relay network Each switch in a Frame relay network has a table to route frames The table matches the incoming interface- DLCI combination with an outgoing interface-DLCI combination. Figure 4.5.3 shows two frames arriving at the switch on interface2, one with DLCI=11 and other with DLCI= 213. Incoming Outgoing Interface DLCI Interface DLCI 1 122 1 41 2 213 1 158 2 11 2 111 1 151 2 210 Figure 4.5.3 Frame Relay switch table 4.5.4 Frame Relay Layers Frame Relay has only 2 layers, namely Physical layer and Data Link layer. And as compared to other layer of packet switching network such as X.25, frame relay has only 1.5 layers whereas X.25 has 2 layers. Frame Relay eliminates all network layer functions and a portion of conventional data-link layer functions. 9 77 DLCI=26 1 2 2 1 DLCI=213 DLCI= 213 DLCI= 11 DLCI=111 Version 2 CSE IIT, Kharagpur
  • 8. Physical Layer No specific protocol is defined for physical layer in frame relay. Frame relay supports any one of the protocols recognized by ANSI, and thus the choice of physical layer protocol is up to the implementer. Data Link Layer At Data-link Layer Frame employs a simpler version of HDLC. Simpler version is used because HDLC provides extensive error and flow control fields that are not needed in frame relay. To understand much of the functionality of Frame Relay, it is helpful to understand the structure of the Frame Relay frame. Figure 4.5.4 depicts the basic format of the Frame Relay frame. Flags indicate the beginning and end of the frame. Three primary components make up the Frame Relay frame: the header and address area, the user-data portion, and the frame check sequence (FCS). The address area, which is 2 bytes in length, is comprised of 10 bits representing the actual circuit identifier and 6 bits of fields related to congestion management. This identifier commonly is referred to as the data-link connection identifier (DLCI). Figure 4.5.4 Frame Relay frame format • Flags—Delimits the beginning and end of the frame. The value of this field is always the same and is represented either as the hexadecimal number 7E or as the binary number 01111110. • Address—Contains the following information: DLCI—The 10-bit DLCI is the essence of the Frame Relay header. This value represents the virtual connection between the DTE device and the switch. Each virtual connection Version 2 CSE IIT, Kharagpur
  • 9. that is multiplexed onto the physical channel will be represented by a unique DLCI. The DLCI values have local significance only, which means that they are unique only to the physical channel on which they reside. Therefore, devices at opposite ends of a connection can use different DLCI values to refer to the same virtual connection. The first 6-bits of the first byte make up part 1 of the DLCI, and second part of DLCI uses the first 4-bits of second byte. Extended Address (EA)—The EA is used to indicate whether the byte in which the EA value is 1 is the last addressing field. If the value is 1, then the current byte is determined to be the last DLCI octet. Although current Frame Relay implementations all use a two- octet DLCI, this capability does allow longer DLCIs to be used in the future. The eighth bit of each byte of the Address field is used to indicate the EA. C/R—The C/R is the bit that follows the most significant DLCI byte in the Address field. The C/R bit is not currently defined. Congestion Control—This consists of the 3 bits that control the Frame Relay congestion-notification mechanisms. These are the FECN, BECN, and DE bits, which are the last 3 bits in the Address field. Forward-explicit congestion notification (FECN) is a single-bit field that can be set to a value of 1 by a switch to indicate to an end DTE device, such as a router, that congestion was experienced in the direction of the frame transmission from source to destination as shown in Fig. 4.5.5. The primary benefit of the use of the FECN and BECN fields is the capability of higher-layer protocols to react intelligently to these congestion indicators. Today, DECnet and OSI are the only higher-layer protocols that implement these capabilities. Figure 4.5.5 Forward-explicit congestion notification Backward-explicit congestion notification (BECN) is a single-bit field that, when set to a value of 1 by a switch, indicates that congestion was experienced in the network in the direction opposite of the frame transmission from source to destination. Discard eligibility (DE) is set by the DTE device, such as a router, to indicate that the marked frame is of lesser importance relative to other frames being transmitted. Frames Version 2 CSE IIT, Kharagpur
  • 10. that are marked as "discard eligible" should be discarded before other frames in a congested network. This allows for a basic prioritization mechanism in Frame Relay networks. Figure 4.5.6 Backward-explicit congestion notification •Data—Contains encapsulated upper-layer data. Each frame in this variable-length field includes a user data or payload field that will vary in length up to 16,000 octets. This field serves to transport the higher-layer protocol packet (PDU) through a Frame Relay network. • Frame Check Sequence—Ensures the integrity of transmitted data. This value is computed by the source device and verified by the receiver to ensure integrity of transmission. 4.5.5 Summary • Frame relay operates only in data link and physical layer. • Frame Relay allows bursty traffic. • It allows frame size of 9000 bytes, which can accommodate all local area network frames. • Frame relay is less expensive then other traditional WANs. • Frame relay provides both Permanent and switched connections. • Frame relay allow variable-length frames, this may create varying delays for different users. Due to variable delay it is not suitable for real-time communication Version 2 CSE IIT, Kharagpur
  • 11. Fill in the blanks: 1. Frame Relay is a high-performance ______ protocol. 2. Frame Relay operates at the __________ and _____________ layers of the OSI reference model. 3. Frame Relay requires Error Checking at the _________ layer. 4. Frame Relay is a simplified form of ______________ switching, similar in principle to _______. 5. Frame Relay is a ___________________ network. 6. Frame Relay virtual circuits are identified by ___________. 7. ______ bit in address field in frame relay is set to one to signify the last address bit. 8. Routing and switching in Frame Relay is performed by ________ layer. 9. ________ data are allowed on a Frame Relay Network. 10. Frame relay is not suited well for ______ due to the delay resulting from varying sizes of Frame. Answers fill in the blanks 1. WAN 2. Physical, data link 3. Data link 4. Circuit, X.25 5. Virtual switched 6. DLCIs. 7. Extended Address (EA) 8. Data link layer 9. Encapsulated upper layer 10. Real time traffic Short Answer Questions: 1. Explain few devices used in Frame relay. Ans: Devices attached to a Frame Relay WAN fall into the following two general categories: • Data terminal equipment (DTE) : DTEs generally are considered to be terminating equipment for a specific network and typically are located on the premises of a customer • Data circuit-terminating equipment (DCE): DCEs are carrier-owned internetworking devices. The purpose of DCE equipment is to provide clocking and switching services in a network, which are the devices that actually transmit data through the WAN. In most cases, these are packet switches. Version 2 CSE IIT, Kharagpur
  • 12. 2. Distinguish between permanent virtual and switched virtual connections used in Frame relay protocol. Ans: In permanent virtual connection, the path is fixed and data transfer occurs as with virtual calls, but no call setup or termination is required. On the other hand, in switched virtual connection, the path is a dynamically established virtual circuit using a call set up and call clearing procedure. Many other circuits can share the same path. 3. What are the various states in a Switched virtual circuit connection in Frame Relay? Ans: A communication session across an SVC consists of the following four operational states: • Call setup—The virtual circuit between two Frame Relay DTE devices is established. • Data transfer—Data is transmitted between the DTE devices over the virtual circuit. • Idle—The connection between DTE devices is still active, but no data is transferred. If an SVC remains in an idle state for a defined period of time, the call can be terminated. • Call termination—The virtual circuit between DTE devices is terminated. 4. Describe Permanent Virtual switched connection in Frame Relay. Ans: Permanent virtual circuits (PVCs) are permanently established connections that are used for frequent and consistent data transfers between DTE devices across the Frame Relay network. Communication across PVC does not require the call setup and termination states that are used with SVCs. PVCs always operate in one of the following two operational states: • Data transfer—Data is transmitted between the DTE devices over the virtual circuit. • Idle—The connection between DTE devices is active, but no data is transferred. Unlike SVCs, PVCs will not be terminated under any circumstances when in an idle state. DTE devices can begin transferring data whenever they are ready because the circuit is permanently established. 5. Write a short Note on Data-Link Connection Identifier (DLCI). Ans: Frame Relay virtual circuits are identified by data-link connection identifiers (DLCIs). DLCI values typically are assigned by the Frame Relay service provider (for example, the telephone company). Frame Relay DLCIs have local significance, which means that their values are unique in the LAN, but not necessarily in the Frame Relay WAN. The local DTEs use this DLCI to send frames to the remote DTE. Version 2 CSE IIT, Kharagpur
  • 13. DLCIs are not only used to define the virtual circuit between a DTE and a DCE, but also to define the virtual circuit between two DCEs (switches) inside the network. A switch assigns a DLCI to each virtual connection in an interface. This means that two different connections belonging to two different interfaces may have the same DLCIs. In other words, DLCIs are unique for a particular interface. 6. What does extended address field in Frame Relay frame Format specifies? Ans: Extended Address (EA) is used to indicate whether the byte in which the EA value is 1 is the last addressing field. If the value is 1, then the current byte is determined to be the last DLCI octet. Although current Frame Relay implementations all use a two-octet DLCI, this capability does allow longer DLCIs to be used in the future. The eighth bit of each byte of the Address field is used to indicate the EA. Version 2 CSE IIT, Kharagpur