1.3 Data Transmission Flashcards
(32 cards)
What are the two types of transmission?
- Serial transmission
- Parallel transmission
What is serial transmission?
Data sent bit-by-bit along the same data line.
What is parallel transmission?
All bits in bytes are sent simultaneously along separate data lines.
State 4 advantages for serial transmission.
- Cheaper and easier to setup.
- Requires only two wires rather than 8 or 16.
- Less prone to interference over long distances
- Simpler interface/circuit board.
State a disadvantage for serial transmission.
Only one bit can be transmitted at a time so transmission times can be longer.
State an advantage for parallel transmission.
Transmission can be completed in a shorter time (faster).
State 2 disadvantages for parallel transmission.
- Hardware is more expensive.
- Prone to interference over a long distance.
State 3 mode of transmission.
- Simplex
- Half-duplex
- Full-duplex
Explain simplex.
Data can travel in one direction e.g. radio.
Explain half-duplex.
Data can travel in both directions but not at the same time e.g. walkie talkie.
Explain full-duplex.
Data can travel in both directions at the same time e.g. phone.
What is multiplexing?
Allows multiple signal sources to send data along the same communication medium/wire.
What is switching?
A device forwards a packet of data towards their destination via a range of devices. It goes one step at a time to its destination.
State 7 things that a packet contains.
- Length
- Packet ID
- Source Address
- Destination Address
- Protocol
- Data
- Checksum
Explain Length.
Number of bits in the packet.
Explain Packet ID.
Unique identifier.
Explain Source address.
IP address of the device sending the packet.
Explain Destination address.
IP address of the device receiving the packet
Explain protocol.
Saying which protocol has been used to form the packet.
Explain data.
Bulk of the packet. Eventually everything else is discarded
Explain Checksum.
Validation to check data sent matched data received.
State 3 reasons why packet switches are used.
- Better security as it is very difficult to intercept.
- Makes more efficient use of data lines as there is no waiting during gaps.
- Less likely to be affected by network failure because multiple paths are used.
When does a collision occur?
When two transmissions attempt to use the same connection medium at the same time.
How are collisions dealt with? (4)
- It generates a frequency that can be detected by all connected devices.
- Devices sending data detect this frequency and are told their transmissions have failed.
- They each wait a randomly generated length of time before reattempting the transmission.
- If another collision occurs this process is repeated.