TCP/IP Protocol
TCP/IP is a large collection of different communication protocols.
Protocol Suite
TCP/IP is a large collection of different communication protocols built on top of the initial protocols TCP and IP.
TCP - Transmission Control Protocol
TCP is used for data transmission control from applications to the network.
TCP is responsible for dividing data into IP packets before transmission and reassembling them upon arrival.
IP - Internet Protocol
IP is responsible for communication between computers.
IP is responsible for sending and receiving data packets over the internet.
HTTP - Hyper Text Transfer Protocol
HTTP is responsible for communication between web servers and web browsers.
HTTP is used to send requests from web clients (browsers) to web servers and to return content (web pages) from web servers to web clients.
HTTPS - HTTP Secure
HTTPS is responsible for secure communication between web servers and web browsers.
As a representative application, HTTPS is used for processing credit card transactions and other sensitive data.
SSL - Secure Sockets Layer
The SSL protocol is used to encrypt data for secure data transmission.
SMTP - Simple Mail Transfer Protocol
SMTP is used for the transmission of emails.
MIME - Multipurpose Internet Mail Extensions
The MIME protocol enables SMTP to transmit multimedia files, including sound, video, and binary data, over TCP/IP networks.
IMAP - Internet Message Access Protocol
IMAP is used for storing and retrieving emails.
POP - Post Office Protocol
POP is used to download emails from email servers to personal computers.
FTP - File Transfer Protocol
FTP is responsible for file transfer between computers.
NTP - Network Time Protocol
NTP is used for synchronizing time (clocks) between computers.
DHCP - Dynamic Host Configuration Protocol
DHCP is used to assign dynamic IP addresses to computers in a network.
SNMP - Simple Network Management Protocol
SNMP is used for the management of computer networks.
LDAP - Lightweight Directory Access Protocol
LDAP is used to collect information about users and email addresses from the internet.
ICMP - Internet Control Message Protocol
ICMP is responsible for error handling in networks.
ARP - Address Resolution Protocol
ARP is used to find the hardware address of a computer's network card based on its IP address.
RARP - Reverse Address Resolution Protocol
RARP is used to find the IP address of a computer's network card based on its hardware address.
BOOTP - Boot Protocol
BOOTP is used to boot computers from the network.
PPTP - Point to Point Tunneling Protocol
PPTP is used for connecting (tunneling) between private networks.