postUpdated Apr 20, 2026

Computer Networking – Complete Notes for IBPS, SSC, RRB & Govt Exams

Computer Networking is a consistently high-scoring topic in IBPS, SSC CGL, RRB NTPC, and all government exams. This post covers everything — types of networks (PAN, LAN, MAN, WAN, CAN, SAN), network models (P2P, Client-Server), all networking devices (Hub, Switch, Router, Gateway, Modem), network topologies with diagrams, Wi-Fi standards up to Wi-Fi 7, and Bluetooth — with memory tricks, one-liners, and 10 exam-focused FAQs.

Computer Networking – Complete Notes for IBPS, SSC, RRB & Govt Exams

Jump to section

Introduction: Why Networking is Critical for Govt Exam Preparation

Computer Networking is the backbone of modern banking, government, and commerce. Every time you use internet banking, swipe a card at a POS terminal, send an email, or make a UPI payment — a computer network is working behind the scenes. This is precisely why Networking is tested so heavily in IBPS, SSC, RRB, and Insurance exams.

Questions from this chapter appear regularly in the following patterns:

  • "Which network covers the largest geographical area?" → WAN
  • "Which device works at the Network Layer (Layer 3) of OSI?" → Router
  • "Which topology uses a central hub?" → Star Topology
  • "ARPANET was developed by ___?" → Vint Cerf / US Department of Defense
  • "Wi-Fi 6 corresponds to which IEEE standard?" → 802.11ax
  • "Which network device regenerates signals?" → Repeater

Networking also overlaps with the Data Communication & Protocols chapter (OSI model, TCP/IP), the Internet chapter (WWW, URL), and Cyber Security — making it a pivot topic that supports understanding across multiple chapters. Master networking, and a large portion of Computer Awareness becomes easier.


What is a Computer Network?

Computer Network is a collection of two or more computers and other devices connected together — through wired or wireless media — to share information, resources, and services.

Key Resources That Can Be Shared:

  • Files and documents
  • Printers and scanners
  • Internet connection
  • Software applications
  • Storage space (servers)

Components of a Network:

  • Hardware — computers, cables, routers, switches, NICs
  • Software — OS networking stack, protocols, network management software
  • Transmission Media — physical (copper wire, fibre optic) or wireless (radio waves, infrared)
  • Protocols — rules governing how data is sent and received (TCP/IP, HTTP, etc.)

Why do we build networks? Without networks, every computer would be an isolated island. Networks enable collaboration, resource sharing, communication, and centralised data management — all essential for modern banking, government, and business operations.


History of Computer Networks - ARPANET

MilestoneYearDetails
ARPANET1969The world's first packet-switching network; developed by the US Department of Defense's ARPA (Advanced Research Projects Agency); considered the direct ancestor of the modern Internet
Vint Cerf1970sKnown as the Father of the Internet; co-developed the TCP/IP protocol suite that became the foundation of internet communication
NSFnetmid-1980sHigh-capacity successor to ARPANET; connected US universities and research institutions; gradually replaced ARPANET
Public Internet1991World Wide Web introduced by Tim Berners-Lee; internet opened to the public

Exam Key Fact: ARPANET was the first network (1969). Vint Cerf is the Father of the Internet. These are tested in almost every government exam.


Types of Computer Networks

Computer networks are classified based on their geographical coverage — how large an area they span.

PAN (Personal Area Network)

FeatureDetails
Full FormPersonal Area Network
CoverageApproximately 10 metres — within a single person's personal space
Technology UsedBluetooth, USB, Zigbee, Infrared, NFC
PurposeConnecting personal devices — smartphone to laptop, wireless earbuds to phone, smartwatch to smartphone
ExamplesConnecting your phone to your laptop via Bluetooth; wireless keyboard to a computer
Exam KeySmallest network; Bluetooth is the primary technology

LAN (Local Area Network)

FeatureDetails
Full FormLocal Area Network
Coveragesingle building or campus — office, school, hospital
Technology UsedEthernet (wired), Wi-Fi (wireless), Token Ring
SpeedHigh speed — 100 Mbps to 10 Gbps
OwnershipSingle owner (one company or organisation)
PurposeConnecting computers within an organisation to share printers, files, and internet
ExamplesOffice network, school computer lab, home network
Exam KeyMost commonly used network; inexpensive; high speed

MAN (Metropolitan Area Network)

FeatureDetails
Full FormMetropolitan Area Network
Coveragecity or town — larger than LAN, smaller than WAN
Technology UsedCo-axial cable, fibre optic, WiMAX
SpeedModerate to high
PurposeConnecting multiple LANs across a city
ExamplesCable TV network, city-wide Wi-Fi, bank branch networks across a city
Exam KeyCovers a city; Cable TV is a classic MAN example

WAN (Wide Area Network)

FeatureDetails
Full FormWide Area Network
CoverageState, country, or worldwide — largest geographical span
Technology UsedATM, Frame Relay, X.25, leased lines, satellite links
SpeedVariable — typically slower than LAN due to long distances
OwnershipMultiple owners — governments, telecom companies
ExamplesThe Internet (largest WAN), bank networks connecting branches nationwide
Exam KeyInternet = worldwide public WAN; largest network type

CAN (Campus Area Network)

FeatureDetails
Full FormCampus Area Network
CoverageMultiple buildings within a limited area — a university campus, corporate campus
TechnologyInterconnected LANs
ExamplesIIT campus network, corporate headquarters campus
Exam KeyLarger than LAN, smaller than MAN; specific to campuses

SAN (Storage Area Network)

FeatureDetails
Full FormStorage Area Network
PurposeA high-speed network that provides block-level access to centralised storage — allowing multiple servers to access the same storage devices as if they were locally attached
TechnologyFibre Channel, iSCSI
Used inData centres, large enterprises, banks with high-volume data
Exam KeySpecialised storage network; not for general user communication

Quick Comparison Table - All Network Types

NetworkCoverageTechnologyExample
PAN~10 metresBluetooth, USBPhone to laptop Bluetooth
LANBuilding/CampusEthernet, Wi-FiOffice network
MANCity/TownCo-axial, Fibre, WiMAXCable TV, city Wi-Fi
WANCountry/WorldATM, Frame Relay, SatelliteInternet
CANMultiple buildingsLAN interconnectionUniversity campus
SANData centreFibre Channel, iSCSIBank data centre storage

Network Models

Peer-to-Peer (P2P) Network

FeatureDetails
StructureEvery computer is both a client and a server — each can request services and provide services
No central serverAll computers are equal; no dedicated server
AdvantagesSimple to set up; inexpensive; no single point of failure
DisadvantagesLess secure; harder to manage as network grows; no centralised backup
Used forSmall home networks, file sharing (BitTorrent), blockchain networks
ExamplesBitTorrent, early Napster, home networks

Client-Server Network

FeatureDetails
Structurededicated, powerful server responds to requests from multiple client computers
Server roleProvides services, resources, and data to clients
Client roleRequests services from the server
AdvantagesCentralised management; better security; scalable; centralised backup
DisadvantagesExpensive server hardware; server failure affects all clients
Used inAll enterprise networks, banks, internet, cloud services
ExamplesWeb server (Apache) serving web pages to browsers; bank server serving ATMs

Key Terms:

  • Server — The most powerful computer in a network; provides resources/services
  • File Server — A dedicated server that provides file access to network users over LAN
  • Web Server — A server that hosts websites and delivers web pages to browsers (e.g., Apache, Nginx)

Network Devices - Complete Guide

Network devices are the hardware components that connect computers and manage data flow within and between networks. Each device operates at a specific layer of the OSI model.

Repeater

FeatureDetails
OSI LayerPhysical Layer (Layer 1)
FunctionReceives a weakened/degraded network signal, amplifies and regenerates it, and retransmits it — extends the effective range of a cable
Ports2 ports
IntelligenceNone — it blindly regenerates everything, including noise
Used whenNetwork cable run exceeds maximum length limits
Exam KeyRepeater = Signal regenerator; Physical Layer; 2 ports

Hub

FeatureDetails
OSI LayerPhysical Layer (Layer 1)
FunctionA central connection point (multi-port repeater) that receives data on one port and broadcasts it to ALL other ports — regardless of the intended destination
Also calledConcentrator
IntelligenceNone — no filtering; sends to everyone
DisadvantageCreates unnecessary traffic; security risk (anyone can see all data)
Associated TopologyStar Topology — all devices connect to the hub
Exam KeyHub = broadcasts to ALL ports; Physical Layer; used in Star topology

Bridge

