Cyber Questline
On this page

CompTIA Network+ N10-009 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

Local-or-remote IPv4 decisionThe subnet mask decides whether a host ARPs locally or sends traffic to the default gateway.
Source IP + maskExample: 192.168.10.25/24
Destination IPExample: 192.168.10.80 or 10.20.0.5
Same subnet?Compare network portions
ARP for destinationSend frame directly
ARP for gatewayRouter handles remote network

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

VLAN trunk and inter-VLAN routingAccess ports carry one VLAN; trunks carry tags; a Layer 3 interface routes between VLANs.
VLAN 10 access portsUser workstations
802.1Q trunkTagged VLAN 10 + VLAN 20
Layer 3 switch/routerDefault gateway SVIs
VLAN 20 access portsServers or another team
Allowed VLAN listMismatch breaks reachability
ACLs/QoSPolicy after routing

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:

N10-009 Resiliency And Cloud Services

First Hop Redundancy And Virtual IPs

Hosts normally depend on one configured default-gateway address. If that gateway exists on only one router, the router becomes a first-hop single point of failure.

A First Hop Redundancy Protocol (FHRP) allows multiple routers to coordinate ownership of a virtual IP (VIP) and usually a virtual MAC address. Hosts use the VIP as their default gateway rather than a router's individual interface address.

Expected behavior:

Do not confuse an FHRP VIP with:

Troubleshooting checks include FHRP state, peer reachability, priority, preemption, the shared VIP, and whether hosts resolve the expected virtual MAC.

Precision And Secure Time

NTP is the general-purpose time protocol used by network devices and systems. Consistent time supports log correlation, authentication, certificates, automation, and incident investigation.

Precision Time Protocol (PTP) targets environments requiring much tighter synchronization, such as industrial controls, financial systems, and media production. PTP can use hardware timestamping and a hierarchy that includes grandmaster, boundary, and ordinary clocks.

Network Time Security (NTS) adds cryptographic protection to NTP. NTS helps clients authenticate the time source and protects time exchanges from manipulation. It improves NTP trust; it does not turn NTP into PTP or provide PTP-level precision.

Choose by requirement:

When troubleshooting time, verify the selected source, reachability, offset, stratum or PTP role, authentication state, firewall rules, and whether the clock is stepping or gradually slewing.

Cloud Connectivity And Delivery

A VPC provides an isolated logical cloud network with subnets, route tables, address ranges, and security controls. Cloud gateways attach the VPC to other destinations:

Security groups are commonly stateful and associated with workloads or interfaces. Network security lists or network ACLs are often subnet-oriented and may be stateless, requiring explicit rules for both directions. Exact cloud-provider behavior varies, so read the scenario for stateful versus stateless and workload versus subnet scope.

Cloud service models:

Cloud deployment models:

Scalability means a design can grow. Elasticity means capacity can expand and contract dynamically. Multitenancy means isolated customers share provider infrastructure.

A content delivery network (CDN) caches eligible content at distributed edge locations. It improves user latency and reduces origin load. A CDN is not a private cloud circuit, a replacement for authoritative DNS, or a control for unrestricted backend access.

Modern Secure Network Edge

Secure Access Service Edge (SASE) combines networking and security in a cloud-delivered architecture. A SASE design can include:

Security Service Edge (SSE) contains the cloud-delivered security capabilities but excludes the WAN connectivity component. A requirement for both branch transport policy and security points to SASE; a requirement focused only on cloud-delivered user security may point to SSE.

SASE and SSE are architectural service models, not tunneling protocols. They may use VPNs, identity providers, endpoint posture, and regional points of presence, but those components do not individually equal SASE.

Final Exam Checklist