Question 13905 – Artificial-Intelligence
November 20, 2023Database-Management-System
November 20, 2023IP-Address
Question 13
|
Suppose computers A and B have IP addresses 10.105.1.113 and 10.105.1.91 respectively and they both use the same net mask N. Which of the values of N given below should not be used if A and B should belong to the same network?
255.255.255.0
|
|
255.255.255.128
|
|
255.255.255.192
|
|
255.255.255.224
|
Question 13 Explanation:
When we perform bitwise AND operation between IP Address and Subnet Mask, it gives Network ID. If for both IP results is same Network ID. It means, both IP are belong to the same network else it’s on different network.
When we perform AND operation between IP address 10.105.1.113 and 255.255.255.224 result is 10.105.1.96 and when we perform AND operation between IP address 10.105.1.91 and 255.255.255.224 result is 10.105.1.64.
Therefore, 10.105.1.96 and 10.105.1.64 are different network, so D is correct answer.
When we perform AND operation between IP address 10.105.1.113 and 255.255.255.224 result is 10.105.1.96 and when we perform AND operation between IP address 10.105.1.91 and 255.255.255.224 result is 10.105.1.64.
Therefore, 10.105.1.96 and 10.105.1.64 are different network, so D is correct answer.
Correct Answer: D
Question 13 Explanation:
When we perform bitwise AND operation between IP Address and Subnet Mask, it gives Network ID. If for both IP results is same Network ID. It means, both IP are belong to the same network else it’s on different network.
When we perform AND operation between IP address 10.105.1.113 and 255.255.255.224 result is 10.105.1.96 and when we perform AND operation between IP address 10.105.1.91 and 255.255.255.224 result is 10.105.1.64.
Therefore, 10.105.1.96 and 10.105.1.64 are different network, so D is correct answer.
When we perform AND operation between IP address 10.105.1.113 and 255.255.255.224 result is 10.105.1.96 and when we perform AND operation between IP address 10.105.1.91 and 255.255.255.224 result is 10.105.1.64.
Therefore, 10.105.1.96 and 10.105.1.64 are different network, so D is correct answer.
Subscribe
Login
0 Comments