nerdexam
CompTIA

SK0-005 · Question #84

A syslog server is configured to use UDP port 514. The administrator uses Telnet to check port 514 against the syslog server. However, the syslog server is not responding. Which of the following is th

The correct answer is B. Telnet does not work on UDP.. Telnet operates over TCP, so it cannot establish a connection to a service configured to use UDP, such as syslog on UDP port 514.

Troubleshooting

Question

A syslog server is configured to use UDP port 514. The administrator uses Telnet to check port 514 against the syslog server. However, the syslog server is not responding. Which of the following is the MOST likely reason why the syslog server is not responding?

Options

  • AThe syslog server is down.
  • BTelnet does not work on UDP.
  • CThe firewall is blocking UDP port 514
  • DThe log is full on the syslog server.

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    93% (25)
  • D
    4% (1)

Why each option

Telnet operates over TCP, so it cannot establish a connection to a service configured to use UDP, such as syslog on UDP port 514.

AThe syslog server is down.

If the syslog server were down, it wouldn't respond to any requests, but the specific failure to respond to Telnet on a UDP port points to a protocol mismatch rather than the server being entirely offline.

BTelnet does not work on UDP.Correct

Telnet is a TCP-based protocol and client designed to establish a connection-oriented session. Since syslog is configured to use UDP port 514, which is a connectionless protocol, Telnet cannot establish a successful connection, thus the syslog server will not respond to Telnet's TCP-based connection attempts on its UDP port.

CThe firewall is blocking UDP port 514

While a firewall could block UDP port 514, the primary reason for Telnet's failure here is its inability to connect to a UDP service, regardless of firewall status.

DThe log is full on the syslog server.

A full log on the syslog server would prevent it from writing new logs but would not typically prevent it from responding to connection attempts, especially not a TCP-based Telnet attempt on a UDP port.

Concept tested: TCP vs. UDP port testing

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/telnet

Topics

#Network Protocols#Telnet#UDP#Network Troubleshooting

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice