0% found this document useful (0 votes)
6 views

Data Communication and Networking Main Concepts by Abdullah Chaudhary

Uploaded by

elonozcivit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Data Communication and Networking Main Concepts by Abdullah Chaudhary

Uploaded by

elonozcivit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Chapter 1: Introduction - Overview and Key Concepts

This chapter introduces fundamental concepts in data communications and networking,


covering essential topics like data communication systems, networks, the Internet, and the role of
protocols and standards. It aims to set the foundation for understanding how digital information
is transferred across interconnected systems.

1.1 Data Communications

 Definition: Data communications involve the exchange of information (data) between devices
over a transmission medium (e.g., cables, wireless signals).
 Components:
1. Message: The information being communicated.
2. Sender: The device that sends the message.
3. Receiver: The device that receives the message.
4. Medium: The physical path that carries the message.
5. Protocol: A set of rules that govern the communication process.
 Characteristics of Effective Communication:
o Delivery: Ensures the data reaches the correct destination.
o Accuracy: Maintains data integrity during transmission.
o Timeliness: Delivers data in a timely manner.
o Jitter: Prevents variations in packet arrival time.

1.2 Data Representation

 Text: Encoded as bit patterns using standards like ASCII or Unicode.


 Numbers: Converted directly into binary form.
 Images: Represented as a matrix of pixels, with each pixel defined by a bit pattern.
 Audio: Continuous sound converted into digital form through sampling.
 Video: Series of frames representing motion, often digitized for transmission.

1.3 Networks

 Definition: A network is a set of interconnected devices that can share resources and
communicate.
 Types of Communication:
o Simplex: One-way communication.
o Half-Duplex: Two-way communication, but only one direction at a time.
o Full-Duplex: Simultaneous two-way communication.
 Network Topologies:
o Mesh: Every device connects to every other device.
o Star: All devices connect to a central hub.
o Bus: All devices share a single communication line.
o Ring: Devices form a closed loop.
 Categories:
o Local Area Network (LAN): Covers a small geographical area, like a building or campus.
o Wide Area Network (WAN): Covers a large geographical area, such as a city, country, or
the world.

1.4 The Internet

 Description: The Internet is a global network of interconnected networks that enables devices
worldwide to communicate.
 History: Originated as ARPANET, funded by the U.S. Department of Defense for military and
academic communication.
 Current Structure: Composed of multiple smaller networks (LANs and WANs) interconnected to
provide a seamless communication platform.

1.5 Protocols and Standards

 Protocols: Define the rules for data exchange, including syntax, semantics, and timing.
 Standards: Protocols adopted by organizations to ensure compatibility and interoperability
between devices.
o Organizations:
 ISO (International Organization for Standardization)
 ITU-T (International Telecommunication Union-Telecommunication
Standardization Sector)
 IEEE (Institute of Electrical and Electronics Engineers)
 IETF (Internet Engineering Task Force) – Develops Internet standards.
o RFC (Request for Comment): The official document for Internet standards, which
evolves through community feedback.

Summary of Key Points

 Data Communications are essential for transmitting data reliably, accurately, and efficiently.
 Networks allow devices to connect and share resources through various topologies and
communication modes.
 The Internet is a vast network enabling global connectivity.
 Protocols and Standards provide the framework for effective and consistent communication
across devices and networks.

2.1 Layered Tasks


 Concept of Layering: Layers divide complex networking tasks into simpler subtasks.
This approach mirrors everyday tasks, like sending a letter, involving sender, receiver,
and transport layers.
 Hierarchy of Layers: Each layer serves a distinct role, and tasks flow through these
layers to reach the recipient.

2.2 The OSI Model

 Seven-Layer Architecture: The OSI (Open Systems Interconnection) model is designed


to standardize networking functions. Each layer has specific roles, with peer-to-peer
processes ensuring communication between layers on different devices.
 Encapsulation: Data moves through layers as packets, with each layer adding its header.
This process, called encapsulation, facilitates effective communication.

Layers of the OSI Model

1. Physical Layer: Handles bit-by-bit transmission over physical media (e.g., cables,
electrical signals). It manages data rate, synchronization, line configuration, and physical
topology.
2. Data Link Layer: Converts physical transmissions to reliable links. Responsibilities
include framing, physical addressing, flow control, error control, and access control.
3. Network Layer: Oversees the packet’s journey across multiple networks, focusing on
logical addressing and routing. It ensures packets reach their destination accurately and
efficiently.
4. Transport Layer: Manages process-to-process delivery, providing error control, flow
control, and segmentation to ensure data is accurately sent and received.
5. Session Layer: Manages sessions between applications, establishing, maintaining, and
terminating communication channels.
6. Presentation Layer: Translates data formats, encrypts, and compresses data for
compatibility.
7. Application Layer: Provides network services directly to applications, including web
browsing, file transfer, and email.