FeatureDetails
OSI LayerData Link Layer (Layer 2)
FunctionConnects two or more separate LAN segments; reads MAC addresses of frames and forwards data only to the correct segment — filtering unnecessary traffic
IntelligenceUses MAC address table to filter frames
Advantage over HubReduces unnecessary traffic between segments
Exam KeyBridge = connects LANs; filters by MAC address; Data Link Layer

Switch

FeatureDetails
OSI LayerData Link Layer (Layer 2)
FunctionLike a hub, but intelligent — forwards data packets only to the specific port connected to the intended destination device (using MAC address table)
Advantage over HubDramatically reduces network traffic; more secure; faster
IntelligenceMaintains a MAC address table; learns which device is on which port
Most used device inModern LAN environments
Exam KeySwitch = selective forwarding to specific port; smarter than hub; Data Link Layer

Router

FeatureDetails
OSI LayerNetwork Layer (Layer 3)
FunctionRoutes data packets between different networks — it reads IP addresses and uses a routing table to determine the best path for each packet to reach its destination
Most intelligentMost intelligent networking device; makes complex routing decisions
ConnectsDifferent networks (e.g., your home LAN to the Internet)
UsesRouting table — a database of network paths
ExamplesHome Wi-Fi router, enterprise core routers, ISP routers
Exam KeyRouter = connects different networks; uses IP addresses; Network Layer; most intelligent device

Gateway

FeatureDetails
OSI LayerAll 7 layers (works at application level)
FunctionConnects two networks that use completely different protocols — it translates between them; acts as a protocol converter
Also calledProtocol Converter
ExampleConnecting an IPv4 network to an IPv6 network; email gateway converting between different email protocols
Exam KeyGateway = protocol converter; works at all layers; connects incompatible networks

Modem

FeatureDetails
Full FormModulator-Demodulator
OSI LayerPhysical Layer
FunctionConverts digital signals from a computer into analog signals for transmission over telephone lines (Modulation), and converts incoming analog signals back to digital (Demodulation)
Placed betweenComputer/router and telephone line
HistoryFirst modem introduced in the 1960s by AT&T Corporation (Dataphone)
TypesDial-up modem, DSL modem, cable modem
Exam KeyModem = digital↔analog converter; physical layer; modulator + demodulator

Network Interface Card (NIC)

FeatureDetails
Full FormNetwork Interface Card
Also calledNetwork adapter, LAN card, Ethernet card
FunctionHardware component inside a computer that provides the physical interface for connecting to a network — wired (Ethernet) or wireless (Wi-Fi)
Every deviceEvery computer/device must have a NIC to connect to a network
MAC AddressEach NIC has a globally unique MAC (Media Access Control) address — a 48-bit hardware address used for identification on the local network
Exam KeyNIC = physical network connection; has unique MAC address; every networked device has one

Network Devices Comparison Table

DeviceOSI LayerFunctionIntelligence
RepeaterPhysical (L1)Regenerates signal; extends cable rangeNone
HubPhysical (L1)Broadcasts data to ALL portsNone
BridgeData Link (L2)Connects LAN segments; filters by MACLow
SwitchData Link (L2)Forwards to specific port by MAC addressMedium
RouterNetwork (L3)Routes between networks using IP addressHigh
GatewayAll LayersProtocol converter; connects different networksHighest
ModemPhysical (L1)Converts digital ↔ analogNone

Network Topology

Network Topology refers to the physical or logical arrangement of computers (nodes) and connecting cables in a network. Topology affects network performance, scalability, fault tolerance, and cost.

Node = any device connected to the network (computer, printer, switch)

Bus Topology

FeatureDetails
StructureAll nodes connected to a single central cable called the bus or backbone
Data flowData travels along the cable in both directions; every node receives every transmission
TerminatorBoth ends of the cable must have terminators to prevent signal reflection
AdvantageSimple to install; inexpensive; uses less cable
DisadvantageSingle point of failure — if the main cable breaks, entire network fails; difficult to troubleshoot
Exam KeyBus = single cable backbone; simple but fragile

Star Topology

FeatureDetails
StructureAll nodes connected individually to a central hub or switch
Data flowAll data passes through the central hub/switch
AdvantageMost popular topology; easy to add/remove devices; easy to troubleshoot; one device failure doesn't affect others
DisadvantageIf the central hub fails, entire network fails; requires more cable than bus
Central deviceHub (older) or Switch (modern)
Exam KeyStar = central hub; most popular topology; hub/switch at centre

