CON qb
CON qb
A data communication system facilitates the transfer of data between two or more devices
using a transmission medium. The five essential components are:
1. Message – The actual information being communicated (text, images, audio, video,
etc.).
2. Sender – The device (computer, mobile phone, etc.) that originates the message.
3. Receiver – The destination device that receives the message.
4. Transmission Medium – The physical or wireless medium used for data transfer.
5. Protocol – A set of rules governing communication between sender and receiver.
You said:
I'll now fully elaborate on all the remaining questions from the CON PT1 Question Bank
(2023-2024) based on Data Communications and Networking by Behrouz A. Forouzan.
Each answer is structured according to the marks allocated in the question bank and will
include relevant diagrams, explanations, and examples where applicable.
1. Ground Propagation
• Definition: The radio waves travel along the surface of the Earth.
• Frequency Range: Up to 2 MHz (Low-frequency waves).
• Examples: AM radio, submarine communication.
2. Sky Propagation
• Definition: The radio waves travel up to the ionosphere and reflect back to Earth.
• Frequency Range: 2 MHz - 30 MHz (High-frequency waves).
• Examples: Shortwave radio, military communication.
3. Line-of-Sight Propagation
• Definition: The radio waves travel in a straight line directly from sender to receiver.
• Frequency Range: Above 30 MHz (Very High Frequency and above).
• Examples: Satellite communication, microwave links, Wi-Fi.
1. Coaxial Cable
• Types: Unshielded Twisted Pair (UTP) and Shielded Twisted Pair (STP).
• Advantages: Cheap, flexible, widely used in LANs.
• Uses: Ethernet networks, telephone lines.
1. Radio Waves
2. Microwaves
3. Infrared
Advantages:
Disadvantages:
1. Datagram Packet Switching – Each packet takes a different route (like the internet).
2. Virtual Circuit Switching – A logical path is pre-established before transmission.
Advantages:
Disadvantages:
2. Burst Error
Example:
Two codewords:
• 1001101
• 1010101
Example:
• Data: 110101
• CRC Polynomial: 1011
• Using modulo-2 division, remainder is computed.
Types of Framing:
1. Character-Oriented Framing
o Uses special characters (like SOH, STX, ETX) to indicate the start and end of
a frame.
o Example: Used in old serial communication protocols.
2. Bit-Oriented Framing
o Uses special bit patterns instead of characters to mark the start and end of a
frame.
o Example: High-Level Data Link Control (HDLC) uses flag 01111110 to
mark frame boundaries.
Working:
1. The sender transmits one frame at a time without waiting for acknowledgment.
2. The receiver simply accepts the frames without confirming receipt.
Advantages:
Disadvantages:
Working:
Advantages:
Disadvantages:
❌ Slow transmission – The sender waits for ACK before sending the next frame.
❌ Inefficient when the propagation delay is high (satellite communication).
Working:
Advantages:
Disadvantages:
Working:
1. The sender sends multiple frames (Window Size = N) without waiting for ACK.
2. If an error occurs in any frame, the receiver discards that frame and all subsequent
frames.
3. The sender retransmits all frames from the error onwards.
Advantages:
Disadvantages:
❌ Wastes bandwidth – Retransmits all frames after an error, even if some were correct.
Working:
Advantages:
Disadvantages:
Advantages:
Disadvantages:
Steps in CSMA:
Types of CSMA:
Steps in CSMA/CD:
Example:
Example: