0
How can I test equipment connectivity across a network without using the ICMP protocol? I made a simple operating system, it has internet access etc. But, it does not have ping. How can I create a similar command to test network connectivity?
0
How can I test equipment connectivity across a network without using the ICMP protocol? I made a simple operating system, it has internet access etc. But, it does not have ping. How can I create a similar command to test network connectivity?
Browser other questions tagged testing networks operating-system ping
You are not signed in. Login or sign up in order to post.
Do a survey on the SNMP protocol, which is specifically aimed at network management.
– Murillo Goulart
There are a few possible alternatives. For the local network you can use ARP and RARP for connectivity testing. For other networks or for the internet, you can use telnet, if your OS has this feature. There are many other ways, but before quoting them I need you to describe better what resources your OS has.
– Anderson Philip