Software Tool Types Flashcards
traceroute uses what two things to determine the path to a remote device?
TTL and ICMP error messages
what utility can help you determine if a WAN link is down or a web server isn’t responding?
Traceroute
What two reasons can asterisks imply when running traceroute?
1) response from the router took more than the default time-out value
2) the admin has disabled ICMP on the router that the packet is trying to hop through
What is the command to trace IPv6 packets? List for Windows, MAC/Linux, and Cisco
1) tracert -6 - Win
2) traceroute6 - MAC/Lnx
3) traceroute -6 - Cisco
What 3 extra key pieces of info does ipconfig /all (as opposed to just ipconfig) tell you?
MAC address
DHCP lease times
DNS addresses
Describe the differences between ipconfig and ifconfig
ipconfig is mainly used to view the TCP/IP config
if config does same but can be used to configure a protocol or network interface
the linux iptables utilities uses what 3 types of ‘chains’ to to allow or disallow traffic?
1) Input (controls for incoming connections)
2) Forward (for incoming non-local connections like a router would receive)
3) Output (controls outgoing connections)
what iptables command would block a connection from 192.168.10.1?
iptables -A INPUT -s 192.168.10.1 -j DROP
what is the default ping time-out?
1 second
The ‘-a’ switch in the ping utility does what?
name resolution
what is the ‘-6’ switch used for in ping utility? What is it for MAC?
pinging IPv6 address.
Ping6
what is the continuous ping option?
-t
what is checked to determine the IP address before a packet is sent to a host?
the ARP cache
IPv6 doesn’t need ARP. TRUE or FALSE?
TRUE (it uses the ND protocol)
what ARP command switch displays the whole ARP table?
-a (or -g)
How long do static entries last in the ARP table?
until the machine is rebooted
how do you delete dynamic and static ARP table entries?
for dynamic entries wait for the entries to time out. For static, use the “arp -d” switch with the entry you want to delete
nslookup allows you to do what?
query a name server and find out what name resolved to which IP address
the primary job of the xxxx utility is to tell you the different features of a domain name, the names of the servers that serve it and how they’re configured
nslookup (‘dig’ for unix)
What does the non-authoritative answer mean in an nslookup response?
the server that returned the the information is not responsible for the zone information of the domain you requested