Ch 3. Network Tech and Tools Flashcards
TCP
Transmission Control Protocol; uses a three way handshake to provide connection-oriented traffic
UDP
User Datagram Protocol; non-guaranteed delivery, does not use three way handshake
IP
Internet Protocol; identifies hosts in a TCP/IP network and delivers traffic from one host to another using IP addresses
ICMP
Internet Control Message Protocol; used for testing basic connectivity and includes tools such as ping, pathping, and tracert
ARP
Address Resolution Protocol; resolves IPv4 addresses to media access control (MAC) addresses (physical/hardware)
NDP
Neighbor Discovery Protocol; performs several functions on IPv6
RTP
Real-time Transport Protocol; delivers audio and video over IP networks
SRTP
Secure Real-time Transport Protocol; provides encryption, message authentication, and integrity for RTP
FTP
File Transfer Protocol; uploads and downloads large files to and from an FTP server. By default data is transmitted in cleartext
TFTP
Trivial File Transfer Protocol; used to transfer smaller amounts of data, commonly disabled because it’s a non-essential protocol on most networks
SSH
Secure Shell; encrypts traffic in transit and be used to encrypt other protocols such as FTP
SSL
Secure Sockets Layer; primary method used to secure HTTP traffic as HTTPS
TLS
Transport Layer Security; the designated replacement for SSL (STARTTLS)
IPsec
encapsulates and encrypts IP packet payloads and uses Tunnel mode to protect VPN traffic
SFTP
Secure File Transfer Protocol; an extension of SSH that secures FTP
FTPS
File Transfer Protocol Secure; uses TLS to encrypt FTP traffic
SMTP
Simple Mail Transfer Protocol; transfers email between clients and SMTP servers. Uses TCP port 25
POP3/Secure POP
Post Office Protocol; transfers emails from servers down to clients. Uses TCP port 110/995
IMAP4/Secure IMAP
Internet Message Access Protocol; used to store email on an email server. Uses TCP port 143/993
HTTP
Hypertext Transfer Protocol; transmits web traffic on the Internet and in intranets. Uses TCP port 80