• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Address Mask in ICMP

life24

Senior member
Hello,
What means Address mask in ICMP ?
Address mask is the same subet mask? for example:255.255.255.0 ?
 
Hello,
What means Address mask in ICMP ?
Address mask is the same subet mask? for example:255.255.255.0 ?

Yes.
Note that this is all old stuff.

1) The way to get your own IP-address via ICMP is depricated (meaning: old, should not be used anymore). The modern way is to use DHCP. I didn't even know that ICMP used to have this option.

2) Subnet-masks themselves are old and depricated. We talk about "prefix-length" now. Ever since CIDR (which happened more than 20 years ago) we only talk about prefix-length. 255.255.255.0 in your example is actually in binary 24 ones followed by 8 zeros. And therefor we speak about /24. 255.0.0.0 = /8, 255.255.0.0 = /16, etc. See the table here at the end for a full list of subnet-mask to prefix-length conversions: http://www.gadgetwiz.com/network/netmask.html
 
Back
Top