How does Frame Relay Work? Last Updated : 23 Nov, 2021 Comments Improve Suggest changes Like Article Like Report Frame Relay is a packet-switching network protocol that is designed to work at the data link layer of the network. It is used to connect Local Area Networks (LANs) and transmit data across Wide Area Networks (WANs). It is a better alternative to a point-to-point network for connecting multiple nodes that require separate dedicated links to be established between each pair of nodes. It allows transmission of different size packets and dynamic bandwidth allocation. Also, it provides a congestion control mechanism to reduce the network overheads due to congestion. It does not have an error control and flow management mechanism. Frame Relay NetworkWorking: Frame relay switches set up virtual circuits to connect multiple LANs to build a WAN. Frame relay transfers data between LANs across WAN by dividing the data in packets known as frames and transmitting these packets across the network. It supports communication with multiple LANs over the shared physical links or private lines. Frame relay network is established between Local Area Networks (LANs) border devices such as routers and service provider network that connects all the LAN networks. Each LAN has an access link that connects routers of LAN to the service provider network terminated by the frame relay switch. The access link is the private physical link used for communication with other LAN networks over WAN. The frame relay switch is responsible for terminating the access link and providing frame relay services. For data transmission, LAN's router (or other border device linked with access link) sends the data packets over the access link. The packet sent by LAN is examined by a frame relay switch to get the Data Link Connection Identifier (DLCI) which indicates the destination of the packet. Frame relay switch already has the information about addresses of the LANs connected to the network hence it identifies the destination LAN by looking at DLCI of the data packet. DLCI basically identifies the virtual circuit (i.e. logical path between nodes that doesn't really exist) between source and destination network. It configures and transmits the packet to frame relay switch of destination LAN which in turn transfers the data packet to destination LAN by sending it over its respective access link. Hence, in this way, a LAN is connected with multiple other LANs by sharing a single physical link for data transmission. Frame relay also deals with congestion within a network. Following methods are used to identify congestion within a network: Forward Explicit Congestion Network (FECN) - FECN is a part of the frame header that is used to notify the destination about the congestion in the network. Whenever a frame experiences congestion while transmission, the frame relay switch of the destination network sets the FECN bit of the packet that allows the destination to identify that packet has experienced some congestion while transmission.Backward Explicit Congestion Network (BECN) - BECN is a part of the frame header that is used to notify the source about the congestion in the network. Whenever a frame experiences congestion while transmission, the destination sends a frame back to the source with a set BECN bit that allows the source to identify that packet that was transmitted had experienced some congestion while reaching out to the destination. Once, source identifies congestion in the virtual circuit, it slows down to transmission to avoid network overhead.Discard Eligibility (DE) - DE is a part of the frame header that is used to indicate the priority for discarding the packets. If the source is generating a huge amount of traffic on the certain virtual network then it can set DE bits of less significant packets to indicate the high priority for discarding the packets in case of network overhead. Packets with set DE bits are discarded before the packets with unset DE bits in case of congestion within a network.Types:Permanent Virtual Circuit (PVC) - These are the permanent connections between frame relay nodes that exist for long durations. They are always available for communication even if they are not in use. These connections are static and do not change with time.Switched Virtual Circuit (SVC) - These are the temporary connections between frame relay nodes that exist for the duration for which nodes are communicating with each other and are closed/ discarded after the communication. These connections are dynamically established as per the requirements.Advantages:High speedScalableReduced network congestionCost-efficientSecured connectionDisadvantages:Lacks error control mechanismDelay in packet transferLess reliable Comment More infoAdvertise with us Next Article How does Frame Relay Work? S saxenaanjali239 Follow Improve Article Tags : Computer Networks Similar Reads How to Create Frames in HTML? Frames in HTML allow you to divide a browser window into multiple sections, where each section can load a different HTML document. This technique was once popular for creating complex layouts, but it is now considered outdated due to several limitations and accessibility issues.What are Frames in HT 2 min read HTML DOM Window frames Properties The HTML DOM Window frames property in HTML DOM is used to return the frame element in the form of an array object. This property represents all <iframe> elements in the current window. DOM Windowframe is a read-only property. Syntax:window.framesProperties:length property: It returns the numb 2 min read What is Protection Relay? A protection relay is a crucial component of electrical systems that safeguard infrastructure, employees, and equipment from electric problems and malfunctions. It functions as a watchdog by constantly surveying multiple system components including voltage, current, frequency, and phase angle. It re 15 min read How to change the title of a framed document ? In this article, we will learn about the way to change the Title of a Framed Document.HTML Frames and Frameset: The use of Frames is to divide the window of a browser into multiple sections in which each section is loaded separately. These are used to specify which HTML document will be loaded in th 3 min read Framing in Data Link Layer Frames are the units of digital transmission, particularly in computer networks and telecommunications. Frames are comparable to the packets of energy called photons in the case of light energy. Frame is continuously used in Time Division Multiplexing process. Framing is a point-to-point connection 6 min read Frame of Reference Frame of reference is a way to observe and measure objects' positions and movements. It acts like a coordinate system, helping us understand where things are and how they move. By using a frame of reference, we can describe motion accurately. It makes it clear if something is moving fast, slow, or a 6 min read Working of Tor Browser The Tor Browser is like a secret agent for your internet-related activities which helps you browse the web without revealing your identity. It is like wearing an invisible cloak online, that is what the Tor Browser does for your privacy. In this article, Let us understand the workings of the Tor bro 4 min read Comparison between X.25 and Frame Relay X.25 : It is a standard ITU-T standard protocol.It consists of PSE packet switching exchange nodes.X.25 model is based on traditional telephony concept. Frame Relay : It is a packet switching telecommunication used for efficient data transfer which speeds up the transmission.It is used to connect LA 1 min read Token Ring frame format In a Token Ring network, frames have a specific format to ensure reliable and orderly communication among nodes. The Token Ring uses a token-passing protocol for access control, and each frame follows a standardized structure as defined in IEEE 802.5.Structure of a Token Ring FrameToken Ring is a ne 4 min read How to embed iFrame in WordPress ? An iFrame (Inline Frame) is a way to embed one web page inside another using HTML code. This allows you to display content like videos, maps, or other websites directly on your page without needing to store these files on your own server. iFrames are handy for showing external content while keeping 3 min read Like