0% found this document useful (0 votes)
20 views32 pages

Computer Networks Overview and Concepts

The document provides an overview of computer networks and the internet, detailing components such as hardware (servers, routers, switches) and software (network operating systems, protocols). It explains network types (LAN, WAN, PAN) and topologies (bus, star, ring) while introducing the OSI reference model, which standardizes network communication into seven layers. The document also highlights various applications and uses of networks in areas like education, healthcare, and business operations.

Uploaded by

kallurisravya21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views32 pages

Computer Networks Overview and Concepts

The document provides an overview of computer networks and the internet, detailing components such as hardware (servers, routers, switches) and software (network operating systems, protocols). It explains network types (LAN, WAN, PAN) and topologies (bus, star, ring) while introducing the OSI reference model, which standardizes network communication into seven layers. The document also highlights various applications and uses of networks in areas like education, healthcare, and business operations.

Uploaded by

kallurisravya21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

UNIT I

COMPUTER NETWORKS AND THE INTERNET

What Is the Internet? Network Edge, The Network Core, Delay, Loss, and Throughput in
Packet Switched Networks (Textbook 2), Reference Models, Multimedia Networks, Guided
Transmission Media, Wireless Transmission (Textbook 1)
Network
A network is a collection of interconnected entities (such as computers, devices, or systems)
that can communicate and share resources or information with each other.
Examples:
• Social networks (e.g., Facebook connects people)
• Transportation networks (roads, railways connecting cities)
• Electrical power grid (connects power stations and consumers)

A computer network is a group of interconnected devices that can share data and resources.
Example:
A group of computers connected in an office sharing files and a printer.
Computer networks are built from a combination of hardware and software components that
work together to enable communication and resource sharing.
Here are examples of common computer network components:
Hardware Components:
• Servers: Powerful computers that store and manage shared files, applications, and
network operating systems.
o Examples: File servers (for storing documents), print servers (for managing
printers), web servers (for hosting websites), database servers.
• Clients (End Devices): Computers or other devices that access and use the resources
provided by servers on the network.
o Examples: Desktop PCs, laptops, smartphones, tablets, network printers,
security cameras.
• Routers: Devices that connect multiple networks (e.g., your home LAN to the internet
WAN) and direct data packets between them using IP addresses to determine the most
efficient path.
o Examples: Your home Wi-Fi router, enterprise-grade routers in data centers.
• Switches: Devices that connect multiple devices within the same local area network
(LAN). They intelligently forward data only to the intended recipient based on MAC
addresses, improving network efficiency compared to hubs.
o Examples: An 8-port Ethernet switch for a small office, a managed switch in a
corporate network.
• Hubs: Basic connecting devices that broadcast data to all connected devices in a
network segment. They are largely obsolete due to their inefficiency and lack of
security.
o Example: Old Ethernet hubs (rarely used in modern networks).
• Modems: Devices that convert digital signals from your computer into analog signals
for transmission over traditional phone or cable lines (modulation) and vice versa
(demodulation). This enables internet connectivity.
o Examples: DSL modem, cable modem, fiber modem.
• Network Interface Cards (NICs): Hardware components installed in computers or
other devices that allow them to connect to a network. Each NIC has a unique MAC
address for identification.
o Examples: Wired Ethernet NIC in a desktop computer, wireless Wi-Fi adapter
in a laptop.
• Transmission Media (Cables): The physical conduits that carry data signals between
devices.
o Examples: Ethernet cables (Cat5e, Cat6), coaxial cables (for cable TV and
internet), fiber optic cables (for high-speed, long-distance data).
• Wireless Access Points (WAPs): Devices that allow wireless devices (like
smartphones and laptops) to connect to a wired network.
o Examples: Your home Wi-Fi access point.
• Firewalls: Security devices (can be hardware or software) that monitor and control
incoming and outgoing network traffic based on predefined security rules to protect
against unauthorized access and threats.
o Examples: Dedicated hardware firewall appliances, software firewalls on
computers.
• Repeaters: Devices that regenerate and amplify weakened signals in a network to
extend the signal's reach over greater distances.
o Examples: Wi-Fi range extenders.
• Bridges: Devices that connect two separate network segments and filter traffic between
them based on MAC addresses. They are less common now as switches often provide
similar or enhanced functionality.
Software Components:
• Network Operating Systems (NOS): Software that runs on servers and manages
network resources, user access, and facilitates communication among network devices.
o Examples: Windows Server, Linux (e.g., Ubuntu Server), Cisco IOS (for Cisco
network devices).
• Protocols: Sets of rules and standards that govern how data is formatted, transmitted,
and received across a network.
o Examples:
▪ TCP/IP (Transmission Control Protocol/Internet Protocol): The
fundamental suite of protocols for the internet.
▪ HTTP/HTTPS (Hypertext Transfer Protocol/Secure): Used for web
Browse.
▪ FTP (File Transfer Protocol): Used for transferring files.
▪ SMTP (Simple Mail Transfer Protocol): Used for sending emails.
▪ DNS (Domain Name System): Translates human-readable domain
names into IP addresses.
▪ DHCP (Dynamic Host Configuration Protocol): Automatically
assigns IP addresses to devices on a network.
• Network Management Software: Applications used by network administrators to
monitor, configure, troubleshoot, and manage network performance and security.
o Examples: SolarWinds Network Performance Monitor, PRTG Network
Monitor.
• Network Security Software: Includes various tools to protect networks from cyber
threats.
o Examples: Antivirus software, intrusion detection systems (IDS), intrusion
prevention systems (IPS), VPN client applications.
• Network Virtualization Software: Allows for the creation of virtual networks on top
of physical network infrastructure, providing flexibility and efficient resource
management.
o Examples: VMware NSX, Cisco ACI.
Examples:
1. Local Area Network (LAN) – Network in a home, school, or office building.
2. Wide Area Network (WAN) – The internet is the largest WAN.
3. Wireless Network (Wi-Fi) – Used in homes, cafes, airports for internet access.
4. Metropolitan Area Network (MAN) – Network covering a city or campus.
5. Personal Area Network (PAN) – Bluetooth-connected devices like smartwatches.
Uses:
1. Data sharing – Documents, images, videos can be shared instantly.
2. Resource sharing – Printers, scanners, and storage devices.
3. Communication – Email, VoIP, video conferencing.
4. Remote access – Access files or systems from distant locations.
5. Collaboration – Teams can work together using networked apps.
Applications:
1. Internet and Web services – Browsing, streaming, cloud services.
2. Online banking and e-commerce – Transactions and shopping.
3. Education – Online learning platforms and virtual classrooms.
4. Healthcare – Telemedicine, electronic health records.
5. Business operations – ERP systems, remote work, CRM tools.
6. Government – e-Governance, data sharing between departments.
7. IoT (Internet of Things) – Smart homes, connected vehicles, smart cities.
Computer Network Concepts
1. Network Types
• LAN (Local Area Network): Covers small area (office, home).
• MAN (Metropolitan Area Network): Covers city or campus.
• WAN (Wide Area Network): Covers large geographical area (e.g., the internet).
• PAN (Personal Area Network): Devices around a person (Bluetooth).

2. Network Topologies
• Bus: All devices share a single communication line.

• Star: All devices connect to a central hub.


• Ring: Devices form a circular data path.

• Mesh: Each device connects to every other device.

• Hybrid: Combination of two or more topologies.


3. Network Devices
• Router: Connects different networks (e.g., LAN to the internet).

• Switch: Connects devices in a LAN; more efficient than a hub.

• Hub: Basic device that broadcasts data to all ports.


• Modem: Converts digital to analog signals and vice versa.

• Access Point: Enables wireless devices to join a network.


Communication Models/Reference Model
• OSI Model (7 Layers):
The OSI model describes seven layers that computer systems use to communicate over
a network.
• The OSI (Open Systems Interconnection) Reference Model is a conceptual framework
that standardizes the functions of a telecommunication or computing system into seven
distinct layers.
• Developed by the International Organization for Standardization (ISO), it provides a
universal language for network communication, allowing diverse hardware and
software technologies to interoperate effectively.
• Each layer of the OSI model has specific responsibilities and communicates with the
layers directly above and below it, encapsulating and transmitting data in a structured
manner.
• This layered approach helps network professionals to understand, design, and
troubleshoot network issues by isolating problems to a specific layer.
1. Physical
2. Data Link
3. Network
4. Transport
5. Session
6. Presentation
7. Application
Upper Layers (5–7): What the user sees and interacts with.
Middle Layer (4): Ensures correct delivery.
Lower Layers (1–3): How the data physically moves through the network.
Example from
Layer Function
WhatsApp

