study_admin_l7_atm


"/home/yossef/notes/Su/administration/study_admin_l7_atm.md"

path: Su/administration/study_admin_l7_atm.md

- **fileName**: study_admin_l7_atm
- **Created on**: 2025-05-24 03:53:27

Review Questions – Lecture 9–10: ATM


1. Difference Between Circuit Switching and Packet Switching

Concept:

Examples:

Advantages of Circuit Switching:

Disadvantages of Circuit Switching:

Advantages of Packet Switching:

Disadvantages of Packet Switching:

2. Technology of Multiplexing

Definition:
Multiplexing (muxing) combines multiple signals or data streams into
one signal over a shared communication medium. At the destination,
demultiplexing (demuxing) splits the combined signal into its original
streams.

Applications:

ATM Usage:
ATM uses asynchronous time-division multiplexing (TDM) to fill
slots with cells from active input channels. If no cell is ready, the
slot remains empty.

3. Why ATM is Referred to as Fast Packet Switching

ATM combines the best aspects of circuit and packet switching. It uses
small, fixed-size cells (53 bytes) to enable fast, hardware-based
switching. This design allows low latency like circuit switching, with
the flexibility and efficiency of packet switching.

Key reasons:

4. ATM: Transfer Mode, Cell-Based Transfer, Asynchronous Transfer

Transfer Mode:
ATM handles data in a transfer mode using fixed-size units (cells)
instead of variable-size packets or continuous streams.

Cell-Based Transfer:
Each cell in ATM is 53 bytes (5 bytes header + 48 bytes payload). The
header contains routing info, and the payload carries the actual data.
All types of data are segmented into cells for uniform handling.

Asynchronous Transfer:
Unlike synchronous systems, ATM sends cells only when data is
available. This avoids wasting bandwidth on empty slots and improves
efficiency. Timing is derived from the data, not from fixed intervals.

continue:./study_admin_l8_network_tools.md
before:./study_admin_l6_cmip.md