🎓 BookMCQ
← Back to 30. Quality of Service

📝 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.

3
Easy
5
Medium
2
Hard

📝 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?

A.345.6 kbps
B.345,600 bits per second ✅
C.1.38 Mbps
D.345.6 Mbps
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The rate is calculated as 480×30×24=345,600480 \times 30 \times 24 = 345{,}600 bits per second. Converting to kilobits gives 345,600/1,000=345.6345{,}600/1{,}000 = 345.6 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?

A.1.49 Gbps
B.298.6 Mbps
C.746.5 Mbps
D.1.0 Gbps ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The original rate is 1920×1080×30×24=1,492,992,0001920 \times 1080 \times 30 \times 24 = 1{,}492{,}992{,}000 bits/s (≈1.493 Gbps). A 50 % reduction halves this to 746,496,000746{,}496{,}000 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?

A.0.08402777777777781 ✅
B.0.12569444444444455
C.0.16736111111111107
D.0.2090277777777778
💡 Difficulty: hard | ✅ Correct: A

📖 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)?

A.The 480 pixel video uses about 4,300 times more bandwidth
B.The 1080p video uses about 4,300 times more bandwidth ✅
C.Both use the same bandwidth
D.The 480 pixel video uses about 4,300 times less bandwidth
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The 480‑pixel video needs 480×30×24=345,600480 \times 30 \times 24 = 345{,}600 bps, while the 1080p video needs 1,492,992,0001{,}492{,}992{,}000 bps. Dividing the larger by the smaller gives roughly 1,492,992,000/345,6004,3201{,}492{,}992{,}000 / 345{,}600 \approx 4{,}320. 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?

A.0.25
B.0.5
C.0.33299999999999996 ✅
D.0.667
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The increase factor is 32/24=4/332/24 = 4/3, which is a 33.3%33.\overline{3}\% 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?

A.It predicts motion between frames and encodes only differences ✅
B.It removes duplicate color information within a frame
C.It lowers resolution of each frame
D.It increases frame rate
💡 Difficulty: medium | ✅ Correct: A

📖 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?

A.Apply spatial downsampling and reduce frame rate to 15 fps
B.Use motion‑compensated prediction and quantize residuals
C.Increase bits per color to 48 and use lossless compression
D.Transmit only every other pixel ✅
💡 Difficulty: hard | ✅ Correct: D

📖 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?

A.Nyquist theorem ✅
B.Shannon's source coding theorem
C.Temporal sampling principle
D.Spatial redundancy principle
💡 Difficulty: easy | ✅ Correct: A

📖 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?

A.0.41736111111111107
B.0.5006944444444446
C.0.8340277777777778
D.0.6256944444444446 ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The required factor equals the original rate divided by the target: 1.493 Gbps/0.1 Gbps14.931.493\text{ Gbps} / 0.1\text{ Gbps} \approx 14.93. 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?

A.Reducing frame rate gives greater decrease
B.Reducing color depth gives greater decrease
C.Both reductions give equal decrease ✅
D.Neither reduction affects bandwidth
💡 Difficulty: medium | ✅ Correct: C

📖 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.

🔗 Related Topics (MCQs)