Skip to content

Lab 20 — Network+ Final Practical Assessment

Item Details
Lab 20
Lab Name Network+ Final Practical Assessment
Track CompTIA Network+
Difficulty Advanced
Estimated Time 240–300 minutes
Primary Role Network Technician / Junior Network Administrator
Environment GHC Enterprise Network
Mission Type Final Practical Assessment
Primary Systems RTR01, SW01, SW02, SW03, AP01, SERVER01, DNS01, NMS01, CLIENT01–CLIENT04
Primary Tools Network Device CLI, Windows/Linux Utilities, Wireshark, SNMP, Syslog, DNS/DHCP Tools
Assessment Areas Design, Configuration, Security, Services, Monitoring, Troubleshooting, Documentation

Mission Objective: Design, deploy, validate, secure, monitor, troubleshoot, and document a complete enterprise network from a set of business requirements. Unlike previous guided labs, this assessment requires you to determine the correct implementation approach and prove that the resulting network meets all technical and operational requirements.

GHC Enterprise is opening a new office.

The organization requires a production-style network supporting:

Employees
Engineering
Servers
Network Management
Corporate Wireless
Guest Wireless

You have been assigned responsibility for the initial network deployment.

Management provides only:

Business Requirements
Device Inventory
Security Requirements
Service Requirements
Availability Requirements

You must transform these requirements into:

Network Design
IP Addressing
VLAN Architecture
Switching
Routing
Network Services
Wireless
Security
Monitoring
Validation
Documentation

During final validation, several faults will also be introduced.

You must identify and resolve them without being told where they are located.

This is a practical assessment.

You should not simply copy previous configurations.

For every major design decision, be prepared to explain:

What did you configure?
Why did you configure it?
How did you validate it?
How would you troubleshoot it?

Do not:

Randomly Configure Devices
Use Unnecessary Default Settings
Disable Security Controls
Make Multiple Troubleshooting Changes Simultaneously
Ignore Documentation
Declare Success Based Only on Ping

Your final network must be:

Functional
+
Secure
+
Observable
+
Troubleshootable
+
Documented

By completing this assessment, you will demonstrate your ability to:

  • interpret business networking requirements

  • create logical network designs

  • develop IPv4 addressing plans

  • design VLAN architectures

  • configure access ports

  • configure 802.1Q trunks

  • implement inter-VLAN routing

  • configure default gateways

  • implement DHCP

  • implement DHCP relay

  • configure DNS

  • validate name resolution

  • configure wireless networks

  • separate corporate and guest wireless

  • apply basic network security controls

  • implement management access

  • configure network monitoring

  • configure SNMP

  • configure centralized Syslog

  • establish network baselines

  • measure latency and packet loss

  • analyze network traffic

  • troubleshoot physical faults

  • troubleshoot switching faults

  • troubleshoot routing faults

  • troubleshoot DHCP and DNS

  • troubleshoot wireless connectivity

  • troubleshoot performance problems

  • perform root cause analysis

  • document the final environment

GHC Enterprise requires support for:

Department / Service Users
Corporate Users 80
Engineering 40
Servers 20
Network Management 15
Corporate Wireless 60
Guest Wireless 100

The network must support future growth.

The environment must provide:

Ethernet Switching
VLAN Segmentation
Inter-VLAN Routing
DHCP
DNS
Corporate Wi-Fi
Guest Wi-Fi
Internet Connectivity
Central Monitoring
Central Logging

The network must:

  • separate users from servers

  • separate management traffic

  • separate guest wireless

  • restrict guest access to internal networks

  • use secure wireless authentication where supported

  • restrict network-device management

  • avoid insecure default credentials

  • use secure SNMP where supported

  • centralize security and operational logs

  • disable unused switch ports where appropriate

You have:

1 × Edge Router
1 × Core Switch
2 × Access Switches
1 × Wireless Access Point
1 × Application Server
1 × DNS/DHCP Server
1 × Network Monitoring Server
4 × Test Client Systems

Represent them as:

RTR01
SW01
SW02
SW03
AP01
SERVER01
DNS01
NMS01
CLIENT01
CLIENT02
CLIENT03
CLIENT04

Create a logical topology before configuring devices.

Recommended architecture:

INTERNET
|
|
┌───────┐
│ RTR01 │
└───┬───┘
|
Trunk
|
┌───────┐
│ SW01 │
│ Core │
└─┬───┬─┘
| |
Trunk| |Trunk
| |
┌──────┘ └──────┐
| |
┌───────┐ ┌───────┐
│ SW02 │ │ SW03 │
└───┬───┘ └───┬───┘
| |
Users / AP01 Servers / NMS

Design VLANs for:

VLAN Name Purpose
10 USERS Corporate endpoints
20 ENGINEERING Engineering systems
30 SERVERS Enterprise servers
40 MANAGEMENT Network management
50 CORP-WIFI Corporate wireless
60 GUEST-WIFI Guest wireless

Use a private addressing architecture.

Example:

VLAN Network Gateway
10 10.10.10.0/24 10.10.10.1
20 10.10.20.0/24 10.10.20.1
30 10.10.30.0/24 10.10.30.1
40 10.10.40.0/24 10.10.40.1
50 10.10.50.0/24 10.10.50.1
60 10.10.60.0/24 10.10.60.1

For an additional challenge, subnet the environment yourself instead of using /24 networks.

8. Document Static Infrastructure Addresses

Section titled “8. Document Static Infrastructure Addresses”

Reserve static addresses for infrastructure.

Example:

RTR01:
10.10.40.1
SW01:
10.10.40.2
SW02:
10.10.40.3
SW03:
10.10.40.4
AP01:
10.10.40.10
DNS01:
10.10.30.53
SERVER01:
10.10.30.30
NMS01:
10.10.40.50

Connect:

RTR01
|
SW01
/ \
SW02 SW03

Then connect:

CLIENT01
CLIENT02
AP01

to SW02.

Connect:

SERVER01
DNS01
NMS01

to appropriate switch ports according to your design.

Before configuring VLANs, verify:

Power
Cable
Link LEDs
Interface State
Speed
Duplex

On switches:

show interfaces status

Record the physical baseline.

Configure meaningful hostnames:

RTR01
SW01
SW02
SW03

Verify:

show running-config

Where supported:

  • configure strong administrator credentials

  • enable SSH

  • disable unnecessary remote-management protocols

  • restrict management access

  • configure session timeouts

  • configure login banners where required

Prefer:

SSH

over:

Telnet

On required switches, create:

VLAN 10
USERS
VLAN 20
ENGINEERING
VLAN 30
SERVERS
VLAN 40
MANAGEMENT
VLAN 50
CORP-WIFI
VLAN 60
GUEST-WIFI

Verify:

show vlan brief

Assign endpoints to appropriate VLANs.

Example:

CLIENT01
→ VLAN 10
CLIENT02
→ VLAN 20
SERVER01
→ VLAN 30
NMS01
→ VLAN 40

Verify each assignment.

Configure links:

SW01 ↔ RTR01
SW01 ↔ SW02
SW01 ↔ SW03

as required by your architecture.

Verify:

show interfaces trunk

Ensure required VLANs traverse appropriate trunks.

Do not automatically allow every VLAN everywhere.

Think about:

Least Required Connectivity

Use the routing approach supported by your environment.

One possible design:

Router-on-a-Stick

Conceptually:

RTR01
|
802.1Q
|
SW01

Create gateway interfaces for each VLAN.

Provide:

VLAN 10
10.10.10.1
VLAN 20
10.10.20.1
VLAN 30
10.10.30.1
VLAN 40
10.10.40.1
VLAN 50
10.10.50.1
VLAN 60
10.10.60.1

Run:

show ip interface brief

Then:

show ip route

Verify every required network appears.

Place management interfaces in:

VLAN 40

Verify NMS01 can reach:

RTR01
SW01
SW02
SW03
AP01

Create scopes for:

USERS
ENGINEERING
CORP-WIFI
GUEST-WIFI

Server and management systems may use static addressing according to the design.

Each scope should provide:

Network
Subnet Mask
Default Gateway
DNS Server
Lease Range
Exclusions

Exclude:

Default Gateways
Servers
Switches
Routers
Access Points
Monitoring Systems

from dynamic allocation.

If DNS01 provides DHCP from the server VLAN, configure appropriate relay functionality on routed interfaces.

Conceptually:

Client Broadcast
Gateway
DHCP Relay
DNS01 / DHCP Server

On CLIENT01:

Terminal window
ipconfig /release
ipconfig /renew
ipconfig /all

Verify:

Correct VLAN Address
Correct Mask
Correct Gateway
Correct DNS

Wireshark:

dhcp

Identify:

Discover
Offer
Request
Acknowledgment

Document:

DORA

Create an internal zone:

ghc.lab

Create:

portal.ghc.lab
SERVER01

Example:

portal.ghc.lab
10.10.30.30

Run:

Terminal window
nslookup portal.ghc.lab

Expected:

10.10.30.30

Then:

Terminal window
ping portal.ghc.lab

where ICMP is permitted.

Wireshark:

dns

Identify:

Query
Response
Requested Hostname
Returned Address

SERVER01 should provide a test application.

Example:

HTTPS
TCP 443

Verify locally before testing across the network.

Linux:

Terminal window
ss -lntp

From CLIENT01:

Terminal window
Test-NetConnection 10.10.30.30 -Port 443

Then test:

https://portal.ghc.lab

Create:

SSID:
GHC-CORP

Map it to:

VLAN 50

Use the strongest authentication method supported by your lab platform.

Create:

SSID:
GHC-GUEST

Map it to:

VLAN 60

Guest traffic must remain separated from internal enterprise systems.

Connect CLIENT03.

Verify:

SSID:
GHC-CORP
Address:
10.10.50.x
Gateway:
10.10.50.1
DNS:
Correct

Then test internal services.

Connect CLIENT04.

Verify:

SSID:
GHC-GUEST
Address:
10.10.60.x
Gateway:
10.10.60.1

Guest users should not be able to reach:

10.10.10.0/24
10.10.20.0/24
10.10.30.0/24
10.10.40.0/24
10.10.50.0/24

while still being allowed appropriate external connectivity where your lab supports it.

From GHC-GUEST:

Internal Server:
DENIED
Management Network:
DENIED
Corporate Clients:
DENIED

Document the results.

Where supported, configure appropriate protections such as:

Disable Unused Ports
Place Unused Ports in an Unused VLAN
Restrict Management Access
Apply Port Security Where Appropriate

Unused interfaces should not remain unnecessarily active.

Example:

Unused Port
Unused VLAN
Administratively Disabled

Corporate or guest users should not have unrestricted access to:

Switch Management
Router Management
NMS Administration

Test according to your security policy.

Configure network infrastructure to use a consistent time source.

Verify:

RTR01
SW01
SW02
SW03
SERVER01
NMS01

have synchronized time.

Accurate time enables:

Log Correlation
Incident Timelines
Troubleshooting
Security Investigations

Configure monitoring access from:

NMS01

to network infrastructure.

Prefer:

SNMPv3

where supported.

Monitoring should be allowed only from authorized management systems.

Conceptually:

NMS01
SNMP
Network Devices

not:

Any Network Host
SNMP

From NMS01, retrieve:

System Name
System Description
System Uptime
Interface Status

Save the results.

Configure devices to send appropriate notifications to NMS01.

Test:

Link Down
Link Up

using a non-critical lab interface.

Configure:

RTR01
SW01
SW02
SW03

to send logs to:

NMS01

Generate a controlled interface event.

Confirm NMS01 receives:

Timestamp
Hostname
Severity
Event Message

Measure:

Latency
Packet Loss
Interface Utilization
CPU
Memory
Interface Errors
Availability

Record normal values.

Example lab thresholds:

CPU > 80%
for 10 minutes
Interface Utilization > 80%
for 15 minutes
Packet Loss > 2%
for 5 minutes

Adjust according to your environment.

From CLIENT01:

Terminal window
ping 10.10.30.30 -n 50

Record:

Minimum:
Maximum:
Average:
Packet Loss:

Run:

Terminal window
tracert 10.10.30.30

Document the expected path.

Use your approved lab throughput-testing tool.

Measure:

CLIENT01
SERVER01

Record:

Throughput:
Latency:
Packet Loss:

Create a baseline packet capture containing:

ARP
DHCP
DNS
ICMP
TCP

Save:

LAB20-BASELINE.pcapng

55. Phase Two — Troubleshooting Assessment

Section titled “55. Phase Two — Troubleshooting Assessment”

Once the network has been validated, introduce several faults.

The learner should not be told which faults were introduced.

Possible faults include:

Disconnected Cable
Disabled Interface
Incorrect VLAN
Missing Allowed VLAN
Incorrect IP Address
Incorrect Gateway
DHCP Failure
DHCP Relay Failure
Incorrect DNS Record
Missing Route
Wireless VLAN Error
Application Port Failure
High Utilization
Physical Errors