Ring Topology

FeatureDetails
StructureEach node connected to exactly two neighbours forming a circular path
Data flowData travels in one direction around the ring (or both in dual-ring) as a Token
TokenA small data frame that circulates; a node can only send data when it holds the token
TechnologyToken RingFDDI (Fibre Distributed Data Interface)
AdvantageEqual access for all nodes; predictable performance
DisadvantageA single node failure can break the entire ring; slower than star
Exam KeyRing = circular; uses Token; Token Ring/FDDI technology

Mesh Topology

FeatureDetails
StructureEvery node is connected directly to every other node
Data flowMultiple paths between any two nodes; data takes the shortest available path
TypesFull Mesh (every device to every other) and Partial Mesh (only some devices fully connected)
AdvantageMost reliable topology; no single point of failure; data can reroute around failures
DisadvantageMost expensive — requires the most cable and network cards; very complex
Used inInternet backbone, military networks, critical infrastructure
Exam KeyMesh = every node connected to all others; most reliable; most expensive; point-to-point

Tree Topology

FeatureDetails
StructureHierarchical arrangement — a root node at the top connected to lower-level nodes in branches
Also calledHierarchical Topology
StructureLike an inverted tree or organisational chart
AdvantageScalable; easy to manage hierarchically
DisadvantageRoot node failure affects the whole network
Used inLarge organisations with hierarchical structure (bank headquarters → regional offices → branches)
Exam KeyTree = hierarchical; root node at top

Hybrid Topology

FeatureDetails
StructureCombination of two or more different topologies in a single network
AdvantageFlexible; can be designed to meet specific needs
Used inMost real-world enterprise networks — typically a combination of star and bus, or star and ring
Exam KeyHybrid = mix of topologies; used in most enterprise networks

Topology Comparison Table

TopologyStructureKey FeatureFailure RiskCost
BusSingle cableSimple; linearHigh (cable breaks = all fail)Low
StarCentral hub/switchMost popularMedium (hub fails = all fail)Medium
RingCircular; tokenEqual accessHigh (one node = all affected)Medium
MeshEvery node connectedMost reliableLow (multiple paths)High
TreeHierarchicalScalableMedium (root node critical)Medium
HybridMixedFlexibleVariesVaries

Wi-Fi Standards (IEEE 802.11)

Wi-Fi is wireless LAN technology based on the IEEE 802.11 standard family. Each generation brings higher speeds, better efficiency, and new capabilities.

StandardWi-Fi NameFrequencyMaximum SpeedYear
802.11bWi-Fi 12.4 GHz11 Mbps1999
802.11aWi-Fi 25 GHz54 Mbps1999
802.11gWi-Fi 32.4 GHz54 Mbps2003
802.11nWi-Fi 42.4/5 GHz600 Mbps2009
802.11acWi-Fi 55 GHz3.5 Gbps2013
802.11axWi-Fi 62.4/5 GHz9.6 Gbps2019
802.11ax (6 GHz band)Wi-Fi 6E6 GHz (extended)9.6 Gbps2021
802.11beWi-Fi 72.4/5/6 GHz46 Gbps2024

Key Wi-Fi Facts for Exams:

  • Wi-Fi 4, 5, 6, and 7 are the four most-tested standards
  • Wi-Fi 6E extends Wi-Fi 6 to the 6 GHz band for less congestion
  • Wi-Fi 7 (802.11be) is the latest standard (2024) — 46 Gbps theoretical max
  • WPA3 (Wi-Fi Protected Access 3) is the latest Wi-Fi security standard

Bluetooth and Other Wireless Technologies

TechnologyRangeSpeedPurpose
Bluetooth~10 metres (up to 100m for Class 1)Up to 3 Mbps (Classic); up to 2 Mbps (BLE)Creates PAN; connects headphones, keyboards, phones, speakers
Bluetooth 5.3/5.4ImprovedFasterLatest Bluetooth version — improved range and speed
NFC (Near Field Communication)<4 cmLowContactless payments (Google Pay, Apple Pay), door access
Infrared (IR)Line-of-sight; shortLowTV remotes, old wireless speakers
Zigbee~10-100 mLow (250 kbps)IoT devices, smart home sensors
Z-Wave~30 mLowSmart home automation
LoRaWANSeveral kmVery lowIoT sensors over long distances (smart city, agriculture)

