DHCP
Dynamic Host Configuration Protocol – automatically assigns IP addresses to devices on a network so they can communicate.
DNS
Domain Name System – translates domain names (like google.com) to IP addresses.
IP Address
A unique number assigned to each device on a network, used to identify the device on that network.
Subnet Mask
Defines the network vs host portion of an IP address; helps routers know which devices are local vs on other networks.
Default Gateway
The IP address of the router that devices use to send traffic outside their local network.
MAC Address
Media Access Control address – hardware-burned unique identifier assigned to a device’s network interface.
NAT
Network Address Translation – translates private (internal) IP addresses to a public IP to enable internet access from LAN.
TCP
Transmission Control Protocol – connection-oriented, reliable data delivery; guarantees delivery, correct order, error checking.
UDP
User Datagram Protocol – connectionless, faster, no guarantee of delivery/order; used for streaming/voice/video.
HTTP
HyperText Transfer Protocol – used for standard web traffic (websites) over port 80.
HTTPS
HTTP Secure – encrypted HTTP, secures data over the web (TLS/SSL), port 443.
FTP
File Transfer Protocol – used to transfer files over a network; not encrypted, ports 20/21.
SFTP
SSH File Transfer Protocol – secure (encrypted) file transfer over SSH.
SSH
Secure Shell – encrypted remote command-line access and file transfer (SFTP), port 22.
SMTP
Simple Mail Transfer Protocol – sends outbound email, common ports 25 or 587.
POP3
Post Office Protocol v3 – old standard for retrieving email from server to client, ports 110 or 995 (secure).
IMAP
Internet Message Access Protocol – retrieves/manages email from server to client (more modern), ports 143 or 993 (secure).
RDP
Remote Desktop Protocol – Microsoft’s remote desktop tool, port 3389.
DNS Server
A server that responds to DNS queries, returning IP addresses for domain names.
Router
Network device that forwards data packets between networks, routes traffic to/from the internet.
Switch
Network device that connects multiple devices on a LAN and uses MAC addresses to forward data.
Firewall
Hardware or software that enforces network security rules to allow/block traffic.
LAN
Local Area Network – a network covering a small geographic area like a home or office building.
WAN
Wide Area Network – a network covering a larger geographic region, often connecting multiple LANs (e.g. via the internet).