GCGA Ch. 3 Reviewing Basic Networking Concepts (ST) Flashcards
(11 cards)
OSI Model
OSI Model ->
Please Do Not Throw Sausage Pizza Away
Physical Data Link Network Transport Session Presentation Application
TCP & UDP
The Transmission Control Protocol (TCP) is a connection oriented protocol that provides guaranteed delivery while the User Datagram Protocol (UDP) is a connectionless protocol that provides “best effort” delivery.
FTP, SFTP, & FTPS
File Transfer Protocol - used to send files over networks; SSH (port 22) encrypts Secure Copy (SCP) and Secure FTP (SFTP). TLS encrypts FTPS. FTP uses TCP 21 (control connections) and TCP 20 (data connections); FTPS uses TCP 21 (control connection in explicit mode), TCP 990 (control connection in implicit mode).
SMTP & SMTPS
Simple Mail Transfer Protocol/Secure - uses TCP port 25 (original) and 587 (encrypted over TLS)
HTTP & HTTPS
HyperText Transmission Protocol/Secure. HTTP is unencrypted and on port 80. HTTPS encrypts browser-based traffic with TLS using TCP port 443.
LDAP & LDAPS
Lightweight Directory Access Protocol/LDAP Secure - LDAP runs over TCP port 389; LDAPS runs over TCP port 636
SSH & RDP
Secure SHell. Administrators commonly connect to remote systems using SSH (on port 22) instead of Telnet because SSH encrypts the connection. Administrators also use Remote Desktop Protocol (RDP) to connect to remote systems graphically using TCP port 3389.
NTP
Network Time Protocol - provides time synchronization services (UDP 123)
DNS
Domain Name System - provides domain name resolution; includes A records for IPv4 addresses and AAAA records for IPv6. MX -> mail servers, MX w/ lowest preference is primary mail server; DNS uses TCP 53 -> zone transfers & UDP 53 -> client queries
DNSSEC
Domain Name System Security Extensions - provides validation for DNS responses by adding a Resource Record Signature (RRSIG)
RRSIG
Resource Record Signature - provides data integrity & authentication; helps prevent DNS poisoning attacks