CS601 Data Communication Practice Questions
CS601 Data Communication Practice Questions
4. Transmission Medium: The physical medium through which the message is sent (e.g., wires, air).
Analog signals are continuous signals that vary over time and can take any value within a given
range.
Digital signals, on the other hand, are discrete signals that only take specific values (typically 0 and
1).
Multiplexing is a technique used to combine multiple signals into one, enabling efficient use of the
transmission medium.
Types of Multiplexing:
1. Time Division Multiplexing (TDM): Allocates different time slots to each signal.
2. Frequency Division Multiplexing (FDM): Divides the available bandwidth into different frequency
bands.
3. Wavelength Division Multiplexing (WDM): Uses multiple wavelengths (or light channels) to
The OSI (Open Systems Interconnection) model is a conceptual framework used to understand
1. Physical Layer: Deals with the transmission of raw data over a physical medium.
2. Data Link Layer: Ensures reliable data transfer across the physical layer.
UDP (User Datagram Protocol), on the other hand, is connectionless, meaning it doesn't establish a
connection before sending data, which may lead to faster but less reliable transmission.
Bandwidth refers to the maximum amount of data that can be transmitted over a communication
Bit rate is the number of bits transmitted per second (bps) over a channel.
7. What is Shannon's Theorem?
Shannon's Theorem defines the maximum data rate that can be achieved in a communication
Circuit Switching involves establishing a dedicated communication path between two devices for the
Packet Switching, on the other hand, breaks data into smaller packets and sends them
independently across the network, where they may take different routes and are reassembled at the
destination.