CompTIA Analyst Prep

CompTIA Network+ N10-008 Study Guide

Course: Networking Fundamentals and Physical Networks Source basis: Coursera course videos and readings reviewed on 2026-06-19 Purpose: Exam-focused study notes for the course modules. This is an original study guide, not a transcript.

How To Use This Guide

  1. Read one module at a time.
  2. Memorize the "must know" lists first.
  3. Use the checklists to identify weak spots.
  4. Take the practice question set after reviewing all modules.
  5. Review explanations for missed questions, then return to the related section.

High-Yield Memory Anchors

Module 1: Network Models

Big Picture

Network models help explain how data moves through a network. They divide a complex communication process into layers, which makes design, troubleshooting, and security easier. The course emphasizes the OSI seven-layer model as a way to reason from the physical cable or radio signal up to the user-facing application.

OSI Model

The OSI model has seven layers:

  1. Physical
  2. Data Link
  3. Network
  4. Transport
  5. Session
  6. Presentation
  7. Application

Layer 1: Physical

The Physical layer defines how bits move from one device to another. It includes cabling, connectors, radio frequencies, signaling, voltages, pinouts, and the physical properties of a link.

Know these examples:

Layer 1 problems usually look like no link, damaged cable, bad connector, wrong cable type, excessive distance, broken fiber, EMI, or failed hardware port.

The Data Link layer handles local network delivery. Ethernet operates here. Devices use MAC addresses to determine whether a frame is meant for them.

Important Layer 2 concepts:

Layer 2 is about getting frames to the right local system. A device compares the destination MAC address in a frame to its own MAC address. If it matches, the frame is accepted. If not, it is ignored unless the traffic is broadcast or the NIC is in a special mode.

Layer 3: Network

The Network layer uses logical addressing. IP is the core Layer 3 protocol for Network+.

Important Layer 3 concepts:

MAC addresses are useful on the local LAN, but IP addressing is needed for communication across routed networks such as the internet.

Layer 4: Transport

The Transport layer handles segmentation, reassembly, and ports. Large application data must be broken into pieces that fit inside frames. On the receiving side, those pieces must be reassembled.

Know these Layer 4 ideas:

The course highlights that Ethernet has a practical payload limit, so large files must be chopped into smaller chunks before transmission.

Layers 5-7: Upper Layers

The upper layers deal with conversations, formatting, encryption, and user-facing network services.

For Network+, you should know the layers, what each one does, and how to map common protocols/devices/problems to the right layer.

Encapsulation and Decapsulation

When data is sent, each layer adds its own information. This is encapsulation. When data is received, each layer removes and processes its own information. This is decapsulation.

Common data units:

Ethernet Frame Basics

An Ethernet frame carries data across a local Ethernet network.

Key frame fields to understand:

The frame check sequence does not fix errors by itself. It lets the receiving device detect that a frame was damaged.

MAC Addresses

A MAC address is a 48-bit hardware address used at Layer 2. It is commonly written as six pairs of hexadecimal digits.

Important facts:

Do not confuse MAC and IP addresses. MAC addresses are local physical/link-layer identifiers. IP addresses are logical network-layer identifiers used across routed networks.

Broadcast vs Unicast

Unicast traffic is one-to-one. A frame is sent to one destination MAC address.

Broadcast traffic is one-to-all within the local broadcast domain. Ethernet broadcast uses destination MAC address FF:FF:FF:FF:FF:FF.

Exam points:

IP Addressing Introduction

IPv4 addresses are 32-bit logical addresses. They are written in dotted decimal, such as 192.168.1.10.

IP addresses identify:

Routers use the network portion to move packets between networks. Hosts use a subnet mask or prefix length to determine whether a destination is local or remote.

Packets and Ports

IP packets carry Layer 4 data. TCP and UDP use port numbers so traffic reaches the correct application or service.

Examples to know:

Ports let one host run many network services at the same IP address.

Module 1 Must Know

Module 2: Cabling and Topology

Big Picture

Physical network design includes topology, cabling type, connector type, distance, bandwidth, safety ratings, and installation environment. A good design must work electrically or optically, be maintainable, and meet building/fire requirements.

Network Topologies

Bus

All devices share one backbone cable. Older coaxial Ethernet used bus designs.

Pros:

Cons:

Ring

Each device connects to two neighbors, forming a loop.

Pros:

Cons:

Star

Each device connects to a central device, usually a switch.

Pros:

Cons:

Mesh

Devices have multiple interconnections.

Pros:

Cons:

Hybrid

Most real networks combine topology ideas. A LAN may be physically star-shaped, while switches may be connected in a partial mesh or hierarchical design.

Coaxial Cabling

Coax uses a central conductor, insulation, shielding, and an outer jacket. It was common in older Ethernet and is still seen in cable internet and video distribution.

Know:

Exam value:

Twisted Pair Cabling

Twisted pair is the most common copper media for Ethernet LANs.