2.3 The TCP/IP Protocol Suite

 Four Layers: The TCP/IP model has four layers, combining some of the OSI layers:
o Application Layer: Similar to the OSI model's Application, Presentation, and
Session layers, managing high-level protocols.
o Transport Layer: Focuses on end-to-end data delivery, utilizing TCP
(Transmission Control Protocol) for reliable communication and UDP (User
Datagram Protocol) for faster, connectionless communication.
o Internet Layer: Manages logical addressing, routing, and packet forwarding
across multiple networks.
o Network Interface Layer: Equivalent to OSI’s Physical and Data Link layers,
handling physical transmission within a local network.

2.4 Addressing

 Address Types: Different layers use distinct addresses for data flow:
o Physical Addresses: Unique identifiers for devices within a local network,
typically the MAC (Media Access Control) address.
o Logical Addresses: Assigned at the network layer, used for identifying devices
on broader networks (e.g., IP addresses).
o Port Addresses: Specific to applications on a device, helping direct data to the
correct application.
o Specific Addresses: Includes broadcast addresses to communicate with all
devices within a network.

Chapter 3: Data and Signals

1. Analog and Digital Forms

 Analog and Digital Data:


o Analog data is continuous, while digital data has discrete states. For example, sound
waves are analog, while text in a computer is digital.
 Analog and Digital Signals:
o Analog signals have infinite intensity levels and are continuous over time. Digital signals
have distinct levels (often represented as 0s and 1s) and are non-continuous.

2. Types of Signals

 Periodic and Nonperiodic Signals:


o A periodic signal repeats its pattern over time, while a nonperiodic signal does not
repeat.
o Periodic analog signals need less bandwidth, and nonperiodic digital signals are
suitable for data communications(Data-Communications-and…).

3. Periodic Analog Signals

 Sine Wave:
oThe basic form of a periodic signal, defined by amplitude, frequency, and phase.
 Composite Signals:
o These are combinations of multiple sine waves and can represent complex information.
Bandwidth is the difference between the highest and lowest frequencies of a signal.

4. Digital Signals

 Bit Rate:
o The number of bits sent per second (bps). For instance, a higher bit rate implies faster
transmission but may require more bandwidth.
 Digital Signal as Composite Analog Signal:
o According to Fourier analysis, a digital signal can be considered a composite signal
containing multiple frequencies.

5. Transmission Impairments

 Attenuation:
o Loss of signal strength over distance, typically measured in decibels (dB).
 Distortion:
o Change in signal shape due to different speeds of signal frequencies.
 Noise:
o Unwanted signals (like thermal noise or crosstalk) that interfere with signal clarity(Data-
Communications-and…).

6. Data Rate Limits

 Nyquist Bit Rate (Noiseless Channel):


o In an ideal, noise-free environment, the Nyquist theorem defines the maximum data
rate for a channel.
 Shannon Capacity (Noisy Channel):
o This formula calculates the maximum data rate considering noise, which is always
present in real-world channels.

7. Performance Metrics

 Bandwidth: Range of frequencies a channel can carry, determining the maximum data rate.
 Throughput: Actual data transfer rate, which may be lower than the theoretical maximum.
 Latency (Delay): The time it takes for data to travel from the sender to the receiver.
 Jitter: Variation in packet delay, affecting real-time communications like video and audio.

Key Terms for Revision

 Analog Signal, Digital Signal, Bandwidth, Bit Rate, Attenuation, Distortion, Noise, Nyquist
Theorem, Shannon Capacity, Latency, Throughput, Jitter.
Summary Highlights for Exams

 Data can be analog (continuous) or digital (discrete).


 Signals are either analog (infinite values) or digital (distinct values).
 Periodic signals repeat patterns; nonperiodic signals don’t.
 Fourier analysis helps understand digital signals as composite analog signals.
 Transmission impairments include attenuation, distortion, and noise.
 Nyquist and Shannon's formulas define limits on data rate in ideal and noisy conditions,
respectively.
 Performance metrics (like bandwidth and latency) are crucial in understanding transmission
efficiency.

You might also like