Chapter 3: Exploring Network Technologies and Tools Flashcards
Transmission Control Protocol (TCP)
Connection oriented traffic with a guaranteed delivery. Three way handshake (SYN, SYN/ACK, ACK).
User Datagram Protocol (UDP)
Stripped down version of TCP. Commonly used for audio/video.
Internet Control Message Protocol (ICMP)
Testing connectivity with tools such as ping, pathping, and tracert.
Real-Time Transport Protocol (RTP)/(SRTP)
Delivers audio and video over IP networking. Secure provides encryption, message authentication, and integrity.
File Transfer Protocol (FTP) #
Active mode use TCP port 21 for control signals and 20 for data.
Secure Shell (SSH) #
Encrypts traffic in transit. Uses TCP port 22.
Transport Layer Security
Replacement for Security Sockets Layer (SSL).
Secure File Transfer Protocol (SFTP) #
TCP port 22.
Simple Mail Transfer Protocol (SMTP) #
TCP port 25 and port 587 for encryption with TLS.
Post Office Protocol v3 (POP3) #
TCP port 110 and TCP port 995 for encryption.
Internet Message Access Protocol version 4 (IMAP4) #
Stores email on an email server. TCP port 143 and TCP port 993 for encryption.
Hypertext Transfer Protocol (HTTP)/(HTTPS) #
Uses TCP port 80 and TCP port 443 for encryption.
Lightweight Directory Access Protocol (LDAP)/(LDAPS) #
Specifies formats and methods use to query directories. Uses TCP port 389 and encryption with TLS using TCP port 636.
Stateless Firewall
Uses rules implemented in ACLs to identify allowed and blocked traffic.
Stateful Firewall
Inspects traffic and makes decisions based on the traffic context or state. A TCP session without a 3-way handshake would be dropped.