nerdexam
CompTIA

CAS-002 · Question #100

A legacy system is not scheduled to be decommissioned for two years and requires the use of the standard Telnet protocol. Which of the following should be used to mitigate the security risks of this…

The correct answer is C. Move the system to a secure VLAN. Telnet cannot be replaced on the legacy system, so placing it in a secure, isolated VLAN limits which hosts can reach it and contains the risk until decommissioning.

Enterprise Security

Question

A legacy system is not scheduled to be decommissioned for two years and requires the use of the standard Telnet protocol. Which of the following should be used to mitigate the security risks of this system?

Options

  • AMigrate the system to IPv6.
  • BMigrate the system to RSH.
  • CMove the system to a secure VLAN.
  • DUse LDAPs for authentication.

How the community answered

(64 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    91% (58)
  • D
    2% (1)

Why each option

Telnet cannot be replaced on the legacy system, so placing it in a secure, isolated VLAN limits which hosts can reach it and contains the risk until decommissioning.

AMigrate the system to IPv6.

Migrating to IPv6 changes the network layer protocol but does nothing to address Telnet's unencrypted transmission of credentials and session data.

BMigrate the system to RSH.

RSH (Remote Shell) is also a cleartext, unauthenticated protocol and provides no security improvement over Telnet.

CMove the system to a secure VLAN.Correct

Moving the system to a secure VLAN creates logical network segmentation that restricts which endpoints can initiate a Telnet session, reducing the attack surface without requiring any changes to the legacy system. This compensating control contains potential compromise to the isolated segment rather than exposing the plaintext protocol to the broader network.

DUse LDAPs for authentication.

LDAPs secures directory service authentication traffic but does not encrypt or protect the Telnet session itself, which remains transmitted in plaintext.

Concept tested: VLAN segmentation as compensating control for insecure legacy protocols

Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/virtual-lans-vlans/10023-3.html

Topics

#legacy systems#Telnet#VLAN segmentation#network isolation

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice