Types and Methods of Data Transmission Flashcards
(27 cards)
What are the three parts of a data packet?
Header, Payload and Trailer
What does the header of a packet contain?
Source/ Originator’s IP address
Destination IP address
Packet Number
What is the payload of a packet?
Actual data being transported.
What does the trailer of a packet contain?
Additional security information
End of packet notification
What is packet switching?
Packet switching is a method of sending and receiving data (packets) across a network.
Describe the process of packet switching (5)
- Data is split and divided into packets
- Each packet takes a different route
- A router controls the route a packet takes
- Selecting the shortest available route
- Packets may arrive out of order
- Once the last packet has arrived, packets are reordered
- If a packet is missing it is requested again
What is data transmission?
Data transmission is the process of transferring data from one device to another using a wired or wireless connection.
What is serial data transmission?
A stream of bits is sent in sequence, one after the other over a single wire / channel.
What is parallel data transmission?
Several bits of data is sent in sequence, one after the other across multiple wires at the same time.
Advantages of Serial Data Transmission
- Data won’t be skewed / no crosstalk
- Less chance of interference - - Transmission speed is adequate
Disadvantage of Serial Data Transmission
Slow transmission speed
Advantage of parallel data transmission
Very fast transmission speed
Disadvantages of parallel data transmission
Parallel data transmission is not suitable for long distances since the data can become skewed.
Parallel cables are not manufactured above 5m.
Serial-Simplex
Data is transmitted one bit at a time in a single direction on one wire
Serial-Half-duplex
Data can be transmitted in both directions on a single wire but only one bit at a time can be transmitted in one direction at a time
Serial-Full-duplex
Data can be transmitted in both directions at the same time on a single wire one bit at a time
Parallel-Simplex
Multiple wires transmit one bit at a time in one direction
Parallel-Half-duplex
Multiple wires send multiple bits of data in both directions but only one direction at a time
Parallel-Full-duplex
Multiple wires send multiple bits of data in both directions at the same time
Advantage of simplex data transmission
Cheap as only one wire is used
Disadvantages of simplex data transmission
Slow and expensive for bi-directional transmission (multiple wires)
Advantages of half-duplex data transmission
Cheaper than simplex for bidirectional transmission (fewer wires).
Advantages of full-duplex data transmission
Fast as data can travel in both directions simultaneously
Disadvantages of half-duplex data transmission
Slow