Topic 2. Data Transmission Flashcards
What is the structure of a data packet?
Packet Header
Payload
Trailer
What does the packet header contains?
The destination IP Address
Packet number
Sender’s address
What does the payload contain?
The actual chunk of data being transmitted
What is the process of packet switching?
- Data is broken down into packets
- Each packet is given a sequence number and sent on its way
- Each packet may take a different route to the next depending on the quickest route at the time
- Routers control the route that a packet takes
- Packets may arrive out of order. Once the last packet arrived, the sequence numbers are used to put them back into order. The data can then be reconstructed correftly
What is serial transmission?
Data bits are sent one at a time down one cable
Very high data speeds can be achieved
Used with USB (Universal Serial Bus) interface
What are the advantages of serial transmission?
Lower interference
More reliable over long distances
Smaller, simpler and cheaper connections to produce
What is the disadvantage of serial transmission?
Lower transmission speeds
What is parallel transmission?
Several bits are sent simultaneously
Used with printer cables or internal device connections
What are the advantages of parallel transmission?
Faster than serial transmission
Can send data in both directions at the same time
What are the disadvantages of parallel transmission?
Can only be used over very short distances
Interference issues between wires
Data corruption can occur over longer distances
Data bits can move at different speeds causing them to arrive out of sync known as skewing.
What is simplex transmission?
Data travels in one direction only down a single cable
What can you use simplex transmission for?
Sending data from the computer to a monitor
What is half-duplex transmission?
Data can travel in both directions along a single cable but not simultaneously
What can you use half-duplex transmission for?
Used in parallel printer cables
What is duplex transmission?
Data can travel in both directions simultaneously using two communication channels