Lesson 4 Flashcards
Address Resolution Protocol (ARP)
Resolves IP addresses to Media Access Control (MAC) addresses. MAC addressees are also known as physical addresses. The arp -a command (issued at the command prompt) can retrieve the contents of the ARP cache.
Command prompt
A text-based command window. Users can enter commands in this window such as ping, ipconfig, netstat, and more.
Internet Assigned Numbers Authority (IANA)
An organization that assigns port numbers to protocols including the well-known ports from 0 to 1023. IANA also manages the public IP address assignments.
Kerberos
The primary authentication protocol used in Microsoft networks. Kerberos uses time-stamped tickets and the Active Directory database for authentication. Kerberos is also used in non-Microsoft networks. Kerberos uses port 88.
Point-to-Point Tunneling Protocol (PPTP)
A tunneling protocol used with VPNs. PPTP uses Microsoft Point-to-Point Encryption (MPPE) for security. It is largely replaced with L2TP/IPSec or SSL as a tunneling protocol. PPTP uses port 1701.
Port
Ports can be logical or physical. A port is a logical connection point that is associated with a protocol or an application. Physical ports are the connections to devices such as the port on a switch.
Protocol
Protocols provide the rules that computers and other devices use to communicate with others on networks.
Remote Desktop Services (RDS)
A group of Microsoft technologies previously known as Terminal Services. RDS uses the Remote Desktop Protocol and allows users to access desktops of remote computers over the network. RDS uses port 3389.
Secure Shell (SSH)
An encryption protocol that transfers data over a secure channel. SSH is a recommended replacement for Telnet and is also used to encrypt other protocols such as FTP. SSH uses port 22.
Secure Sockets Layer (SSL)
An encryption protocol used to encrypt other protocols such as HTTP and LDAP. SSL uses port 443 with HTTPS. It uses port 636 with Secure LDAP.
Telnet
A command-line interface that allows bidirectional communication with network devices.
Transport Layer Security (TLS)
An encryption that is the designated replacement for Secure Socket Layer protocol (SSL) protocol and currently coexists with SSL.