📝 Flow specification in IntServ (10 MCQs)
📖 From Data Communication and Networks • 30. Quality of Service • 10 questions available
What is Flow specification in IntServ?
A flow specification in IntServ is a detailed descriptor included in reservation requests that defines both the traffic characteristics of the data stream and the desired service quality, enabling routers to calculate and allocate the exact resources needed.
📝 All Flow specification in IntServ MCQs
Q1. What is the uncompressed transmission rate for a video with 480 pixels per frame, 30 frames per second, and 24 bits per color?
📖 Explanation: The rate is calculated as bits per second. Converting to kilobits gives kbps. Option B directly matches the exact bit‑per‑second value, confirming it as the correct answer.
Q2. If MPEG compression reduces the data size by 50%, what is the resulting transmission rate for a high-definition video of 1920×1080 pixels, 30 fps, and 24 bits per color?
📖 Explanation: The original rate is bits/s (≈1.493 Gbps). A 50 % reduction halves this to bits/s, about 746.5 Mbps. Option D provides this value, making it the correct choice.
Q3. A streaming service can deliver at most 500 Mbps. By what minimum compression ratio must a 1080p video (original rate ≈ 1.493 Gbps) be reduced to fit within this limit?
📖 Explanation: To meet the 500 Mbps ceiling, the original 1.493 Gbps must be divided by 0.5 Gbps, yielding a ratio of roughly 3:1. Since the question asks for the minimum ratio, the closest integer ratio that satisfies the constraint is 3:1, which corresponds to option A.
Q4. How does the transmission rate of the 480 pixel video compare to that of the 1080p video (both uncompressed)?
📖 Explanation: The 480‑pixel video needs bps, while the 1080p video needs bps. Dividing the larger by the smaller gives roughly . Thus the HD stream requires about 4,300 times more bandwidth, matching option B.
Q5. If the bits per color increase from 24 to 32 while keeping resolution and frame rate constant, what is the percentage increase in the uncompressed transmission rate?
📖 Explanation: The increase factor is , which is a rise. Converting this to a percentage gives approximately 33.3 %. Option C reflects this calculation, making it the correct answer.
Q6. Which statement best explains why MPEG compression primarily reduces temporal redundancy in video streams?
📖 Explanation: MPEG uses motion‑compensated prediction to estimate how pixels move from one frame to the next, storing only the residual differences. This targets temporal redundancy, which dominates video data. Option A captures this mechanism accurately, so it is the correct choice.
Q7. Design a simple compression scheme that could halve the bandwidth of the 480 pixel video without significantly degrading visual quality. Which combination of techniques would be most effective?
📖 Explanation: Motion‑compensated prediction exploits frame‑to‑frame similarity, and quantizing the residuals discards imperceptible details, often achieving roughly a 50 % reduction while preserving quality. This combination (option D) is the most suitable for the stated goal.
Q8. Which principle explains that increasing frame rate generally increases the required transmission bandwidth for a given resolution and color depth?
📖 Explanation: The Nyquist theorem states that to accurately capture a signal, the sampling rate must be at least twice the highest frequency component. In video, raising the frame rate raises the temporal sampling frequency, thereby demanding more bandwidth. Option A correctly identifies this principle.
Q9. Given a target bandwidth of 100 Mbps, what compression factor is needed for the 1080p video (original 1.493 Gbps) to meet this target?
📖 Explanation: The required factor equals the original rate divided by the target: . Rounding to the nearest whole number gives a 15:1 compression ratio, which is option D.
Q10. Compare the impact on bandwidth of reducing frame rate from 30 fps to 15 fps versus reducing color depth from 24 bits to 12 bits, assuming 1080p resolution. Which reduction yields a greater bandwidth decrease?
📖 Explanation: Halving the frame rate cuts the data rate by 50 %, and halving the color depth also cuts it by 50 %. Both operations thus produce the same proportional reduction, making option C the correct statement.