This area is the foundation for the whole exam: how data actually gets from one device to another, and the shared language (the OSI model) used to describe it. Get this solid and everything else - cabling, routing, troubleshooting - slots into place.
Learn it bottom to top and top to bottom. A classic mnemonic: 'Please Do Not Throw Sausage Pizza Away'.
Each layer has its own name for the data unit: Data (L7-5), Segment (L4), Packet (L3), Frame (L2), Bits (L1). The exam loves testing this sequence directly.
Revise this by drawing the stack from memory with the PDU name and one device example against each layer - that single diagram covers a big chunk of exam marks.
A topology describes how devices are physically or logically connected.
Every device on a network needs a unique address so traffic knows where to go. Network+ tests both IPv4 and IPv6, plus the subnetting maths that splits one big network into smaller, manageable pieces.
An IPv4 address is 32 bits, written as four decimal octets (0-255) separated by dots, eg 192.168.1.10. The subnet mask marks which bits are network and which are host - eg 255.255.255.0 (/24) means the first 24 bits are network, leaving 8 bits (256 addresses, 254 usable) for hosts.
CIDR (Classless Inter-Domain Routing) writes the mask as a slash and a bit count, like /24 or /26. Usable hosts = 2^(host bits) - 2, because the first address is the network ID and the last is the broadcast address. A /30 gives 4 addresses, 2 usable - perfect for a point-to-point link.
These never route on the public internet - NAT translates them at the edge.
Work out the block size by subtracting the interesting octet's mask value from 256. Eg mask 255.255.255.192 (/26): 256-192=64, so subnets run 0, 64, 128, 192. Each subnet's broadcast is the next subnet's start minus 1. Practise this both ways - given a mask, find the subnets; given a required host count, find the smallest mask that fits.
128-bit address written in 8 groups of hex, eg 2001:0db8::1. Leading zeros in a group can be dropped, and one run of consecutive all-zero groups can be shortened to '::' (only once per address). fe80::/10 is link-local, and there's no broadcast in IPv6 - multicast replaces it.
Network+ tests whether you can keep a network healthy day to day, not just build it once.
This means documentation, monitoring protocols, log management, and business continuity concepts.
Network+ tests defence in depth - layering controls so no single failure exposes the network. Expect questions on device placement, wireless security, and remote access.
CompTIA expects a repeatable process, not guesswork. Learn the seven steps in order:
Check the physical layer first — it is the cheapest and fastest thing to rule out.