E7 Tools Flashcards
What does intermittent mean?
sometimes it happens. sometimes it does not happen
What does a successful ping prove?
All the pieces involved were working AT THAT MOMENT.
What does a failed ping prove?
ONE OR MORE pieces involved were not working at that moment.
What one statistic does ping report?
latency
Using ping to troubleshoot, conventional wisdom says you should ping what first?
yourself, using your localhost address: 127.0.0.1
Using ping to troubleshoot, conventional wisdom says you should ping what second?
yourself, using your LAN address
Using ping to troubleshoot, conventional wisdom says you should ping what third?
something else inside your LAN, typically your router or gateway
Using ping to troubleshoot, conventional wisdom says you should ping
what fourth?
something beyond your LAN
What is localhost?
Localhost is the computer you are using.
What is the IPv4 address of localhost?
127.0.0.1
What things does a successful ping to localhost prove?
Your network stack (software) is working.
How can you (the user) find your IP address?
Use ipcong (or ifcong)
What things does a successful ping to your own LAN address prove?
- Your network stack (software) is working and 2. your network card
(hardware) is working.
What things does a successful ping to your neighbor prove?
- Your network stack (software) is working. 2. Your network card (hardware) is working. Your neighbor computer is working
What is a smurf attack?
A broadcast ping with a fake source address.
What is a broadcast ping with a fake source address called?
A smurf attack