← Back to Beginner Labs

Beginner Networking Lab

Networking Fundamentals

Run every command from the help menu to complete the mission.

Mission Objectives

  • Identify local IP configuration
    Command: ipconfig
  • Understand subnet masks
    Command: subnet
  • Test connectivity with ICMP
    Command: ping 8.8.8.8
  • Learn DNS resolution
    Command: nslookup cyberarena.local
  • View ARP mappings
    Command: arp -a
  • Analyze active connections
    Command: netstat -ano
  • Understand routing basics
    Command: route print
  • Learn common network ports
    Command: ports
  • Study the OSI model
    Command: osi
  • Study the TCP/IP model
    Command: tcpip
  • Trace packet paths across routers
    Command: tracert google.com

Progress

0 / 11 commands completed

CyberArena Networking Terminal

CyberArena Networking Terminal initialized...
Connected to training environment.
Welcome to Networking Fundamentals.
Your goal is to run every command from the help menu.
Type 'help' to begin.
C:\CyberArena>