Questions: Encapsulation and Protocol Layers

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

When an application sends an HTTP message over TCP/IP/Ethernet, in what order are headers added as data moves down the protocol stack?

AEthernet header first, then IP header, then TCP header — outermost first
BTCP header first, then IP header, then Ethernet header — innermost (closest to data) first
CHTTP payload is wrapped in IP first, then TCP, then Ethernet
DAll headers are composed simultaneously by the network interface before transmission
Question 2 Multiple Choice

A network is upgraded from Ethernet to a new link-layer technology. Which statement best describes the impact on higher-layer protocols?

ATCP and IP must be reconfigured to work with the new link technology
BApplications must be rewritten because the underlying frame format has changed
CHigher layers are unaffected because each layer treats the layer below as a black box — only the data link layer changes
DOnly the IP layer needs updating since it directly interfaces with the data link layer
Question 3 True / False

When a router processes an IP packet, it reads the TCP header inside the packet to determine where to forward it.

TTrue
FFalse
Question 4 True / False

Each layer in the protocol stack can only read its own header and treats the data from the layer above as an opaque payload.

TTrue
FFalse
Question 5 Short Answer

Explain why encapsulation is essential to the interchangeability of protocols at each network layer. What would break if one layer could 'see into' the headers of layers above it?

Think about your answer, then reveal below.