Closed stottj closed 1 year ago
Ex 1
When you ping www.google.com you will see if your computer can connect to google's server. If you dont receive a timeout error than that means you have internet connectivity.
Ex 2
You can ping a specific IP address to see if you connectivity as well. You will notice that when you pinged google.com it sent you to the closest google server, in my case that was 142.250.190.110. If I had used the command ping 142.250.190.110, it would have been the same as ping google. You can also ping other items/servers such as your router to see if you get a response. Helping on determining where your issues are for connectivity.
Ex 3
When I pinged google.com (or 142.250.190.110) I constantly received info. By telling ping to stop I received information on how many packets were transmitted to the loc and how many i received back. This will determine the packet loss. I also receive info on the min/avg/max/stddev which will help you determine what your latency is.
👍🏻
Summary
Learn how to use the
ping
command to check network connectivity between your local machine and another network device or website. Understand howping
works and how to interpret its output for basic network troubleshooting.Description
Objective: Acquire the skills to use
ping
to check network connectivity, diagnose network issues, and understand latency.Scope:
ping
ping
outputLearning Tasks
Understanding
ping
:ping
is, how it works, and why it is used for network diagnostics.Basic Usage of
ping
:ping
command and its primary usage for checking connectivity to a domain or IP address.Understanding
ping
Output:ping,
including latency and packet loss.Practical Use-cases and Best Practices:
ping
is helpful and best practices for its usage.Hands-on Practice:
ping
to check connectivity to a well-known website likewww.google.com.
ping
with an IP address to diagnose connectivity.ping
command to identify latency and packet loss.Troubleshooting:
ping
and their solutions.Learning Goals
ping.
ping
command for troubleshooting purposes.ping
in various networking scenarios.Priority