For every fault:

Identify Symptom
Determine Scope
Gather Evidence
Establish Theory
Test Theory
Identify Root Cause
Plan Corrective Action
Implement
Verify
Document

Provide:

INC-NETPLUS-2001
Department:
Corporate Users
Problem:
Multiple users cannot reach internal services.
Internet:
Unknown
Started:
Approximately 10 minutes ago.

No root-cause information should be given.

Learner should inspect:

Physical Connectivity
Client Addressing
VLAN Membership
Trunking
Gateway
Routing

Record each test.

Provide:

INC-NETPLUS-2002
Department:
Engineering
Problem:
portal.ghc.lab does not work.
Additional Information:
One engineer reports that the server IP responds.

Learner should compare:

Server IP Reachability
vs
Hostname Resolution

Then inspect DNS.

Provide:

INC-NETPLUS-2003
Department:
Sales
Problem:
Corporate Wi-Fi connects but internal applications are unavailable.

Investigate:

Association
Authentication
DHCP
VLAN Mapping
Gateway
DNS
Routing

Provide:

INC-NETPLUS-2004
Department:
Multiple
Problem:
Network performance is extremely slow.
Symptoms:
High latency
Intermittent packet loss
Slow file transfers

Collect:

Latency
Packet Loss
Utilization
Errors
Speed
Duplex
TCP Retransmissions

Compare against the baseline.

Review:

SNMP
Syslog
Interface Graphs
Availability
Packet Loss
Utilization
Error Counters

Monitoring should help narrow the investigation.

Select appropriate filters based on symptoms.

Examples:

arp
dns
dhcp
icmp
tcp.analysis.retransmission
Incident Symptom Fault Domain Evidence Root Cause
2001
2002
2003
2004

Do not write:

Network was down.

Instead identify exactly:

What Failed?
Why?
Who Was Affected?
What Corrected It?
Corporate users lost access to internal resources because
VLAN 10 was removed from the SW02 uplink allowed-VLAN
list during a configuration change.
The trunk remained operational, but VLAN 10 frames could
no longer traverse the uplink.

After each fix, verify:

Original Symptom
Related Services
Monitoring
No New Problems Introduced

When troubleshooting is complete, test:

CLIENT01
Gateway
CLIENT01
DNS01
CLIENT01
SERVER01
CLIENT01
portal.ghc.lab
CORP-WIFI
Internal Services
GUEST-WIFI
Internet
GUEST-WIFI
Internal Network
DENIED

Confirm:

VLAN 10
Operational
VLAN 20
Operational
VLAN 30
Operational
VLAN 40
Operational
VLAN 50
Operational
VLAN 60
Operational

Confirm:

Access Ports:
Correct
Trunks:
Operational
Allowed VLANs:
Correct
MAC Learning:
Normal

Confirm:

Gateway Interfaces:
UP
Required Routes:
Present
Inter-VLAN Routing:
Operational

Confirm clients receive:

Correct Address
Correct Mask
Correct Gateway
Correct DNS

Confirm:

portal.ghc.lab
10.10.30.30

Confirm:

GHC-CORP
Corporate Access
GHC-GUEST
Guest Access

with required segmentation.

Confirm:

Guest Isolation
Management Restrictions
Unused Port Security
Secure Administration
Monitoring Restrictions

Confirm NMS01 receives:

SNMP Metrics
SNMP Notifications
Syslog
Availability Data
Performance Data

Compare:

Metric Baseline Final
Latency
Packet Loss
Throughput
Utilization
Interface Errors

Final measurements should return to acceptable baseline ranges.

Create:

Terminal window
mkdir -p ~/NetworkPlus-Labs/LAB20/{Design,Configs,Captures,Screenshots,Incidents,Reports}

Save:

RTR01-running-config.txt
SW01-running-config.txt
SW02-running-config.txt
SW03-running-config.txt
AP01-config.txt

Save:

LAB20-BASELINE.pcapng
LAB20-DHCP.pcapng
LAB20-DNS.pcapng
LAB20-TROUBLESHOOTING.pcapng
LAB20-FINAL-VALIDATION.pcapng
# GHC Enterprise Network Design
## Business Requirements
## Physical Topology
## Logical Topology
## VLAN Architecture
## IPv4 Addressing Plan
## Gateway Architecture
## Routing Design
## DHCP Design
## DNS Design
## Wireless Design
## Security Controls
## Management Network
## Monitoring Architecture
## Logging Architecture
# Network Configuration Record
## RTR01
### Interfaces
### Routing
### Security
### Monitoring
## SW01
### VLANs
### Trunks
### Management
### Security
## SW02
### VLANs
### Access Ports
### Trunks
## SW03
### VLANs
### Access Ports
### Trunks
## AP01
### Corporate Wireless
### Guest Wireless
# Network Validation Report
## Physical Connectivity
## VLAN Validation
## Trunk Validation
## Routing Validation
## DHCP Validation
## DNS Validation
## Application Validation
## Wireless Validation
## Security Validation
## SNMP Validation
## Syslog Validation
## Performance Validation
## Final Result
# Network+ Final Assessment Incident Report
## Incident ID
## Reported Problem
## Business Impact
## Scope
## Initial Evidence
## Troubleshooting Actions
## Theory
## Testing
## Root Cause
## Corrective Action
## Verification
## Preventive Recommendation
## Final Status

Capture:

01-final-network-topology.png
02-vlan-design.png
03-ip-addressing-plan.png
04-device-hostnames.png
05-vlan-configuration.png
06-access-port-configuration.png
07-trunk-configuration.png
08-routing-configuration.png
09-routing-table.png
10-dhcp-scopes.png
11-dhcp-client-lease.png
12-dhcp-packet-capture.png
13-dns-record.png
14-dns-resolution.png
15-dns-packet-capture.png
16-server-service.png
17-application-test.png
18-corporate-wireless.png
19-guest-wireless.png
20-guest-isolation.png
21-management-network.png
22-unused-port-security.png
23-ntp-status.png
24-snmp-configuration.png
25-snmp-query.png
26-snmp-trap.png
27-syslog-configuration.png
28-syslog-event.png
29-monitoring-dashboard.png
30-performance-baseline.png
31-normal-packet-capture.png
32-incident-2001.png
33-incident-2002.png
34-incident-2003.png
35-incident-2004.png
36-fault-isolation.png
37-root-cause-analysis.png
38-remediation.png
39-final-performance.png
40-final-monitoring.png
41-final-security-validation.png
42-final-end-to-end-test.png
  • Business requirements reviewed

  • Physical topology created

  • Logical topology created

  • VLAN architecture documented

  • IPv4 addressing documented

  • Infrastructure addresses reserved

  • VLANs created

  • Access ports configured

  • Trunks configured

  • Required VLANs allowed

  • MAC learning verified

  • Unused ports secured

  • Gateway interfaces configured

  • Inter-VLAN routing operational

  • Routing table verified

  • Remote networks reachable

  • Required scopes created

  • Infrastructure addresses excluded

  • Gateway options correct

  • DNS options correct

  • DHCP relay configured

  • Client leases verified

  • DORA captured

  • DNS server operational

  • Internal zone configured

  • Application record configured

  • DNS resolution verified

  • DNS packet capture analyzed

  • SERVER01 reachable

  • Required service running

  • Application port reachable

  • Application accessible by hostname

  • Corporate SSID configured

  • Guest SSID configured

  • Corporate VLAN correct

  • Guest VLAN correct

  • Wireless DHCP operational

  • Corporate services accessible

  • Guest isolation verified

  • Administrative access secured

  • Management network separated

  • Guest network isolated

  • Unused switch ports secured

  • Default credentials avoided

  • Monitoring access restricted

  • Internal segmentation validated

  • NTP operational

  • DHCP operational

  • DNS operational

  • Network time synchronized

  • NMS01 operational

  • SNMP configured

  • SNMP queries successful

  • SNMP traps tested

  • Syslog configured

  • Syslog events received

  • Availability monitored

  • Performance monitored

  • Latency baseline captured

  • Packet-loss baseline captured

  • Throughput measured

  • Interface utilization reviewed

  • Interface errors reviewed

  • Final metrics compared with baseline

  • ARP analyzed

  • DHCP analyzed

  • DNS analyzed

  • ICMP analyzed

  • TCP behavior analyzed

  • Baseline capture saved

  • Troubleshooting capture saved

  • Incident scope determined

  • Symptoms documented

  • Evidence gathered

  • Theories established

  • Theories tested

  • Fault domains isolated

  • Root causes identified

  • Corrective actions implemented

  • Original symptoms retested

  • Full functionality verified

  • Network design completed

  • Addressing plan completed

  • VLAN plan completed

  • Device configurations saved

  • Packet captures saved

  • Screenshots captured

  • Validation report completed

  • Incident reports completed

  • Root cause analysis completed

Use the following scoring model:

Area Weight
Network Design 10%
Switching & VLANs 15%
Routing & Addressing 15%
DHCP & DNS 10%
Wireless 10%
Security 10%
Monitoring & Logging 10%
Troubleshooting 15%
Documentation 5%
Total 100%
80%

Suggested interpretation:

90–100%
Excellent
80–89%
Assessment Passed
70–79%
Review Required
Below 70%
Repeat Practical Assessment

Regardless of total score, require remediation if the learner:

Cannot Establish Basic Connectivity
Cannot Configure VLAN Segmentation
Cannot Configure Correct Default Gateways
Cannot Troubleshoot DHCP
Cannot Troubleshoot DNS
Cannot Isolate Guest Traffic
Cannot Identify Introduced Network Faults

These represent foundational Network+ operational skills.

Submit:

01 — Network Topology
02 — IPv4 Addressing Plan
03 — VLAN Plan
04 — Device Configurations
05 — DHCP Configuration
06 — DNS Configuration
07 — Wireless Configuration
08 — Security Validation
09 — Monitoring Configuration
10 — Packet Captures
11 — Performance Baseline
12 — Troubleshooting Incident Reports
13 — Root Cause Analysis
14 — Final Validation Report

Across these labs, you progressed from understanding individual networking components to operating a complete enterprise environment.

The journey became:

Physical Networking
Ethernet
Switching
VLANs
IPv4 Addressing
Routing
DHCP
DNS
Wireless
Network Services
Security
Performance
Monitoring
Troubleshooting
Enterprise Capstone
Final Practical Assessment

A network technician must understand more than:

Which Command Should I Run?

You must understand:

What Should the Network Be Doing?
What Is It Actually Doing?
Where Does Expected Behavior Stop?
What Evidence Proves It?
What Is the Safest Fix?
How Do I Verify the Fix?
How Do I Prevent Recurrence?

That is the transition from:

Learning Networking

to:

Operating Networks

By completing the final practical assessment, you have demonstrated practical skills in:

  • enterprise network design

  • Ethernet networking

  • switching

  • VLAN segmentation

  • trunking

  • IPv4 addressing

  • subnetting

  • inter-VLAN routing

  • DHCP

  • DHCP relay

  • DNS

  • wireless networking

  • network segmentation

  • basic network security

  • secure device administration

  • network services

  • NTP

  • SNMP

  • Syslog

  • centralized monitoring

  • network baselining

  • latency analysis

  • packet-loss analysis

  • throughput testing

  • Wireshark analysis

  • fault isolation

  • troubleshooting methodology

  • root cause analysis

  • remediation

  • validation

  • incident documentation

  • network documentation

You have now completed the practical lab sequence for the CompTIA Network+ learning path.

The progression has taken you from:

Networking Fundamentals
Network Configuration
Network Operations
Network Security
Network Troubleshooting
Enterprise Networking

The objective was never simply to prepare you to answer:

"What is a VLAN?"

The objective was to prepare you to answer:

Why does the VLAN exist?
How do I configure it?
How do I validate it?
How do I secure it?
How do I monitor it?
How do I troubleshoot it?

You have reached the end of the CompTIA Network+ practical lab track. The next step is to consolidate these skills through exam preparation, repeated troubleshooting practice, and increasingly complex real-world networking environments.

You have completed the practical labs.

The next stage converts those skills into repeatable operational procedures that can be used when working with real enterprise networks.

Recommended runbooks:

Runbook 01 — Network Connectivity Troubleshooting
Runbook 02 — VLAN and Trunk Troubleshooting
Runbook 03 — DHCP and IP Addressing Troubleshooting
Runbook 04 — DNS Troubleshooting
Runbook 05 — Routing Troubleshooting
Runbook 06 — Wireless Network Troubleshooting
Runbook 07 — Network Performance Troubleshooting
Runbook 08 — Network Monitoring and Alert Investigation
Runbook 09 — Network Outage Incident Response
Runbook 10 — Enterprise Network Health Check

The progression now becomes:

Knowledge
Hands-On Labs
Troubleshooting
Capstone
Practical Assessment
Operational Runbooks
Job-Ready Network Operations

➡️ Next: Runbook 01 — Network Connectivity Troubleshooting