postUpdated Apr 21, 2026

Data Communication & Protocols – Complete Notes for IBPS, SSC, RRB & Govt Exams

Data Communication and Protocols is one of the highest-scoring topics in IBPS, SSC CGL, RRB NTPC, and Insurance exams. This post covers everything — types of signals, simplex/half-duplex/full-duplex channels, guided and unguided transmission media, the complete 7-layer OSI model with mnemonics, the 4-layer TCP/IP model, all key protocols (HTTP, HTTPS, FTP, SMTP, POP3, IMAP, DNS, DHCP, ARP, TCP, UDP, SSH, VoIP), and IP addressing — with memory tricks, one-liners, and 10 exam-focused FAQs.

Data Communication & Protocols – Complete Notes for IBPS, SSC, RRB & Govt Exams

Jump to section

Introduction: Why Data Communication is Tested in Every Exam

Every digital interaction — sending a WhatsApp message, making a UPI payment, loading a webpage, receiving an email — involves data communication following specific protocols. The rules that govern how data travels from one computer to another are the foundation of the entire networked world.

In government job exams, this chapter is tested because banking operations, government services, and digital India initiatives are all built on these protocols. Questions appear as:

  • "Which layer of OSI is responsible for routing?" → Network Layer (Layer 3)
  • "HTTP works at which OSI layer?" → Application Layer (Layer 7)
  • "Which protocol is used for sending emails?" → SMTP
  • "Which mode allows simultaneous two-way communication?" → Full Duplex
  • "Fibre optic cable transmits which type of signal?" → Light (optical) signals
  • "IPv4 uses ___ bit addresses" → 32 bits

This chapter also provides the framework needed to understand all internet services, network security, and cloud computing. The OSI model in particular is one of the most frequently tested concepts in computer awareness — mastering its 7 layers and associated protocols is essential.


What is Data Communication?

Data Communication is the process of transmitting data (information) from one device to another through a transmission medium (wired or wireless) following a set of rules called protocols.

Five Components of Data Communication:

ComponentDescription
SenderThe device that sends the data (source) — e.g., your computer
ReceiverThe device that receives the data (destination) — e.g., a web server
MessageThe actual data/information being transmitted — text, audio, video, image
Transmission MediumThe physical path the data travels — cables, radio waves, fibre optic
ProtocolThe set of rules governing how data is formatted, transmitted, and received

Protocol — A protocol is a set of standardised rules that define how devices on a network communicate with each other — format of data, timing, sequencing, error checking, and addressing. Without protocols, devices from different manufacturers could not communicate.


Types of Signals

Digital Signal

FeatureDetails
NatureDiscrete — exists at one of only two levels (high or low; 1 or 0)
RepresentationBinary (0s and 1s)
ShapeSquare wave — abrupt transitions between levels
Used inAll computer data, digital telecommunications, Ethernet
AdvantagesLess noise interference; easy to process; can be regenerated perfectly

Analog Signal

FeatureDetails
NatureContinuous — varies smoothly over a range of values
RepresentationContinuous wave (sine wave)
ShapeSmooth, continuous curve
Used inTraditional telephone lines, AM/FM radio, audio signals
DisadvantagesMore susceptible to noise and interference; cannot be perfectly regenerated

Hybrid Signal

A signal that has properties of both analog and digital — used in some mixed systems.

Digital vs Analog - Key Exam Comparison:

FeatureDigitalAnalog
NatureDiscrete (0 or 1)Continuous
ShapeSquare waveSine wave
Noise immunityHighLow
BandwidthCan be compressedLimited
ExamplesComputer data, EthernetRadio, telephone voice

Communication Channels - Direction of Data Flow

The communication channel defines in what direction data can flow between two communicating devices.

Simplex

FeatureDetails
DirectionOne direction only — data flows only from sender to receiver; never the other way
AnalogyA one-way street
ExamplesRadio broadcasting, Television broadcast, keyboard sending to computer
Exam KeySimplex = ONE direction only; no reply possible

Half Duplex

