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.
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)- A4% (1)
- B93% (25)
- D4% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.