Data Communication Terminologies Class 12 CBSE (083): Components, Bandwidth, Data Transfer Rate, IP Address & Switching Techniques
Class 12 · Computer Science
Data Communication Terminologies (CBSE Class 12 Computer Science - 083)
Data communication is the process of exchanging digital information between two or more devices through a communication medium. It forms the foundation of computer networks and enables services such as email, web browsing, video conferencing, online banking, and cloud computing.
Learning Objectives
- Understand the concept of communication.
- Learn the components of data communication.
- Understand communication protocols.
- Measure the capacity of communication media using bandwidth and data transfer rate.
- Learn about IP addresses.
- Understand Circuit Switching and Packet Switching techniques.
What is Communication?
Communication is the process of exchanging information between two or more entities.
In computer networks, communication refers to the transfer of digital data between computers or other electronic devices through wired or wireless communication channels.
Components of Data Communication
A successful data communication system consists of five essential components.
| Component | Description |
|---|---|
| Sender | The device that sends data. |
| Receiver | The device that receives data. |
| Message | The information or data being transmitted. |
| Communication Media | The path through which data travels. |
| Protocols | Rules that govern data communication. |
1. Sender
The Sender is the source device that transmits data to another device.
Examples
- Computer
- Laptop
- Smartphone
- Server
2. Receiver
The Receiver is the destination device that accepts the transmitted data.
Examples
- Computer
- Printer
- Smartphone
- Server
3. Message
The Message is the actual information exchanged between the sender and the receiver.
Examples
- Text
- Images
- Audio
- Video
- Documents
4. Communication Media
Communication media is the physical or wireless path through which data travels.
Examples
- Twisted Pair Cable
- Coaxial Cable
- Optical Fibre Cable
- Wi-Fi
- Bluetooth
- Microwave
- Satellite Communication
5. Protocols
A Protocol is a set of rules that governs communication between devices.
Protocols define how data is transmitted, received, formatted, and interpreted.
Examples
- TCP/IP
- HTTP
- HTTPS
- FTP
- SMTP
Measuring the Capacity of Communication Media
The performance of communication media is measured using Bandwidth and Data Transfer Rate.
Bandwidth
Bandwidth is the maximum amount of data that can be transmitted through a communication channel in a given period of time.
Common Units
- bps (bits per second)
- Kbps (Kilobits per second)
- Mbps (Megabits per second)
- Gbps (Gigabits per second)
Data Transfer Rate
Data Transfer Rate is the actual speed at which data is transmitted from one device to another.
Common Units
- bps
- Kbps
- Mbps
- Gbps
Difference Between Bandwidth and Data Transfer Rate
| Bandwidth | Data Transfer Rate |
|---|---|
| Maximum capacity of a communication channel. | Actual speed at which data is transferred. |
| Theoretical limit. | Practical transmission speed. |
| Depends on the communication medium. | Depends on bandwidth, network traffic, and other factors. |
IP Address
An IP (Internet Protocol) Address is a unique numerical identifier assigned to every device connected to a network that uses the Internet Protocol.
It helps identify the source and destination devices during communication.
Example of IPv4 Address
192.168.1.10
Characteristics of an IPv4 Address
- Consists of 32 bits.
- Divided into four groups called octets.
- Each octet ranges from 0 to 255.
- Each device on a network must have a unique IP address.
Switching Techniques
Switching is the technique used to transfer data from the sender to the receiver through one or more intermediate devices.
The two important switching techniques are:
- Circuit Switching
- Packet Switching
1. Circuit Switching
In Circuit Switching, a dedicated communication path is established between the sender and the receiver before data transmission begins. The path remains reserved until the communication is completed.
Characteristics
- Dedicated communication path.
- Connection established before data transfer.
- Fixed route throughout communication.
- Suitable for voice communication.
Example
- Traditional telephone network.
Advantages
- Reliable communication.
- No packet loss.
- Continuous data transmission.
Disadvantages
- Bandwidth remains reserved even if not fully used.
- Less efficient.
- Longer setup time.
2. Packet Switching
In Packet Switching, data is divided into small units called packets. Each packet travels independently through the network and may follow different routes before reaching the destination, where all packets are reassembled.
Characteristics
- No dedicated communication path.
- Data is divided into packets.
- Packets may travel through different routes.
- Efficient use of network resources.
Example
- Internet communication.
Advantages
- Efficient bandwidth utilization.
- Supports multiple users.
- Reliable and cost-effective.
Disadvantages
- Packets may arrive out of order.
- Delay may occur due to network congestion.
Difference Between Circuit Switching and Packet Switching
| Circuit Switching | Packet Switching |
|---|---|
| Dedicated communication path. | No dedicated communication path. |
| Entire message follows one route. | Packets may follow different routes. |
| Bandwidth remains reserved. | Bandwidth is shared efficiently. |
| Suitable for telephone systems. | Suitable for Internet communication. |
| Connection-oriented. | Packet-oriented. |
Common Programming and Theory Mistakes
- Confusing bandwidth with data transfer rate.
- Assuming bandwidth is always equal to the actual download speed.
- Confusing an IP address with a MAC address.
- Thinking packet switching uses a dedicated communication path.
- Interchanging sender and receiver in data communication diagrams.
Exam Tips
- Remember the five components of data communication: Sender, Receiver, Message, Communication Media, and Protocols.
- Bandwidth refers to the maximum capacity of a communication channel.
- Data Transfer Rate refers to the actual speed of data transmission.
- An IPv4 address consists of 32 bits divided into four octets.
- Circuit Switching uses a dedicated path, whereas Packet Switching divides data into packets and uses shared paths.
- Packet Switching is the technique used by the modern Internet.
Frequently Asked Questions (FAQs)
1. What is data communication?
Data communication is the process of transmitting digital data between two or more devices through a communication medium using communication protocols.
2. What are the five components of data communication?
The five components are Sender, Receiver, Message, Communication Media, and Protocols.
3. What is bandwidth?
Bandwidth is the maximum amount of data that can be transmitted through a communication channel in a given time.
4. What is an IP address?
An IP address is a unique numerical identifier assigned to every device connected to a network using the Internet Protocol.
5. What is the main difference between Circuit Switching and Packet Switching?
Circuit Switching establishes a dedicated communication path before transmission, whereas Packet Switching divides data into packets that travel independently through the network.
Summary
- Data communication enables devices to exchange digital information.
- The five essential components are Sender, Receiver, Message, Communication Media, and Protocols.
- Protocols define the rules for successful communication between devices.
- Bandwidth represents the maximum transmission capacity, while Data Transfer Rate indicates the actual transmission speed.
- An IP address uniquely identifies a device on a network.
- Circuit Switching provides a dedicated communication path.
- Packet Switching divides data into packets and is the switching technique used by the Internet.