User types and WhatsApp app


Application
sends message interface

Message is
encrypted (e.g., WhatsApp
Presentation
end-to-end encrypts message
encryption)

Keeps chat open


Maintains chat
Session until you close the
session
app

Uses TCP to
Splits and sends
Transport ensure the whole
data packets
message arrives

Routes through
Finds best path
Network ISPs using IP
to recipient
addresses

Device's Wi-Fi
Frames the data
card frames it and
Data Link for
adds MAC
transmission
address

Actual
Sends bits
electrical/radio
through Wi-Fi
Physical signals travel
or cellular
through mobile
network
towers

1. Physical Layer (Layer 1)


Functionality:
• Transmits raw bits (0s and 1s) over physical media.
• Defines hardware elements: cables, switches, voltages, pin layout.
• Controls data rate, bit synchronization, and modulation.
Responsibilities:
• Bit-by-bit delivery
• Transmission medium selection (copper, fiber, wireless)
• Physical topology
• Signal encoding and transmission
Real-time Example:
• Ethernet cables, fiber optics, Wi-Fi signals
• When your router blinks, it's working at the physical layer.
2. Data Link Layer (Layer 2)
Functionality:
• Ensures error-free and reliable transmission between two directly connected devices.
• Uses MAC addresses for identifying devices on a network.
• Divides data into frames.
Responsibilities:
• Frame creation and transmission
• Error detection and correction (e.g., CRC)
• MAC (Media Access Control) and LLC (Logical Link Control) sublayers
• Flow control
Real-time Example:
• Wi-Fi sending frames to your laptop
• Switches forwarding data based on MAC address
3. Network Layer (Layer 3)
Functionality:
• Determines the best path to deliver packets across networks.
• Uses IP addressing for routing.
• Can fragment and reassemble data.
Responsibilities:
• Logical addressing (IP)
• Routing and forwarding
• Fragmentation of data
• Handling congestion
Real-time Example:
• When you visit a website, your request passes through routers that determine the best
path.
• IP packets are routed across the internet.
4. Transport Layer (Layer 4)
Functionality:
• Provides reliable (TCP) or unreliable (UDP) data delivery.
• Breaks large data into smaller chunks (segmentation).
• Ensures error recovery, flow control, and sequencing.
Responsibilities:
• End-to-end communication
• Error handling and recovery
• Flow and congestion control
• Segmentation and reassembly
Real-time Example:
• Downloading a file (TCP)
• Video call (UDP for faster, real-time communication)
5. Session Layer (Layer 5)
Functionality:
• Manages sessions (establish, maintain, terminate).
• Synchronizes and organizes communication between applications.
Responsibilities:
• Session establishment and teardown
• Authentication and authorization
• Checkpointing and recovery
Real-time Example:
• Zoom/Teams meeting maintaining session continuity
• Remote desktop session connection
6. Presentation Layer (Layer 6)
Functionality:
• Formats, encrypts, compresses data for the application layer.
• Translates data between application and network formats.
Responsibilities:
• Data encryption/decryption (e.g., SSL/TLS)
• Data compression/decompression
• Syntax and semantics translation
Real-time Example:
• Watching a YouTube video (compressed format)
• Secure login to a banking website using SSL encryption
7. Application Layer (Layer 7)
Functionality:
• Directly interacts with end-user applications.
• Provides services such as email, file transfer, and web browsing.
Responsibilities:
• Network services to applications
• User authentication
• Data formatting and display
Real-time Example:
• Sending an email via Gmail (SMTP)
• Browsing a site with Chrome (HTTP/HTTPS)
(OR)
Reference Model
OSI (Open Systems Interconnection) Reference Model:
• The OSI (Open Systems Interconnection) Reference Model is a conceptual framework
that standardizes the functions of a telecommunication or computing system into seven
distinct layers.
• Developed by the International Organization for Standardization (ISO), it provides a
universal language for network communication, allowing diverse hardware and
software technologies to interoperate effectively.
• Each layer of the OSI model has specific responsibilities and communicates with the
layers directly above and below it, encapsulating and transmitting data in a structured
manner.
• This layered approach helps network professionals to understand, design, and
troubleshoot network issues by isolating problems to a specific layer.
Application Layer (Layer 7):
• This is the layer that directly interacts with user applications and provides network
services to them. It's what the end-user sees and interacts with.
• Examples: Web browsers (using HTTP/HTTPS), email clients (using SMTP, POP3,
IMAP), file transfer programs (using FTP), and applications like WhatsApp. When you
click to send an email or browse a website, you are interacting with services at this
layer.
Presentation Layer (Layer 6):
• Also known as the syntax layer, it's responsible for preparing data so that it can be used
by the application layer.
• This includes translation, encryption, and compression of data, ensuring that data sent
from one system is readable by another.
• Examples: When you watch a YouTube video, the presentation layer handles the
decoding of video (like MP4) and audio (like AAC) formats. Loading a secure website
involves TLS/SSL encryption and decryption at this layer. Opening a .JPEG image also
involves the presentation layer.
Session Layer (Layer 5):
• This layer manages and controls the connections (sessions) between computers. It is
responsible for establishing, maintaining, and terminating communication sessions and
also adds synchronization points to communication.
• Examples: Logging into a website where your login session is managed. Joining a
Zoom meeting where the session is kept alive throughout the call. Remote Desktop
Protocol (RDP) also operates at this layer. If a large file transfer is interrupted, the
session layer can allow it to resume from a checkpoint, rather than starting over.
Transport Layer (Layer 4):
• This layer ensures reliable and orderly data exchange between end systems. It segments
data from the session layer, handles flow control (managing data transmission rate),
error control (retransmitting lost data), and ensures that complete messages are
delivered.
• Examples: When downloading a file, TCP (Transmission Control Protocol) at this layer
ensures that all parts of the file arrive and are reassembled correctly. For real-time
applications like voice calls (WhatsApp calls) or online gaming, UDP (User Datagram
Protocol) is often used for its speed, even if it means occasional packet loss.
Network Layer (Layer 3):
• This layer is concerned with routing data packets between different networks. It handles
logical addressing (IP addresses) and determines the best path for data to travel from
source to destination.
• Examples: Sending an email across the internet involves the network layer routing the
data packets using IP addresses. Routers operate at this layer to connect different
networks and find the most efficient path for data. Using ping or traceroute commands
relies on protocols like ICMP at this layer.
Data Link Layer (Layer 2):
• This layer handles local network communication between two machines on the same
network where a physical layer already exists. It divides data from the network layer
into frames, manages physical addressing (MAC addresses), and performs error
detection and correction for local transmissions. It's often split into two sublayers:
Logical Link Control (LLC) and Media Access Control (MAC).
• Examples: Your laptop communicating with your home Wi-Fi router via Wi-Fi.
Ethernet communication within a local office network. MAC address filtering on your
Wi-Fi network operates at this layer. Switches operate at this layer to frame data for
local delivery.
Physical Layer (Layer 1):
• This is the lowest layer and deals with the actual physical connection between devices.
It transmits raw bits (0s and 1s) over physical connections (e.g., cables, wireless signals)
and defines electrical, mechanical, and physical specifications like voltage levels, data
rates, and connectors.
• Examples: Ethernet cables, fiber optic cables, Wi-Fi radio signals, and devices like
network interface cards (NICs), hubs, and repeaters are all part of the physical layer.
Any physical issue, such as a broken network cable, would be a problem at this layer.
TCP/IP Model (4 Layers):
• The TCP/IP Reference Model is a conceptual framework for how data should be
transmitted between devices in a network.
• It was developed based on the protocols used in the Internet and is simpler than the OSI
model, with 4 layers instead of 7.

