Data Transmission Flashcards
What is data broken down into to be transmitted?
Packets.
Why does data need to be broken up?
To make transmission possible and practical across wires and radio waves.
What is in a packet and its functions?
Packet header - need to know information.
Payload - the actual data
Trailer - the indication of the end and error detection systems.
What is in the packet header?
- Destination address
- Originator’s address (both IP)
- Packet number (means of identification)
Describe the process of packet switching. [5]
- Data is broken down into packets
- Each packet could take a different route.
- A router controls the route a packet takes
- Packets may arrive out of order
- Once the last packet has arrived, packets are reordered (according to the packet number)
What is a network?
Computers and devices that are joined together using cables or wireless technology.
What is a router?
A network component that examines a data packet to obtain its destination address and the forward the packet to this address.
How does serial data transmission work?
Data is sent ne bit at a time along one wire.
How does parallel data transmission work?
Data is sent one bit at time along multiple wires so multiple bits are transferred at a time.
How does simplex data transmission work?
Transmission of data in one direction only.
How does half-duplex data transmission work?
Transmission of data in both directions but only one direction at a time.
How does full-duplex data transmission work?
Data can be transmitted in both directions at the same time.
Advantages and disadvantages of serial transmission. [4]
A.
- Data arrives in order of sequence.
- Less chance of interference because data is sent along a single wire.
- Cheaper because it needs only one wire.
- good for long distances.
D.
- it is slow
- the need of additional data called the start and stop bit to indicate transmission.
Advantages and disadvantages of parallel transmission. [4]
A.
- transmission is quicker
- it is a common use of transmission in devices
D.
- increased risk of data being skewed because data does no arrive in order and needs to be reordered.
- more chance of interference and error due to multiple wires.
- more expensive.
- only good for short distances max 5 meters.
Use of simplex transmission and its benefit & drawback.
Connecting a keyboard to a monitor.
There is no need to send data in both directions.
Use of half-duplex transmission and its benefit & drawback.
Wi-Fi. This is needed because Wi-Fi transmits and receives on the same channel.