TSV

TCP/IP Protocol Suite - TSV

The TCP/IP Protocol Suite is a collection of communication protocols that enable data communication over the internet. It consists of four layers: Application, Transport, Internet, and Link layers, including major protocols such as TCP, UDP, IP, ICMP, ARP, DNS, HTTP, FTP, and SMTP. Standardized by the IETF and published as RFC documents, it forms the core of modern internet infrastructure.

TCP/IP protocol network internet communication RFC IETF
code	slug	name	description	layer	portRange	rfc	port
TCP	tcp	Transmission Control Protocol	Connection-oriented, reliable communication protocol.	Transport Layer	0-65535	RFC 793	
UDP	udp	User Datagram Protocol	Connectionless, lightweight communication protocol.	Transport Layer	0-65535	RFC 768	
IP	ip	Internet Protocol	Network layer protocol providing logical addressing and routing.	Internet Layer		RFC 791 / RFC 2460	
ICMP	icmp	Internet Control Message Protocol	Protocol providing error reporting and diagnostic functions.	Internet Layer		RFC 792	
ARP	arp	Address Resolution Protocol	Protocol that maps IP addresses to MAC addresses.	Link Layer		RFC 826	
DNS	dns	Domain Name System	System that translates domain names to IP addresses.	Application Layer		RFC 1034 / RFC 1035	53
HTTP	http	Hypertext Transfer Protocol	Protocol for web browsing.	Application Layer		RFC 2616 / RFC 7540	80 / 443 (HTTPS)
FTP	ftp	File Transfer Protocol	Protocol for file transfer.	Application Layer		RFC 959	20 / 21
SMTP	smtp	Simple Mail Transfer Protocol	Protocol for email transmission.	Application Layer		RFC 5321	25 / 587