1/32
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
TCP and UDP
Used to move data across IP networks; operates at OSI Layer 4 and supports multiplexing to allow many applications to communicate at once.
TCP (Transmission Control Protocol)
A connection-oriented protocol that ensures reliable delivery, error recovery, message ordering, and flow control.
UDP (User Datagram Protocol)
A connectionless protocol that offers unreliable delivery, no error recovery, and no flow control.
UDP
Protocol best suited for real-time communication like DHCP or TFTP, where speed is more important than reliability.
TCP Communication
Connection-oriented protocols like HTTPS and SSH that provide delivery confirmation and manage frame order.
FTP (File Transfer Protocol)
Supports authentication and file operations.
FTP Port(s)
TCP 20 (data) and TCP 21 (control)
SSH
Encrypted remote command-line access
SSH Port(s)
TCP 22
Telnet
Unencrypted remote command-line access
Telnet Port(s)
TCP 23
SMTP (Simple Mail Transfer Protocol)
A protocol used for sending emails across networks.
SMTP Port(s)
TCP 25
DNS (Domain Name System)
A hierarchical system that translates domain names into IP addresses, allowing users to access websites using human-readable addresses.
DNS Port(s)
UDP 53 and TCP 53
DHCP (Dynamic Host Configuration Protocol)
A network management protocol used to automatically assign IP addresses and other network configuration settings to devices on a network.
DHCP Port(s)
UDP 67 and UDP 68
HTTP (Hyper-Text Transfer Protocol)
A protocol used for transmitting hypertext via the internet, allowing web browsers and servers to communicate.
HTTP Port(s)
UDP 80
HTTPS (Hyper-Text Transfer Protocol Secure)
A secure version of HTTP that uses encryption to protect the communication between web browsers and servers.
HTTPS Port(s)
TCP 443
POP3 (Post Office Protocol version 3)
A protocol used by email clients to retrieve emails from a mail server. It allows users to download messages to their local devices while keeping the emails stored on the server.
POP3 Port(s)
TCP 110
IMAP (Internet Message Access Protocol version 4)
Email retrieval protocol supporting multi-device sync.
IMAP Port(s)
TCP 143
SMB (Server Message Block)
Windows protocol for file/printer sharing
SMB Port(s)
TCP 445 (direct), UDP 137/TCP 139 (NetBIOS)
SNMP (Simple Network Management Protocol)
Protocol for monitoring network devices
SNMP Port(s)
UDP 161 (queries) and UDP 162 (alerts)
LDAP (Lightweight Directory Access Protocol)
Access and manage directory services
LDAP Port(s)
TCP 389
RDP (Remote Desktop Protocol)
Remotely access desktops and applications
RDP Port(s)
TCP 3389