An organization implements Quality of Service (QoS) policies for video streaming. At which OSI layer would bandwidth prioritization rules primarily be enforced?
APhysical Layer
BData Link Layer
CTransport Layer
DApplication Layer
Correct Answer:
C. Transport Layer
Explanation:
QoS policies are typically enforced at the Transport Layer using protocols like DSCP and traffic shaping techniques to prioritize critical traffic.
A network administrator notices that devices can connect physically but cannot communicate. After checking cables and signals, the issue remains. Which layers should be investigated?
ALayers 1 and 2 only
BLayers 3 and 4 only
CLayers 2 and 3
DAll layers from 1 to 7
Correct Answer:
C. Layers 2 and 3
Explanation:
Physical connectivity (Layer 1) works, so the issue is likely at Layer 2 (MAC addressing/switching) or Layer 3 (IP routing/addressing).
When a web browser displays encrypted HTTPS content correctly on the user's screen, which layers have successfully completed their functions in the correct sequence?
ALayers 4, 5, 6, 7 only
BLayers 1 through 7
CLayers 3, 4, 5, 6, 7 only
DLayers 2, 4, 6, 7 only
Correct Answer:
B. Layers 1 through 7
Explanation:
All seven layers must function correctly: physical transmission (1), framing (2), routing (3), TCP connection (4), session (5), decryption (6), and HTML rendering (7).
During a network troubleshooting session, a technician finds that DNS resolution fails while DHCP assignment succeeds. Which layers are functioning and which is failing?
ALayers 1-3 working; Layer 7 failing
BLayers 1-2 working; Layer 3 failing
CLayers 1-4 working; Layer 7 failing
DAll layers working; application configuration issue
Correct Answer:
C. Layers 1-4 working; Layer 7 failing
Explanation:
DHCP (Layer 4) works, so Layers 1-4 are functional. DNS resolution failure indicates an issue at the Application Layer (Layer 7) or network configuration.