Skip to content

sharmaparnika/Ping_and_Traceroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ping and Traceroute Commands

Ping is a simple command that can test the reachability of a device on the network.

Traceroute is a command you use to 'trace' the route that a packet takes when traveling to its destination. It's useful for tracing network problems, discovering where connections fail, and tracking down latency problems.

ALGORITHM:

PING:

Step 1:	Start the program. 

Step 2:	Import net and packages. 

Step 3:	Get the IP address 

Step 4:	Ping the remote server using Ping Command 

Step 5:	The Packet statistics of the pinged server is displayed 

TRACEROUTE:

Step 1:	Start the program. 

Step 2:	Import net and packages. 

Step 3:	Get the IP address 

Step 4:	Traceroute the remote server using traceroute Command 

Step 5:	The number of max hopes and byte packets are displayed.

PING Snapshot:

image

TRACEROUTE Snapshot:

image


Releases

No releases published

Packages

No packages published

Languages