Ip addressing lab

From Cloonix wiki

Jump to: navigation, search

1) Please write the base (2) representation of the following base 10 numbers

255

128

64

63

16

15

7

2) Please write the base (8) representation of the same numbers

255

128

64

63

16

15

7

3) Please convert the following netmasks into binary representation

255.255.255.0

255.255.0.0

255.0.0.0

4) Please write the / notation of the mask

11111111.11111111.00000000.00000000

11111111.00000000.00000000.00000000

11111111.11111111.11111111.00000000

5) Please break the ip addresses given below into network / host sections

123.213.67.9/24

10.34.20.78/8

234.222.111.10/16

6) Given the ip addresses / netmasks give below - are the hosts on the same network

10.10.10.10/8

10.10.10.11/8

10.10.10.12/16

7) Extra credit - Do the hosts require a router to communicate?

ip_addressing_lab_answers


Personal tools