SV
StudyVirus
Get our free app!Download Free

Protocols

Computers · प्रोटोकॉल

📋Quick Overview

A network protocol is a set of rules governing communication between devices. HTTP (HyperText Transfer Protocol) is used for web browsing, SMTP for email sending, FTP for file transfer, and TCP/IP is the foundational internet protocol. IPv4 uses 32-bit addresses while IPv6 uses 128-bit.

HTTP = HyperText Transfer Protocol; HTTPS = HTTP + Secure (encrypted with SSL/TLS)

TCP = reliable, connection-oriented; UDP = fast, connectionless (used for streaming, gaming)

📖Protocols

ProtocolFull FormUse
HTTPHyperText Transfer ProtocolWeb browsing (port 80)
HTTPSHTTP SecureSecure web browsing (port 443)
FTPFile Transfer ProtocolFile upload/download (port 21)
SMTPSimple Mail Transfer ProtocolSending emails (port 25)
POP3Post Office Protocol 3Receiving emails (port 110)
IMAPInternet Message Access ProtocolSync emails across devices (port 143)
DNSDomain Name SystemConverts domain names to IP (port 53)
TCPTransmission Control ProtocolReliable data transmission
UDPUser Datagram ProtocolFast, unreliable (streaming, VoIP)
IPInternet ProtocolAddressing & routing packets

📝Key Points

  • HTTP: Web browsing (port 80)
  • HTTPS: Secure web browsing (port 443)
  • FTP: File upload/download (port 21)
  • SMTP: Sending emails (port 25)
  • POP3: Receiving emails (port 110)
  • IMAP: Sync emails across devices (port 143)

📝Memory Tricks

📝Exam Corner — Most Asked

📝Quick Revision — One-Liners