SlideShare a Scribd company logo
2
Most read
11
Most read
15
Most read
Frame Relay
 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
 Uses packet switching technique.
Frame Relay 1
Packet Switching
 Frame Relay is based on packet-switched
technology.
 Packet switching enables the end stations
to dynamically share network media and
bandwidth. So that it provides two type of
bandwidth CIR (Committed interface Rate),
EIR(Extended interface Rate).
 The following two techniques are used in
packet-switching technology:
Variable-length packets
Statistical multiplexing
Frame Relay 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)
 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
Frame Relay 3
Frame Relay Virtual Circuits
 Frame Relay provides connection-oriented data link layer
communication.
 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 number of virtual circuits can be multiplexed into a single
physical circuit for transmission across the network.
 A virtual circuit can pass through any number of intermediate
DCE devices (switches) located within the Frame Relay PSN.
 Frame Relay virtual circuits fall into two categories:
 switched virtual circuits (SVCs)
 permanent virtual circuits (PVCs).
Frame Relay 4
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.
○ 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.
Frame Relay 5
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 a PVC does not require the call
setup and termination states that are used with SVCs.
○ 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.
Frame Relay 6
Data-Link Connection
Identifier
 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
Frame Relay 7
Special DLCI numbers
 DLCI 0 (zero) and 1023 are reserved for
management
 DLCI 1 to 15 and 1008 to 1022 have
been reserved for future use.
 DLCI 992 to 1007 are reserved for layer
2 management of frame relay bearer
service.
 DLCI numbers 16 to 991 are available
for subscribers for each user frame relay
network
Frame Relay 8
Data-Link Connection Identifier
A Single Frame Relay Virtual Circuit Can Be Assigned Different DLCIs on Each End of a VC
Frame Relay 9
Congestion-Control Mechanisms
 Frame Relay reduces network overhead by implementing
simple congestion-notification mechanisms rather than
explicit, per-virtual-circuit flow control.
 Frame Relay implements two congestion-notification
mechanisms:
 Forward-explicit congestion notification (FECN)
 Backward-explicit congestion notification (BECN)
 FECN and BECN each is controlled by a single bit
contained in the Frame Relay frame header.
 The Frame Relay frame header also contains a Discard
Eligibility (DE) bit, which is used to identify less important
traffic that can be dropped during periods of congestion.
Frame Relay 10
Congestion-Control
Mechanisms
 The FECN bit is part of the Address field in the
Frame Relay frame header.
 The FECN mechanism is initiated when a DTE
device sends Frame Relay frames into the network.
Frame Relay 11
If the network is congested, DCE devices (switches) set the
value of the frames' FECN bit to 1. When the frames reach the
destination DTE device, the Address field (with the FECN bit
set) indicates that the frame experienced congestion in the path
from source to destination. The DTE device can relay this
information to a higher-layer protocol for processing.
Depending on the implementation, flow control may be
initiated, or the indication may be ignored.
If the network is congested, DCE devices (switches) set the
value of the frames' FECN bit to 1. When the frames reach the
destination DTE device, the Address field (with the FECN bit
set) indicates that the frame experienced congestion in the path
from source to destination. The DTE device can relay this
information to a higher-layer protocol for processing.
Depending on the implementation, flow control may be
initiated, or the indication may be ignored.
Congestion-Control
Mechanisms
 The BECN bit is part of the Address field in the
Frame Relay frame header.
 DCE devices set the value of the BECN bit to 1 in
frames traveling in the opposite direction of frames
with their FECN bit set.
 This informs the receiving DTE device that a
particular path through the network is congested.
 The DTE device then can relay this information to
a higher-layer protocol for processing. Depending
on the implementation, flow-control may be
initiated, or the indication may be ignored
Frame Relay 12
Frame Relay Discard
Eligibility
 The DE bit is part of the Address field in the Frame
Relay frame header.
 The Discard Eligibility (DE) bit is used to indicate
that a frame has lower importance than other
frames.
 DTE devices can set the value of the DE bit of a
frame to 1 to indicate that the frame has lower
importance than other frames.
 When the network becomes congested, DCE
devices will discard frames with the DE bit set.
Frame Relay 13
Frame Relay Error
Checking
 Frame Relay uses a common error-
checking mechanism known as the cyclic
redundancy check (CRC).
 The CRC compares two calculated values
to determine whether errors occurred
during the transmission from source to
destination.
 Frame Relay reduces network overhead by
implementing error checking rather than
error correction.
Frame Relay 14
Frame Relay
Local Management
Interface
 In 1990 Cisco, Digital Equipment Corporation (DEC), Northern
Telecom, and StrataCom formed a consortium to focus on its
development. They produced a protocol that provided additional
capabilities for complex inter-networking environments. These
Frame Relay extensions are referred to as the Local Management
Interface (LMI).
 The LMI global addressing extension gives Frame Relay (DLCI)
values global rather than local significance. DLCI values become
DTE addresses that are unique in the Frame Relay WAN.
 LMI virtual circuit status messages provide communication and
synchronization between Frame Relay DTE and DCE devices.
These messages are used to periodically report on the status of
PVCs, which prevents data from being sent into black holes (that is,
over PVCs that no longer exist).
Frame Relay 15
Frame Relay Frame Formats
 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).
Frame Relay 16

More Related Content

PPTX
PPTX
Ilk tibbi yardım prezentasiya
PDF
Chapter 5 IoT Design methodologies
PPTX
Bandwidth
PPT
Synchronization in distributed systems
PPT
PPTX
IOT Platform Design Methodology
PDF
Microcontrollers(8051) Notes written by Arun Kumar G, Associate Professor, De...
Ilk tibbi yardım prezentasiya
Chapter 5 IoT Design methodologies
Bandwidth
Synchronization in distributed systems
IOT Platform Design Methodology
Microcontrollers(8051) Notes written by Arun Kumar G, Associate Professor, De...

What's hot (20)

PPTX
Frame relay
PPT
Frame relay
PPTX
Media Access Control
PPTX
Transport layer
PDF
Multiple Access in Computer Network
PPT
Ip addressing classful
PPT
Chapter 14
PPTX
Computer Network - Network Layer
PPTX
Reference models in Networks: OSI & TCP/IP
PPTX
The medium access sublayer
PPTX
SLOTTED ALOHA and pure aloha are the category of aloha
PPTX
Demand assigned and packet reservation multiple access
PDF
Introduction to Software Defined Networking (SDN)
PPTX
Unit 2 data link control
PPT
DATA-LINK LAYER.ppt
PPTX
Congestion control
PPT
Gsm radio-interface
PPTX
Network Layer
Frame relay
Frame relay
Media Access Control
Transport layer
Multiple Access in Computer Network
Ip addressing classful
Chapter 14
Computer Network - Network Layer
Reference models in Networks: OSI & TCP/IP
The medium access sublayer
SLOTTED ALOHA and pure aloha are the category of aloha
Demand assigned and packet reservation multiple access
Introduction to Software Defined Networking (SDN)
Unit 2 data link control
DATA-LINK LAYER.ppt
Congestion control
Gsm radio-interface
Network Layer
Ad

Similar to Frame Relay (20)

PPT
Frame relay
PPT
presentation detaillé parfaitement a propos du frameRelay
PDF
Frame Relay
PDF
frame relay.pdf
PPTX
Frame_Relay_High_speed_communication.pptx
PPTX
Frame relay
PPT
frame relay
PDF
Module 4 netwok layer,routing ,vlan,x.25doc
PDF
Module 5 high speed swan,atm,transport layer
PDF
Computer networks high speed swan,atm,frame realy
PPTX
Basic concept of frame relay
PPT
High speed Networking
PDF
broadband
PPTX
Frame relay
PPTX
X.25 and frame relay
PDF
Lecture 7.pdf
PPT
Chapter 8
PPT
Frame Relay
PPTX
Lec 10 Lec 10 NBLec 10 NBLec 10 NBLec 10 NB
PPT
X.25
Frame relay
presentation detaillé parfaitement a propos du frameRelay
Frame Relay
frame relay.pdf
Frame_Relay_High_speed_communication.pptx
Frame relay
frame relay
Module 4 netwok layer,routing ,vlan,x.25doc
Module 5 high speed swan,atm,transport layer
Computer networks high speed swan,atm,frame realy
Basic concept of frame relay
High speed Networking
broadband
Frame relay
X.25 and frame relay
Lecture 7.pdf
Chapter 8
Frame Relay
Lec 10 Lec 10 NBLec 10 NBLec 10 NBLec 10 NB
X.25
Ad

Recently uploaded (20)

PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Business Ethics Teaching Materials for college
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Cell Types and Its function , kingdom of life
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Basic Mud Logging Guide for educational purpose
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Anesthesia in Laparoscopic Surgery in India
2.FourierTransform-ShortQuestionswithAnswers.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Business Ethics Teaching Materials for college
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
STATICS OF THE RIGID BODIES Hibbelers.pdf
Microbial disease of the cardiovascular and lymphatic systems
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
VCE English Exam - Section C Student Revision Booklet
Complications of Minimal Access Surgery at WLH
Final Presentation General Medicine 03-08-2024.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Types and Its function , kingdom of life
Renaissance Architecture: A Journey from Faith to Humanism
Basic Mud Logging Guide for educational purpose
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Anesthesia in Laparoscopic Surgery in India

