Questions: Network Fundamentals

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A YouTube video streams over a cellular network. Which layer is responsible for ensuring that video data packets are delivered reliably and in order to the viewer's device?

APhysical layer — it controls the radio signals that carry the data
BNetwork layer — it routes packets across the internet from YouTube's servers to the viewer
CTransport layer — it provides end-to-end reliability between the communicating applications
DApplication layer — HTTP handles reliable delivery of video data directly
Question 2 Multiple Choice

An engineer wants to replace the physical transmission medium from fiber optic cable to a new quantum communication link, without changing how IP routing, TCP connections, or web applications work. Is this possible under the layered model?

ANo — changing the physical medium requires updating all higher layers since they depend on implementation details of the physical transmission
BYes — each layer only interacts with its immediate neighbor through a defined service interface; higher layers don't know or care about the physical medium
COnly if the quantum link supports the same bandwidth as fiber, since higher layers assume specific throughput
DOnly if IP and TCP are redesigned to take advantage of quantum properties
Question 3 True / False

For the transport layer to send data correctly, it is expected to know whether the physical layer is using fiber optic cable, Wi-Fi, or a cellular radio link.

TTrue
FFalse
Question 4 True / False

Encapsulation in a protocol stack means that as data passes down the sending stack, each layer adds its own header, creating a nested structure that each corresponding layer at the receiving end strips off.

TTrue
FFalse
Question 5 Short Answer

Why does breaking a message into small packets (rather than transmitting it as one continuous stream) improve network performance and reliability?

Think about your answer, then reveal below.