The task involves converting network masks to hexadecimal and determining the notation used for the mask itself. The provided examples show masks in decimal and hex formats, so the answer should reflect that consistency.
The task involves converting network masks to hexadecimal and determining the notation used for the mask itself. The provided examples show masks in decimal and hex formats, so the answer should reflect that consistency.
You're referring to the inverse mask concept. So for a mask like 255.255.255.128, subtracting it from 255.255.255.255 gives the inverse mask of 0.0.0.127.
You're referring to the inverse mask concept. So for a mask like 255.255.255.128, subtracting it from 255.255.255.255 gives the inverse mask of 0.0.0.127.