FeatureDetails
DirectionBoth directions — but NOT simultaneously — only one device can send at a time
AnalogyA one-lane bridge — only one direction of traffic at a time; the other must wait
ExamplesWalkie-Talkie (you say "over" to signal you're done), CB radio
Exam KeyHalf Duplex = both directions but NOT at the same time; Walkie-Talkie

Full Duplex

FeatureDetails
DirectionBoth directions simultaneously — both devices can send and receive at the same time
AnalogyA two-lane road — traffic flows freely in both directions simultaneously
ExamplesTelephone call, mobile phone, video call (Zoom/Teams)
Exam KeyFull Duplex = both directions SIMULTANEOUSLY; telephone

Communication Channel Summary:

ModeDirectionSimultaneous?Example
SimplexOne way onlyN/ARadio, TV broadcast
Half DuplexBoth waysNOWalkie-Talkie
Full DuplexBoth waysYESTelephone, mobile

Transmission Media

Transmission Media is the physical path through which data travels from sender to receiver. It is broadly divided into Guided (Wired) and Unguided (Wireless) media.

Guided (Wired) Media

Guided media uses a physical conductor — the data travels along a specific, contained path.

1. Twisted Pair Cable

FeatureDetails
StructureTwo copper wires twisted together; insulated with plastic
Why twisted?Twisting reduces electromagnetic interference (EMI) between pairs
TypesUTP (Unshielded Twisted Pair) — no extra shielding, cheaper; STP (Shielded Twisted Pair) — extra shielding, better EMI protection
SpeedUp to 10 Gbps (Cat 6a and above)
CostLeast expensive guided medium
Used inLAN (Ethernet), telephone networks, home internet
Exam KeyCheapest wired medium; UTP most common in LANs

2. Co-axial Cable

FeatureDetails
StructureSingle copper conductor at centre, surrounded by insulator, metallic shield, and outer jacket
SpeedHigher frequency than twisted pair
AdvantagesBetter shielding against interference than twisted pair
Used inCable TV (MAN), early Ethernet networks, broadband internet distribution
Exam KeyUsed in Cable TV; better than twisted pair; higher frequency

3. Fibre Optic Cable

FeatureDetails
StructureThin strands of glass or plastic that transmit data as pulses of light
SpeedFastest transmission medium — can achieve Tbps
EMI immunityNot affected by electromagnetic interference at all
DistanceCan transmit over very long distances without signal degradation
CostMost expensive guided medium
Used inInternet backbone, undersea cables, long-distance networks, FTTH (Fibre to the Home)
Exam KeyFastest; uses light; not affected by EMI; most expensive; internet backbone

Guided Media Comparison:

MediumSpeedCostEMI ImmunityPrimary Use
Twisted PairLow-MediumLowestLowLAN, telephone
Co-axialMediumMediumMediumCable TV, broadband
Fibre OpticHighestHighestCompleteInternet backbone, FTTH

Unguided (Wireless) Media

Unguided media transmits data through the air (or vacuum) using electromagnetic waves — no physical conductor.

TypeDirectionFrequencyPrimary Use
Radio WavesOmnidirectional (all directions)Low to highAM/FM radio, Wi-Fi, Bluetooth, cellular networks
MicrowaveUnidirectional (point-to-point)0.3 GHz - 300 GHzCellular networks, satellite TV, radar, long-distance telephone
InfraredShort range, line-of-sightAbove 300 GHzTV remotes, wireless speakers, short-range device communication
SatelliteLong distanceVariesGPS, international TV, satellite internet, ships, aircraft
5GCellular (mmWave)24-100 GHzMobile broadband, IoT, smart cities

Key Wireless Facts:

  • Wi-Fi uses radio waves at 2.4 GHz, 5 GHz, and 6 GHz
  • Bluetooth uses 2.4 GHz ISM band
  • Satellite communication uses microwave frequencies
  • mmWave (Millimetre Wave) — used by 5G for very high speed but short range
  • Gbps = fastest speed unit for wireless connections

OSI Model - The 7-Layer Framework

The OSI (Open Systems Interconnection) Model is a conceptual framework developed by ISO (International Organisation for Standardisation) in 1983 that standardises how different computer systems communicate over a network. It divides network communication into 7 distinct layers, each with a specific responsibility.

Why 7 layers? By dividing communication into layers, changes to one layer don't affect the others — for example, you can change the physical cable type without rewriting application software.

Data travels DOWN the OSI layers at the sender (encapsulation) and UP the OSI layers at the receiver (decapsulation).

Layer 7 - Application Layer (Topmost)

FeatureDetails
What it doesProvides the interface between the network and the user's application — this is the layer the user directly interacts with
PDU (Protocol Data Unit)Data
Key DeviceGateway
Key ProtocolsHTTP, HTTPS, FTP, SMTP, DNS, Telnet, DHCP, POP3, IMAP, SSH
Exam KeyLayer closest to the user; all application protocols live here

Layer 6 - Presentation Layer

FeatureDetails
What it doesTranslates data between the application layer and the network — handles encryption/decryption, compression/decompression, and data format translation
PDUData
Key ProtocolsMIME, JPEG, MPEG, GIF, PNG, ASCII, SSL/TLS (encryption)
Exam Key"Translator" layer; encryption happens here; JPEG and MPEG formats

Layer 5 - Session Layer

FeatureDetails
What it doesEstablishes, manages, maintains, and terminates communication sessions between applications; handles authentication and authorisation
PDUData
Key ProtocolsRPC (Remote Procedure Call), NetBIOS, AppleTalk, PPTP
Exam KeySession = "Conversation manager"; sets up and tears down sessions

Layer 4 - Transport Layer

FeatureDetails
What it doesProvides end-to-end delivery of data between applications; handles segmentation, reassembly, flow control, and error recovery
PDUSegment (TCP) / Datagram (UDP)
Key ProtocolsTCP (reliable), UDP (unreliable/fast)
Port numbersTransport layer uses port numbers to identify applications (HTTP=80, HTTPS=443, FTP=21)
Exam KeyEnd-to-end delivery; TCP vs UDP; segmentation; port numbers

Layer 3 - Network Layer

FeatureDetails
What it doesHandles routing — determines the best path for data to travel from source to destination across multiple networks; handles logical addressing (IP addresses)
PDUPacket
Key DeviceRouter
Key ProtocolsIP, ARP, ICMP, RIP, OSPF, BGP
Exam KeyRouting; IP addresses; Router operates here; Layer 3

Layer 2 - Data Link Layer

FeatureDetails
What it doesProvides error-free transmission between two directly connected nodes; packages data into frames; handles MAC addressing; error detection (but not correction)
PDUFrame
Key DevicesSwitch, Bridge
Key ProtocolsEthernet, PPP (Point-to-Point Protocol), MAC protocol
Exam KeyFrames; MAC addresses; Switch and Bridge operate here; Layer 2

Layer 1 - Physical Layer (Bottommost)

FeatureDetails
What it doesTransmits raw bits (0s and 1s) over the physical medium — defines electrical voltages, cable types, connectors, timing
PDUBit
Key DevicesHub, Repeater
Key ProtocolsEthernet (physical aspects), USB, Bluetooth physical layer
Exam KeyRaw bits; physical cables; Hub and Repeater operate here; Layer 1

OSI Model - Complete Summary Table

LayerNamePDUKey DeviceKey ProtocolsFunction
7ApplicationDataGatewayHTTP, FTP, SMTP, DNSUser interface; file transfers; email
6PresentationDataGatewayMIME, JPEG, MPEG, SSLEncryption; translation; compression
5SessionDataGatewayRPC, NetBIOSSession setup/teardown; authentication
4TransportSegmentGatewayTCP, UDPEnd-to-end delivery; flow control
3NetworkPacketRouterIP, ARP, ICMPRouting; logical addressing
2Data LinkFrameSwitch, BridgeEthernet, PPPError detection; MAC addressing
1PhysicalBitHub, RepeaterEthernet (physical)Raw bit transmission; cables

Memory Tip for Layers (Top to Bottom): "All People Seem To Need Data Processing"

Application | Presentation | Session | Transport | Network | Data Link | Physical

Memory Tip for Layers (Bottom to Top): "Please Do Not Throw Sausage Pizza Away"

Physical | Data Link | Network | Transport | Session | Presentation | Application


TCP/IP Model - The Internet's Working Model

The TCP/IP Model (also called the Internet Model or DoD Model) is the practical model actually used by the Internet. It was developed by the US Department of Defense and is simpler than the OSI model — it has 4 layers instead of 7.

TCP/IP LayerCorresponds to OSI LayersKey Protocols
ApplicationLayers 5, 6, 7 (Session + Presentation + Application)HTTP, HTTPS, FTP, SMTP, DNS, Telnet
TransportLayer 4 (Transport)TCP, UDP
InternetLayer 3 (Network)IP, ARP, ICMP
Network AccessLayers 1, 2 (Physical + Data Link)Ethernet, Wi-Fi

Comparison: OSI vs TCP/IP

FeatureOSI ModelTCP/IP Model
Layers7 layers4 layers
Developed byISO (1983)US Department of Defense
NatureTheoretical/conceptualPractical/implemented
UseReference model; teachingActual Internet protocol suite
Application layerSeparate Presentation and Session layersCombined into one Application layer
Physical layerSeparateCombined into Network Access layer

Exam Key Fact: OSI = 7 layers (reference model); TCP/IP = 4 layers (actual internet model). OSI is theoretical; TCP/IP is practical.


Key Network Protocols - Complete Reference

protocol is a standardised set of rules that governs how data is formatted, transmitted, and received between devices. Here is the complete reference for all exam-relevant protocols:

Web Protocols

ProtocolFull FormFunctionPort
HTTPHyperText Transfer ProtocolTransfers web pages from server to browser80
HTTPSHyperText Transfer Protocol SecureHTTP + TLS/SSL encryption; padlock in browser; secure web443
HTTP/3Latest web protocol; uses QUIC instead of TCP; faster443 (UDP)

Email Protocols

ProtocolFull FormFunctionPort
SMTPSimple Mail Transfer ProtocolSending emails from client to server or between servers25 / 587
POP3Post Office Protocol version 3Receiving emails; downloads emails to device; removes from server110
IMAPInternet Message Access ProtocolReceiving emails; emails stay on server; access from multiple devices143

SMTP vs POP3 vs IMAP:

  • SMTP = Always for sending
  • POP3 = Download and delete from server (one device)
  • IMAP = Server-based; syncs across all devices (modern standard)

File Transfer Protocols

ProtocolFull FormFunctionPort
FTPFile Transfer ProtocolTransfers files between computers over a network21
SFTPSecure FTPFTP with SSH encryption22
TFTPTrivial FTPSimplified FTP; no authentication; used on local networks69

Network Management Protocols

ProtocolFull FormFunction
DNSDomain Name SystemTranslates human-readable domain names (google.com) to IP addresses (142.250.182.46)
DHCPDynamic Host Configuration ProtocolAutomatically assigns IP addresses to devices joining a network
ARPAddress Resolution ProtocolMaps a known IP address to a MAC address on a local network
RARPReverse ARPMaps a known MAC address to an IP address (reverse of ARP)
SNMPSimple Network Management ProtocolMonitors and manages network devices remotely
ICMPInternet Control Message ProtocolError reporting and diagnostics; used by the ping command

Remote Access Protocols

ProtocolFull FormFunctionPort
TelnetTeletype NetworkRemote login to another computer over a network; unencrypted23
SSHSecure ShellEncrypted remote login; secure replacement for Telnet22
RDPRemote Desktop ProtocolMicrosoft's protocol for accessing a Windows desktop remotely3389

Other Important Protocols

ProtocolFull FormFunction
TCPTransmission Control ProtocolReliable, connection-oriented; converts messages to packets; guarantees delivery and order; uses handshaking
UDPUser Datagram ProtocolFast, connectionless; no guarantee of delivery or order; no error checking; used for speed-critical apps (video streaming, gaming, DNS, VoIP)
IPInternet ProtocolHandles addressing and routing of packets; IPv4 = 32-bit; IPv6 = 128-bit
PPPPoint-to-Point ProtocolEstablishes dial-up connection to Internet over telephone line
SSL/TLSSecure Sockets Layer / Transport Layer SecurityEncryption protocol for securing internet communications; TLS 1.3 is latest
WPA3Wi-Fi Protected Access 3Latest Wi-Fi security/encryption standard
VoIPVoice over Internet ProtocolCarries voice calls over IP networks (Internet) — e.g., Skype, WhatsApp calls
WAPWireless Application ProtocolProtocol for accessing internet on early mobile devices
MQTTMessage Queuing Telemetry TransportLightweight messaging protocol for IoT devices

TCP vs UDP - Critical Comparison:

FeatureTCPUDP
TypeConnection-orientedConnectionless
ReliabilityReliable — guarantees deliveryUnreliable — no guarantee
OrderMaintains packet orderNo ordering
SpeedSlowerFaster
Error checkingYesMinimal
Handshaking3-way handshakeNone
Use casesWeb browsing, email, file transferVideo streaming, VoIP, gaming, DNS

IP Addressing

IPv4

FeatureDetails
Bit size32 bits
Format4 groups of 8 bits (octets) in decimal, separated by dots — e.g., 192.168.1.1
Total addresses2³² = approximately 4.3 billion unique addresses
Classes5 classes: A, B, C (commonly used for hosts), D (multicast), E (research)
Current statusRunning out of addresses — exhaustion of IPv4 is why IPv6 was developed

IPv4 Classes:

ClassFirst Octet RangeDefault Subnet MaskUse
A1 - 126255.0.0.0Large networks (governments, ISPs)
B128 - 191255.255.0.0Medium networks
C192 - 223255.255.255.0Small networks (most common)
D224 - 239Multicast
E240 - 255Research/experimental

IPv6

FeatureDetails
Bit size128 bits
Format8 groups of 4 hexadecimal digits separated by colons — e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334
Total addresses2¹²⁸ = approximately 340 undecillion addresses (essentially unlimited)
No broadcastIPv6 has NO broadcast messages (uses multicast and anycast instead)
Address typesUnicast (one interface), Multicast (multiple interfaces), Anycast (nearest interface)
BenefitsLarger address space; built-in security (IPSec); no need for NAT; better routing

IPv4 vs IPv6 Comparison:

FeatureIPv4IPv6
Bit size32 bits128 bits
Address formatDecimal (192.168.1.1)Hexadecimal (2001:db8::1)
Total addresses~4.3 billion~340 undecillion
BroadcastYesNo
SecurityOptional (IPSec)Built-in (IPSec)
ConfigurationManual or DHCPAuto-configuration (SLAAC)

Other Networking Terms

TermMeaning
MultiplexingTransmitting multiple signals over a single communication channel simultaneously — one path, multiple data streams
CDMACode Division Multiple Access — channel access method for wireless networks; used in 3G mobile
PSTNPublic Switched Telephone Network — traditional telephone network using circuit switching
ISDNIntegrated Services Digital Network — carries voice, video, and data simultaneously over digital telephone lines
Packet SwitchingData broken into packets; each packet may take a different route; reassembled at destination — used by Internet
Circuit SwitchingDedicated path established for the entire duration of a call — used by traditional telephone
BandwidthMaximum data transfer rate of a channel; measured in bps
ThroughputActual data transferred successfully; always ≤ bandwidth
LatencyTime delay in data transmission; measured in ms
Port NumberA 16-bit number that identifies a specific application/service on a device (HTTP=80, HTTPS=443, FTP=21, SSH=22)

Memory Tricks

🔑 OSI Layers - Top to Bottom (7 to 1):

"All People Seem To Need Data Processing" Application → Presentation → Session → Transport → Network → Data Link → Physical

🔑 OSI Layers - Bottom to Top (1 to 7):

"Please Do Not Throw Sausage Pizza Away" Physical → Data Link → Network → Transport → Session → Presentation → Application

🔑 Layer Devices (Most Tested):

Layer 1 = Hub and Repeater (dumb, just signal) Layer 2 = Switch and Bridge (MAC-smart) Layer 3 = Router (IP-smart, most intelligent) Layer 7 = Gateway (all-knowing)

🔑 Email Protocols - "SPI":

SMTP = Sending | POP3 = Pull/Download | IMAP = Inbox on server Remember: "Send Post to Inbox" = SMTP POP3 IMAP

🔑 TCP vs UDP:

TCPTediously Checks Packets (reliable, slow) UDPUnchecked Data Push (fast, unreliable)

🔑 Communication Direction:

Simplex = Single direction (Radio) Half Duplex = Half and half (Walkie-Talkie) Full Duplex = Full both ways (Phone)

🔑 Transmission Media Speed:

Twisted Pair < Co-axial < Fibre Optic (fastest) "TCP" — but remember Twisted < Co-axial < Optical!

🔑 IPv4 vs IPv6:

IPv44×8 = 32 bits = 4.3 billion addresses IPv66 groups × more bits = 128 bits = virtually unlimited


One-Liner Recap (Quick Revision)

  1. Data Communication is the process of transmitting data from one device to another through a transmission medium following a set of rules called protocols.
  2. Digital signals are discrete (0s and 1s represented as square waves), while Analog signals are continuous (smooth sine waves) — computers use digital signals internally.
  3. Simplex communication is one-way only (like radio), Half Duplex is both ways but not simultaneously (like walkie-talkie), and Full Duplex is simultaneously both ways (like a telephone call).
  4. Fibre Optic cable is the fastest transmission medium, transmitting data as light pulses — it is completely immune to electromagnetic interference and is used for internet backbone networks.
  5. Twisted Pair cable is the cheapest guided medium — UTP (Unshielded) is most common in LANs while STP (Shielded) provides better EMI protection.
  6. The OSI (Open Systems Interconnection) Model was developed by ISO in 1983 and divides network communication into 7 layers, each with a specific responsibility.
  7. The OSI layer mnemonic from top to bottom is "All People Seem To Need Data Processing" — Application, Presentation, Session, Transport, Network, Data Link, Physical.
  8. A Router operates at Layer 3 (Network Layer) using IP addresses; a Switch operates at Layer 2 (Data Link Layer) using MAC addresses; a Hub operates at Layer 1 (Physical Layer).
  9. The TCP/IP model is the practical model used by the Internet — it has 4 layers (Application, Transport, Internet, Network Access) corresponding to the 7 OSI layers.
  10. HTTP (port 80) transfers web pages; HTTPS (port 443) is the secure version using TLS encryption; both operate at the Application Layer (Layer 7).
  11. SMTP (port 25) is used for sending emails; POP3 (port 110) downloads emails to one device; IMAP (port 143) keeps emails on the server and syncs across all devices.
  12. TCP is a reliable, connection-oriented protocol that guarantees delivery and ordering of packets; UDP is a fast, connectionless protocol with no delivery guarantee — used for streaming and gaming.
  13. DNS (Domain Name System) translates human-readable domain names like google.com into machine-readable IP addresses like 142.250.182.46.
  14. DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to devices that join a network, eliminating the need for manual IP configuration.
  15. IPv4 uses 32-bit addresses (~4.3 billion addresses), while IPv6 uses 128-bit hexadecimal addresses (~340 undecillion addresses) — IPv6 was developed to address IPv4 exhaustion.

Preparing for competitive exams requires consistent revision. Platforms like JobsMe simplify preparation through:

Stay updated, revise regularly, and attempt quizzes for better accuracy in UPSC, SSC CGL, IBPS PO/Clerk, SBI, RBI Grade B, RRB NTPC, Defence, and State PSC exams.

Free quiz • No signup required

Put this topic into practice with Daily Current Affairs MCQ Quiz – 18 April 2026 (SSC, Banking, UPSC, Railways). It is the quickest way to reinforce what you just learned.

Frequently Asked Questions

What is the OSI model and why does it have 7 layers?
The OSI (Open Systems Interconnection) model is a conceptual framework developed by ISO in 1983 that standardises how different computer systems communicate. It divides network communication into 7 distinct layers, each handling a specific aspect: Physical (raw bits), Data Link (frames, MAC), Network (routing, IP), Transport (end-to-end delivery, TCP/UDP), Session (session management), Presentation (encryption, format), Application (user interface). The 7-layer design ensures that changes to one layer don't affect others — making it easy to develop, troubleshoot, and upgrade networks independently.
What is the difference between TCP and UDP?
TCP (Transmission Control Protocol) is connection-oriented — it establishes a connection via a 3-way handshake, guarantees that all packets are delivered in the correct order, retransmits lost packets, and performs error checking. It is reliable but slower. Used by: HTTP, HTTPS, FTP, SMTP, POP3. UDP (User Datagram Protocol) is connectionless — it sends packets without establishing a connection, with no guarantee of delivery or ordering, and minimal error checking. It is unreliable but very fast. Used by: video streaming, VoIP, online gaming, DNS. Rule: reliability → TCP; speed → UDP.
What is the difference between SMTP, POP3, and IMAP?
All three are email protocols but serve different purposes. SMTP (Simple Mail Transfer Protocol) is used exclusively for sending emails — from client to server or between servers. POP3 (Post Office Protocol v3) is used for receiving emails — it downloads emails to your device and typically deletes them from the server; designed for single-device access. IMAP (Internet Message Access Protocol) is the modern email receiving protocol — emails remain on the server and are synchronised across all your devices (laptop, phone, tablet) simultaneously. Today, virtually all email services use IMAP for receiving.
What is DNS and how does it work?
DNS (Domain Name System) is the internet's "phone book" — it translates human-readable domain names (like www.sbi.co.in) into machine-readable IP addresses (like 203.200.56.1) that computers use to find each other. When you type a URL in your browser: (1) Your device checks its local DNS cache; (2) If not found, queries your ISP's DNS server; (3) DNS server queries the root DNS servers and authoritative DNS servers; (4) Returns the IP address; (5) Your browser connects to that IP. DNS operates on port 53 and uses UDP (for speed).
What is the difference between IPv4 and IPv6?
IPv4 uses 32-bit addresses in dotted decimal format (e.g., 192.168.1.1), providing approximately 4.3 billion unique addresses — nearly exhausted. IPv6 uses 128-bit addresses in hexadecimal format (e.g., 2001:db8::1), providing approximately 340 undecillion addresses — effectively unlimited. IPv6 also adds: built-in IPSec security, no broadcast messages (uses multicast/anycast), auto-configuration (SLAAC), and simplified packet headers for faster routing. The internet is gradually transitioning from IPv4 to IPv6.
What is the difference between HTTP and HTTPS?
HTTP (HyperText Transfer Protocol) transfers web page data between a browser and a web server in plain text — anyone intercepting the connection can read all data. It operates on port 80. HTTPS (HTTP Secure) is HTTP with TLS (Transport Layer Security) encryption — all data is encrypted before transmission, so interceptors see only gibberish. It operates on port 443 and shows a padlock icon in the browser. HTTPS is now the standard for all websites, especially banking and e-commerce sites. TLS 1.3 is the latest encryption standard.
What is the difference between Simplex, Half Duplex, and Full Duplex communication?
Simplex: Data flows in one direction only — sender can only send, receiver can only receive. Examples: radio broadcasting, TV broadcast, keyboard to computer. Half Duplex: Data can flow in both directions but not at the same time — one party must finish sending before the other can respond. Example: walkie-talkie (you say "over" to signal your turn is done). Full Duplex: Data flows in both directions simultaneously — both parties can send and receive at the same time. Example: telephone call, video conference, modern internet.
vetri

About the author

vetri