CS-601 DATA COMMUNICATIONS, Lecture notes of Data Acquisition

This document covers the foundational concepts of data communications, focusing on how data is transmitted between devices over a network. Week 1 introduces the basic components of a data communication system, including sender, receiver, transmission medium, message, and protocols. It also explains different types of data transmission, such as analog and digital communication, along with key characteristics like delivery, accuracy, timeliness, and jitter. These concepts provide a strong base for understanding how modern communication networks function efficiently and reliably.

Typology: Lecture notes

2025/2026

Available from 04/15/2026

hassaan-ali-rana
hassaan-ali-rana 🇵🇰

8 documents

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
DATA COMMUNICATIONS
Chapter 1 — Complete Study Notes
Topics 1 to 17
Subject Data Communications (CS601)
University Virtual University of Pakistan
Chapter Chapter 1: Introduction
Contents Notes + MCQs + Short Qs + Long Qs
Focus VU Past Paper Exam Perspective
Prepared for VU Exam Preparation
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download CS-601 DATA COMMUNICATIONS and more Lecture notes Data Acquisition in PDF only on Docsity!

DATA COMMUNICATIONS

Chapter 1 — Complete Study Notes

Topics 1 to 17

Subject Data Communications (CS601)

University Virtual University of Pakistan

Chapter Chapter 1: Introduction

Contents Notes + MCQs + Short Qs + Long Qs

Focus VU Past Paper Exam Perspective

Prepared for VU Exam Preparation

PART 1: COMPREHENSIVE NOTES

Topic 1 — Introduction to Data Communications

Key Definitions

Term Definition

Communication Sharing of information, either locally or remotely.

Telecommunications Communication at a distance — includes telephony, telegraph, and television.

Data Communications Exchange of data between two devices via some form of transmission media.

Topic 2 — Simple Communication Model

A communication system consists of a Source System and a Destination System connected by a Transmission System.

Stage Component Signal/Data 1 Source (Input) Input information (m) 2 Transmitter Input data g(t) → Transmitted signal s(t) 3 Transmission System Transmitted signal s(t) 4 Receiver Received signal r(t) → Output data g'(t) 5 Destination Output information (m')

Practical Example: Workstation → Modem → Public Telephone Network → Modem → Server

Topic 3 — Characteristics of a Data Communication System

Effectiveness of a data communication system depends on four key characteristics:

Characteristic Description Exam Importance

Delivery Data must reach the correct destination (right person, right device). High

Accuracy Data must arrive without alteration or corruption. High

Timeliness Data must be delivered in a timely manner (no late data). Medium

Jitter Variation in the packet arrival time — critical for audio/video. High

VU Exam Tip: 'Jitter' is a commonly tested term. It refers to the uneven delay in packet arrival — especially noticeable in real-time multimedia like VoIP and video conferencing.

Topic 4 — Five Components of a Data Communication System

# Component Role

Topic 8 — Physical Topologies

Topology = Physical layout of a network. Topology = Links + Nodes.

Topology Structure Advantage Disadvantage Mesh Every device connects to every other device directly.Robust; each connection carries own data; privacy; fault identification is easy.Expensive (n*(n-1)/2 cables needed); installation compl Star All devices connected to a central hub/switch.Easy to install, easy fault isolation, inexpensive.Hub failure takes down entire network. Bus All devices connected to a single backbone cable with taps.Easy installation, uses less cable.Signal reflection at ends; fault detection is difficult; break Ring Each device connected to two others forming a closed loop with repeaters.Easy fault isolation; no collisions if token-based.Break in ring disables network; reconfiguration is difficul

Formula for Mesh Topology: Number of physical links = n(n-1)/2, where n = number of devices. Each device needs (n-1) I/O ports.

Topic 9 — Network Types: LAN and WAN

Networks are classified by: Size, Geographical Coverage, and Ownership.

Feature LAN (Local Area Network) WAN (Wide Area Network)

Ownership Usually privately owned Created and run by communication companies

Coverage Single office, building, or campus Town, state, country, or entire world

Devices Connected Computers, printers, workstations (hosts) Switches, routers, modems (connecting devices)

Technology Example Ethernet, Wi-Fi Frame Relay, ATM, Internet

Speed Typically faster (100 Mbps to 10 Gbps) Typically slower (varies widely)

Cost Low cost High cost (maintained by ISPs)

WAN Types:

1. Point-to-Point WAN: A dedicated link connecting exactly two connecting devices, with no sharing. 2. Switched WAN: Multiple switches (nodes) interconnected forming a mesh-like WAN backbone. Traffic is routed through switches. 3. Internetwork: Two or more different networks connected together via routers — e.g., a LAN on the west coast connected to a LAN on the east coast via a point-to-point WAN.

