Which of the following is a protocol used for network time synchronization? MCQ with Answer and Explanation

Which of the following is a protocol used for network time synchronization?
A. NTP
B. DNS
C. Both
D. SNTP
Answer: Option C
Solution (By JKSSB Mock Tests)
NTP (Network Time Protocol) and its simplified version SNTP are used to synchronize computer clocks over a network.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the purpose of the 'Expires' header in HTTP?
A. To control the cache
B. To set the expiration time of a cookie
C. To indicate when the response is no longer valid
D. To specify the maximum age of the resource

Correct Answer: Option C


Explanation:
The Expires header gives the date/time after which the response is considered stale, used for caching control.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of a DNS server?
A. To manage email routing
B. To encrypt data
C. To translate domain names to IP addresses
D. To store web pages

Correct Answer: Option C


Explanation:
DNS (Domain Name System) servers resolve human-readable domain names (e.g., www.example.com) to numerical IP addresses (e.g., 192.0.2.1) required for network routing.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which email infrastructure component is responsible for receiving inbound emails from external domains and placing them into the correct individual user's mailbox storage?
A. MIME encoder block
B. DNS Resolver
C. MUA (Mail User Agent)
D. MDA (Mail Delivery Agent)

Correct Answer: Option D


Explanation:
The Mail Delivery Agent (MDA) accepts messages handed down from mail transport systems and writes them directly into the recipient's localized mailbox storage.

This question belongs to: Computer Internet and Web Technologies