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
5

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.  

Answered by Arslankincsem
0

Answer:

"If the number of overall subnet is two, then we can get the subnet mask as 11111111 11111111 10000000 00000000.

IP address: 10001000 00001010 00000000 00000000

The subnet mask is 11111111 11111111 10000000 00000000

The final value is 10001000   00001010 00000000 00000000  

Network address 10001000 00001010 00000000  00000000

Here are the steps to follow:

Change the network address from decimal to binary

Change the byte of subnet mask as before

Multiply the ip address and subnet mask with binary multiplication method. It helps you to get the subnet address.  

"

Similar questions