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 Overview: Integrated and Differentiated Services

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

Quality of Service (QoS) Architectures in the Modern Internet

Unit IV explores the two primary models for providing Quality of Service (QoS) in IP-based networks: Integrated Services (IntServ) and Differentiated Services (DiffServ). As high-speed networks evolved, the basic "Best Effort" delivery model of the Internet became insufficient for real-time applications like VoIP, telemedicine, and financial high-frequency trading.

Key Focus Areas:

  1. Integrated Services (IntServ): The "Hard QoS" model based on per-flow resource reservation.
  2. RSVP Signaling: How applications request network resources.
  3. Queuing Disciplines: The mathematical and practical study of FQ, GPS, and WFQ.
  4. Differentiated Services (DiffServ): The "Soft QoS" model based on aggregate traffic classes and per-hop behaviors.
  5. Random Early Detection (RED): Advanced buffer management to prevent global synchronization.
  6. Traffic Conditioning: Policing, shaping, and marking at the network edge.

---

4.0.1 The Evolution of QoS

  • Best Effort: Original IP model. No guarantees. First-in-first-out (FIFO).
  • IntServ (RFC 1633): Designed for end-to-end guarantees. Scales poorly because routers must track every individual flow.
  • DiffServ (RFC 2475): Scalable alternative. Routers handle groups of traffic (e.g., all voice traffic) rather than individual sessions.

4.0.2 Unit IV Roadmap

This unit provides the algorithmic depth required to manage congested high-speed backbones:

  • Lesson 4.1: IntServ components and RSVP signaling.
  • Lesson 4.2: Theoretical queuing models (GPS and WFQ).
  • Lesson 4.3: DiffServ architecture and Traffic Conditioners.
  • Lesson 4.4: RED buffer management and mathematical derivations.