Types:

Why twist pairs?

Common categories:

Connector:

Important maximum:

Fiber Optic Cabling

Fiber uses light instead of electrical signals.

Advantages:

Types:

Common connectors:

Fiber exam cautions:

Fire Ratings

Cable jacket ratings matter because cables can spread smoke or flame through a building.

Common ratings:

Exam clue:

Module 2 Must Know

Module 3: Ethernet Basics

Big Picture

Ethernet defines how devices communicate on wired LANs. Modern Ethernet uses switches, MAC addressing, frames, and structured cabling. Understanding Ethernet means understanding frames, termination, switching, and how devices connect.

What Ethernet Is

Ethernet is a family of LAN technologies defined by IEEE 802.3. It includes physical media standards and frame behavior.

Core points:

Ethernet Frames

Important frame components:

Minimum and maximum sizes are exam-relevant. Standard Ethernet payload is commonly up to 1500 bytes. Jumbo frames exceed the standard MTU and must be supported consistently by the devices in the path.

Terminating Twisted Pair

Twisted pair cables must be terminated correctly so each wire lands on the correct pin.

Standards:

Straight-through cable:

Crossover cable:

Important installation habits:

Hubs vs Switches

Hub

A hub is a Layer 1 device. It repeats incoming bits out all other ports.

Consequences:

Switch

A switch is a Layer 2 device. It learns source MAC addresses and forwards frames intelligently.

Consequences:

Exam contrast:

Connecting Switches

Switches can be connected to extend the network.

Important concepts:

If connecting switches causes unstable network behavior, suspect loops, spanning tree issues, wrong cable, disabled port, speed/duplex mismatch, or VLAN/trunk configuration problems.

Module 3 Must Know

Module 4: Ethernet Standards

Big Picture

Ethernet standards describe speed, signaling, media type, and distance. For the exam, you must decode names like 100Base-TX, 1000Base-SX, and 10GBase-LR.

Reading Ethernet Names

Examples:

General decoding:

100BaseT

100Base-T is Fast Ethernet.

Know:

Gigabit Ethernet

Common forms:

1000Base-T uses all four pairs in the cable.

10-Gigabit Ethernet

Common forms:

Exam idea:

Transceivers

Transceivers convert between the network device and the physical medium.

Common types:

Important matching rules:

Duplex and Ethernet Connectivity

Half duplex:

Full duplex:

Speed/duplex mismatch can cause poor performance, errors, late collisions, and intermittent connectivity.

Connecting Ethernet Scenarios

When troubleshooting Ethernet standards and connectivity, work from physical to logical:

  1. Link light present?
  2. Correct cable type and category?
  3. Correct port and transceiver?
  4. Within distance limit?
  5. Matching speed and duplex?
  6. VLAN/trunk/access settings correct?
  7. Interface enabled?
  8. Error counters increasing?

Common symptoms:

Module 4 Must Know

Module 5: Installing a Physical Network

Big Picture

Structured cabling is the organized physical system that connects endpoints to network equipment. It includes work areas, wall jacks, horizontal cabling, patch panels, equipment rooms, racks, switches, and testing.

Structured Cabling

Structured cabling creates a predictable, maintainable physical network.

Common components:

Why it matters:

Terminating Structured Cabling

Permanent cable is often punched down to patch panels and keystone jacks rather than crimped directly like a patch cord.

Tools and parts:

Best practices:

Equipment Room

The equipment room or telecom room houses switches, routers, patch panels, racks, UPS devices, and sometimes servers.

Good equipment room design includes:

Distribution Panels and Blocks

Alternative distribution hardware may include:

Exam clue:

Testing Cable

Cable testing verifies that a run works and meets requirements.

Common tools:

Common cable faults:

Troubleshooting Structured Cabling

Use a structured process:

  1. Identify the symptom.
  2. Check link lights.
  3. Check the obvious physical items first.
  4. Try a known-good patch cable.
  5. Try a known-good port.
  6. Test the permanent cable run.
  7. Check termination and pinout.
  8. Replace suspect cable if repair is not worth the time.

Common quick wins:

Toner and Probe

A toner and probe helps trace an unlabeled cable. The toner sends a signal onto the cable, and the probe detects it at the other end or along the path.

Use cases:

Limitations:

Wired Connection Scenarios

Common physical network scenarios:

Module 5 Must Know

Exam Strategy

Think Layer 1 first:

If A Question Mentions One Host Cannot Communicate

Check:

If A Question Mentions Slow Or Intermittent Ethernet

Check:

If A Question Mentions Air Handling Space

Choose plenum-rated cable.

If A Question Mentions Long Distance Or EMI

Choose fiber optic cabling.

If A Question Mentions Tracing An Unknown Cable

Choose toner and probe.

If A Question Mentions Certifying Cat 6/Cat 6a

Choose cable certifier, not just a basic continuity tester.

Final Review Checklist