Skip to main content

CSE HELPLINE

LAB MANUAL for Data And Telecommunications

  Router Configuration Lab Report 1. Introduction Objective : The purpose of this lab is to configure a router with various settings and verify the communication between devices on different networks. Tools/Software Used : Cisco Packet Tracer, GNS3, Physical Router etc. Topology : Brief description of the network topology, including the routers, switches, and devices used.                                 যদি কারো ল্যাব রিপোর্ট লাগে কমেন্টে ইমেইল কমেন্ট করে দিন পাঠানো হবে। Lab Report PDF

Difference Synchronous transmission and asynchronous tansmission

 The main difference between synchronous and asynchronous transmission lies in how data is transmitted with respect to timing and synchronization. Here’s a breakdown of the key distinctions:

1. Synchronous Transmission

  • Timing: Data is sent in a continuous stream and synchronized using a shared clock signal between the sender and receiver.
  • Synchronization: Both sender and receiver are synchronized at the same clock rate, so they know when a bit starts and ends.
  • Data Blocks: Data is sent in large blocks or frames, often preceded by special control information (like start/stop bits or headers) to ensure correct alignment.
  • Efficiency: More efficient for larger amounts of data since the timing overhead is minimal compared to the data being transmitted.
  • Examples: Used in high-speed communications like Ethernet, Wide Area Networks (WAN), and high-speed data buses.

Advantages:

  • Suitable for large data transfers.
  • Fewer start and stop bits, making it more efficient for continuous data streams.

Disadvantages:

  • Requires both sender and receiver to be synchronized.
  • More complex and typically more expensive due to the need for synchronization hardware or software.

2. Asynchronous Transmission

  • Timing: Data is sent one byte (or small unit) at a time, with each byte framed by start and stop bits. There is no need for a shared clock.
  • Synchronization: Each byte of data is individually synchronized using start and stop bits, allowing the receiver to identify the start and end of the transmission.
  • Data Blocks: Data is sent in smaller chunks (often 1 byte at a time), and each byte is framed independently.
  • Efficiency: Less efficient than synchronous transmission because of the additional overhead (start/stop bits) required for each unit of data.
  • Examples: Used in situations like serial communication (e.g., RS-232), keyboards, and mice.

Advantages:

  • Easier to implement and less expensive.
  • Ideal for lower-speed communication or when data is sent at irregular intervals.

Disadvantages:

  • More overhead due to start and stop bits.
  • Less efficient for large, continuous streams of data.

Summary Table:



FeatureSynchronous TransmissionAsynchronous Transmission
SynchronizationRequires shared clock signalIndependent start/stop bits per unit
Data TransferContinuous stream (block/frame)Byte-by-byte or small units
EfficiencyMore efficient for large dataLess efficient due to overhead
Cost & ComplexityHigher due to synchronization needsLower and simpler to implement
ExampleEthernet, WANSerial communication (RS-232), keyboards

Comments

Popular Posts