Which protocol can automatically configure a workstation with an IP address, subnet mask, default gateway, and DNS paths upon boot? MCQ with Answer and Explanation

Which protocol can automatically configure a workstation with an IP address, subnet mask, default gateway, and DNS paths upon boot?
A. ICMP
B. NAT
C. DHCP
D. ARP
Answer: Option C
Solution (By JKSSB Mock Tests)
DHCP dynamically manages network configuration parameters, automatically assigning IP leases to client devices on startup.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
What is the primary limitation of configuring a network using a point-to-point Full Mesh Topology as the number of nodes scales high?
A. It cannot run modern routing software.
B. The network performance decreases whenever a single cable drops.
C. The number of required physical cables and ports grows exponentially, making it highly expensive.
D. It lacks absolute security constraints.

Correct Answer: Option C


Explanation:
A full mesh layout requires n(n-1)/2 physical lines. As nodes (n) increase, the cabling overhead and hardware costs grow quadratically.

This question belongs to: Computer Computer Networking
Question #2
What default subnet mask is mapped to standard Class A IP network address tracks under traditional classful sorting models?
A. 255.0.0.0
B. 255.255.0.0
C. 255.255.255.255
D. 255.255.255.0

Correct Answer: Option A


Explanation:
Class A networks allocate the first 8 bits (octet) to the network ID, which corresponds to a default subnet mask of 255.0.0.0.

This question belongs to: Computer Computer Networking
Question #3
Which command is used to test network connectivity between two hosts?
A. ping
B. tracert
C. nslookup
D. ipconfig

Correct Answer: Option A


Explanation:
ping sends ICMP echo requests to test connectivity.

This question belongs to: Computer Computer Networking