Basic c++ data structures, lots of networking questions such as difference between TCP/UDP, what is IP, etc.
Sigiloso
IP = addressing + routing system TCP = reliable, ordered, error-checked delivery (used when accuracy matters) UDP = fast, lightweight, best-effort delivery (used when speed matters more)