Frame Relay

  • 1. Frame Relay  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  Uses packet switching technique. Frame Relay 1
  • 2. Packet Switching  Frame Relay is based on packet-switched technology.  Packet switching enables the end stations to dynamically share network media and bandwidth. So that it provides two type of bandwidth CIR (Committed interface Rate), EIR(Extended interface Rate).  The following two techniques are used in packet-switching technology: Variable-length packets Statistical multiplexing Frame Relay 2
  • 3. 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)  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 Frame Relay 3
  • 4. Frame Relay Virtual Circuits  Frame Relay provides connection-oriented data link layer communication.  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 number of virtual circuits can be multiplexed into a single physical circuit for transmission across the network.  A virtual circuit can pass through any number of intermediate DCE devices (switches) located within the Frame Relay PSN.  Frame Relay virtual circuits fall into two categories:  switched virtual circuits (SVCs)  permanent virtual circuits (PVCs). Frame Relay 4
  • 5. 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. ○ 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. Frame Relay 5
  • 6. 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 a PVC does not require the call setup and termination states that are used with SVCs. ○ 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. Frame Relay 6
  • 7. Data-Link Connection Identifier  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 Frame Relay 7
  • 8. Special DLCI numbers  DLCI 0 (zero) and 1023 are reserved for management  DLCI 1 to 15 and 1008 to 1022 have been reserved for future use.  DLCI 992 to 1007 are reserved for layer 2 management of frame relay bearer service.  DLCI numbers 16 to 991 are available for subscribers for each user frame relay network Frame Relay 8
  • 9. Data-Link Connection Identifier A Single Frame Relay Virtual Circuit Can Be Assigned Different DLCIs on Each End of a VC Frame Relay 9
  • 10. Congestion-Control Mechanisms  Frame Relay reduces network overhead by implementing simple congestion-notification mechanisms rather than explicit, per-virtual-circuit flow control.  Frame Relay implements two congestion-notification mechanisms:  Forward-explicit congestion notification (FECN)  Backward-explicit congestion notification (BECN)  FECN and BECN each is controlled by a single bit contained in the Frame Relay frame header.  The Frame Relay frame header also contains a Discard Eligibility (DE) bit, which is used to identify less important traffic that can be dropped during periods of congestion. Frame Relay 10
  • 11. Congestion-Control Mechanisms  The FECN bit is part of the Address field in the Frame Relay frame header.  The FECN mechanism is initiated when a DTE device sends Frame Relay frames into the network. Frame Relay 11 If the network is congested, DCE devices (switches) set the value of the frames' FECN bit to 1. When the frames reach the destination DTE device, the Address field (with the FECN bit set) indicates that the frame experienced congestion in the path from source to destination. The DTE device can relay this information to a higher-layer protocol for processing. Depending on the implementation, flow control may be initiated, or the indication may be ignored. If the network is congested, DCE devices (switches) set the value of the frames' FECN bit to 1. When the frames reach the destination DTE device, the Address field (with the FECN bit set) indicates that the frame experienced congestion in the path from source to destination. The DTE device can relay this information to a higher-layer protocol for processing. Depending on the implementation, flow control may be initiated, or the indication may be ignored.
  • 12. Congestion-Control Mechanisms  The BECN bit is part of the Address field in the Frame Relay frame header.  DCE devices set the value of the BECN bit to 1 in frames traveling in the opposite direction of frames with their FECN bit set.  This informs the receiving DTE device that a particular path through the network is congested.  The DTE device then can relay this information to a higher-layer protocol for processing. Depending on the implementation, flow-control may be initiated, or the indication may be ignored Frame Relay 12
  • 13. Frame Relay Discard Eligibility  The DE bit is part of the Address field in the Frame Relay frame header.  The Discard Eligibility (DE) bit is used to indicate that a frame has lower importance than other frames.  DTE devices can set the value of the DE bit of a frame to 1 to indicate that the frame has lower importance than other frames.  When the network becomes congested, DCE devices will discard frames with the DE bit set. Frame Relay 13
  • 14. Frame Relay Error Checking  Frame Relay uses a common error- checking mechanism known as the cyclic redundancy check (CRC).  The CRC compares two calculated values to determine whether errors occurred during the transmission from source to destination.  Frame Relay reduces network overhead by implementing error checking rather than error correction. Frame Relay 14
  • 15. Frame Relay Local Management Interface  In 1990 Cisco, Digital Equipment Corporation (DEC), Northern Telecom, and StrataCom formed a consortium to focus on its development. They produced a protocol that provided additional capabilities for complex inter-networking environments. These Frame Relay extensions are referred to as the Local Management Interface (LMI).  The LMI global addressing extension gives Frame Relay (DLCI) values global rather than local significance. DLCI values become DTE addresses that are unique in the Frame Relay WAN.  LMI virtual circuit status messages provide communication and synchronization between Frame Relay DTE and DCE devices. These messages are used to periodically report on the status of PVCs, which prevents data from being sent into black holes (that is, over PVCs that no longer exist). Frame Relay 15
  • 16. Frame Relay Frame Formats  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). Frame Relay 16