🗺
Lab 01 · Domain 1.0
Topology and Addressing
Design and document network topologies. Assign IP addresses, subnet masks, and default gateways. Work with both IPv4 CIDR notation and IPv6 addressing schemes in a live network diagram simulator.
Network DiagrammerCIDR CalcIPv4/IPv6
N10-009 Domain 1.0 — Networking Concepts
⚙️
Lab 02 · Domain 1.0 & 5.0
Ansible & Git Automation
Automate network configuration using Ansible playbooks and version-control changes with Git. Write YAML playbooks to configure routers and switches, commit changes, and roll back a bad config — all in a simulated terminal.
Ansible SimGit TerminalYAML Playbooks
N10-009 Domain 5.0 — Network Management
🖧
Lab 03 · Domain 1.0 & 2.0
Infrastructure Services
Configure and test core network infrastructure services — DHCP scope creation, DNS zone configuration, NTP server setup, and SNMP community strings. Verify each service with diagnostic commands in a simulated CLI.
DHCPDNSNTPSNMP
N10-009 Domain 1.0 — Networking Concepts
🔭
Lab 04 · Domain 4.0 & 5.0
Traffic Analysis & Recon
Capture and analyze live network traffic using a Wireshark simulation. Identify open ports with a simulated Nmap scan, filter packets by protocol, and reconstruct a TCP session to identify reconnaissance activity.
Wireshark SimNmapTCP Analysis
N10-009 Domain 4.0 — Network Security
📡
Lab 05 · Domain 1.0
OSI Model Stack Analysis
Walk a packet through all 7 OSI layers in an interactive frame dissector. Map each protocol header to its layer, identify encapsulation at each step, and diagnose a simulated network fault by isolating which layer is failing.
Frame Dissector7-Layer MapperProtocol Headers
N10-009 Domain 1.0 — Networking Concepts
🔬
Lab 06 · Domain 5.0
Advanced Diagnostics & Packet Analysis
Diagnose connectivity failures using ping, traceroute, netstat, nslookup, and iperf in a simulated multi-hop network. Capture the problem traffic in a Wireshark sim, identify the root cause, and apply the fix.
ping / traceroutenetstatiperfWireshark
N10-009 Domain 5.0 — Network Troubleshooting
⚖️
Lab 07 · Domain 2.0
HA Load Balancing
Configure a simulated HAProxy load balancer with round-robin, least-connections, and IP-hash algorithms. Set up health checks, simulate a backend server failure, and verify traffic automatically reroutes to healthy nodes.
HAProxy SimRound-RobinHealth ChecksFailover
N10-009 Domain 2.0 — Network Implementation
☁️
Lab 08 · Domain 1.0 & 2.0
Cloud NFV Master Lab
Deploy and configure Network Function Virtualization (NFV) components in a simulated cloud environment. Provision virtual routers, firewalls, and load balancers as software instances and define their connectivity using SDN concepts.
NFV ConsoleSDNvRouterCloud Networking
N10-009 Domain 1.0 & 2.0 — Cloud/NFV
🔐
Lab 09 · Domain 4.0
Secure Tunneling & OpenVPN
Configure a simulated OpenVPN server and client. Generate certificates, define cipher suites and TLS settings, establish the tunnel, then capture the encrypted traffic and compare it against cleartext to demonstrate what VPN actually protects.
OpenVPN SimTLS HandshakePKI / CertsCipher Suites
N10-009 Domain 4.0 — Network Security
⚔️
Lab 10 · Domain 4.0
On-Path Attack Simulator
Execute a simulated ARP poisoning / on-path (MITM) attack between two hosts on the same subnet. Intercept and read cleartext credentials in a Wireshark capture, then implement ARP inspection and 802.1X to detect and stop the attack.
ARP Spoof SimWireshark802.1XDynamic ARP Inspection
N10-009 Domain 4.0 — Network Security
📁
Lab 11 · Domain 4.0
Secure File Transfer Mastery
Compare FTP, FTPS, SFTP, and SCP in a simulated terminal environment. Capture FTP credentials in cleartext, then repeat the transfer over SFTP and show the encrypted session. Configure SSH key-based authentication to eliminate passwords.
FTP / SFTP / SCPSSH KeysWireshark
N10-009 Domain 4.0 — Network Security
🔑
Lab 12 · Domain 4.0
Advanced Cryptographic Lifecycle
Work through the full PKI lifecycle — generate a CA, sign a certificate, inspect its fields, simulate expiry, and revoke it via CRL and OCSP. Compare symmetric vs. asymmetric encryption with live encrypt/decrypt demonstrations using AES-256 and RSA-2048.
PKI SimulatorAES-256RSA-2048CRL / OCSP
N10-009 Domain 4.0 — Network Security