SafeFeel.com

Free Computer Networking Security & Software Questions and Answers Website

What is use of ping and i want to know it.?




Answers: ping is a computer gridiron tool used to tryout whether a demanding host is reachable across an IP lattice. It works by sending ICMP “echo request” packet to the target host and listen for ICMP “echo response” replies. ping estimates the round-trip time, largely within milliseconds, and paperwork any packet loss, and prints a statistical summary when finished.

The word ping is also frequently used as a verb or noun, where on earth it can refer directly to the round-trip time, the accomplishment of running a ping program or measure the round-trip time.
It's primarily used as a connectivity exam.
I f u r in a gridiron and u wanna interview if a computer is alive , lately plain cmd and write down : ping xx.xx.xx.xx where on earth the Xs refer to IP address of the remote computer, you can know any IP address of any computer by typing ipconfig in the cmd black eyeshade. if the computer is connected and turned on and the introduce yourself card is enabled and no firewall blocks packet, it should reply similar to this :

C:\Users\Tarek>ping yahoo.com

Pinging yahoo.com [216.109.112.135] beside 32 bytes of d

Reply from 216.109.112.135: bytes=32 time=234ms TTL=50
Reply from 216.109.112.135: bytes=32 time=218ms TTL=51
Reply from 216.109.112.135: bytes=32 time=352ms TTL=50
Reply from 216.109.112.135: bytes=32 time=268ms TTL=51

you can see that you can ping also by a computer label or a domain dub (xxx.com format for example). the time also give you a honourable indication whether the web traffic is unwieldy or not ( work surrounded by Local nouns networks pretty well)

Good Luck!