Chapter 11 Data Communication
Chapter 11 Data Communication
CHAPTER NOTES
– Text
– Image
– Audio
– Video
– Multimedia
– Networked/Connected
– Capable of sending and receiving data
Examples of Devices
• Personal computers
• Laptops
• Mobile phones
• Printers
• Servers
• Switches
CHAPTER 11 DATA COMMUNICATION II-PUC
Any successful data communication involves the following five essential components:
1. Sender
• Device that sends data.
• Can be: Computer, mobile phone, smartwatch, walkie-talkie, video camera, etc.
2. Receiver
• Device that receives data.
• Can be: Printer, laptop, mobile phone, TV, etc.
• Both sender and receiver are also called nodes in a network.
3. Message
• The data or information being exchanged.
• Can be in the form of:
– Text
– Numbers
– Images
– Audio
– Video
– Multimedia
4. Communication Medium
• The path through which the message travels.
• Also known as transmission media.
• Can be:
5. Protocol
• A set of rules followed during communication.
• Ensures successful and reliable data transmission.
• Examples: Ethernet, HTTP
CHAPTER 11 DATA COMMUNICATION II-PUC
In data communication, the transmission medium (also called a channel) has a capacity, which deter-
mines how much data it can carry.
This capacity is measured using two important concepts:
11.3.1 Bandwidth
• Definition: Bandwidth is the range of frequencies available for data transmission through a chan-
nel.
• It is the difference between the maximum and minimum frequencies that a channel can carry.
• Higher bandwidth = higher data transfer rate
• Unit of measurement: Hertz (Hz)
Conversion Units:
• 1 Kilohertz (KHz) = 1,000 Hz
Common Units:
Unit Value
Data is exchanged as signals between two or more devices/nodes over communication channels. De-
pending on the direction of data flow, communication can be of three types:
Analogy:
• Like a one-way street — vehicles (data) can move in only one direction.
Examples:
• Keyboard to computer
• Speaker output
• IoT remote control of home appliances (e.g. turning on AC from office)
Examples:
• Walkie-talkie: Press-to-talk — while one speaks, others listen.
How It Works:
• Either:
– Two separate channels: One for sending, one for receiving
OR
– One channel split to handle both directions at the same time
Examples:
• Mobile phones
• Landline telephones
• Online video conferencing
Analogy:
• Like a two-lane road — traffic moves in both directions at the same time.
When multiple devices exist in a network, we need a way to establish communication between sender
and receiver efficiently. Instead of creating permanent links (which are expensive in large networks),
switching techniques are used.
Switching involves temporarily routing data through various network nodes to reach the destination.
There are two major types:
Real-life Example:
Features:
• Reliable
• All data follows the same path
• Useful for real-time communication
Limitation:
• Path is reserved, even if no data is being transferred — wastes resources
Packet Structure:
• Header: Contains destination address and other control information
• Payload: The actual data/message
Features:
• Efficient — channel used only during transmission
• Flexible — can reroute packets if a path is busy
• Suitable for data-heavy applications like the Internet
Examples:
• Internet
• Email
• Streaming services
What is a Transmission Medium? A transmission medium is anything that can carry signals or
data from a sender (source) to a receiver (destination).
Examples:
- Wires, cables (in case of fans, bulbs, etc.)
- Air (when two people talk or devices communicate wirelessly)
In guided media, data travels through a physical path like wires or cables.
Types:
• UTP (Unshielded Twisted Pair)
• STP (Shielded Twisted Pair) — has extra shielding for noise protection
CHAPTER 11 DATA COMMUNICATION II-PUC
– Insulating material
– Outer conductor (copper mesh) for shielding
– Plastic covering
– Cable TV
– High-frequency signals over longer distances
Advantages:
• High bandwidth
• Long-distance transmission
• Immune to electromagnetic interference
Disadvantages:
• Expensive
• Unidirectional (requires two cables for full-duplex communication)
Here, data is transmitted using electromagnetic waves through the air via antennas.
CHAPTER 11 DATA COMMUNICATION II-PUC
Frequency Range:
• 3 KHz to 900 THz
• Divided into:
– Radio Waves
– Microwaves
– Infrared Waves
– Light Waves (Visible spectrum)
– AM/FM Radio
– TV
– Cordless phones
– Satellite communication
– Radar
– Mobile phones
– TV remotes
– Bluetooth devices
– Mobile-to-printer or mobile-to-mobile connections
CHAPTER 11 DATA COMMUNICATION II-PUC
Wireless technologies enable devices to communicate without physical cables, using electromagnetic
waves over the air. Here are the major types discussed:
(A) Bluetooth
• Short-range wireless technology.
• Connects devices like:
– Mobile phones
– Headphones
– Printers
– Keyboards
– Mice
– Computers
Key Features:
• Uses 2.4 GHz unlicensed frequency band.
• Speed: 1 to 2 Mbps
• Range: Up to 10 meters
• Devices must have a Bluetooth transceiver chip.
Network Type:
• Bluetooth devices form a Personal Area Network (PAN) called a Piconet.
• Works in master-slave configuration:
Key Components:
• Access Point (AP): Connects wireless devices to a wired network.
• Devices (laptops, phones, tablets, etc.) connect to the AP to:
CHAPTER 11 DATA COMMUNICATION II-PUC
Advantages:
• Mobility: Users can move around while staying connected.
• Can be used to extend or replace wired networks.
• Popular in homes, schools, offices, and public areas (cafes, libraries).
Key Features:
• Provides high-speed broadband over large areas.
• Suitable for connecting multiple locations across a city or town.
• Covers distances beyond the range of Wi-Fi.
Mobile telecommunication allows wireless communication while on the move — this includes calls,
text messaging, and Internet access. With time, mobile network technologies have progressed through
various generations (G).
– Internet browsing
– Video calling
– Mobile apps
4G (Fourth Generation)
• Much faster than 3G.
• Enhanced Internet experiences with:
– HD streaming
– Video conferencing
– Online gaming
– Interactive multimedia services
Key Concepts:
• IoT: Enables devices (like smart bulbs, ACs, cars) to communicate over the Internet.
• M2M: Direct device-to-device communication without human intervention.
CHAPTER 11 DATA COMMUNICATION II-PUC
11.8 : Protocol
What is a Protocol? A protocol is a set of rules and standards that define how devices communicate
over a network.
It ensures proper: - Data transmission - Error handling - Authentication - Synchronization
Flow Control
• Regulates data speed between sender and receiver.
• Example: If sender is faster than the receiver, data may get lost unless sender slows down.
– Example case:
Access Control
• Decides which device gets to send data on a shared medium to avoid data collisions.
Addressing
• Ensures that data reaches the correct device (node) on a network.
– Packet order
– Missing data
– Data reassembly
– Device authentication
– Packet order
– Error reporting and recovery
IP (Internet Protocol) - Assigns unique addresses (IP addresses) to each device. - Routes packets
through the Internet.
TCP (Transmission Control Protocol) - Breaks data into packets. - Ensures delivery and correct order.
- Handles packet reassembly at the receiver.
Recap:
• HTTP: Web browsing
3. In data communication, the medium through which the message travels is known as:
A. Node
CHAPTER 11 DATA COMMUNICATION II-PUC
B. Protocol
C. Channel
D. Signal
Answer: C
4. What unit is used to measure bandwidth?
A. Bits per second
B. Hertz
C. Decibels
D. Joules
Answer: B
5. Which term refers to the number of bits transmitted per second in a communication channel?
A. Frequency
B. Bit width
C. Data transfer rate
D. Wavelength
Answer: C
B. STP
C. FTP
D. PVC
Answer: B
16. Which cable carries signals in the form of light?
A. Twisted pair
B. Coaxial
C. Optical fiber
D. HDMI
Answer: C
B. Microwaves
C. Infrared waves
D. Gamma rays
Answer: B
22. Which wireless medium is used in TV remote controls?
A. Bluetooth
B. Microwaves
C. Infrared
D. Wi-Fi
Answer: C
B. Client-server
C. Star topology
D. Ring topology
Answer: B
28. What protocol is used for transferring files between two systems?
A. PPP
B. SMTP
C. FTP
D. DNS
Answer: C
B. HTTP
C. SMTP
D. FTP
Answer: C
34. In SMTP, what part is mainly used to deliver mail?
A. Mail body
B. Mail header
C. Attachment
D. Encryption
Answer: B
B. LAN
C. MAN
D. VPN
Answer: C
46. Which cable offers the highest bandwidth?
A. Twisted pair
B. Coaxial
C. Optical fiber
D. Ethernet
Answer: C
51. Assertion (A): In data communication, a message can include text, audio, video, and multime-
dia.
CHAPTER 11 DATA COMMUNICATION II-PUC
52. Assertion (A): The sender and receiver are essential components of any data communication
system.
Reason (R): Protocols define the electrical voltage required for communication.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: C
54. Assertion (A): Data transfer rate is also called bit rate.
Reason (R): It refers to the number of bits transferred in one second between sender and receiver.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: A
55. Assertion (A): Simplex communication allows data to be sent in both directions simultaneously.
Reason (R): In simplex communication, only one device sends data and the other only receives.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is false, but R is true
D. Both A and R are false
Answer: C
56. Assertion (A): Half-duplex communication is similar to a one-way bridge used by vehicles
CHAPTER 11 DATA COMMUNICATION II-PUC
alternately.
Reason (R): In half-duplex, devices can send and receive, but not at the same time.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. Both A and R are false
Answer: A
57. Assertion (A): Circuit switching establishes a dedicated path between sender and receiver.
Reason (R): It is mostly used in modern Internet communication systems.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: C
58. Assertion (A): In packet switching, packets may take different routes through the network.
Reason (R): All packets must follow the exact same path for proper delivery.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: C
59. Assertion (A): Guided media include twisted pair, coaxial, and optical fiber cables.
Reason (R): Guided media do not require any physical path for transmission.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: C
61. Assertion (A): Microwave communication requires direct line-of-sight between antennas.
CHAPTER 11 DATA COMMUNICATION II-PUC
62. Assertion (A): Bluetooth technology supports long-distance communication over kilometers.
Reason (R): Bluetooth operates over short range with a typical distance of about 10 meters.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is false, but R is true
D. A is true, but R is false
Answer: C
63. Assertion (A): Wi-Fi enables mobile devices to access the internet wirelessly.
Reason (R): Wi-Fi works through Access Points connected to a wired network.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: A
64. Assertion (A): WiMax is suitable for metropolitan area networks (MANs).
Reason (R): WiMax has a higher range and data rate than Wi-Fi.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: A
67. Assertion (A): FTP ensures seamless file transfer between different machines.
Reason (R): FTP handles differences in file naming, text formats, and directory structures.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: A
68. Assertion (A): PPP is used to establish a direct link between two devices.
Reason (R): PPP cannot ensure data integrity during transmission.
A. Both A and R are true, and R is the correct explanation of A
B. Both A and R are true, but R is not the correct explanation of A
C. A is true, but R is false
D. A is false, but R is true
Answer: C
69. Assertion (A): SMTP delivers emails based on information in the email header.
Reason (R): SMTP automatically deletes all emails after 24 hours.
A. Both A and R are true, and R is the correct explanation of A
B. A is true, but R is false
C. A is false, but R is true
D. Both A and R are false
Answer: B
71. The process of exchanging data between two or more networked devices is called .
Answer: Data communication
72. A device that sends data over a network is known as a .
Answer: Sender
73. The rules that must be followed for successful data communication are called .
Answer: Protocols
74. The path through which data travels from sender to receiver is called .
Answer: Transmission media
81. In switching, messages are broken into small units called packets.
Answer: Packet
82. A cable made of two insulated copper wires twisted together is called a .
Answer: Twisted pair cable
99. The protocol used for direct communication between two routers is .
Answer: PPP
100. The protocol used for sending emails is .
Answer: SMTP
CHAPTER 11 DATA COMMUNICATION II-PUC
2 MARKS QUESTIONS
4. Define bandwidth.
Bandwidth is the range of frequencies available for transmission of data through a channel and is measured
in Hertz (Hz).
3 MARKS QUESTIONS
1. What are the key components of data communication? Explain each briefly.
The key components are:
- Sender: The device that sends the data.
- Receiver: The device that receives the data.
- Message: The data to be communicated.
CHAPTER 11 DATA COMMUNICATION II-PUC
3. What are the differences between Simplex, Half-duplex and Full-duplex communication?
- Simplex: One-way communication (e.g., keyboard to CPU).
- Half-duplex: Two-way communication, but only one device transmits at a time (e.g., walkie-talkie).
- Full-duplex: Simultaneous two-way communication (e.g., telephone).
7. What is the function of cladding in optical fiber cables? How does it support data transmission?
Cladding is a layer of less dense glass surrounding the core. It reflects light back into the core using
refraction, guiding the light signal through the cable.
- Requires line-of-sight
Common use: satellite communication and radar.
11. Describe the characteristics and uses of infrared waves in communication.
Infrared waves have frequencies from 300 GHz to 400 THz, cannot penetrate walls, and are used in
short-range communications like TV remotes and Bluetooth.
12. What is Bluetooth technology? Mention its range and device configuration.
Bluetooth is a short-range wireless technology operating at 2.4 GHz. It covers up to 10 meters. Devices
form a piconet where one master controls up to 7 active slaves.
13. What is Wi-Fi and how does it work in a wireless LAN?
Wi-Fi (IEEE 802.11) enables devices to connect wirelessly via Access Points connected to a wired net-
work. Devices communicate through APs to access the internet.
14. How is WiMax different from Wi-Fi?
WiMax offers broader coverage and higher speed than Wi-Fi. It supports Metropolitan Area Networks
(MANs), whereas Wi-Fi supports smaller Local Area Networks (LANs).
15. Explain the progression of mobile communication generations from 1G to 3G.
- 1G: Analog voice calls
- 2G: Digital voice, SMS, and MMS
- 3G: Digital voice + high-speed internet for multimedia and browsing
16. Write a note on 4G and 5G mobile communication technologies.
- 4G: Supports high-speed multimedia, voice, and broadband internet.
- 5G: Under development, expected to support Gbps speeds and large-scale IoT and M2M communica-
tion.
17. What is the need for protocols in communication?
Protocols manage flow control, access control, addressing, error handling, and packet sequencing to
ensure data reaches the correct destination reliably.
18. Explain the working of HTTP protocol.
HTTP is a client-server protocol used to transfer hypertext from web servers to browsers. It uses URLs
to request and deliver webpages using request-response cycles.
19. What is the function of the File Transfer Protocol (FTP)?
FTP allows file transfers between computers. It handles differences in file naming conventions, text
encoding, and directory structure. Can work with or without authentication.
20. Compare TCP/IP with SMTP.
- TCP/IP: Ensures reliable packet transfer and routing over the internet.
- SMTP: Used to send emails based on information in the email header. TCP/IP is general-purpose; SMTP
is specific to email.
CHAPTER 11 DATA COMMUNICATION II-PUC
5 MARKS QUESTIONS
3. What is bandwidth and data transfer rate? How are they measured? Provide related units and
conversions.
- Bandwidth: The range of frequencies available in a communication channel, measured in Hertz (Hz).
- 1 KHz = 1000 Hz, 1 MHz = 1000 KHz = 1,000,000 Hz
- Data Transfer Rate: The number of bits transmitted per second, also called bit rate.
- Measured in bits per second (bps)
- 1 Kbps = 2¹0 = 1024 bps
- 1 Mbps = 1024 Kbps
- 1 Gbps = 1024 Mbps
- 1 Tbps = 1024 Gbps
4. Compare and contrast the three types of data communication: simplex, half-duplex, and full-
duplex. Provide real-life examples.
- Simplex:
- One-way communication.
- Only sender transmits; receiver only receives.
- Example: Keyboard to computer.
CHAPTER 11 DATA COMMUNICATION II-PUC
- Half-duplex:
- Two-way communication, but not simultaneously.
- Devices take turns to send and receive.
- Example: Walkie-talkie.
- Full-duplex:
- Two-way communication simultaneously.
- Both devices send and receive at the same time.
- Example: Telephone call.
5. Explain guided and unguided transmission media with examples and characteristics.
- Guided Media:
- Use physical path like wires or cables.
- Examples: Twisted pair, Coaxial cable, Optical fiber.
- Suitable for LANs and limited geographical area.
- Unguided Media:
- Wireless transmission using electromagnetic waves.
- Examples: Radio waves, Microwaves, Infrared.
- Used in Wi-Fi, satellite, and mobile communication.
6. Describe the different types of cables used in wired transmission media. Mention their structure,
advantages, and uses.
- Twisted Pair Cable: Two insulated copper wires twisted together; reduces interference. Used in tele-
phone lines and LANs.
- Coaxial Cable: Central copper core, insulating layer, and outer conductor. Offers better shielding and
bandwidth than twisted pair. Used in cable TV.
- Optical Fiber Cable: Data is transmitted using light through a glass core with cladding. Immune to
EMI, high speed, and used in backbone networks.
7. What are radio waves, microwaves, and infrared waves? Compare them based on frequency,
directionality, and applications.
- Radio Waves:
- Frequency: 3 KHz – 1 GHz
- Omni-directional, penetrates walls
- Used in radio, TV, cordless phones
- Microwaves:
- Frequency: 1 GHz – 300 GHz
- Unidirectional, line-of-sight required
- Used in radar, satellite communication
- Infrared Waves:
- Frequency: 300 GHz – 400 THz
CHAPTER 11 DATA COMMUNICATION II-PUC
8. Explain the working of Bluetooth and Wi-Fi. Highlight key differences in terms of range, speed,
and usage.
- Bluetooth:
- Operates at 2.4 GHz; short-range (up to 10 meters).
- Low power consumption, used in PANs (mouse, headphones).
- Devices form a piconet in master-slave mode.
- Wi-Fi:
- Based on IEEE 802.11 standard.
- Covers larger area; used in LANs for internet access.
- Devices connect via Access Points.
- Suitable for homes, schools, offices.
9. Write short notes on the evolution of mobile communication technologies from 1G to 5G.
- 1G: Analog voice transmission, introduced in 1982.
- 2G: Digital voice with SMS and MMS, introduced in 1991.
- 3G: High-speed data and internet, introduced around 2001.
- 4G: Broadband, multimedia, and wireless internet access.
- 5G: Supports IoT, M2M communication, expected to deliver Gbps speeds.
10. What is TCP/IP protocol? Explain how it works along with its major functions in data com-
munication.
- TCP/IP is a set of standardized rules for communication across the internet.
- IP assigns unique addresses to devices and handles routing.
- TCP breaks data into packets and ensures their reliable, ordered delivery.
- Data packets may take different routes and are reassembled at the destination.
- Used in web browsing, email, file transfers, and most internet services.
1. What is data communication? What are the main components of data communication?
Answer:
Data communication is the exchange of data between two or more connected devices such as laptops,
PCs, printers, routers, etc.
The five main components are:
- Sender: The device that sends the message.
- Receiver: The device that receives the message.
CHAPTER 11 DATA COMMUNICATION II-PUC
3. Among LAN, MAN, and WAN, which has the highest speed and which one can cover the largest
area?
Answer:
- Highest Speed: LAN (Local Area Network)
- Largest Area: WAN (Wide Area Network)
13. A composite signal contains frequencies between 500 MHz and 1 GHz. What is the bandwidth
of a signal?
Answer:
Bandwidth = Maximum frequency – Minimum frequency = 1 GHz – 500 MHz = 500 MHz
*******