CCNA Tutorial 1.10 – Verify IP Parameters for Client OS
CCNA Tutorial 1.10 – Verify IP Parameters for Client OS Quiz
Multiple Choice (20 questions)
- Which Windows command displays detailed IP configuration, including DNS and gateway?
- A) ipconfig
- B) ipconfig /all
- C) ifconfig
- D) netstat
- Which Windows command renews the DHCP lease?
- A) ipconfig /renew
- B) ipconfig /flushdns
- C) ipconfig /release
- D) netsh int ip reset
- Which command shows the default gateway on Windows?
- A) route print
- B) ping 127.0.0.1
- C) ipconfig /displaydns
- D) netstat -r
- On Linux, which command is used to display and configure IP addresses (older)?
- A) ipconfig
- B) ifconfig
- C) netsh
- D) winipcfg
- On Linux, which modern command replaces
ifconfigfor IP configuration?- A) ip addr show
- B) show ip route
- C) netsh
- D) arp -a
- Which Linux command displays the routing table?
- A) ip route show
- B) show route
- C) traceroute
- D) route print
- On Mac OS, which command shows network configuration?
- A) ipconfig
- B) ifconfig
- C) netstat
- D) nslookup
- On Mac OS, which command shows the current default gateway?
- A) netstat -nr
- B) show ip route
- C) ping6
- D) arp -a
- Which Windows command shows the ARP cache?
- A) arp -a
- B) netstat -r
- C) ping
- D) ipconfig /displaydns
- Which command verifies reachability of a remote host?
- A) ping
- B) ipconfig
- C) netsh
- D) arp
- Which Windows command shows active TCP connections?
- A) netstat
- B) ipconfig /all
- C) route print
- D) nslookup
- On Linux, which command clears the ARP cache?
- A) ip neigh flush all
- B) arp -a
- C) ifconfig eth0 down
- D) ping6
- Which Mac OS command provides similar output to
traceroute?
- A) netstat -nr
- B) traceroute
- C) route print
- D) dig
- On Windows, which command flushes the DNS resolver cache?
- A) ipconfig /flushdns
- B) netstat -r
- C) nslookup
- D) arp -d
- Which command works on all three OSes to test DNS resolution?
- A) ipconfig
- B) nslookup
- C) netsh
- D) ifconfig
- Which Linux command shows neighbor cache (similar to ARP table)?
- A) ip neigh show
- B) netstat -r
- C) arp -a
- D) dig
- Which Windows command shows the local routing table?
- A) route print
- B) ipconfig /all
- C) ping
- D) nslookup
- On Linux, which command can release and renew DHCP addresses?
- A) dhclient -r and dhclient
- B) ipconfig /renew
- C) ifconfig down
- D) netsh dhcp
- Which Mac OS command shows DNS servers in use?
- A) scutil –dns
- B) netstat -nr
- C) ip addr show
- D) arp -a
- Which Windows PowerShell command provides IP configuration info?
- A) Get-NetIPConfiguration
- B) Get-IPAddr
- C) Show-Interfaces
- D) Get-RoutingTable
Fill in the Blank (5 questions)
- The Windows command
ipconfig /allshows the __________ address, subnet mask, and default gateway. - On Linux, the modern replacement for
ifconfigis the__________command. - On Mac OS, the command
__________ -nrshows the routing table and default gateway. - On Windows, the command to clear the DNS cache is
ipconfig /__________. - On Linux, the DHCP client command is
__________.
CCNA Tutorial 1.10 – Verify IP Parameters for Client OS Answer Key
- B) ipconfig /all
- A) ipconfig /renew
- A) route print
- B) ifconfig
- A) ip addr show
- A) ip route show
- B) ifconfig
- A) netstat -nr
- A) arp -a
- A) ping
- A) netstat
- A) ip neigh flush all
- B) traceroute
- A) ipconfig /flushdns
- B) nslookup
- A) ip neigh show
- A) route print
- A) dhclient -r and dhclient
- A) scutil –dns
- A) Get-NetIPConfiguration
- IP
- ip
- netstat
- flushdns
- dhclient