Computer Network
Computer Network
Networking
Assignment no :02
Submitted by
Name: Saad Anwaar
Roll no: 24
Class: BS-SE 5th
Subject: Computer Networking
Department: software engineering
Session: 2021-25
Submitted to
Mam Dania Mushtaq
Date of submission: 1 April 2024
University of Kotli
Azad Jammu and Kashmir
1
Table of Contents
Assignment Title: Multi-Access Techniques in Computer Networking ............................. 3
Introduction ................................................................................................................................ 3
1. Definition of Multi-Access Methods: .................................................................................. 3
2. Types of Multi-Access Methods:......................................................................................... 3
2.1 Carrier Sense Multiple Access (CSMA): ..................................................................... 3
2.1.1 Definition ...................................................................................................................... 3
2.1.2 Explanation ................................................................................................................... 3
2.1.3 Example ........................................................................................................................ 4
2.1.4 Advantages and disadvantages ..................................................................................... 4
2.2 Time Division Multiple Access (TDMA): .................................................................... 5
2.2.1 Definition ...................................................................................................................... 5
2.2.2 Explanation ................................................................................................................... 5
2.2.3 Example ........................................................................................................................ 5
2.2.4 Advantages and disadvantages ..................................................................................... 5
2.3 Frequency Division Multiple Access (FDMA): ........................................................... 6
2.3.1 Definition ...................................................................................................................... 6
2.3.2 Explanation ................................................................................................................... 6
2.3.3 Example ........................................................................................................................ 7
2.3.4 Advantages and disadvantages ..................................................................................... 7
2.4 Code Division Multiple Access (CDMA): .................................................................... 7
2.4.1 Definition ...................................................................................................................... 7
2.4.2 Explanation ................................................................................................................... 8
2.4.3 Example ........................................................................................................................ 8
2.4.4 Advantages and disadvantages ..................................................................................... 8
3. Conclusion ............................................................................................................................ 9
2
Assignment Title: Multi-Access techniques in Computer
Networking
Introduction:
In computer networking, multi-access methods play a crucial role in determining how multiple
devices communicate over a shared medium. This assignment aims to provide a comprehensive
understanding of various multi-access methods, their characteristics, advantages, and
disadvantages.
Multi-access methods refer to the techniques used to enable multiple devices to access a shared
communication medium simultaneously.
2.1.1 Definition
In other words,
2.1.2 Explanation
3
waits until it is idle. If the medium is idle, the station transmits.
CSMA is most notably used in early Ethernet technology for local area networking.
CSMA with collision detection: Deferring transmissions until no other stations are
transmitting
CSMA with collision avoidance: Nodes attempt to avoid collisions by beginning transmission
only after the channel is sensed to be "idle".
2.1.3 Example
Explanation: In Ethernet networks, devices use CSMA/CD (Carrier Sense Multiple Access
with Collision Detection) to access the shared communication medium. Before transmitting
data, devices listen to the medium to ensure it is not in use. If the medium is idle, they transmit
their data. However, if collisions occur (i.e., two devices transmit simultaneously), CSMA/CD
detects the collision and initiates a back off mechanism to retransmit the data after a random
waiting period.
Advantages
Widely Used in LANs: It is widely used in Local Area Networks (LANs), especially in
Ethernet-based networks.
Adaptive: CSMA adapts well to changes in network traffic and is suitable for dynamic
environments.
Disadvantages
4
2.2 Time Division Multiple Access (TDMA):
2.2.1 Definition
Time-division multiple access (TDMA) is a digital modulation technique that allows multiple
users to access a single radio-frequency (RF) channel without interference.
2.2.2 Explanation
2.2.3 Example
Explanation: In GSM networks, TDMA is used to divide the available frequency spectrum
into time slots. Each mobile device is assigned a unique time slot during which it can transmit
and receive data. By synchronizing the time slots, multiple devices can share the same
frequency band without interfering with each other, enabling efficient utilization of the
spectrum.
Advantages
5
Efficient Use of Bandwidth: TDMA efficiently utilizes available bandwidth by dividing it
into time slots, allowing multiple devices to transmit data without interference.
Deterministic Access: Each device is allocated a specific time slot, providing deterministic
access to the medium.
Suitable for Bursty Data: TDMA is suitable for transmitting bursty data, as devices can be
allocated time slots dynamically.
Disadvantages
Fixed Allocation: Time slots are allocated statically, which may lead to inefficient use of
resources if traffic patterns change dynamically.
2.3.1 Definition
2.3.2 Explanation
6
FDMA is rarely used today, but it still has a place in analog cellular networks and some satellite
communications.
2.3.3 Example
Advantages
Suitable for Analog Transmission: It is well-suited for analog transmission systems, where
devices are assigned specific frequency bands.
Disadvantages
Inefficient Spectrum Utilization: FDMA can lead to inefficient utilization of the frequency
spectrum, as frequency bands are allocated statically, regardless of actual usage.
2.4.1 Definition
Code division multiple access (CDMA) is a channel access method that allows multiple
transmitters to simultaneously send information over a single communication channel.
7
2.4.2 Explanation
CDMA has been used for a long time, including in World War II. Qualcomm's co-founders
Irwin Jacobs, Klein Gilhousen, and Andrew Viterbi made major contributions to CDMA.
CDMA networks are made up of cell clusters. Each cell in a cluster has a transceiver with the
necessary transmitting power. Mobile units are distributed around the cell's coverage area.
2.4.3 Example
CDMA2000 and WCDMA (Wideband Code Division Multiple Access) in 3G and 4G cellular
networks
Explanation: In CDMA cellular networks, each device is assigned a unique spreading code
that is used to modulate the transmitted signal. Multiple devices can transmit simultaneously
over the same frequency band, but each device's signal is spread across the entire bandwidth
using its unique code. At the receiver end, the intended signal is despread using the
corresponding code, while signals from other devices appear as noise and can be filtered out,
enabling multiple users to share the same frequency band efficiently.
Advantages
8
Increased Capacity: CDMA allows for increased capacity by allowing multiple devices to
transmit simultaneously over the same frequency band using unique codes.
Robust Against Interference: CDMA is robust against interference, as signals from other
devices appear as noise and can be filtered out.
Disadvantages
Requires Careful Planning: Effective CDMA operation requires careful planning of code
assignments and power control to avoid interference and maintain quality of service.
3. Conclusion
THE END