Topic 10 — Switching

Feature Circuit Switching Packet Switching

Connection Dedicated path established before communication.No dedicated path — data split into packets.

Resource Usage Resources reserved for entire duration. Resources shared dynamically.

Efficiency Inefficient if channel is idle. Efficient — bandwidth used only when sending.

Delay Low delay once connected. Variable delay due to queuing.

Example Traditional telephone (PSTN) Internet (TCP/IP)

Data unit Continuous bit stream Packets (with headers)

Topic 11 — The Internet

Important Distinction: 'internet' (lowercase i) = two or more networks communicating. 'Internet' (uppercase I) = the global system composed of thousands of interconnected networks.

The Internet uses a hierarchical structure: Backbones (high-speed lines) connect Provider Networks, which connect Customer Networks. Peering Points are where backbone providers exchange traffic.

Topic 12 — Internet History

Era/Network Key Event

Before 1960 Telegraph and telephone networks provided only constant-rate communication.

ARPANET (1969) First packet-switched network, funded by U.S. Department of Defense (ARPA). Connected 4 un

TCP/IP (1974) Vint Cerf and Bob Kahn developed TCP/IP protocol — birth of the modern Internet.

MILNET (1983) Military network separated from ARPANET for security. ARPANET became purely research-bas

CSNET (1981) Computer Science Network — connected institutions without ARPANET access.

NSFNET (1986) National Science Foundation Network — replaced ARPANET backbone. Opened to commercia

Internet Today Privatized, commercially run, globally interconnected. Used by billions of devices.

Topic 13 — Internet Standards and Administration

Internet standards are developed through Requests for Comments (RFCs). The process starts with an Internet Draft.

RFC Status Description

Proposed Standard A stable, well-understood specification — first formal step (must wait 6 months and 2 tries).

