1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Add ping resources (#1564)

This commit is contained in:
andran777 2022-08-20 00:33:19 +05:30 committed by GitHub
parent 8c910bce70
commit 64e259cb78

View File

@ -1 +1,9 @@
# Ping
# ping
`ping` (**P**acket **In**ternet **G**roper) command is used to check the network connectivity between host and server/host. This command takes as input the IP address or the URL and sends a data packet to the specified address with the message “PING” and get a response from the server/host this time is recorded which is called latency.
It has the following syntax: `$ ping [OPTIONS] DESTINATION` e.g. `$ ping roadmap.sh`
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://linuxize.com/post/linux-ping-command/'>What is ping command?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/ping-command-in-linux-with-examples/'>ping command with examples</BadgeLink>