 |
|
 |
| |
Chapter 9
IP Addressing
Answers to the questions
Activity A
Activity B
Activity C
Activity D
Activity E
| |
| |
Activity A
| Activity A |
- Identify the IP address class for each of the following...
- 199.28.154.33
- 64.65.211.8
- 144.155.26.114
|
| Answers |
- Class C
- Class A
- Class B
|
|
| |
Activity B
| Activity B |
- Class B addresses always start with the first two bits the same, what are they?
- Class C addresses always start with the first three bits the same, what are they?
- Class D addresses always start with the first four bits the same, what are they?
- Class E addresses always start with the first four bits the same, what are they?
|
| Answers |
- Class B addresses, all range from
128 to 191. The lowest number is 10000000. The highest number is 10111111. So all IP addresses in this class start with a 10.
- Class C addresses, all range from
192 to 223. The lowest number is 11000000. The highest number is 11011111. So all IP addresses in this class start with a 110.
- Class D addresses, all range from
224 to 239. The lowest number is 11100000. The highest number is 11101111. So all IP addresses in this class start with a 1110.
- Class E addresses, all range from
240 to 255. The lowest number is 11110000. The highest number is 11111111. So all IP addresses in this class start with a 1111.
|
|
| |
Activity C
| Activity C |
- Can you identify which of the the following IP addresses have been incorrectly matched with a class.
- Class B --> 192.28.2.3
- Class E --> 241.6.200.3
- Class C --> 126.30.115.5
- State the class for each subnet mask given below
- 255.255.0.0
- 255.0.0.0
- 255.255.255.0
|
| Answers |
-
- Incorrect - 192.28.2.3 is Class C
- Correct - 241.6.200.3 is Class E
- Incorrect - 126.30.115.5 is Class A
-
- Class B
- Class A
- Class C
|
|
| |
Activity D
| Activity D |
- Specify the network and broadcast address for each IP address given below
196.64.3.18
144.128.16.56
102.200.100.6
|
| Answers |
- Network Address:
--> 196.64.3.0
Broadcast Address: --> 196.64.3.255
- Network Address:
--> 144.128.0.0
Broadcast Address: --> 144.128.255.255
- Network Address:
--> 102.0.0.0
Broadcast Address: --> 102.255.255.255
|
|
| |
Activity E
| Activity E |
- Specify the number of bits allowed for the host part of each CIDR network address below and the number of hosts the network can address.
-
116.54.30.6/27
221.13.45.77/18
|
| Answers |
- 27 bits are for the network address and so 5 bits are left for the hosts. Thus,
25 = 32 host addressess are possible but 2 are unusable, so 30 hosts can be given addresses.
- 18 bits are for the network address and so 14 bits are left for the hosts. Thus,
214 = 16384 host addressess are possible but 2 are unusable, so 16382 hosts can be given addresses.
|
|
 |
|
 |