Questions: Overlay Networks and Tunneling

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A packet is traveling through a GRE tunnel from a corporate office in New York to one in London. A router in Frankfurt (not an overlay node) handles the packet in transit. What does the Frankfurt router see when it examines the packet's headers?

AThe original inner packet's source and destination addresses — the corporate office IPs
BOnly the outer GRE header with the London tunnel endpoint's real IP as the destination
CBoth the inner and outer headers, which it must process to determine the correct route
DAn encrypted payload it cannot forward without tunnel decryption keys
Question 2 Multiple Choice

Why does tunneling reduce the effective maximum transmission unit (MTU) available for application data compared to a non-tunneled connection?

AEncryption adds computational overhead that reduces network throughput
BThe outer tunnel headers consume bytes within each packet, leaving less room for the original payload before hitting the physical link's size limit
CTunnel endpoints must fragment all packets to prevent routing loops in the overlay
DIntermediate routers drop oversized packets because they cannot process two nested headers simultaneously
Question 3 True / False

In an overlay network, the logical topology (which nodes appear to be direct neighbors) determines the physical routes that packets follow through the underlying network.

TTrue
FFalse
Question 4 True / False

VPNs typically encrypt the inner packet before encapsulating it in the outer tunnel packet, so intermediate routers cannot read the original payload.

TTrue
FFalse
Question 5 Short Answer

Explain how tunneling 'decouples logical connectivity from physical topology' and give a concrete example where this property is essential.

Think about your answer, then reveal below.