Given an IPV4 add:
195.223.139.27
11000011 11011111 10001011 00011011
and
a subnet mask:
255.255.255.0
11111111 11111111 11111111 00000000
Find the network ID of the LAN that this IP add belongs to.
Given an IPV4 add: 195.223.139.27 11000011 11011111 10001011 00011011 and a subnet mask: 255.255.255.0 11111111 11111111 11111111 00000000 Network ID = Ip address && subnet mask 11000011 11011111 10001011 00011011 & 11111111 11111111 11111111 00000000 ---------------------------------------- 11000011 11011111 10001011 00000000 ---------------------------------------- Network ID = 11000011 11011111 10001011 00000000 (In binary) Network ID = 195.223.139.0 (In decimal)
Get Answers For Free
Most questions answered within 1 hours.