Volume 1 - Chapter 19: IP Addressing on Hosts Flashcards
What is the range available for APIPA address?
169.254.0.0 /24
169.254.0.0 to 169.254.254.255
When a host uses APIPA to choose its address, what does the host do to ensure it does not choose an address that is already in use by another host?
By using ARP to perform Duplicate Address Detection (DAD).
What is the command to configure a layer 3 interface to point to an external DHCP server
ip helper-address address
What command can be used on a Windows command line to display and configure network settings?
netsh
What netshell command can be used to display basic IP address information for a Windows network interface?
netsh interface ip show config
What netshell command can be used to display the currently configured DNS servers for a Windows network interface?
netsh interface ip show dnsservers
What 2 netshell commands can be used to display the routing table for a Windows PC?
netstat -rn
or
netsh interface ip show route
What MacOS specific command can be used to display the basic networking configuration for an interface?
network-setup -getinfo “INTERFACENAME”
What 2 commands in Linux can be used to display the basic networking configuration for an interface?
ifconfig
ip address
What 2 commands in Linux can be used to display the routing table?
netstat -rn
ip route