IP Addressing
Question 1 |
2^14 | |
2^7 | |
2^21 | |
2^24 |
Discuss it
Question 2 |
2^14 | |
2^7 | |
2^21 | |
2^24 |
Discuss it
Question 3 |
245.248.136.0/21 and 245.248.128.0/22 | |
245.248.128.0/21 and 245.248.128.0/22 | |
245.248.132.0/22 and 245.248.132.0/21 | |
245.248.136.0/24 and 245.248.132.0/21 |
Discuss it
Question 4 |
255.255.255.0 | |
255.255.255.128 | |
255.255.255.192 | |
255.255.255.224 |
Discuss it
Question 5 |
1022 | |
1023 | |
2046 | |
2047 |
Discuss it
Question 6 |
62 subnets and 262142 hosts. | |
64 subnets and 262142 hosts. | |
62 subnets and 1022 hosts. | |
64 subnets and 1024 hosts. |
Discuss it
Question 7 |
172.57.88.62 and 172.56.87.233 | |
10.35.28.2 and 10.35.29.4 | |
191.203.31.87 and 191.234.31.88 | |
128.8.129.43 and 128.8.161.55 |
Discuss it
IPA BITWISE-AND Ms == IPBBITWISE-AND MsOut of the 4 options, only option D matches.
128.8.129.43 BITWISE-AND 255.255.31.0 = 128.8.1.0 128.8.161.55 BITWISE-AND 255.255.31.0 = 128.8.1.0You can check rest of the options. This explanation has been provided by Pranjul Ahuja.
Question 8 |
Consider the following routing table at an IP router For each IP address in Group-I identify the correct choice of the next hop from Group-II using the entries from the routing table above.
List-I List-II A. 128.96.171.92 1. Interface 0 B. 128.96.167.151 2. Interface 1 C. 128.96.163.121 3. R2 D. 128.96.165.121 4. R3 5. R4 Codes: A B C D (a) 1 3 5 4 (b) 1 4 2 5 (c) 2 3 4 5 (d) 2 3 5 4
a | |
b | |
c | |
d |
Discuss it
Taking the 1st IP Address: 128.96.171.92
Bitwise AND between 128.96.171.92 and 255.255.254.0 we get the subnet ID as follows:25525511111110012896101010119212896101010100
∴ Subnet ID = 128.96.170.0
∴ 128.96.171.92 will forward to interface 0
Taking the 2nd IP Address: 128.96.167.151
Bitwise AND between 128.96.167.151 and 255.255.254.0 we get, 255255111111100128961010011115112896101001100
∴ Subnet ID = 128.96.166.0
∴ 128.96.167.151 will forward to interface R2
Taking the 3rd IP Address: 128.96.163.151
Bitwise AND between 128.96.167.151 and 255.255.254.0 we get, 255255111111100128961010001115112896101000100
∴ Subnet ID = 128.96.162.0 (Doesn’t match with any given interface)
Now, Bitwise AND between 128.96.167.151 and 255.255.252.0 we get, 255255111111000128961010001115112896101000000
∴ Subnet ID = 128.96.160.0 (Doesn’t match with any given interface)
∴ 128.96.163.151 will forward to default interface R4
Taking the last IP Address: 128.96.164.121
Bitwise AND between 128.96.164.121 and 255.255.254.0 we get, 255255111111100128961010010012112896101001000
∴ Subnet ID = 128.96.164.0
∴ 128.96.167.151 will forward to interface R3
∴ Option (A) is the correct answer.
Question 9 |
10.0.0.1 | |
172.16.0.10 | |
15.1.5.6 | |
None |
Discuss it
Question 10 |
198.168.1.255 | |
10.0.0.1 | |
127.0.0.1 | |
255.255.255.255 |
Discuss it