Summary
Data transmission involves sending data from one place to another using different methods and types. Data Packet — a unit of data broken down for transmission. Example: Contains header, payload, and trailer. Packet Switching — a method where data packets are sent along various routes. Example: Packets arrive at different times and sequences. Hop Count — the number of routers a packet passes through. Example: Packets are deleted if hop count reaches zero. Simplex — data sent in one direction only. Example: TV, Radio. Full-duplex — data sent in both directions simultaneously. Example: Telephones, Internet. Half-duplex — data sent in both directions, but not at the same time. Example: Walkie-Talkie. Serial Transmission — sending one bit at a time over a single channel. Example: Used for longer distances. Parallel Transmission — sending several bits at a time over multiple channels. Example: Used for shorter distances. USB — Universal Serial Bus, a standard for connecting devices. Example: Plug-and-play feature.
Exam Tips
Key Definitions to Remember
- Data Packet
- Packet Switching
- Hop Count
- Simplex, Full-duplex, Half-duplex
- Serial and Parallel Transmission
- USB
Common Confusions
- Difference between serial and parallel transmission
- Understanding packet switching vs. circuit switching
Typical Exam Questions
- What is a data packet? A unit of data broken down for transmission.
- How does packet switching work? Data packets are sent along various routes and reassembled at the destination.
- What is the difference between simplex and full-duplex? Simplex sends data in one direction, full-duplex sends in both directions simultaneously.
What Examiners Usually Test
- Understanding of data packet structure
- Differences between transmission modes
- Advantages and disadvantages of USB