Bluetooth Key Facts:

  • Creates a PAN (Personal Area Network)
  • Uses 2.4 GHz ISM radio frequency band
  • Latest version: Bluetooth 5.4
  • Low Energy version: BLE (Bluetooth Low Energy) — used in fitness bands, IoT sensors

Ethernet - The LAN Standard

Ethernet is the most widely used wired LAN technology. It was invented by Robert Metcalfe and David Boggs at Xerox PARC in 1973.

FeatureDetails
InventorRobert Metcalfe and David Boggs
Original Speed10 Mbps
Original TopologyBus topology
AddressEach device has a 48-bit MAC address
Fast Ethernet100 Mbps
Gigabit Ethernet1000 Mbps (1 Gbps)
10GbE10 Gbps — used in data centres
Modern useUses Star topology with central switch (not original bus)

Packet Switching vs Circuit Switching:

TypeHow It WorksUsed In
Packet SwitchingData broken into small packets; each packet travels independently; reassembled at destinationInternet, Ethernet
Circuit SwitchingDedicated communication path established for the entire duration of the callTraditional telephone (PSTN)

Key Networking Terms:

TermMeaning
BandwidthMaximum data that can travel through a network path per second; measured in bps or Hz
ThroughputActual data successfully transmitted per second; always ≤ bandwidth
LatencyTime delay between sending and receiving data; measured in milliseconds
SSIDService Set Identifier — the name of a Wi-Fi network
IP AddressUnique numerical address identifying every device on a network
MAC AddressHardware address of a NIC; 48-bit; unique worldwide; assigned at manufacture
PSTNPublic Switched Telephone Network — traditional telephone network
ISDNIntegrated Services Digital Network — carries voice, video, and data digitally over telephone lines

Memory Tricks

🔑 Network Types - Coverage Order (Small to Large):

"Please Let Me See Wide Campus Storage" PAN → LAN → MAN → See(WAN) → WAN → CAN → SAN Simpler: PAN < LAN < CAN < MAN < WAN

🔑 Network Devices - OSI Layers:

"Repeaters Have Big Switches Routing Gateways" Repeater=L1 | Hub=L1 | Bridge=L2 | Switch=L2 | Router=L3 | Gateway=All Key: Router = Layer 3 (most tested); Hub = broadcasts ALL

🔑 Hub vs Switch - Easy Difference:

HubHollering to everyone (broadcasts to ALL) SwitchSelectively sends (to specific port only)

🔑 Modem = MOdulator + DEModulator:

Modem takes digital → makes it analog (for phone line) → and reverses incoming analog → back to digital "Modulates Demodulates"

🔑 Topology Summary:

Bus = Bone (single backbone cable) Star = Sun (all connect to centre) Ring = Round (circular) Mesh = Maximum connections Tree = Tier (hierarchical)

🔑 Wi-Fi Standards - Speed Order:

Wi-Fi 4 (600Mbps) → Wi-Fi 5 (3.5Gbps) → Wi-Fi 6 (9.6Gbps) → Wi-Fi 7 (46Gbps) Trick: "4, 5, 6, 7 — each is faster than before"

🔑 ARPANET → Internet Father:

ARPANET (1969) → Vint Cerf (Father of Internet) → TCP/IP → Modern Internet


One-Liner Recap (Quick Revision)

  1. A computer network is a collection of two or more computers connected together to share information, resources, and services through wired or wireless media.
  2. ARPANET (1969) was the world's first packet-switching network and the direct predecessor of the modern Internet, developed by the US Department of Defense.
  3. Vint Cerf is called the Father of the Internet for co-developing the TCP/IP protocol suite that became the universal language of the Internet.
  4. PAN (Personal Area Network) covers approximately 10 metres using Bluetooth/USB and connects personal devices like phones, laptops, and wireless earbuds.
  5. LAN (Local Area Network) covers a single building or campus using Ethernet/Wi-Fi — it is the most commonly used network type with the highest speed and lowest cost.
  6. MAN (Metropolitan Area Network) covers a city or town — Cable TV networks are a classic example of MAN technology.
  7. WAN (Wide Area Network) covers the largest geographical area — the Internet is the world's largest public WAN.
  8. In a Peer-to-Peer (P2P) network every computer is both a client and server; in a Client-Server network a dedicated powerful server serves multiple clients.
  9. A Hub broadcasts incoming data to ALL connected ports (Physical Layer 1), while a Switch intelligently forwards data only to the specific destination port (Data Link Layer 2).
  10. A Router is the most intelligent networking device — it routes data packets between different networks using IP addresses and operates at Network Layer 3 of the OSI model.
  11. A Gateway is a protocol converter that connects two networks using different communication protocols and operates at all seven layers of the OSI model.
  12. A Modem (MOdulator-DEModulator) converts digital signals to analog for transmission over telephone lines and converts incoming analog signals back to digital.
  13. Star Topology is the most popular network topology — all devices connect to a central hub or switch, making it easy to add devices and troubleshoot problems.
  14. Mesh Topology is the most reliable topology — every node connects directly to every other node, providing multiple redundant paths so there is no single point of failure.
  15. Wi-Fi 7 (IEEE 802.11be, 2024) is the latest Wi-Fi standard with a theoretical maximum speed of 46 Gbps, while Wi-Fi 6 (802.11ax) offers 9.6 Gbps.

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 difference between LAN, MAN, and WAN?
The three networks differ in geographical coverage: LAN (Local Area Network) covers a single building or campus — office, school, home; uses Ethernet/Wi-Fi; high speed; low cost; single owner. MAN (Metropolitan Area Network) covers a city or town — connects multiple LANs across a city; uses fibre optic or co-axial; Cable TV is an example. WAN (Wide Area Network) covers states, countries, or the entire world — the Internet is the largest WAN; uses satellite, leased lines, ATM; multiple owners. As coverage increases, speed typically decreases and cost increases.
What is the difference between a Hub and a Switch?
Both Hub and Switch are multi-port devices that connect multiple computers in a Star topology. However, they differ fundamentally in how they handle data: A Hub (Physical Layer 1) receives data on one port and broadcasts it to ALL other ports — every device on the network receives every message, regardless of whether it was intended for them. This wastes bandwidth and creates security risks. A Switch (Data Link Layer 2) maintains a MAC address table and forwards data only to the specific port connected to the intended destination — much more efficient, reduces traffic, and improves security.
What does a Router do and how is it different from a Switch?
A Router (Network Layer 3) connects different networks and routes data packets between them using IP addresses — for example, your home router connects your local Wi-Fi network to your ISP's network and the Internet. A Switch (Data Link Layer 2) connects devices within the same network using MAC addresses — it keeps traffic within the local network. Think of it this way: the switch is the traffic manager within your office building; the router is the manager that routes traffic between your office and the outside world.
What is the difference between Bus, Star, and Mesh topology?
Bus Topology connects all devices to a single central cable (backbone) — simple and cheap but a single cable break fails the entire network. Star Topology connects all devices to a central hub/switch — most popular; easy to manage; one device failure doesn't affect others, but hub failure kills the whole network. Mesh Topology connects every device directly to every other device — most reliable (multiple redundant paths); no single point of failure; but most expensive and complex to manage.
What is ARPANET and how is it related to the Internet?
ARPANET (Advanced Research Projects Agency Network), launched in 1969 by the US Department of Defense, was the world's first packet-switching network. It initially connected four US universities. ARPANET pioneered the concepts of packet switching (breaking data into packets that travel independently) and distributed networking (no central point of failure). Vint Cerf and Bob Kahn developed TCP/IP in the 1970s — the communication protocol that became the universal standard for network communication. ARPANET gradually transitioned to the public Internet in the 1980s–1990s.
What is the difference between Wi-Fi 6 and Wi-Fi 7?
Wi-Fi 6 (IEEE 802.11ax), released in 2019, operates on 2.4 GHz and 5 GHz bands with a theoretical max speed of 9.6 Gbps — key improvements were better performance in congested environments (offices, stadiums). Wi-Fi 6E extends Wi-Fi 6 to the 6 GHz band for less interference. Wi-Fi 7 (IEEE 802.11be), released in 2024, operates on all three bands (2.4/5/6 GHz) with a theoretical maximum speed of 46 Gbps — uses Multi-Link Operation (MLO) to use multiple bands simultaneously, dramatically reducing latency.
vetri

About the author

vetri