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%

Unit III Summary and Checklist

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

Unit III Key Takeaways

  • TCP Flow Control vs Congestion Control: RWND is about receiver capacity; CWND is about network capacity.
  • The Jacobson Algorithm: Uses variance ($4 imes MDEV$) to calculate a stable retransmission timeout.
  • Karn's Algorithm: Mandatory rule for high-speed networks to avoid RTT bias during retransmissions.
  • The Fragmentation Multiplier: One lost cell destroys an entire 32-cell IP frame.
  • EPD (Early Packet Discard): The optimal buffer management strategy for ATM switches.
  • ABR Feedback: Uses RM cells to provide microsecond rate adjustments.
  • Max-Min Fairness: Equitable bandwidth allocation algorithm.
  • AAL5 (SEAL): High-efficiency adaptation layer with hard-coded CRC-32.
  • HOL Blocking: Solved by VOQ and modern iSLIP switch backplanes.
  • Future: BBR pacing and Westwood bandwidth estimation.

--- Unit III Checklist:

  • [x] Explain Slow Start (Exponential) vs Congestion Avoidance (Linear) growth.
  • [x] Implement Jacobson's RTO update logic in pseudocode.
  • [x] List the three rules of Karn's Algorithm and explain the Ambiguity Problem.
  • [x] Calculate frame loss probability from cell loss rate ($1-(1-p)^{32}$).
  • [x] Define Partial Packet Discard (PPD) and Early Packet Discard (EPD).
  • [x] Trace a sequence of cells through the GCRA(10, 5) algorithm.
  • [x] Describe the CI, NI, and ER fields in an ABR Resource Management cell.
  • [x] Identify the 8-byte trailer fields of an AAL5 PDU.
  • [x] Perform the Max-Min Fairness water-filling calculation.
  • [x] Explain why Input Queuing is limited to 58.6% throughput.
  • [x] Differentiate between TCP Reno (Loss-based) and BBR (Model-based).
  • [x] Understand the purpose of a Persist Timer in zero-window scenarios.