nerdexam
EC-Council

312-50V11 · Question #136

You perform a scan of your company's network and discover that TCP port 123 is open. What services by default run on TCP port 123?

The correct answer is C. Network Time Protocol. Port 123 is assigned to the Network Time Protocol (NTP), which synchronizes clocks across network devices.

Scanning Networks

Question

You perform a scan of your company's network and discover that TCP port 123 is open. What services by default run on TCP port 123?

Options

  • ATelnet
  • BPOP3
  • CNetwork Time Protocol
  • DDNS

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    88% (23)
  • D
    4% (1)

Why each option

Port 123 is assigned to the Network Time Protocol (NTP), which synchronizes clocks across network devices.

ATelnet

Telnet uses TCP port 23, not port 123, and provides unencrypted remote terminal access.

BPOP3

POP3 (Post Office Protocol v3) uses TCP port 110 for retrieving email from a mail server.

CNetwork Time ProtocolCorrect

NTP is assigned to port 123 by IANA and is used to synchronize system clocks over IP networks. While NTP most commonly operates over UDP 123, TCP 123 is also part of the same port assignment. Discovering TCP 123 open suggests an NTP service or a service using that registered port is running on the host.

DDNS

DNS primarily uses UDP port 53 (and TCP 53 for zone transfers and large responses), not port 123.

Concept tested: Well-known port number assignments

Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

Topics

#port 123#NTP#service identification#well-known ports

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice