Module – 1
EVOLUTION OF DATA AND WIRED NETWORKING
Chapter 1:
THE EVOLUTION OF DATA NETWORKS
The Dwan of Data Communication
Data communication and networking have evolved over nearly two centuries. The journey
began with simple electrical signaling systems and gradually developed into large-scale
interconnected networks that support voice and data communication worldwide.
➢ Telegraph System (1837 – 1877)
“Telegraph System is an early communication system used to send messages over long distances
using electrical signals.”
Telegraph System
• Telegraph system was developed in 1837 by Samuel Morse, and the first long-distance
message “What hath God wrought!” (which means "Look what God has created" or "What
a marvelous thing God has done") was sent in 1844 from Washington D.C. to Baltimore.
• Morse code was used for communication, consisting of dots and dashes transmitted over
copper wires using start and stop signals.
• Initially, telegraphy supported one-way communication, later expanding to two and four
channels.
• By 1850, telegraphy had 12,000+ miles of lines, 20+ operators, and dominated electronic
communication until 1877, mainly for digital data transmission.
➢ Telephone Networks (After 1877)
“Telephone networks are systems that connect telephones to enable voice communication over
local, national, and international distances.”
• Telephone networks started around 1877 and were initially considered too complex for
common people.
• Telephones were quickly adopted due to ease of voice communication.
• Telephones soon overtook telegraphy in traffic, revenue, and network coverage.
• Early telephones supported only voice, while telegraphy remained useful for digital data.
➢ Teletypewriter and Telex Services
“Teletypewriter and Telex services are early text-based communication systems that transmit
typed messages over telecommunication networks.”
• 1923: Teletypewriter (teleprinter, teletype or TTY) services were introduced.
• They enabled accurate and reliable text communication.
• 1935: Telex services with rotary dialing were introduced.
• Telex improved the speed and automation of data communication.
Teletypewriter Telex
➢ Network Effect
“Network Effect is a phenomenon where the value of a technology or service increases as more users
use it.”
• A system is less useful with very few users.
• As more users join, communication becomes easier and more valuable.
• Example: Fax machine or telephone network.
• Network effect helped communication networks grow rapidly.
➢ Public Switched Telephone Network (PSTN)
• By the 1950s, PSTN became widely available, affordable, and highly interconnected,
mainly due to the network effect.
• PSTN enabled communication locally, nationally, and internationally using a hierarchical
structure.
• The hierarchy includes Local Exchange Carriers (LECs) for local calls and Interexchange
Carriers (IXCs) for long-distance communication.
• Due to its wide reach, PSTN was used to connect large business computer mainframes and
supported early computer networking, forming the base of modern data networks.
Early Data Networks
• By the late 1950s, large companies used standalone mainframe computers, creating the need
for data sharing.
• IBM enabled first digital communication over analog PSTN using acoustic couplers at 300 bps.
• Acoustic couplers (early modems) converted digital data into sound for transmission over
telephone lines.
• Users accessed mainframes using dumb terminals (green screens) with no processing or
storage.
• In 1962, modems enabled fax and computer communication over PSTN.
• Telecom networks shifted from analog to digital due to better efficiency and reliability.
• Circuit switching used dedicated paths and was inefficient.
• Packet switching divided data into packets, improving efficiency and reliability.
• Packet switching became the foundation of modern data networks and the Internet.
The Internet Revolution
• The U.S. government created Advanced Research Projects Agency (ARPA) to develop
computer networks, leading to the creation of ARPANET, the first packet-switched network.
• ARPANET was the predecessor of the modern Internet and was mainly used by universities
and research institutions in the 1970s and 1980s.
• During this period, key protocols were developed, especially TCP/IP, which became the
Internet protocol in the early 1990s.
• Many LAN protocols competed earlier, but Ethernet emerged as the global LAN standard
and remains dominant today.
Advances in Personal Computers
• In the early 1980s, the IBM PC was introduced and became popular in businesses for applications
like word processing and accounting.
• Initially, businesses used both PCs and mainframe dumb terminals, which was inconvenient
and inefficient.
• Connecting PCs to mainframes using LANs allowed data sharing and made dumb terminals
unnecessary, leading to rapid growth in PC usage.
• Earlier networking required wired Ethernet or modems, but this changed with the introduction
of wireless networking.
Advances in Mobile Phones
• Early mobile phones were used mainly for voice communication and were large and expensive.
• Advancements in digital communication and wireless technology made mobile phones smaller,
cheaper, and more powerful.
• Introduction of smartphones enabled features like internet access, messaging, multimedia, and
applications.
• Mobile phones became key devices for wireless communication, mobile computing, and
Internet access.
Computers Go Mobile
“Computers Go Mobile refers to the evolution of computers into portable devices that support
wireless, on-the-move computing.”
• Earlier, computers were large and fixed to one place (desktops).
• Technological advances made computers smaller, lighter, and portable.
• Devices like laptops, tablets, and smartphones became common.
• With wireless networking, computers can be used anytime and anywhere.
Convergence of Mobile and Data Networks
“Convergence of mobile and data networks refers to the integration of voice and data services over
a single packet-based network.”
• Mobile networks and data networks were originally separate systems.
• Advances in digital communication and packet switching enabled their integration.
• Mobile networks began carrying data services like Internet, email, and multimedia, not just voice.
• This convergence led to high-speed mobile Internet, smartphones, and modern wireless networks.
Business Challenges Addressed by Wireless Networking
“Wireless networking addresses business challenges by reducing cabling, cost, and complexity while
increasing flexibility.”
• Wireless networking allows network access without cables, eliminating the need to run Ethernet
cables to every desk.
• It reduces installation time and effort, especially during office setup, relocation, or rearrangement.
• Only the backhaul connection from the access point needs cabling, reducing wiring complexity.
• Offices gain flexibility in placing desks and printers anywhere without worrying about network
ports.
• Wireless networking provides significant cost savings, particularly in new installations with fewer
cables.
IP Mobility and BYOD Impact
“IP Mobility is the ability of a device to move across different networks while maintaining the same
IP sessions without interruption.”
• The rapid growth of smartphones, tablets, and wireless devices has made users highly mobile,
creating the need for IP mobility.
• Traditional networks were designed for static devices, but mobile users now move across
different networks and subnets.
• When a device changes networks, its IP address changes, which normally causes session loss
and application failure.
• IP mobility allows a device to maintain ongoing sessions even while moving between networks.
• The IETF Mobile IP standard solves this problem at the Network Layer, not the Physical Layer.
• Mobile IP enables seamless roaming across wired, WLAN, and cellular (4G/5G) networks
without restarting applications.
Mobile IP Components
• Mobile Node (MN): The device that moves between different networks.
• Home Address: The permanent IP address of the mobile node.
• Home Agent (HA): Router that tracks the mobile node and forwards traffic.
• Care-of Address (CoA): Temporary IP address assigned in the visited network.
• Foreign Agent (FA): Assists the mobile node in the visited network.
• IP Tunneling: Used to forward packets from home network to visited network.
The above figure 1.3 shows how Mobile IP maintains communication sessions by registering the
mobile node’s new location with the home agent.
▪ The Mobile Node (MN) moves from its Home Network to a Foreign Network.
▪ In the Foreign Network, the MN contacts the Foreign Agent (FA) and gets a Care-of
Address (CoA).
▪ The MN sends a Registration Request to the Home Agent (HA) through the FA.
▪ The Home Agent (HA) registers the MN’s current location and sends a Registration Reply
back.
▪ The HA forwards data packets to the MN using an IP tunnel via the FA.
▪ This process allows the MN to maintain active sessions while moving between networks.
Security Considerations and Cybercrime Evolution
“The growth of networking and Internet usage led to advanced security challenges and the evolution
of cybercrime, making network security essential.”
• As networks and the Internet expanded, security threats increased, requiring stronger protection
mechanisms.
• Early systems focused mainly on physical security, but modern networks need digital security.
• Cybercrime evolved from simple hacking to data theft, malware, phishing, ransomware, and
identity fraud.
• This evolution made network security, encryption, authentication, and access control
essential for protecting data and users.
Chapter 2:
THE EVOLUTION OF WIRED NETWORKING TO WIRELESS
NETWORKING
Networking
➢ Computer Networking - Computer Networking is the interconnection of two or more
computing devices to share data, resources, and services using communication links and
protocols.
➢ Objectives of Networking
• Resource sharing (hardware, software, data)
• Communication (email, video calls, messaging)
• Reliability and availability
• Cost efficiency
• Scalability
➢ Components of a Network
• Nodes: Computers, servers, routers, switches
• Transmission media: Wired (twisted pair, fiber) and wireless
• Protocols: Rules for communication (TCP/IP, HTTP)
• Network devices: Hub, switch, router, modem
OSI Reference Model
The OSI (Open Systems Interconnection) Reference Model is a 7-layer conceptual framework
developed by ISO to standardize network communication.
Key Features
• Layered architecture
• Each layer has a specific function
• Changes in one layer do not affect others
• Used mainly for learning and troubleshooting
Layers of the OSI Model
❖ Seven Layers (Bottom to Top)
Layer 1: Physical Layer
➢ The Physical Layer is responsible for transmitting raw bits over a physical medium.
➢ It deals with hardware components and converts data into electrical, optical, or radio signals.
➢ It defines cables, connectors, voltage levels, and data transmission rates.
➢ Examples include Ethernet cables (Cat5, Cat6), fiber optics, and Wi-Fi signals, and this layer
only transmits 1s and 0s without understanding the data.
Layer 2: Data Link Layer
➢ The Data Link Layer ensures reliable data transfer between two directly connected devices.
➢ It performs framing, error detection and correction, and controls access to the transmission
medium.
➢ It has two sublayers: MAC (controls access to the physical medium) and LLC (ensures proper
data delivery).
➢ It uses MAC addresses to identify devices and prevents data from getting mixed up on the same
network.
Layer 3: Network Layer
➢ The Network Layer is responsible for routing and logical addressing of data across networks.
➢ It determines the best path for data transmission and handles packet forwarding between devices.
➢ It performs fragmentation and reassembly of packets when required.
➢ The main protocol used at this layer is IP (Internet Protocol), which routes packets across the
Internet.
Layer 4: Transport Layer
➢ The Transport Layer provides end-to-end data delivery, ensuring either reliable or fast
communication between devices.
➢ It performs segmentation and reassembly, flow control, error recovery, and ensures data is
delivered in the correct order.
➢ TCP provides reliable communication with acknowledgements and retransmissions, while UDP
offers faster transmission without delivery guarantees.
➢ Examples include TCP for file transfers and UDP for video streaming.
Layer 5: Session Layer
➢ The Session Layer is responsible for managing communication sessions between devices.
➢ It establishes, maintains, and terminates sessions during data exchange.
➢ It provides synchronization and supports session recovery if a connection is interrupted.
➢ Examples include managing video call sessions and re-establishing dropped connections.
Layer 6: Presentation Layer
➢ The Presentation Layer is responsible for data representation and security.
➢ It performs data translation to ensure compatible formats between different systems.
➢ It handles data compression to reduce transmission size and improve efficiency.
➢ It provides encryption and decryption to protect secure data during transmission.
Layer 7: Application Layer
➢ The Application Layer acts as the interface between user applications and the network.
➢ It provides network services to applications and enables user interaction with network resources.
➢ Common protocols used at this layer include HTTP, FTP, SMTP, and DNS.
➢ Examples of applications working at this layer are web browsers, email clients, and file transfer
applications.
Transition from Wired to Wireless Networking
1. Growth of Networking (1980s–1990s)
➢ Networking expanded rapidly with the rise of affordable PCs and the Internet.
➢ Initially, networks were completely wired (Ethernet-based).
➢ Users had to connect physically using network cables.
➢ Mobility was very limited.
2. FCC Decision – The Turning Point (1985)
➢ In 1985, the Federal Communications Commission (FCC) allowed certain radio frequency
bands (900 MHz, 2.4 GHz, and 5.8 GHz) to be used without a government license.
➢ Before this decision, the radio spectrum was tightly controlled and required official approval
for use.
➢ After opening these unlicensed bands, companies could freely develop wireless devices.
➢ This decision led to the growth of cordless phones, remote-control devices, and eventually
wireless networking (WLAN).
3. Why Wireless Became Popular?
➢ Initially, wireless networks were slow and performed worse than wired Ethernet connections.
➢ However, users preferred convenience and mobility over higher speed and fixed connections.
➢ Before WLAN, users had to connect physically to Ethernet ports, limiting movement and
flexibility.
➢ After WLAN, users could connect from meeting rooms, cafés, homes, and airports, creating
massive demand for wireless networking.
4. Evolution of WLAN Speeds
➢ Early WLAN generations improved from about 500 Kbps to 2 Mbps, with later IEEE standards
providing much higher speeds.
➢ In 1997, the IEEE 802.11 standard was introduced in the 2.4 GHz band, and later versions (a,
b, g, n) standardized wireless communication worldwide.
5. Impact of Wireless Networking
➢ Wireless networking enabled home Wi-Fi, public hotspots, increased mobile device usage, and
made Internet access expected everywhere.
➢ Users accepted lower data rates in exchange for greater mobility and flexibility.
6. Security Challenges
➢ Wireless signals travel through air, allowing anyone within range to attempt access, increasing
the risk of unauthorized access.
➢ Due to security concerns, early enterprise IT departments resisted WLAN adoption, but users
often installed unauthorized wireless routers (rogue access points).
➢ Eventually, organizations deployed secure WLANs in controlled areas such as meeting rooms,
reception areas, and cafeterias.
7. Further Evolution – Mobile Broadband
➢ After WLAN expansion, 3G mobile broadband enabled true mobile Internet access, making
connectivity ubiquitous and always available.
➢ This led to a shift toward mobile-first communication and the dominance of wireless networks
over traditional wired systems.
Economic Impact of Wireless Networking
➢ Wireless networking grew rapidly due to users’ strong demand for mobility and the ability to
access networks without being tied to fixed connection points.
➢ Early wireless Internet services appeared in cafés and shopping malls, but paid services with
security issues were soon replaced by free public wireless broadband.
➢ Internet Service Providers (ISPs) promoted wireless adoption by providing Wi-Fi–enabled
gateways with broadband connections to reduce customer churn.
➢ Wireless networking expanded into homes and small businesses, making mobility a standard
expectation.
➢ By 2005, wireless broadband had already contributed productivity gains of about $28 billion,
highlighting its significant economic impact.
Applications of Wireless Networking -
❖ Health Care:
Wireless networking has transformed hospital operations and patient care.
Key Points:
• Enables real-time patient monitoring using wireless medical devices.
• Doctors and nurses can access digital patient records instantly.
• Reduces errors caused by paper charts and manual record handling.
• RFID (Radio Frequency Identification) helps in asset and inventory tracking.
• Improves staff response time to emergencies.
Real-Time Examples:
• A nurse checking a patient’s medical history on a tablet at bedside.
• Wireless heart monitors moving with patients between ICU and surgery.
• RFID tags tracking expensive medical equipment like infusion pumps.
• Hospitals offering free Wi-Fi to patients and visitors.
❖ Warehousing:
Wireless networking greatly improved operational efficiency in warehouses.
Key Points:
• Enables real-time asset tracking.
• Improves picking accuracy and reduces retrieval errors.
• Supports smart inventory systems.
• Reduces inventory loss and operational delays.
• Speeds up receiving, shelving, and shipping processes.
Real-Time Examples:
• Amazon warehouse workers using handheld scanners connected via Wi-Fi.
• Barcode scanning systems updating inventory instantly.
• GPS-enabled logistics tracking delivery trucks in real time.
❖ Retail:
Wireless networking has changed both backend inventory management and frontend customer
service.
Key Points:
• Provides real-time inventory updates.
• Helps avoid overstocking or stock shortages.
• Enhances customer service through instant product lookup.
• Supports wireless billing and POS (Point of Sale) systems.
• Enables mobile payment systems.
Real-Time Examples:
• A sales associate checking stock availability using a tablet.
• Supermarkets using wireless POS machines.
• Retail apps showing real-time product availability.
• Contactless payment systems (UPI, NFC, QR code payments).
❖ General Business and Knowledge Work:
Wireless networking fundamentally changed how and where people work.
Key Points:
• Enables work from anywhere (remote work culture).
• Supports collaboration in meeting rooms and shared spaces.
• Increases productivity through constant connectivity.
• Blurs the boundary between work and personal life.
• Introduces new security risks via public Wi-Fi usage.
Real-Time Examples:
• Employees attending Zoom meetings from home.
• Professionals working from cafés using Wi-Fi.
• Accessing cloud tools like Google Drive, Teams, Slack.
• Checking office emails during travel via airport Wi-Fi.
Wi-Fi Impact on Developing Nations
➢ Affordable Internet Access: Wi-Fi provides low-cost Internet connectivity compared to wired
infrastructure, making access possible even in rural and remote areas.
➢ Education Enablement: Students gain access to online classes, digital libraries, MOOCs, and
educational platforms through schools, colleges, and public Wi-Fi hotspots.
➢ Healthcare Improvements: Enables telemedicine, remote diagnosis, and access to health
information in areas with limited medical facilities.
➢ Economic Growth & Employment: Supports small businesses, startups, freelancing, digital
payments, and e-commerce, creating new job opportunities.
➢ Digital Inclusion & Government Services: Helps deliver e-governance services such as online
banking, digital IDs, subsidies, and public service portals.
➢ Mobile-First Connectivity: In many developing nations, Wi-Fi combined with smartphones
became the primary way people access the Internet.
loT Introduction
Internet of Things (IoT) is the interconnection of physical objects embedded with sensors
and software that communicate and exchange data over the Internet without human intervention.
Why IoT is Important?
IoT enables:
• Automation
• Remote monitoring
• Smart decision-making
• Real-time data analysis
• Improved efficiency and cost savings
Basic Components of IoT
1. Devices (Things)
• Sensors (temperature, motion, humidity)
• Actuators (motors, alarms)
2. Connectivity
• Wi-Fi
• Bluetooth
• Cellular (4G/5G)
• Zigbee, LoRa
3. Data Processing
• Cloud platforms
• Edge computing
4. User Interface
• Mobile apps
• Web dashboards
Real Time Examples