Important Acronyms Ch 6 Network Components Flashcards
ARP
Address Resolution Protocol - ARP finds the hardware address, also known as Media Access Control (MAC) address, of a host from its known IP address.
DLL
Dynamic Link Library - Used in Windows for data linking between applications.
NAT (Firewalls)
Network Address Translation - Used by firewalls. Hides actual IP addresses in the network from to the rest of the internet.
ACL (Firewalls)
Access Control List - Used in firewalls to create allow/deny traffic rules.
SSL / TLS
Secure Sockets Layer / Transport Layer Security
TCP
Transmission Control Protocol - (TCP) is a transport protocol that is used on top of IP to ensure reliable transmission of packets. TCP includes mechanisms to solve many of the problems that arise from packet-based messaging, such as lost packets, out of order packets, duplicate packets, and corrupted packets.
UDP
The User Datagram Protocol (UDP) is a lightweight data transport protocol that works on top of IP.
UDP provides a mechanism to detect corrupt data in packets, but it does not attempt to solve other problems that arise with packets, such as lost or out of order packets. That’s why UDP is sometimes known as the Unreliable Data Protocol.
UDP is simple but fast, at least in comparison to other protocols that work over IP. It’s often used for time-sensitive applications (such as real-time video streaming) where speed is more important than accuracy.
MAC
Media Access Control
IPSec
Internet Protocol Security (asymmetric) - Security for OSI Layer 3. Authentication and encryption for every packet. Very standardized and common. Different firewall brands should have no problem communicating together. Two core IPSec protocols. Authentication Header (AH) protects Integrity, Encapsulation Security Payload (ESP) protects Confidentiality. You can do both AH and ESP separate or simultaneously.
AH (IPSec)
Authentication Header
ESP (IPSec)
Encapsulating Security Payload
SNMP
Also
SNMPv1 (In the clear)
SNMPv2 (In the clear)
SNMPv3 (Secure)
Simple Network Management Protocol - Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior.
Telnet
Telnet, developed in 1969, is a TCP/IP protocol that provides a command line interface for communication with a remote device or server, sometimes employed for remote management but also for initial device setup like network hardware.
SSH
Secure Shell - Secure Shell is a program to log into another computer over a network to execute commands in a remote machine. It’s basically a secure version of Telnet.
IP
IP stands for “Internet Protocol,” which is the set of rules governing the format of data sent via the internet or local network.