What are Ping and Tracert? - Networking

What are Ping and Tracert?

Ping: Ping is used for verification of IP-Level connectivity. The following are the processes for using ping:

1. To ping the loopback address type ping 127.0.01
2. To ping the IP address of a local computer system to verify whether it is correctly verified or not – ping ipaddress of local host. Ex: c:\>pint 129.29.3.12
3. To ping the IP address of the gateway that is default for verifying the functionality of the gate way = ping ipaddress of default gateway.

Tracert: A route-tracing utility that is used for determining the path of a network from source to destination. The determination of the path that a packet takes on the network tracert is used.
Explain how Tracert works - Networking
An ICMP echo packet to the named host is sent by Tracert. It sends packet with a TTL of 1, then TTL of 2 and so on.......
Use of RTP and RTCP protocols - Networking
Real-time Transport Protocol is a standardized packet format. It is used for delivering audio and video over internet........
Explain the concepts of RTP Multiplexing - Networking
RTP multiplexing is a concept used for carrying multiple voice streams between IP telephony gateways, in one RTP packet........
Post your comment