Answers for "24 netmask"

23

what is subnet mask

A subnet mask is used to divide an IP address into two parts. 
One part identifies the host (computer), 
the other part identifies the network to which it belongs.
Posted by: Guest on November-22-2020
0

netmask /24

// netmask /24 equals:
255.255.255.0
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language