Remote Access Management Flashcards

(8 cards)

1
Q

Telnet

A

■ Operates on port 23
■ Sends text-based commands to remote devices
■ Sends data in plain text, so it is not secure for sensitive information
■ Should never be used for secure devices like routers, switches, or firewalls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Secure Shell (SSH)

A

■ Operates on port 22
■ Encrypts data sent between client and server
■ Provides better security compared to Telnet
■ Always use SSH for configuring networking devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Remote Desktop Protocol (RDP)

A

■ Operates on port 3389
■ Developed by Microsoft for graphical interface remote connections
■ Useful for remotely accessing Windows servers or client machines
■ Provides a Graphical User Interface (GUI) for remote control
■ Uses tunneling to secure connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Remote Desktop Gateway (RDG)

A

■ A Windows server that creates secure connections to servers via RDP
■ Uses SSL or TLS protocols to encrypt data
■ Security features
● Creating encrypted tunnels like a VPN
● Controlling access to network resources based on permissions and group roles
● Maintaining and enforcing authorization policies
● Monitoring the status of the gateway and any RDP connections passing through that gateway
■ Recommended for Windows 2008 or newer to protect RDP connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Virtual Network Computing (VNC)

A

■ Operates on port 5900
■ Designed for thin client architectures and Virtual Desktop Infrastructure (VDI)
■ Cross-platformed
● Linux
● OS X
● Windows
■ Allows remote access with a graphical interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Virtual Desktop Infrastructure (VDI)

A

■ Hosts a desktop environment on a centralized server
■ Runs a desktop image within a virtual machine for end-user access
■ Also known as Desktop as a Service (DAS) in cloud computing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In-Band vs. Out-of-Band Management

A

■ In-Band Management
● Uses Telnet or SSH over the network
■ Out-of-band Management
● Uses a separate network for device configuration
● Provides additional security by separating data networks from management networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Application Programming Interface (API)

A

■ Set of protocols and routines for building and interacting with software applications
■ Acts as an intermediary between different systems for communication
■ Allows for automated administration, management, and monitoring of applications and services
■ Typically built using either Representational State Transfer (REST), or Simple Object Access Protocol (SOAP)
■ Allows for direct integration of different third-party applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly