Computer ScienceClass 12Data Communication

Data Communication in Class 12 Computer Science: Complete Guide

By ConceptScroll Team · Published on 17 July 2026 · 7 min read

Data Communication in Class 12 Computer Science: Complete Guide

Data Communication is a vital topic in Class 12 NCERT Computer Science. It involves transmitting data between devices using various media. This guide simplifies concepts like transmission media, communication types, and protocols to help students grasp the fundamentals and prepare effectively for exams.

What is Data Communication? Understanding the Basics

Data Communication refers to the exchange of data between two or more devices through a transmission medium. In Class 12 NCERT Computer Science, it forms the foundation for understanding networks and internet communication. The process involves a sender transmitting data, a transmission medium carrying the data, and a receiver accepting it.

Key components of data communication include:

  • Sender: The device that sends data (e.g., computer, smartphone).
  • Receiver: The device that receives data.
  • Transmission Medium: The physical path or wireless channel through which data travels.
  • Message: The actual data being transmitted.
  • Protocol: A set of rules governing data exchange.

Data communication can be classified based on the direction of data flow:

  • Simplex: Data flows in one direction only.
  • Half-Duplex: Data flows in both directions but one at a time.
  • Full-Duplex: Data flows simultaneously in both directions.

Understanding these basics is essential for mastering more complex topics in networking.

Types of Transmission Media: Guided vs Unguided

Transmission media are the channels through which data signals travel from sender to receiver. They are broadly classified into two types:

Guided Media (Wired)

These media use physical cables to guide the data signals.

  • Twisted Pair Cable: Consists of two insulated copper wires twisted together to reduce interference. It is commonly used in telephone lines and LANs. Types include:
  • Unshielded Twisted Pair (UTP): Economical but more prone to interference.
  • Shielded Twisted Pair (STP): Has a shielding layer to reduce noise.
  • Coaxial Cable: Has a copper core surrounded by insulating material and a metallic shield. It supports higher bandwidth and longer distances than twisted pair cables.
  • Fiber Optic Cable: Transmits data as light through thin glass fibers. It offers very high bandwidth, low signal loss, and immunity to electromagnetic interference but is costlier.

Unguided Media (Wireless)

These media transmit data through air or space without physical cables.

  • Radio Waves: Used for AM/FM radio, TV broadcasts, and mobile phones.
  • Microwaves: Used for satellite communication and radar.
  • Infrared Waves: Used for short-range communication like TV remotes.
  • Visible Light: Used in technologies like Li-Fi.
Transmission MediaGuided (Wired)Unguided (Wireless)
MediumPhysical cablesAir or space
ExamplesTwisted pair, Coaxial, Fiber opticRadio, Microwave, Infrared, Visible light
BandwidthGenerally higherVaries, often lower
InterferenceLess (except twisted pair)More susceptible
CostModerate to highUsually lower

Understanding these media helps Class 12 students grasp how data travels in different network environments.

Want to test yourself on Data Communication? Try our free quiz →

Detailed Overview of Guided Transmission Media

Guided transmission media provide a physical pathway for data signals. They are essential for wired networks and offer reliable communication.

1. Twisted Pair Cable:

  • Made of two insulated copper wires twisted together.
  • Twisting reduces electromagnetic interference.
  • Two types:
  • Unshielded Twisted Pair (UTP): Common in LANs, telephone networks.
  • Shielded Twisted Pair (STP): Has an additional shielding to block interference.
  • Advantages: Cost-effective, easy to install.
  • Disadvantages: Limited bandwidth, susceptible to noise (especially UTP).

2. Coaxial Cable:

  • Consists of a copper core, insulating layer, metallic shield, and outer jacket.
  • Offers better shielding and higher bandwidth than twisted pair.
  • Used for cable TV, internet, and long-distance telephone lines.
  • Advantages: Higher bandwidth, less interference.
  • Disadvantages: More expensive and less flexible than twisted pair.

3. Fiber Optic Cable:

  • Uses light pulses to transmit data through thin glass fibers.
  • Provides very high bandwidth and low attenuation.
  • Immune to electromagnetic interference.
  • Supports long-distance communication.
  • Disadvantages: Expensive and requires special equipment.

Worked Example: If a fiber optic cable transmits data at a rate of 1 Gbps over 10 km with negligible loss, calculate the time taken for a 1 MB file to travel.

  • File size = 1 MB = 8 Megabits = 8,000,000 bits
  • Transmission rate = 1 Gbps = 1,000,000,000 bits/sec

