Domain 1 lays the conceptual groundwork for everything else in Network+. It's the largest domain on the exam, so it's worth getting rock-solid here.
The OSI model
Every network conversation and every troubleshooting session references the seven layers. Know what each layer does and which devices and protocols live where.
The OSI Model
The seven-layer map every networking technician uses to troubleshoot.
Tap or hover a part to learn more.
User-facing protocols.
Where apps interact with the network — HTTP, HTTPS, DNS, SMTP. This is what users and applications actually 'see'.
Check your understanding
1. Which layer do IP addresses and routers operate at?
2. TCP and UDP live at which layer?
Keep learning
Ports and protocols
You will be expected to recall common port numbers instantly — in both multiple-choice and performance-based questions.
Common Ports & Protocols
The port numbers every network professional must know by heart.
Tap or hover a part to learn more.
80, 443
HTTP runs on TCP 80 and HTTPS on TCP 443. HTTPS (443) is encrypted with TLS and is the modern default — plain HTTP on 80 usually just redirects to it.
Check your understanding
1. Which port does HTTPS use?
2. Which is the SECURE remote-access protocol?
TCP vs UDP
Understand when a protocol chooses reliability over speed — it explains a huge amount of network behaviour.
TCP vs UDP
Reliable and ordered versus fast and connectionless.
Tap or hover a part to learn more.
Reliable & ordered.
TCP is connection-oriented: it guarantees delivery, keeps data in order and retransmits anything lost. The cost is extra overhead and latency from acknowledgements.
Check your understanding
1. Which protocol uses a three-way handshake?
2. Which is better for live video and VoIP?
Network types and topologies
Know LAN, WAN, WLAN, PAN and the star/mesh/hybrid topologies, plus modern additions: cloud networking (IaaS/PaaS, VPCs, cloud gateways) and software-defined networking (SDN), which separates the control plane from the data plane so networks can be managed centrally and programmatically. SD-WAN applies the same idea across wide-area links.
Why this domain matters
Concepts are the shared language of networking. When something breaks, engineers say "it's a Layer 2 issue" or "check port 443" — and everyone knows exactly what that means. Master this domain and the rest of Network+ becomes far easier.
