JN0-102 Exam QuestionsBrowse all questions from this exam

JN0-102 Exam - Question 11


What is the network address for the 10.13.147.100/19 host?

Show Answer
Correct Answer: A

The network address can be calculated by determining the subnet mask for a /19 prefix, which corresponds to 255.255.224.0. The IP address is 10.13.147.100, so we can perform a bitwise AND operation between the IP address and the subnet mask: 10.13.147.100 (which in binary is 00001010.00001101.10010011.01100100) AND 255.255.224.0 (which in binary is 11111111.11111111.11100000.00000000) results in 10.13.128.0 (which in binary is 00001010.00001101.10000000.00000000). Therefore, the network address is 10.13.128.0.

Discussion

1 comment
Sign in to comment
farhad4uk
Jan 24, 2024

Yes it is correct.