Time = File size / Transmission rate = 8,000,000 / 1,000,000,000 = 0.008 seconds

Thus, the file takes 8 milliseconds to transmit.

Exploring Unguided Transmission Media and Their Applications

Unguided transmission media transmit data without physical cables, using electromagnetic waves through air or space. They are crucial for wireless communication.

1. Radio Waves:

  • Frequency range: 3 kHz to 1 GHz.
  • Used in AM/FM radio, TV broadcasts, and mobile phones.
  • Can cover large areas but prone to interference.

2. Microwaves:

  • Frequency range: 1 GHz to 300 GHz.
  • Used in satellite communication, radar, and Wi-Fi.
  • Require line-of-sight between transmitter and receiver.

3. Infrared Waves:

  • Frequency range: 300 GHz to 400 THz.
  • Used for short-range communication like TV remote controls and wireless keyboards.
  • Cannot penetrate walls, limiting their range.

4. Visible Light Communication (VLC):

  • Uses visible light spectrum for data transmission.
  • Example: Li-Fi technology, which offers high-speed data transmission using LED lights.

Advantages of Unguided Media:

  • Mobility and flexibility.
  • No physical cables required.

Disadvantages:

  • Subject to interference and security issues.
  • Limited range depending on wave type.

Understanding these media helps Class 12 students appreciate modern wireless technologies.

Communication Modes: Simplex, Half-Duplex, and Full-Duplex Explained

Data communication can be classified by how data flows between devices:

ModeDescriptionExample
SimplexData flows in one direction onlyKeyboard to CPU, TV broadcast
Half-DuplexData flows both ways but one at a timeWalkie-talkies
Full-DuplexData flows simultaneously both waysTelephone conversation

Simplex Mode:

  • One-way communication.
  • Sender transmits, receiver only receives.

Half-Duplex Mode:

  • Both devices can send and receive, but not at the same time.
  • Useful where simultaneous communication is not needed.

Full-Duplex Mode:

  • Both devices send and receive data simultaneously.
  • Requires separate channels or advanced protocols.

Worked Example: If a network supports full-duplex communication at 100 Mbps, the effective data rate can be considered 200 Mbps (100 Mbps each way). This improves efficiency compared to half-duplex where only 100 Mbps total is possible.

Protocols and Standards in Data Communication

Protocols are sets of rules that govern data communication between devices. They ensure data is transmitted accurately and efficiently.

Key Protocols in Data Communication:

  • TCP/IP (Transmission Control Protocol/Internet Protocol): The foundation of the internet, managing data packet transmission.
  • HTTP/HTTPS: Protocols for web communication.
  • FTP (File Transfer Protocol): Used for transferring files.
  • SMTP (Simple Mail Transfer Protocol): Used for sending emails.

Importance of Protocols:

  • Define how data is formatted.
  • Manage error detection and correction.
  • Control data flow and congestion.

In Class 12 NCERT Computer Science, understanding protocols helps students appreciate how different devices communicate seamlessly over networks.

Frequently asked questions

What is the main difference between guided and unguided transmission media?

Guided media use physical cables to transmit data, while unguided media use wireless signals through air or space.

Which transmission media offers the highest bandwidth?

Fiber optic cables offer the highest bandwidth with low signal loss and immunity to interference.

What are the three modes of data communication?

The three modes are Simplex (one-way), Half-Duplex (both ways but one at a time), and Full-Duplex (both ways simultaneously).

Why is shielding important in twisted pair cables?

Shielding reduces electromagnetic interference, improving signal quality, especially in Shielded Twisted Pair (STP) cables.

Can infrared waves be used for long-distance communication?

No, infrared waves are suitable only for short-range communication as they cannot penetrate walls.

What role do protocols play in data communication?

Protocols define rules for data formatting, transmission, error handling, and flow control to ensure accurate communication.

Ready to ace this chapter?

Get the full Data Communication chapter — interactive notes, diagrams, worked solutions, polls and a free practice quiz — in the ConceptScroll app.

Open in ConceptScroll →

Study smarter with ConceptScroll

Daily NCERT-aligned reels, AI doubt solving and chapter quizzes — all free.

Start learning free
#class 12#communication modes#computer science#data communication#fiber optic#ncert#networking#transmission media#wireless communication

Continue reading