PrepAway - Latest Free Exam Questions & Answers

Why only 13 hosts send a reply while others do not?

One of the ways to map a targeted network for live hosts is by sending an ICMP ECHO request to the broadcast or the network address. The request would be broadcasted to all hosts on the targeted network. The live hosts will send an ICMP ECHO Reply to the attacker’s source IP address.
You send a ping request to the broadcast address 192.168.5.255.

[root@ceh/root]# ping -b 192.168.5.255
WARNING: pinging broadcast address
PING 192.168.5.255 (192.168.5.255) from 192.168.5.1 : 56(84) bytes of data. 64 bytes from 192.168.5.1: icmp_seq=0 ttl=255 time=4.1 ms 64 bytes from 192.168.5.5: icmp_seq=0 ttl=255 time=5.7 ms —


There are 40 computers up and running on the target network. Only 13 hosts send a reply while others do not. Why?

PrepAway - Latest Free Exam Questions & Answers

A.
You cannot ping a broadcast address. The above scenario is wrong.

B.
You should send a ping request with this commandping 192.168.5.0-255

C.
Windows machines will not generate an answer (ICMP ECHO Reply) to an ICMP ECHO request aimed at the broadcast address or at the network address.

D.
Linux machines will not generate an answer (ICMP ECHO Reply) to an ICMP ECHO request aimed at the broadcast address or at the network address.

Explanation:
As stated in the correct option, Microsoft Windows does not handle pings to a broadcast address correctly and therefore ignores them.

One Comment on “Why only 13 hosts send a reply while others do not?


Leave a Reply