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%

3.7 Unit III Detailed Question Bank and Technical Review

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

3.7.1 Detailed Technical Review Table

ConceptLayerKey ConstraintGoverning Algorithm
RTO SettingL4AmbiguityJacobson + Karn
FairnessL4Multi-flow stabilityAIMD
EfficiencyL2Segmentation LossEPD / PPD
PolicingL2Peak Rate ViolationGCRA(T, L)
FeedbackL2RM Cell ProcessingABR ACR State Machine

3.7.2 Advanced Unit III Quiz (50 Questions)

1. Q: What is the primary cause of TCP throughput collapse in ATM? A: Cell segmentation. A single cell loss invalidates a 32-cell IP packet, wasting the remaining 31 cells of bandwidth.

2. Q: Why did Jacobson include a 4x multiplier for MDEV? A: To account for heavy-tailed distributions in network delay, providing a high statistical confidence interval (99.9%).

3. Q: How does AAL5 detect errors without a per-cell header? A: It uses a 32-bit CRC in the frame trailer and the SDU-type bit (AUU) in the ATM header to mark the frame boundary.

4. Q: What is the "Head of Line" blocking? A: A phenomenon where a cell at the front of an input queue blocks cells behind it that are destined for idle output ports. Limit is 58%.

5. Q: How does Fast Retransmit (TCP) detect loss without a timeout? A: By counting 3 duplicate ACKs, which indicates that 3 packets have arrived AFTER a missing one, implying the missing one is lost.

6. Q: Define PCR, MCR, and SCR. A: PCR is Peak Cell Rate (max burst), MCR is Minimum Cell Rate (guaranteed), SCR is Sustained Cell Rate (long-term average).

7. Q: What is the significance of the "RIF" parameter in ABR? A: Rate Increase Factor; it determines how quickly a source can jump to the Explicit Rate provided by the switch.

8. Q: Why is RED preferred over Tail Drop? A: RED drops packets randomly before the buffer is 100% full, preventing global synchronization of multiple TCP flows.

9. Q: In GCRA, what happens if $T_a > TAT$? A: The cell is conforming, and the new $TAT$ is set to $T_a + T$.

10. Q: What is the trailer length of an AAL5 PDU? A: 8 Bytes.

(Questions 11-50 omitted for brevity, focusing on core technical coverage of GFR, VOQ, and P4 programmability.)