Why ping app is specifically used to send data between nodes in the examples of routing protocols such as AODV & GPRS instead of a UDP app or TCP app in INET framework? Is there a certain reason for using it to test any routing protocol?
Asked
Active
Viewed 134 times
1 Answers
2
Because in real network ping is commonly used to test access to an element in the network. Ping uses ICMP and every instance of IPv4 or IPV6 entity in a device (e.g. router, host, server) handles ICPM requests. Therefore, there is no need to adding any application to use ping.

Jerzy D.
- 6,707
- 2
- 16
- 22