1. Application Layer
• Provides protocols to support user applications and services.
• Examples:
o HTTP (HyperText Transfer Protocol) — used for loading web pages
o FTP (File Transfer Protocol) — for transferring files between hosts
o DNS (Domain Name System) — converts domain names like [Link]
to IP addresses
o SMTP (Simple Mail Transfer Protocol) — sending emails
Real-Time Example: When you type [Link] in your browser, HTTP is used to
request the web page from the server.
2. Transport Layer
• Provides communication between processes on hosts, handling flow control, error
detection, and correction.
• Protocols:
o TCP (Transmission Control Protocol): Connection-oriented, reliable
communication. Ensures data arrives in order and retransmits lost packets.
o UDP (User Datagram Protocol): Connectionless, faster, but does not
guarantee delivery.
Real-Time Example:
• TCP is used when downloading a file or browsing a webpage to ensure all data is
received correctly.
• UDP is used in live video streaming or online gaming where speed is more important
than perfect delivery.
3. Internet Layer
• Routes packets across multiple networks, providing logical addressing using IP
addresses.
• Protocols:
o IP (Internet Protocol): Provides logical addressing and routing.
o ICMP (Internet Control Message Protocol): Used for diagnostic tools like
ping.
o ARP (Address Resolution Protocol): Maps IP addresses to physical MAC
addresses on a local network.
Real-Time Example: When you ping a server (e.g., ping [Link]), ICMP sends echo
requests and replies to check connectivity.
4. Network Access Layer
• Defines how data is physically sent over the hardware medium and frames the data.
• Technologies:
o Ethernet: Wired local area network technology
o Wi-Fi: Wireless network technology
o PPP (Point-to-Point Protocol): Used for dial-up connections
o ARP: Operates here for address mapping on LAN
Real-Time Example: When you connect your laptop to your home router via Wi-Fi, this layer
manages the actual physical transmission of your data frames.

IP Addressing & Protocols


• IP Address: Unique identifier for a device (IPv4/IPv6).
• MAC Address: Physical address of network interface.
• DNS (Domain Name System): Converts domain names to IPs.
• DHCP: Assigns IP addresses dynamically.
• HTTP/HTTPS: Web communication.
• FTP: File transfer.
• SMTP/POP3/IMAP: Email protocols.
• TCP/UDP: Transport layer protocols for reliable/unreliable data transmission.
Network Security
• Firewall: Blocks unauthorized access.
• Encryption: Protects data integrity/confidentiality.
• Antivirus/Antimalware: Protects against threats.
• VPN (Virtual Private Network): Secure remote connection.
Common Terms
• Bandwidth: Maximum data transfer rate.
• Latency: Delay in data transmission.
• Throughput: Actual data transfer rate.
• Packet: Basic unit of data transmission.
• Protocol: Rules for data exchange.
What is the Internet?
• The Internet is a global network of interconnected computers and devices that
communicate using standardized protocols, primarily the Internet Protocol (IP).
• It enables data exchange, resource sharing, and access to services such as websites,
email, and streaming by connecting billions of users and devices across the world.
The World Wide Web (websites like Google, YouTube)
Email services (Gmail, Outlook)
Cloud platforms (Amazon Web Services, Microsoft Azure)
Online games (Fortnite, Among Us)
Network Edge
• The Network Edge refers to the part of the Internet that is closest to the end-users.
• It includes devices such as smartphones, laptops, and personal computers, as well as
the access networks (like Wi-Fi, cellular, DSL, or fiber) that connect these devices to
the larger Internet. This is where data originates or is consumed.

Your smartphone or laptop


Home Wi-Fi router
Cellular base stations (cell towers)
Local Internet Service Providers (ISPs) like Comcast or AT&T providing access to your
home
Examples of Network Edge Components:
• End-user devices (phones, PCs, tablets)
• Home routers
• Local ISPs (Internet Service Providers)
• Cellular towers
Network Core
• The Network Core is the central part of the Internet responsible for routing data across
different parts of the network efficiently.
• It consists of high-speed routers and networks operated by major Internet service
providers and backbone companies.
• Unlike the edge, the core does not directly interact with users but handles the transfer
of data between different edge networks.
Characteristics of the Network Core:
• High-speed data transfer
• Packet switching and routing
• Reliability and redundancy
• Backbone routers and fiber-optic links

• High-capacity backbone routers operated by companies like Level 3 Communications or


Cogent Communications

• Internet Exchange Points (IXPs) where different networks interconnect, e.g., DE-CIX in
Frankfurt

• Large fiber-optic cables that connect continents (undersea cables)

• Data centers hosting major Internet infrastructure, like Google or Facebook data centers

Delay
Delay is the amount of time it takes for a packet of data to travel from the source to the
destination across the network.
• Types of Delay:
o Processing delay: Time routers take to process the packet header.
o Queuing delay: Time a packet waits in queue before being transmitted.
o Transmission delay: Time needed to push all the packet’s bits onto the link.
o Propagation delay: Time it takes for the signal to travel through the physical
medium.
Example:
When you click a link on a webpage, it might take a few hundred milliseconds for the data
request to reach the server and the webpage data to return. If you’re video calling, high delay
can cause noticeable lag.
Loss
Loss refers to packets that are dropped or lost in the network due to errors, congestion, or faulty
hardware.
• Cause of loss: Network congestion (routers overwhelmed), bit errors in transmission,
or buffer overflows.
Example:
During a video call, if packets are lost, you might experience frozen video or choppy audio.
In online gaming, packet loss can cause lag or missed actions.
Throughput
Throughput is the rate at which data is successfully delivered over the network, usually
measured in bits per second (bps).
• Effective throughput depends on network capacity, congestion, and losses.
Example:
If your home internet is rated at 100 Mbps but heavy traffic or Wi-Fi interference reduces actual
data transfer to 50 Mbps, your throughput is 50 Mbps. This affects how fast you can download
files or stream videos.

Circuit-Switched Networks
• A circuit-switched network is a connection-oriented network that establishes a
dedicated, fixed-bandwidth communication path between two endpoints before any
data is transmitted.
• This path remains exclusively reserved for the entire duration of the communication
session, whether data is being sent or not.
Example: The traditional public switched telephone network (PSTN) is the classic example of
a circuit-switched network. When you make a phone call, a dedicated physical circuit is created
between your phone and the person you're calling. This circuit is yours for the duration of the
call, ensuring a constant and high-quality connection.
Packet-Switched Networks
• A packet-switched network is a connectionless network that breaks down data into
smaller, independent units called packets.
• Each packet is individually routed through the network, potentially taking different
paths, and is reassembled at the destination. There is no dedicated path established in
advance; network resources are shared among multiple users.
Example: The internet is the most prominent example of a packet-switched network. When
you browse the web, send an email, or stream a video, your data is broken into packets and sent
across the network. These packets might travel along different routes, avoiding congestion and
rerouting around network failures.
Bandwidth is the maximum rate of data transfer across a network or communication channel.

Classification of Transmission Media


Transmission media can be broadly classified into two main categories:
1. Guided Transmission Media (Wired/Bounded Media):
o Signals are confined and directed along a physical path.
o Sub-types:
▪ Twisted-Pair Cable:
▪ Unshielded Twisted Pair (UTP)
▪ Shielded Twisted Pair (STP)
▪ Coaxial Cable:
▪ Baseband Coaxial Cable
▪ Broadband Coaxial Cable
▪ Fiber-Optic Cable:
▪ Single-Mode Fiber (SMF)
▪ Multi-Mode Fiber (MMF)
Guided transmission media
• Guided transmission media refers to physical pathways through which data signals are
transmitted.
• These media "guide" or confine the signals along a specific route, ensuring reliable data
transfer between devices. They are also known as wired or bounded media.
• The three primary types of guided transmission media are:

1. Twisted-Pair Cable
• Twisted-pair cable consists of two insulated copper wires twisted together.
• This twisting helps to reduce electromagnetic interference (EMI) from external sources
and crosstalk (interference between adjacent pairs of wires).
• The twisting causes the electromagnetic fields of the two wires to cancel each other out,
minimizing signal degradation.
Types:
(i)Unshielded Twisted Pair (UTP):
This is the most common type, lacking any additional shielding.
• It's inexpensive and easy to install, widely used in Ethernet LANs and telephone
networks.
• However, it's more susceptible to interference over longer distances or in noisy
environments.
(ii)Shielded Twisted Pair (STP):
• STP cables include an additional metallic foil or braided mesh shielding around the
twisted pairs.
• This provides better protection against EMI and crosstalk, allowing for higher data rates
and more secure transmission.
• STP is more expensive and rigid than UTP.
Examples of Use:
• Telephone lines: UTP cables are traditionally used for voice communication.
• Local Area Networks (LANs): Ethernet networks (e.g., 10Base-T, 100Base-T, Gigabit
Ethernet) heavily utilize UTP cables for connecting computers, switches, and routers.
• Digital Subscriber Line (DSL): DSL services, which provide high-speed internet over
existing telephone lines, leverage the capabilities of twisted-pair cables.
2. Coaxial Cable
• Coaxial cable features a central copper conductor, surrounded by an insulating layer, a
metallic shield (braided or foil), and an outer insulating plastic jacket.
• This layered design provides excellent protection against external noise and
interference, making it suitable for higher-frequency applications and longer distances
than twisted-pair.

(i)Baseband Coaxial Cable

• Baseband coaxial cable is a type of coaxial cable used to transmit a single signal
(digital data) at a time using the entire bandwidth of the cable.

Example:
• Ethernet over coaxial (10Base5 or 10Base2)
• CCTV systems with direct video feed (when not modulated)

(ii)Broadband Coaxial Cable

Broadband coaxial cable can carry multiple signals simultaneously using frequency-
division multiplexing (FDM).

It supports both analog and digital signals.

Example :

• Cable TV networks (CATV)


• Cable broadband internet
• Community antenna television systems

Examples of Use:
• Cable Television (CATV): Coaxial cables are extensively used to deliver television
signals to homes.
• Broadband Internet Connections: Many internet service providers use coaxial cables
to provide high-speed internet access.
• Older Ethernet Networks (e.g., 10Base-2, 10Base-5): While largely replaced by
twisted-pair, coaxial cables were historically used in certain Ethernet configurations.
• CCTV (Closed-Circuit Television) Systems: Used for video surveillance due to their
ability to transmit video signals reliably.
3. Fiber-Optic Cable
• Fiber-optic cable is the most advanced type of guided media.
• It transmits data in the form of light pulses through thin strands of glass or plastic (the
core).
• A surrounding layer called cladding reflects the light back into the core, preventing
signal loss.
• Fiber optics offer exceptionally high bandwidth, minimal signal loss over long
distances, and complete immunity to electromagnetic interference.
Types:
(i)Single-Mode Fiber (SMF):
• Has a very small core diameter, allowing only one mode of light to propagate.
• This minimizes signal dispersion, making it ideal for long-distance, high-bandwidth
applications (e.g., connecting cities, countries).

(ii)Multi-Mode Fiber (MMF):


• Has a larger core diameter, allowing multiple modes of light to travel. It's suitable for
shorter distances and moderate bandwidth applications (e.g., within buildings, data
centers).
Examples of Use:
• Internet Backbone: Fiber-optic cables form the backbone of the global internet,
carrying massive amounts of data across continents and oceans.
• Telecommunications Networks: Used for long-haul and metropolitan networks,
mobile backhaul, and Fiber-to-the-Home (FTTH) deployments for high-speed internet.
• Data Centers: Provide high-speed, low-latency connectivity between servers and
storage devices within data centers.
• Medical Imaging: Used in endoscopes and other medical instruments for viewing
internal body parts.
• Industrial Automation: Employed in environments with high electromagnetic noise
for reliable data transmission.
2. Unguided Transmission Media (Wireless/Unbounded Media):
o Signals propagate through the air or space without a physical conductor.
o Sub-types:
▪ Radio Waves:
▪ Terrestrial Radio (e.g., AM/FM broadcasting, Wi-Fi)
▪ Satellite Radio
▪ Microwaves:
▪ Terrestrial Microwaves (e.g., point-to-point communication)
▪ Satellite Microwaves (e.g., satellite communication)
▪ Infrared Waves:
▪ Line-of-sight communication (e.g., TV remotes, short-range
wireless links)

[Link] Waves

