nerdexam
CompTIA

220-801 · Question #157

A common method of accessing computers remotely that uses port 23 is known as?

The correct answer is C. Telnet. Telnet is the legacy remote access protocol that operates on TCP port 23, providing unencrypted command-line access to remote systems.

Networking

Question

A common method of accessing computers remotely that uses port 23 is known as?

Options

  • ALDAP
  • BRDP
  • CTelnet
  • DFTP

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    85% (23)
  • D
    4% (1)

Why each option

Telnet is the legacy remote access protocol that operates on TCP port 23, providing unencrypted command-line access to remote systems.

ALDAP

LDAP (Lightweight Directory Access Protocol) uses port 389 and is used for accessing and managing directory services, not remote computer control.

BRDP

RDP (Remote Desktop Protocol) uses port 3389 and is Microsoft's graphical remote access protocol, not port 23.

CTelnetCorrect

Telnet uses TCP port 23 and allows users to remotely access and control another computer via a command-line interface. It is one of the oldest remote access protocols, predating SSH, and transmits all data including credentials in plaintext, which is why it has largely been replaced by SSH for secure environments.

DFTP

FTP (File Transfer Protocol) uses ports 20 and 21 for file transfers between systems, not for remote terminal access.

Concept tested: Telnet protocol port 23 identification

Source: https://www.rfc-editor.org/rfc/rfc854

Topics

#Telnet#port 23#remote access#network protocols

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice