Computer Science, asked by writetoshoaib45, 1 year ago

design a network of class b with network address 136.10.0.0 with 2 subnets. state the subnet mask used and the subnet address

Answers

Answered by franktheruler
0

Answer:

Number of subnet is 2 then the subnet mask is  11111111 11111111 10000000 00000000

 IP address :           10001000  00001010 00000000 00000000

 subnet mask :            11111111        11111111   10000000  00000000

  anding                 10001000   00001010 00000000  00000000  

then the network address is 10001000   00001010 00000000  00000000

steps that you have to follow :

step 1 : first you have to change the network address from decimal to binary.

step 2 : then change the each byte of the subnet mask from decimal to binary.

step 3 :  after that you have to multiply ip address and subnet mask using binary multiplication method and the resultant value will be actual answer which is subnet address.  

Similar questions