Which of the following is a private IP address? MCQ with Answer and Explanation

Which of the following is a private IP address?
A. 192.169.1.1
B. 10.0.0.1
C. 172.32.1.1
D. 203.0.113.1
Answer: Option B
Solution (By JKSSB Mock Tests)
10.0.0.1 is within the 10.0.0.0/8 private range.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
What is a collision domain?
A. A group of routers
B. A domain where IP addresses are assigned
C. A set of network devices where collisions can occur
D. A broadcast domain

Correct Answer: Option C


Explanation:
A collision domain is a network segment where packets can collide with each other if transmitted simultaneously.

This question belongs to: Computer Computer Networking
Question #2
Which protocol is used to send error messages and operational information?
A. UDP
B. HTTP
C. TCP
D. ICMP

Correct Answer: Option D


Explanation:
ICMP is used for error reporting (e.g., unreachable host) and diagnostics.

This question belongs to: Computer Computer Networking
Question #3
Which protocol is used for reliable, connection-oriented data transmission?
A. ICMP
B. TCP
C. IGMP
D. UDP

Correct Answer: Option B


Explanation:
TCP (Transmission Control Protocol) provides reliable, ordered, and error-checked delivery of data.

This question belongs to: Computer Computer Networking