As a hiring manager, my favorite networking question to ask was this:
Imagine a user sitting at an
Ethernet-connected PC. He has a browser
open. He types "www.google.com"
in the address bar and hits enter.
Now tell me what the first packet to
appear on the Ethernet is.
Possible answers (of varying correctness) include:
- I don't know.
- An HTTP request
packet.
- A TCP syn packet.
- A DNS
request packet.
- An ARP packet.
- It depends.
Each of the answers reveals something about the person's understanding of networking in general, and IP and TCP in particular. The subsequent discussion can reveal volumes about their understanding. (Assuming, of course, that the questioner has some expertise in this area).