An IPv4 address is composed of how many bits, and how are they typically formatted for human readability? MCQ with Answer and Explanation

An IPv4 address is composed of how many bits, and how are they typically formatted for human readability?
A. 64 bits, divided into eight blocks separated by colons
B. 128 bits, formatted as hexadecimal characters
C. 16 bits, divided into two bytes separated by hyphens
D. 32 bits, divided into four octets separated by dots
Answer: Option D
Solution (By JKSSB Mock Tests)
An IPv4 address consists of 32 bits arranged into four 8-bit octets, represented in dotted-decimal format (e.g., 192.168.1.1).

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which address space can be used by any network client to check the internal functionality of its own local TCP/IP network software stack?
A. 192.168.1.1
B. 127.0.0.1
C. 0.0.0.0
D. 255.255.255.255

Correct Answer: Option B


Explanation:
127.0.0.1 is the standard loopback address. It lets a device route diagnostic traffic back through its internal software layer without hitting physical network lines.

This question belongs to: Computer Computer Networking
Question #2
Which of the following is an example of a broadcast address?
A. 192.168.1.1
B. 255.255.255.0
C. 192.168.1.255
D. 127.0.0.1

Correct Answer: Option C


Explanation:
In a /24 network, the broadcast address is the last address in the subnet, e.g., 192.168.1.255.

This question belongs to: Computer Computer Networking
Question #3
A network that spans an entire city or a large university campus, linking multiple localized networks together, falls under which category?
A. MAN
B. WAN
C. LAN
D. PAN

Correct Answer: Option A


Explanation:
A Metropolitan Area Network (MAN) is larger than a LAN but smaller than a WAN, typically spanning a city block or urban community footprint.

This question belongs to: Computer Computer Networking