Remote Access Technologies

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

A set of vocabulary-style flashcards covering Telnet, SSH, RDP, RDG, VNC, VDI, in-band vs out-of-band management, APIs (REST/SOAP), DaaS, common ports, and VPN as used in remote access contexts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Telnet

A text-based remote access protocol operating on port 23; sends data in plaintext and is not secure for configuring network devices; use encrypted alternatives.

2
New cards

SSH

Secure Shell; encrypted remote access protocol on port 22; protects CLI access to routers, switches, and firewalls; preferred over Telnet.

3
New cards

RDP (Remote Desktop Protocol)

GUI-based remote access protocol on port 3389; primarily for Windows; not secure by itself and can be tunneled via RDG or VPN.

4
New cards

RDG (Remote Desktop Gateway)

Windows server role that creates an SSL/TLS tunnel for RDP; enables secure remote connections without a full VPN and provides access control and monitoring.

5
New cards

VNC (Virtual Network Computing)

Remote desktop protocol on port 5900; cross-platform GUI sharing; used with VDI and supports Linux, macOS, and Windows.

6
New cards

VDI (Virtual Desktop Infrastructure)

Centralized hosting of desktop environments as virtual machines; desktop as a service (DaaS) in cloud terms; accessed via web browser or thin client.

7
New cards

In-band management

Managing devices over the same network used for data traffic (e.g., configuring routers via SSH on the LAN).

8
New cards

Out-of-band management

Separate, dedicated management network/path for configuring devices; enhances security by isolating management from user traffic.

9
New cards

API (Application Programming Interface)

Set of protocols and routines allowing software systems to communicate; enables automation and integration with cloud services; commonly REST or SOAP.

10
New cards

REST (Representational State Transfer)

Architectural style for APIs that typically use JSON; standard approach for modern RESTful services.

11
New cards

SOAP (Simple Object Access Protocol)

Protocol for exchanging structured information in web services; used in some legacy or enterprise APIs.

12
New cards

DaaS (Desktop as a Service)

Cloud-based delivery of desktop environments; in VDI terms, the desktop image is provided as a service over the network.

13
New cards

Common remote access ports

Telnet 23; SSH 22; RDP 3389; VNC 5900 — ports associated with primary remote access technologies.

14
New cards

VPN (Virtual Private Network)

Creates an encrypted tunnel over a public network to secure remote sessions or to tunnel other protocols like RDP.