| Hint | Answer | % Correct |
|---|---|---|
| Display basic IP configuration | ipconfig | 100%
|
| Display the ARP cache | arp -a | 50%
|
| Clear the ARP cache | arp -d * | 50%
|
| Send an HTTP request from the command line | curl | 50%
|
| Show MAC addresses of interfaces | getmac | 50%
|
| Force a Group Policy update | gpupdate /force | 50%
|
| Display the computer’s hostname | hostname | 50%
|
| Show full IP configuration details | ipconfig -all | 50%
|
| Clear the DNS resolver cache | ipconfig -flushdns | 50%
|
| Release DHCP address | ipconfig -release | 50%
|
| Renew DHCP address | ipconfig -renew | 50%
|
| Advanced Windows network configuration tool | netsh | 50%
|
| Show saved Wi-Fi profiles | netsh wlan show profiles | 50%
|
| Test connectivity to a remote host | ping | 50%
|
| Continuously ping a host until stopped | ping -t | 50%
|
| Add a static route | route add | 50%
|
| Delete a static route | route delete | 50%
|
| Show detailed system information | systeminfo | 50%
|
| Show running processes | tasklist | 50%
|
| Trace the route packets take to a destination | tracert | 50%
|
| Display firewall profiles and status | netsh advfirewall show allprofiles | 0%
|
| Display all active TCP/UDP connections | netstat -an | 0%
|
| Show active connections with process IDs | netstat -ano | 0%
|
| Display which executable owns each connection | netstat -b | 0%
|
| Map a network drive | net use | 0%
|
| List shared resources on a machine | net view | 0%
|
| Manually query a DNS server | nslookup | 0%
|
| Show hop-by-hop latency and packet loss | pathping | 0%
|
| Display the routing table | route print | 0%
|
| Test TCP connectivity to a specific port | telnet | 0%
|