Week 6 Flashcards
Error-detection
The ability for a protocol or program to determine that something went wrong
Error-recovery
The ability for a protocol or program to attempt to fix it
ICMP
Is used by the router to communicate that data wasn’t sent back to the source of the data
Internet Control Message Protocol
Ping
Lets you send a special type of ICMP message called an Echo Request
How do you send a ping?
Enter into the command line “ping” followed by the destination IP address
Traceroute
A utility that lets you discover the path between two nodes, and gives you information about each hop along the way
What are two similar tools to traceroute?
mtr-Linux/MacOS
pathping-Windows
mtr
Works in real time and will continually update its output with all the current aggregate data about the traceroute
pathping
Runs for 50 seconds and then displays the final aggregate data all at once
What are two tools to test transport layer?
netcat-Linux/MacOS
Test-NetConnection - Windows
What are the two necessary arguments for nd (netcat)?
Host and Port
nslookup
nslookup [hostname]
stands for name server lookup
Work as a check against the configuration of DNS servers
What kind of server does an ISP give the user access to as part of the service?
Recursive name server
Public DNS servers
Name servers specifically set up so that anyone can use them for free
What IPs do Level 3 Communications use for their public DNS servers?
4.2.2.1 - 4.2.2.6
What are the IPs of Google’s public DNS servers?
8.8.8.8 and 8.8.4.4
What is a good use of public DNS servers?
Testing general internet connectivity by sending s ping request to one