Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

1.1 Frame Relay and ATM Foundations

Lesson 2 of 34 in the free High Speed Networks notes on Siksha Sarovar, written by Rohit Jangra.

1.1.1 Frame Relay: The Efficient WAN

Frame Relay was designed to eliminate the overhead of X.25, which spent significant resources on error correction and flow control at every hop.

Study Deep: The 53-Byte ATM Cell Compromise

The fixed size of 53 bytes was not a random choice. It was a heated debate between two standards bodies:

  1. The US (T1S1 committee): Pushed for 64 bytes (to maximize efficiency for data).
  2. Europe (CCITT): Pushed for 32 bytes (to minimize delay/echo for voice without needing expensive echo cancellers).

The Result: A mathematical average $(64+32)/2 = 48$ bytes for payload, plus a 5-byte header = 53 bytes.

  • Trade-off: 48 bytes is long enough for data but requires echo cancellation for voice on long-distance links.

Characteristics of Frame Relay:

  • Packet Switching Technology: Operates at the Data Link Layer (Layer 2).
  • Reduced Overhead: Assumes the physical link is reliable (e.g., fiber optics), so it doesn't do error correction at every hop.
  • Variable Frame Size: Optimized for data traffic that comes in bursts.
  • Virtual Circuits: Uses DLCI (Data Link Connection Identifier) to route traffic through the cloud.

1.1.2 ATM Overview: The Cell-Switching Revolution

ATM (Asynchronous Transfer Mode) was once intended to be the "one network to rule them all," capable of handling synchronous (voice) and asynchronous (data) traffic simultaneously.

The 53-Byte Cell:

ATM uses fixed-size "cells" rather than variable "packets."

  • Header (5 bytes): Contains routing and control information.
  • Payload (48 bytes): The actual data.
  • Why 53? It was a compromise between the US (requesting 64 bytes) and Europe (requesting 32 bytes) to balance voice latency and data efficiency.

1.1.3 ATM Protocol Architecture

ATM uses a specialized layered model that differs from the standard OSI 7-layer model.

  1. Physical Layer: Handles the transmission of bits over the medium (OC-3, OC-12, etc.).
  2. ATM Layer: Handles cell switching, routing, and multiplexing.
  3. ATM Adaptation Layer (AAL): Interfaces different traffic types (voice, video, data) to the ATM layer.
  • AAL1: For constant bit rate (CBR) traffic like voice.
  • AAL2: For variable bit rate (VBR) traffic with time requirements.
  • AAL5: The "Simple and Efficient Adaptation Layer" for data (IP over ATM).

1.1.4 Logical Connections in ATM

ATM uses a two-tier logical connection structure:

  • Virtual Path (VP): A bundle of Virtual Channels.
  • Virtual Channel (VC): The actual end-to-end communication link.
  • VPI/VCI: The identifiers used in the cell header to route the data. This hierarchy allows for easier management of large networks by grouping channels into paths.

1.1.5 Comparison Table: Frame Relay vs ATM

FeatureFrame RelayATM
Data UnitVariable Length FrameFixed Length Cell (53 bytes)
SwitchingLayer 2 SwitchingCell Switching
Speed56 Kbps - 45 Mbps155 Mbps - 10 Gbps+
QoS SupportLimited (CIR)Comprehensive (CBR, VBR, ABR, UBR)
Target UseLAN-to-LAN WANMultimedia Backbones