CompTIA Network+ Network Fundamentals Practice Questions 2026

Master the OSI model, TCP/IP, protocols, topologies, and networking basics for the Network+ exam

24%
of Exam
65+
Questions
Start Network Fundamentals Practice Test

What Are Network Fundamentals on the Network+ Exam?

Network Fundamentals is the largest domain on the CompTIA Network+ exam, accounting for approximately 24% of the total score. This domain covers the core building blocks of networking: the OSI and TCP/IP models, network topologies, cable types, networking devices, and essential protocols and their port numbers. A strong foundation here makes every other domain easier to understand.

The exam tests your ability to explain the OSI model's seven layers and map protocols, devices, and functions to each layer. You need to understand how data encapsulation works as information travels down the stack (data → segments → packets → frames → bits) and how de-encapsulation reverses the process at the receiving end.

Beyond models and theory, this domain covers practical networking knowledge: how switches forward frames using MAC address tables, how routers make forwarding decisions using routing tables, the differences between TCP and UDP, and when to use various cable types and connectors. Mastering fundamentals is essential because these concepts appear in scenario-based questions across all exam domains.

OSI Model Layer Reference

LayerNamePDUKey Protocols/Devices
7ApplicationDataHTTP, FTP, SMTP, DNS, SNMP
6PresentationDataSSL/TLS, JPEG, ASCII, encryption
5SessionDataNetBIOS, PPTP, RPC
4TransportSegmentTCP, UDP
3NetworkPacketIP, ICMP, ARP, routers
2Data LinkFrameEthernet, switches, MAC addresses
1PhysicalBitsCables, hubs, connectors, NICs

Key Networking Concepts

TCP vs UDP

TCP provides reliable, ordered delivery using a three-way handshake (SYN, SYN-ACK, ACK), sequencing, and acknowledgments. UDP is connectionless and faster but provides no guaranteed delivery. HTTP, FTP, and SMTP use TCP. DNS queries, DHCP, and streaming use UDP.

Network Topologies

Star topology uses a central switch (most common). Mesh provides redundancy with full or partial connections. Bus uses a single backbone cable (legacy). Ring passes tokens sequentially. Hybrid combines multiple types. Know fault tolerance characteristics of each.

Ethernet Standards

Know 10BASE-T (10 Mbps), 100BASE-TX (Fast Ethernet), 1000BASE-T (Gigabit), and 10GBASE-T. Fiber standards include 1000BASE-SX (multimode, short), 1000BASE-LX (single-mode, long), and 10GBASE-SR/LR. Understand maximum distances and cable requirements.

Common Port Numbers

FTP (20/21), SSH (22), Telnet (23), SMTP (25), DNS (53), DHCP (67/68), HTTP (80), HTTPS (443), POP3 (110), IMAP (143), SNMP (161/162), LDAP (389), RDP (3389). Well-known ports range from 0-1023; registered ports from 1024-49151.

Network Devices

Switches (Layer 2) forward frames by MAC address. Routers (Layer 3) route packets by IP address. Multilayer switches combine both. Access points extend wireless. Load balancers distribute traffic. Firewalls filter based on rules. Know where each device operates in the OSI model.

Cable Types and Connectors

Copper: Cat5e (1 Gbps), Cat6 (10 Gbps/55m), Cat6a (10 Gbps/100m). Fiber: single-mode (long distance) vs multimode (short distance). Connectors: RJ-45 (copper), LC/SC (fiber). Know straight-through vs crossover cable pinouts and T568A/T568B standards.

Sample Network Fundamentals Questions

Question 1

At which OSI layer does a switch primarily operate when forwarding frames based on MAC addresses?

A) Layer 1 – Physical
B) Layer 2 – Data Link
C) Layer 3 – Network
D) Layer 4 – Transport

Answer: B) Layer 2 – Data Link — Switches operate at the Data Link layer, using MAC address tables (CAM tables) to forward frames only to the port where the destination device is connected. This reduces unnecessary traffic compared to a hub, which broadcasts to all ports at Layer 1.

Question 2

A user reports they cannot access a website by name but can reach it by IP address. Which protocol is most likely failing?

A) DHCP
B) DNS
C) ARP
D) SNMP

Answer: B) DNS — DNS (Domain Name System) resolves hostnames to IP addresses. If a user can reach a site by IP but not by name, DNS resolution is failing. Check the DNS server configuration, verify connectivity to the DNS server on port 53, and try nslookup or dig for troubleshooting.

Question 3

Which network topology provides the highest level of redundancy but is the most expensive to implement?

A) Star
B) Bus
C) Full mesh
D) Ring

Answer: C) Full mesh — In a full mesh topology, every device has a direct connection to every other device. This provides maximum redundancy and fault tolerance but requires n(n-1)/2 connections, making it expensive for large networks. It is commonly used in WAN backbone designs.

Study Tips for Network Fundamentals

Frequently Asked Questions

What is the OSI model and why is it important for Network+?

The OSI (Open Systems Interconnection) model is a 7-layer framework for understanding network communication: Physical, Data Link, Network, Transport, Session, Presentation, and Application. The Network+ exam extensively tests your ability to identify which layer protocols and devices operate at.

What is the difference between TCP and UDP?

TCP (Transmission Control Protocol) is connection-oriented, provides reliable delivery with acknowledgments, sequencing, and flow control. UDP (User Datagram Protocol) is connectionless, faster but unreliable. TCP uses a three-way handshake (SYN, SYN-ACK, ACK). Use TCP for web, email, file transfer; UDP for DNS queries, streaming, VoIP.

What network topologies should I know?

Know star (centralized hub/switch), mesh (full and partial — redundant links), bus (single cable, legacy), ring (token passing), and hybrid topologies. Modern networks primarily use star topology with switches. Understand the fault tolerance and scalability trade-offs of each.

What common port numbers are tested?

Critical ports include: FTP (20/21), SSH (22), Telnet (23), SMTP (25), DNS (53), DHCP (67/68), HTTP (80), HTTPS (443), POP3 (110), IMAP (143), SNMP (161/162), LDAP (389), RDP (3389). Know both the port number and protocol (TCP/UDP).

What is the difference between a hub, switch, and router?

A hub operates at Layer 1 and broadcasts all traffic to all ports. A switch operates at Layer 2, uses MAC addresses to forward frames only to the correct port. A router operates at Layer 3, uses IP addresses to route packets between different networks. Switches create separate collision domains; routers create separate broadcast domains.

What cable types should I know for the exam?

Know Cat5e (1 Gbps/100m), Cat6 (10 Gbps/55m), Cat6a (10 Gbps/100m), Cat7 (10 Gbps shielded), Cat8 (25-40 Gbps/30m). For fiber: single-mode (long distance, small core) vs multimode (short distance, larger core). Know connector types: RJ-45, LC, SC, ST, and when to use each.