Remote Access Protocols Flashcards
RAS
Microsoft Remote Access Server: the predecessor to Microsoft Routing and Remote Access Server (RRAS). RRAS is a microsfot windows server feature that allows Microsoft Windows clients to remotely access a microsoft windows network
RDP
Remote Desktop Protocol: Microsoft protocol that allows a user to view and control the desktop of a remote computer
PPPoE
Point to Point Protocol over Ethernet: commonly used protocol between a DSL modem in a home/business and a service provider. specifically PPPoE encapsulates PPP frames within Ethernet frames. This approach allows Ethernet connection to leverage the features of PPP, such as authentication
PPP
Point to Point Protocol: common layer 2 protocol that offers features such as multilink interface, looped link detection, error detection, and authentication
ICA
Independent Computing Architecture: Citrix Systems proprietary protocol that allows an application running on one platform to be seen and controlled from a remote client, independent of the client platform
SSH
Secure Shell is a protocol used to securely connect to a remote host (via terminal emulator)
Kerberos
Kerberos is a client/server authentication protocol that supports mutual authentication between a client and a server. Kerberos uses the concept of a trusted third party (key distribution center) that hands out tickets that are used instead of a username and password combination
AAA
Authenticaiton, Authorization and Accounting: allows a network to have a single repository of user credentials. A network admin can then supply the same credentials to log into various network devices.
RADIUS and TACACS+ are protocols commonly used to communicate with an AAA server
RADIUS
Remote Authentication Dial-In User Service
- UDP based protocol used to communicate with an AAA server.
- Unlike TACACS+. RADIUS doesnt encrypt an entire authentication packet, but only the password.
- RADIUS does offer more robust accounting features than TACACS+.
- RADIUS is a standards based protocol, where TACACS+ is a Cisco proprietary protocol
TACACS+
Terminal Access Controller Access Control System Plus
Cisco proprietary TCP based AAA protocol. TACACS+ has 3 separate distinct sessions or functions for authentication, authorization, and accounting
NAC
Network Admission Control
Can permit or deny access to a network based on characteristics of the device seeking admission, rather than just checking credentials.
EX: a clients OS and version of antivirus can be checked against a set of requriements before allowing the client to access to the network. This process of checking a clients characteristics is called “posture assessment”
IEEE 802.1X
type of NAC that can permit or deny a wireless/wired LAN client access to a network. If IEEE 802.1X is being used to permit access to a LAN via a switch port, then IEEE 802.1X is being used for port security. The device seeking admission to the network is called the “supplicant”. The device which the supplicant connects is called the “authenticator”. The device that checks the supplicants credentials and permits or denies the supplicant to access the network is called an “authentication server”. Usually an authenticaiton server is a RADIUS server
CHAP
Challenge Handshake Authentication Protocol
Performs a one way authentication for remote access connection. However authentication is performed through a 3 way handshake (challenge, response, and acceptance messages) between a server and a client. This 3 way handshake allows a client to be authenticated without sending credential information across a network. Password Authentication Protocol (PAP) is an unencrypted plain-text method for password exchange that should be avoided.
MS-CHAP
Microsoft Challenge Handshake Authentication Protocol
A microsoft enhanced version of CHAP, offering a collection of additional resources not present in CHAP, including two way authentication
EAP
Extensible Authentication Protocol
Specifies how authentication is performed by IEEE 802.1X. A variety of EaP types exist:
Extensible Authenticaion Protocol Flexible Authentication (EAP-FAST)
Extensible Authentication Protocol-Message Digest 5 (EAP-MD5)
Extensible Authentication Protocol-Transport Layer Security (EAP-TLS)