IP Lab Introduction : - Nifalnasar/Fundamentals-of-Network GitHub Wiki
- Understand PING and document it, then answer the following question: Ans: Ping is a fundamental networking tool that allows users to test connectivity and measure latency between devices on a network. Used for checking for the whether any devices in the network is live and reachable.
a. Use ping on google.com and document your results on the output you received. [Find the IP address, Time to live value, and round-trip time value from the results you got].
Ans: Pinging google.com we send 4 packets and get the reply from the google server showing how many packets are send and received.
![1 aa](https://github.com/Nifalnasar/netwrk/assets/141356053/aa04deae-bc0b-4503-88fe-d54fdbc4679f)
b. By default, ping will send 4 packets to check the details, here you must send 8 packets to check the output over google.com. Explain the purpose of doing it.
Ans: Sending 8 ping packets to google.com
![1 b](https://github.com/Nifalnasar/netwrk/assets/141356053/8ee37a3e-ab6a-4212-8d32-ecaa968c6a28)
c. Ping your local host. Explain the purpose of doing it.
Ans: Pinging localhost We ping localhost generally for software testing purpose if pinging localhost fails the firewall blocking ICMP requests.
![1 3](https://github.com/Nifalnasar/netwrk/assets/141356053/29196d42-5066-44f1-b026-9c3d4d97118d)