CompTIA Network+ Foundations

A structured CompTIA Network+ course covering fundamentals, implementation, operations, security, and troubleshooting, with linked practice questions.

Level: CompTIA Network+ Difficulty: intermediate 5 lessons 60 min
Course progress 0 / 5
Back to courses

What you will learn

  • Understand network fundamentals.
  • Describe network implementations.
  • Manage network operations.
  • Apply network security controls.
  • Troubleshoot network problems.

Before you start

  • Basic IT knowledge is helpful.
  • Familiarity with computers and IP addresses is recommended.
  • No networking certification is required.

Lesson 1 Network Fundamentals

The CompTIA Network+ certification validates core networking skills. Start with fundamentals: a network connects devices so they can share resources. IP addresses are logical addresses at the network layer, while MAC addresses are hardware addresses burned into interfaces. DNS resolves names to IP addresses, and DHCP assigns IP configuration automatically. TCP is reliable and connection-oriented, while UDP is connectionless. Routers forward packets between networks, switches connect devices on a LAN, and firewalls filter traffic. Bandwidth measures capacity, and subnet masks define the network and host portions of an address. Understanding these basics is essential before studying implementation, operations, security, and troubleshooting.

Example

Example: Ping uses ICMP to test whether a host is reachable, while nslookup queries DNS records.

Lesson 2 Network Implementations

Network implementation covers the technologies used to build networks. Ethernet is a common wired LAN technology, and Wi-Fi provides wireless access. VLANs segment traffic logically, and VPNs create encrypted tunnels. Access points connect wireless clients, hubs broadcast frames, and switches filter by MAC address. PoE delivers power over Ethernet, and fiber optic cabling uses light for high-speed transmission. Load balancers distribute traffic, proxies act as intermediaries, and gateways connect networks using different protocols. Patch panels organize cabling, and routers forward packets between networks. Choose the right device and cable for each scenario on the exam.

Example

Example: Use a crossover cable to connect two similar devices directly without a switch.

Lesson 3 Network Operations

Network operations keep systems available and well managed. SNMP collects metrics from network devices, and Syslog centralizes logs. An SLA defines expected performance, and uptime measures availability. Baselines record normal performance so anomalies can be detected. Change management controls network changes, and incidents are unplanned disruptions. Runbooks document repeatable procedures, and backups protect data. Disaster recovery plans restore services after major outages, and patches fix vulnerabilities. Monitoring tools track health and alert teams. Use baselines, logs, and documentation together to keep networks reliable and to respond quickly when problems occur.

Example

Example: When CPU usage stays above baseline, review monitoring graphs and Syslog to identify the cause.

Lesson 4 Network Security

Network security protects data and systems. Authentication verifies identity, and authorization grants permissions. Encryption protects data at rest and in transit. A DMZ exposes public services while protecting internal networks. WPA3 secures Wi-Fi, and 802.1X controls port access. Zero trust verifies every request instead of trusting network location. DoS attacks make services unavailable, and malware harms systems. VPN concentrators terminate tunnels, and ACLs filter traffic. Multifactor authentication combines factors for stronger security. Know how each control maps to confidentiality, integrity, and availability.

Example

Example: Encryption primarily protects confidentiality, while backups mainly support availability.

Lesson 5 Network Troubleshooting and Practice

Network troubleshooting requires a methodical approach. Start by identifying the problem, then gather information and test likely causes. Ping tests connectivity, traceroute shows the path, nslookup queries DNS, ipconfig displays IP configuration, and netstat shows connections. Packet captures inspect traffic in detail. The loopback address 127.0.0.1 tests the local stack. Common issues include bad cables, DHCP failures, DNS misconfiguration, and firewall blocks. Use a crossover cable to connect similar devices directly. Document the solution after fixing the problem. Practice with timed labs and review every mistake to build speed and accuracy for the Network+ exam.

Example

Example: If a client has no internet, check the cable and DHCP lease before replacing hardware.