CompTIA Analyst Prep

CompTIA Network+ N10-008 Study Guide

Course: TCP/IP, Routing, and Wireless Networking Source basis: Coursera course videos and readings reviewed on 2026-06-19 Purpose: Exam-focused study notes for TCP/IP, routing, network services, DNS, security, VLANs, and switch features.

Course Map

High-Yield Memory Anchors

Module 1: TCP/IP Basics

IP Addressing And Binary

IPv4 addresses are 32-bit numbers written as four decimal octets. Each octet represents 8 bits and ranges from 0 to 255.

Example:

Exam skill:

ARP

ARP, Address Resolution Protocol, resolves an IPv4 address to a MAC address on the local network.

Process:

  1. Host needs to send to a local IPv4 destination.
  2. Host checks ARP cache.
  3. If no entry exists, host broadcasts an ARP request.
  4. The owner of the IPv4 address replies with its MAC address.
  5. Sender uses that MAC address in the Ethernet frame.

Important exam distinctions:

Subnet Masks

A subnet mask identifies which bits are network bits and which bits are host bits.

Common masks:

Host formula for IPv4:

Classful Addressing

Classful addressing is older but still exam-relevant.

127.0.0.0/8 is loopback, not a normal Class A host network.

CIDR Subnetting

CIDR, Classless Inter-Domain Routing, uses slash notation instead of rigid classful boundaries.

Important tasks:

Quick block sizes in the interesting octet:

Example:

Static And Dynamic Addressing

Static addressing is manually configured. It is useful for routers, servers, printers, infrastructure, and anything that must be predictable.

Dynamic addressing usually uses DHCP. DHCP leases IP configuration to clients.

DHCP commonly provides:

DHCP process memory aid: DORA.

Special IP Addresses

Know these:

Module 1 Troubleshooting Cues

Module 2: Routing

Router Purpose

Routers connect IP networks. A router receives packets, checks the destination IP address, consults its routing table, and forwards traffic toward the next hop.

Key concepts:

Understanding Ports

In this course context, "ports" can mean physical interfaces or Layer 4 application ports.

Physical/router ports:

Layer 4 ports:

Network Address Translation

NAT translates IP addresses, often private internal addresses to a public external address.

Types:

PAT is what most homes and small offices use.

Why NAT matters:

NAT is not a complete security control by itself. It is often paired with firewall behavior.

Port Forwarding

Port forwarding allows inbound traffic from the internet to reach an internal host.

Example:

Security note:

SOHO vs Enterprise Routing

SOHO routers often combine:

Enterprise networks usually separate these functions across dedicated devices or managed platforms.

Enterprise routers support more advanced:

Static Routes

Static routes are manually configured.

Use cases:

Pros:

Cons:

Dynamic Routing

Dynamic routing protocols let routers exchange route information.

Benefits:

Costs:

RIP

RIP is an older distance-vector routing protocol.

Know:

OSPF

OSPF is a link-state interior gateway protocol.

Know:

BGP

BGP is the major exterior gateway protocol of the internet.

Know:

Module 2 Troubleshooting Cues

Module 3: TCP/IP Applications

TCP vs UDP

TCP:

UDP:

Examples:

ICMP And IGMP

ICMP supports diagnostic and control messages.

Common uses:

IGMP manages IPv4 multicast group membership.

Handy Tools

Know these tools:

Wireshark

Wireshark captures and decodes network traffic.

Use it to:

Exam caution:

Netstat

Netstat shows network connections and listening ports.

Use cases:

Web Servers

Common web ports:

Web troubleshooting:

FTP

FTP uses TCP 21 for control. Traditional active/passive FTP can involve additional data connections.

Security point:

Email Servers And Clients

Common email protocols:

Common ports:

Securing Email

Email security concerns:

Common records/tools:

Telnet And SSH

Telnet:

SSH:

NTP

NTP synchronizes clocks.

Port:

Why it matters:

Module 4: Network Naming

DNS Fundamentals

DNS resolves names to records, most commonly hostnames to IP addresses.

Common record types:

DNS uses UDP 53 for most queries and TCP 53 for zone transfers and large responses.

Applying DNS

DNS hierarchy:

Recursive resolver:

Authoritative server:

Caching:

Windows Name Resolution

Windows environments may use several name mechanisms:

Exam focus:

Dynamic DNS

Dynamic DNS updates DNS records automatically when IP addresses change.

Use cases:

DNS Troubleshooting

Process:

  1. Check IP connectivity first.
  2. Query known DNS server.
  3. Compare name vs direct IP access.
  4. Check correct DNS server settings.
  5. Check record type.
  6. Check TTL/caching.
  7. Check authoritative records.

Tools:

Module 5: Securing TCP/IP

Making TCP/IP Secure

TCP/IP was not originally designed around modern hostile networks. Security layers add confidentiality, integrity, authentication, authorization, and accountability.

Important security goals:

Symmetric Encryption

Symmetric encryption uses the same key for encryption and decryption.

Pros:

Cons:

Examples:

Asymmetric Encryption

Asymmetric encryption uses a public/private key pair.

Uses:

Pros:

Cons:

Cryptographic Hashes

A hash produces a fixed-length digest from input data.

Properties:

Examples:

Avoid weak/deprecated hashes such as MD5 and SHA-1 for security-sensitive uses.

Identification, Authentication, Authorization, Accounting

Identification:

Authentication:

Authorization:

Accounting:

AAA means Authentication, Authorization, and Accounting.

Access Control

Access control limits who or what can access resources.

Models:

Network examples:

Kerberos And EAP

Kerberos:

EAP:

Single Sign-On

SSO lets users authenticate once and access multiple systems.

Benefits:

Risks:

Certificates And Trust

Certificates bind public keys to identities. A certificate authority signs certificates so clients can validate trust.

Important certificate concepts:

Certificate error scenarios:

Module 6: Switch Features

Switch Management

Managed switches support configuration and monitoring.

Common management features:

Secure management:

VLANs

VLANs divide a switch into separate Layer 2 broadcast domains.

Benefits:

Important:

InterVLAN Routing

InterVLAN routing allows communication between VLANs.

Methods:

Troubleshooting:

Trunking

Trunk links carry multiple VLANs between switches or between switch and router.

Common trunk tag:

Trunk concerns:

Cisco Command Concepts

Network+ does not require deep vendor certification, but you should recognize basic ideas:

Switch Port Protection

Port protection features include:

Exam idea:

Port Bonding

Port bonding/link aggregation combines multiple physical links into one logical link.

Benefits:

Common standard:

Port Mirroring

Port mirroring copies traffic from one or more ports/VLANs to a monitoring port.

Uses:

Vendor term:

Quality of Service

QoS prioritizes traffic.

Use cases:

QoS can classify, mark, queue, prioritize, shape, or police traffic.

IDS vs IPS

IDS:

IPS:

Placement matters:

Proxy Servers

A proxy acts on behalf of clients.

Uses:

Forward proxy serves clients. Reverse proxy protects or fronts servers.

Load Balancing

Load balancers distribute traffic across multiple servers.

Benefits:

Common concepts:

Final Exam Checklist