Networking

Study Guide

Networking is one of the largest domains on the Core 1 exam at 23%. You need to understand the OSI and TCP/IP models, common protocols and their port numbers, IP addressing and subnetting basics, wireless standards, network devices, and how to set up and troubleshoot SOHO networks.

1OSI and TCP/IP Models

The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, Application. The TCP/IP model simplifies this to 4 layers: Network Access, Internet, Transport, Application. Data encapsulation adds headers at each layer. Knowing which layer protocols operate at is critical for the exam.

Examples:

Physical Layer (Layer 1): Cables, hubs, connectors
Data Link Layer (Layer 2): MAC addresses, switches, bridges
Network Layer (Layer 3): IP addresses, routers, ICMP
Transport Layer (Layer 4): TCP and UDP, port numbers
2Common Ports and Protocols

Memorize these essential port numbers. TCP and UDP are transport protocols — TCP is connection-oriented and reliable, UDP is connectionless and faster. Many services use well-known port numbers that you must know for the exam.

Examples:

HTTP = 80, HTTPS = 443, FTP = 21, SSH = 22, Telnet = 23
SMTP = 25, DNS = 53, POP3 = 110, IMAP = 143
RDP = 3389, SMB = 445, LDAP = 389, SNMP = 161
3IP Addressing

IPv4 addresses are 32-bit (written as four octets like 192.168.1.1). IPv6 addresses are 128-bit (written as eight hex groups). Private IP ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. Subnet masks divide an IP into network and host portions. CIDR notation (/24) replaces the subnet mask.

Examples:

192.168.1.0/24 means the first 24 bits are the network — subnet mask 255.255.255.0
10.0.0.0/8 is a Class A private range with over 16 million addresses
192.168.1.1/24 and 192.168.1.1 with subnet mask 255.255.255.0 are the same thing
4Wireless Standards

Wi-Fi standards are defined by IEEE 802.11. Each generation uses different frequencies and offers different speeds. 2.4 GHz has better range but lower speed; 5 GHz is faster but shorter range. Wi-Fi 6 (802.11ax) is the latest standard.

Examples:

802.11b — 2.4 GHz, up to 11 Mbps (legacy)
802.11g — 2.4 GHz, up to 54 Mbps
802.11n (Wi-Fi 4) — 2.4/5 GHz, up to 600 Mbps
802.11ac (Wi-Fi 5) — 5 GHz only, up to 6.9 Gbps
802.11ax (Wi-Fi 6) — 2.4/5 GHz, up to 9.6 Gbps
5Network Devices and Tools

Routers connect different networks and route traffic using IP addresses. Switches connect devices within a network using MAC addresses. Access points provide wireless connectivity. Firewalls filter traffic. A crimping tool attaches connectors to cables. A cable tester verifies cable continuity. A Wi-Fi analyzer identifies channel interference.

Examples:

A Layer 2 switch forwards frames based on MAC addresses
A router forwards packets between networks based on IP addresses
A loopback plug tests a network port by sending the signal back to the sender
Test-Taking Tips
Memorize the common ports — this is guaranteed to appear on the exam.
Know the difference between TCP (reliable, connection-oriented) and UDP (fast, connectionless).
Private IP ranges are critical for understanding NAT and SOHO networking.
The OSI model layers go from bottom (Physical) to top (Application) — a common exam question format.