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 IV Summary and Checklist

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

Unit IV Key Takeaways

  • IntServ relies on RSVP and per-flow state, providing rigid "hard" QoS.
  • DiffServ uses DSCP aggregate marking (EF, AF) to provide scalable "soft" QoS for massive cores.
  • GPS is the fluid-flow ideal; WFQ is the packet-level reality using Virtual Finish Times.
  • RED mathematically prevents global synchronization by using EWMA queue averages to perform proactive random drops.
  • Token Buckets are the fundamental tool for metering and marking traffic class compliance.
  • Scalability remains the primary reason DiffServ dominates the modern Internet backbone.

--- Unit IV Checklist:

  • [x] Explain the RSVP PATH/RESV signaling sequence.
  • [x] Calculate the Virtual Finish Time ($F_k$) for a flow in a WFQ scheduler.
  • [x] Describe the difference between Guaranteed and Controlled Load service in IntServ.
  • [x] Map EF and AF Per-Hop Behaviors to their target application types.
  • [x] Calculate the RED drop probability ($P_b$) given $min_{th}, max_{th}$, and $avg$.
  • [x] Identify the 6-bit DSCP field versus the 2-bit ECN field.
  • [x] Differentiate between Bit-Round Fair Queuing and Deficit Round Robin (DRR).
  • [x] Understand the purpose of a Classifier and a Meter in a DiffServ conditioner.
  • [x] Explain why "Tail Drop" causes global synchronization in TCP.