Draft Standard A proposed standard that has been successfully implemented and tested (4 months and 2 tries

Internet Standard A fully mature, widely accepted protocol. Highest level of RFC maturity.

Historic An old standard that has been superseded or is no longer recommended.

Experimental Work in progress that is not ready for general use.

Informational General information — not a standard, does not follow the standards path.

Internet Administration Bodies

Body Full Name Role

ISOC Internet Society Top-level body promoting the Internet worldwide.

PART 2: MULTIPLE CHOICE QUESTIONS (MCQs)

Instructions: Each question has ONE correct answer. Answers are provided at the end of this section. These are based on VU past paper patterns.

Q1. Which of the following is the BEST definition of 'Data Communications'?

A. Sharing of information locally or remotely B. Communication at a distance including telephony and TV C. Exchange of data between two devices via some form of transmission media D. Communication using only wireless media Exam Tip: Data communications specifically involves exchange of data between devices via transmission media.

Q2. In the simple communication model, what does the 'Transmitter' do?

A. Receives and decodes the incoming signal B. Converts input data (g(t)) into a transmitted signal (s(t)) C. Stores the message for later delivery D. Acts as the physical medium for transmission Exam Tip: The transmitter converts data into a signal suitable for the transmission medium.

Q3. Which characteristic of a data communication system refers to variation in packet arrival time?

A. Accuracy B. Timeliness C. Jitter D. Delivery Exam Tip: Jitter = uneven delay in packet arrival. Very important for real-time audio/video.

Q4. How many components does a data communication system have?

A. 3 B. 4 C. 5 D. 6 Exam Tip: Five components: Message, Sender, Receiver, Transmission Medium, Protocol.

Q5. A 'Protocol' in data communications is best defined as:

A. The physical wire connecting two devices B. A set of rules that govern data communication C. The software installed on a receiver D. The speed of data transmission Exam Tip: Protocol = agreed-upon set of rules between communicating entities.

Q6. In 'Simplex' mode of data flow, communication is:

A. Bidirectional at the same time B. Bidirectional but not at the same time C. Unidirectional only D. Dependent on the type of medium Exam Tip: Simplex = one direction only, e.g., keyboard to monitor.

Q7. A walkie-talkie is an example of which data flow mode?

A. Simplex B. Half-Duplex

C. Full-Duplex D. Multiplex Exam Tip: Walkie-talkies use half-duplex: one party speaks while the other listens.

Q8. The performance of a network is measured using which two metrics?

A. Reliability and Security B. Throughput and Delay C. Bandwidth and Protocol D. Topology and Switching Exam Tip: Network performance = Throughput (data rate) + Delay (latency).

Q9. In a 'Mesh Topology' with 5 devices, how many physical links are required?

A. 5 B. 8 C. 10 D. 20 Exam Tip: Formula: n(n-1)/2 = 5*4/2 = 10 links.

Q10. Which topology uses a central hub or switch to connect all devices?

A. Mesh B. Ring C. Bus D. Star Exam Tip: Star topology: all devices connect to a central hub/switch.

Q11. In a Bus topology, devices connect to the backbone cable via:

A. Repeaters B. Taps C. Hubs D. Switches Exam Tip: In bus topology, each device connects via a 'tap' and 'drop line'.

Q12. Which topology uses 'Repeaters' to pass data around the network?

A. Mesh B. Star C. Bus D. Ring Exam Tip: Ring topology uses repeaters at each node to regenerate and pass the signal.

Q13. A Local Area Network (LAN) is typically:

A. Publicly owned and spans a country B. Privately owned and limited to a single building or campus C. Always wireless D. Managed by telecommunication companies Exam Tip: LAN = privately owned, covers a limited geographical area like an office/campus.

Q14. A Wide Area Network (WAN) is different from a LAN because it:

A. Uses only fiber optic cables B. Is always privately owned C. Covers a larger geographical area like a town or country D. Cannot connect to the Internet Exam Tip: WAN spans towns, states, countries, or globally.

16 C 17 C 18 C 19 B 20 C

PART 3: SHORT QUESTIONS & ANSWERS

Instructions: Each answer should be 2-5 lines in an exam. These are most commonly asked in VU assignments and short exams.

Q1. What is the difference between 'communication', 'telecommunications', and 'data communications'?

Answer: Communication is the sharing of information between two or more parties, either locally or remotely. Telecommunications refers specifically to communication at a distance, which includes telephony, telegraph, and television. Data communications is the exchange of data between two devices using a transmission medium — it is a subset of telecommunications focused on digital data exchange.

Q2. List and briefly describe the five components of a data communication system.

Answer: 1. Message: The information (text, numbers, images, audio, video) to be communicated. 2. Sender: The device that originates and sends the data (e.g., computer). 3. Receiver: The device that receives the message (e.g., printer, server). 4. Transmission Medium: The physical path (wire, fiber, radio waves) over which data travels. 5. Protocol: The set of rules governing how data is formatted, transmitted, and received.

Q3. What is 'Jitter' in data communications and why is it important?

Answer: Jitter is the variation (uneven timing) in the arrival of data packets at the destination. In ideal communication, packets arrive at regular intervals. Jitter causes some packets to arrive too early and others too late. It is especially critical in real-time applications like VoIP (voice over IP) and video conferencing, where uneven packet arrival causes distortion in sound or video quality.

Q4. Differentiate between Simplex, Half-Duplex, and Full-Duplex communication modes with examples.

Answer: Simplex: Data flows in ONE direction only. Example: keyboard to monitor, TV broadcasting. Half-Duplex: Data can flow in BOTH directions but NOT simultaneously. Only one party can transmit at a time. Example: walkie-talkie, CB radio. Full-Duplex: Data flows in BOTH directions SIMULTANEOUSLY. Example: telephone call, internet connection.

Q5. What is a 'Network' and what are the two types of devices in a network?

Answer: A network is an interconnection of a set of devices (nodes) that are capable of communication with each other. Devices in a network can be classified as: (1) Hosts — end-user devices such as computers, smartphones, and servers that use the network services; and (2) Connecting Devices — infrastructure devices such as routers, switches, and hubs that connect hosts and manage data flow.

Q6. What is the difference between a Point-to-Point and a Multipoint connection?

Answer: Point-to-Point: A dedicated link exists between exactly two devices. The full capacity of the channel is used only by those two devices. Example: a leased telephone line between two offices. Multipoint (Multidrop): More than two devices share the same single link. The channel capacity is divided among all connected devices — either spatially (all at once) or temporally (one at a time). Example: old bus topology LAN where all computers shared one cable.

PART 4: LONG QUESTIONS & DETAILED ANSWERS

Instructions: These are essay-type questions worth 5-10 marks each in VU exams. Write structured answers with definitions, explanations, comparisons, and diagrams described in words.

Long Question 1:

Explain the five components of a Data Communication System in detail. Describe how these components work together using a real-world example.

Detailed Answer: A data communication system enables the exchange of data between two or more devices. It consists of five fundamental components:

Component Description

1. Message The message is the actual information to be communicated. It can be in the form of text (e.g., an email 2. Sender The sender is the device or entity that generates and sends the data. It could be a computer, smartpho 3. Receiver The receiver is the device or entity that receives the transmitted data. It is the intended destination of th 4. Transmission Medium The transmission medium is the physical or wireless path through which data travels from sender to re 5. Protocol A protocol is a set of rules and agreements that govern how data is formatted, transmitted, received, a

Real-World Example — Sending an Email: When you type an email (Message) on your laptop (Sender) and click 'Send', your email client formats the data using SMTP protocol (Protocol), which travels through the internet cables and routers (Transmission Medium), and arrives at the recipient's mail server (Receiver). Each component plays an essential, irreplaceable role.

Long Question 2:

Describe the four physical network topologies (Mesh, Star, Bus, Ring) in detail. Compare them in terms of advantages and disadvantages and state which topology is the most reliable and why.

Detailed Answer: Network Topology is defined as the physical or logical arrangement of the elements (nodes and links) in a network. Topology = Links + Nodes. There are four main physical topologies:

1. Mesh Topology: In a full mesh topology, every device has a dedicated point-to-point link to every other device. For n devices, the number of links = n(n-1)/2, and each device requires (n-1) I/O ports. Advantages: Very robust — failure of one link does not affect others; each channel carries only its own traffic (privacy); easy fault identification. Disadvantages: Requires the most cabling; expensive; complex installation and reconnection. Used in: backbone networks and military systems where reliability is critical. 2. Star Topology: All devices connect to a central hub or switch through point-to-point connections. Devices do not directly connect to each other — all traffic passes through the hub. Advantages: Easy to install and configure; fault isolation is straightforward; adding/removing devices does not disrupt the network. Disadvantages: Hub/switch is a single point of failure — if it goes down, the entire network fails; requires more cable than bus. Used in: most modern Ethernet LANs. 3. Bus Topology: All devices connect to a single long cable (backbone/bus) via tap connectors and drop lines. Data travels in both directions along the bus and is received by all devices, but only the

addressed device processes it. Terminators are placed at both ends to absorb signals. Advantages: Easy and inexpensive to install; uses the least cable among all topologies. Disadvantages: A break in the backbone cable disables the entire network; difficult to troubleshoot; signal degrades over long distances; limited cable length and number of nodes. Used in: older Ethernet networks (10Base2, 10Base5).

4. Ring Topology: Each device is connected to the next in a closed loop. Data travels in one direction (unidirectional) around the ring. Each device includes a repeater that regenerates the signal and passes it to the next device. Advantages: Simple data transmission with no collisions when using token passing; easy to identify faulty devices. Disadvantages: A single break in the ring disables the entire network; reconfiguration or addition of devices is difficult. Used in: older IBM Token Ring networks, SONET/SDH fiber rings. Most Reliable Topology: The Mesh topology is the most reliable because every device has a dedicated, independent connection to every other device. If any single link fails, data can still be routed through alternative paths. This redundancy makes it ideal for mission-critical systems, though at a higher cost.

Long Question 3:

Write a detailed note on the history of the Internet. Start from the pre-1960 era and trace the development up to the Internet of today. Include key milestones and their significance.

Detailed Answer: The Internet as we know it today is the result of decades of development, starting from basic communication experiments. Below is a chronological history: Period Milestone Significance Before 1960 Telegraph and Telephone NetworksOnly constant-rate, circuit-switched communication existed. No digital data exchan 1969 ARPANET First packet-switched network funded by ARPA (U.S. DoD). Connected 4 universit 1971-1972 Email invented First email sent over ARPANET by Ray Tomlinson. The '@' symbol was introduce 1974 TCP/IP developed Vint Cerf and Bob Kahn published TCP/IP protocol. This is considered the 'birth of 1983 MILNET split Military network (MILNET) separated from ARPANET. ARPANET became researc 1981 CSNET Computer Science Network connected institutions without ARPANET access, expa 1986 NSFNET National Science Foundation Network replaced ARPANET as backbone. Connecte 1991 World Wide Web (WWW) Tim Berners-Lee invented the WWW at CERN — hypertext-based system making 1995 Internet Privatized NSFNET decommissioned. Internet became commercially operated by ISPs. Expl Today Internet Today Over 5 billion users worldwide. Powers cloud computing, IoT, streaming, social me

Conclusion: The Internet evolved from a small military research network (ARPANET) to a global infrastructure connecting billions. Key turning points were the invention of TCP/IP (which enabled interoperability), NSFNET (which enabled wide academic access), and the WWW (which enabled public access). Today the Internet is the backbone of modern civilization, governed by non-profit bodies to ensure open, standards-based operation.

Long Question 4:

What are Internet Standards? Describe the RFC process in detail, including all maturity levels and the Internet administration bodies responsible for managing the process.