Exam 7 Flashcards
(327)What does intermittent mean?
Sometimes it happens, sometimes it doesn’t.
(328)What is another word for intermittent?
Flaky
(329)What does a successful ping prove?
All the pieces involved were working AT THAT MOMENT
(330)What does a failed ping prove?
ONE OR MORE pieces involved were not working at that moment
(331)What statistic does ping report?
Latency
(332)Using ping to troubleshoot, conventional wisdom says you should ping what first?
yourself, using your host address`
(333)Using ping to troubleshoot, conventional wisdom says you should ping what second?
Yourself, using your LAN address
(334)Using ping to troubleshoot, conventional wisdom says you should ping what third?
Something else inside your LAN, typically your router or gateway
(335) Using ping to troubleshoot, conventional wisdom says you should ping what fourth?
something beyond your LAN
(336)What is localhost?
Localhost is the computer you are using
(337)What is the IPv4 address of localhost?
127.0.0.1
(338)What things does a successful ping to localhost prove?
Your network stack (software) is working
(339)How can you (the user) find your IP address?
Use ipconfig (or ifconfig)
(340)What things does a succsesful ping to your own LAN address prove?
1)Your network stack (software) is working 2) Your network card (hardware) is working
(341)What things does a successful ping to your neighbor prove?
1)Your network stack (software) is working 2) Your network card (hardware) is working 3) Your network connection (cable) is working 4) Your neighboring computer is working
(342)What is a smurf attack?
A broadcast ping with a fake source address
(343)What is a broadcast ping with a fake source address called?
A smurf attack