• Radio waves are electromagnetic waves with frequencies ranging from very low
to very high.
• They are widely used for broadcasting and communication.
• broadcasting is a communication method where a single sender transmits data
to all devices within a network segment. This contrasts with unicast (one-to-
one) and multicast (one-to-many) where data is sent to specific destinations.
(i)Terrestrial Radio: This includes AM/FM radio broadcasts and technologies like Wi-Fi.
These signals are transmitted from ground-based antennas.

Example: Listening to your favorite FM radio station in Mumbai through the airwaves is an
example of terrestrial radio. Connecting your laptop to your home Wi-Fi network in Delhi also
uses radio waves.

(ii)Satellite Radio: These radio waves are transmitted to and from satellites orbiting the Earth.

Example: Services like SiriusXM radio use satellites to broadcast signals over a wide
geographical area, allowing listeners across India with compatible receivers to access the
content.

[Link]

Microwaves are electromagnetic waves with higher frequencies than radio waves. They are
suitable for point-to-point communication and satellite communication.
(i)Terrestrial Microwaves: These are used for fixed wireless links between two ground-based
antennas in line of sight.

Example: Mobile phone towers in India often use microwave links to communicate with each
other, relaying calls and data across the network.

(ii)Satellite Microwaves: These are used for communication between ground stations and
satellites.

Example: Direct-to-home (DTH) television services in India use satellite microwaves to


transmit television channels to subscriber's set-top boxes via satellite dishes.

[Link] Waves

Infrared (IR) waves are electromagnetic waves with frequencies higher than microwaves. They
are typically used for short-range, line-of-sight communication.
Example: Using a TV remote to change channels utilizes infrared waves. Short-range wireless
data transfer between two smartphones by pointing their IR ports at each other (though less
common now) is another example.

Multimedia Networks
• Multimedia networks are communication networks optimized to handle various forms
of media, such as text, audio, images, and video, in an integrated manner.
• These networks are designed to deliver a rich and interactive user experience by
efficiently transmitting and managing different types of data with varying bandwidth
and latency requirements.
Characteristics:
• Support for Diverse Media: They can carry text messages, voice calls, still images,
audio streams, and video streams simultaneously.
• Quality of Service (QoS): Multimedia networks often implement QoS mechanisms to
prioritize traffic and ensure smooth delivery of real-time media like voice and video,
which are sensitive to delays and packet loss.
• High Bandwidth: Handling large video and audio files requires significant bandwidth
capacity.
• Integration: Different media types are integrated into a single network infrastructure,
simplifying management and reducing costs compared to separate networks for each
media type.
• Interactive Applications: They support interactive multimedia applications like video
conferencing and online gaming.
Examples
Broadband Internet Services:
• Providers like JioFiber, Airtel Xstream Fiber, and BSNL Bharat Fiber offer high-speed
internet connections to homes and businesses in India.
• These networks allow users to access various multimedia content, including streaming
videos (e.g., Netflix, Amazon Prime Video, Disney+ Hotstar), online music (e.g.,
Spotify, Gaana, JioSaavn), social media with images and videos (e.g., Instagram,
Facebook, YouTube), and video conferencing (e.g., Zoom, Google Meet).
Mobile Networks (4G/5G):
• Mobile operators like Jio, Airtel, and Vodafone Idea have deployed 4G and are rolling
out 5G networks across India.
• These networks enable users to stream multimedia content, make video calls, and use
multimedia-rich applications on their smartphones and tablets on the go.
• For instance, watching a live cricket match on Disney+ Hotstar or attending a video call
on WhatsApp using a mobile data connection are examples of multimedia network
usage.
IPTV (Internet Protocol Television):
• Services offered by some broadband providers in India deliver television channels and
on-demand video content over an IP network.
• This integrates television with internet services, allowing for interactive features and a
wider range of content.
Enterprise Networks:
• Many businesses in India utilize multimedia networks for internal communication,
collaboration, and customer engagement.
• This includes video conferencing for meetings, VoIP (Voice over IP) for phone calls,
and internal websites and applications hosting various media types.
Online Education Platforms:
• With the increasing adoption of online learning in India, platforms like Byju's,
Vedantu, and Unacademy rely heavily on multimedia networks to deliver video
lectures, interactive simulations, and other media-rich educational content to
students across the country.

You might also like