2 Data Transmission Flashcards
Data sent over long distance is usually broken into ______ _______
data packets
What are the 3 parts of a dat packet
headler
payload
trailer
What is in the header? (4)
IP address of the sender
IP address of the receiver
Sequence number of the packets
Size of the packet (in bytes)
What does the payload contain? (1)
The actual data in the packets (64KiB)
What does the Trailer contain? (2)
Methods of identifying the end of a packet
Some forms of error checking to ensure packet arrives error free
Define packet switching
method of transmission in which a message is broken up into a number of packets
Describe how packet switching occurs (4)
Each packet sent independently from start point to end point
At the destination, packets reassembled into their correct order
At each stage of transmission, there are nodes that contain a router
Each router determines the route the packet needs to take
Benefits of packet swtiching(3)
no need to tie up a single communication line
possible to overcome failed, busy, faulty lines by rerouting packets
high data transmission rate is possible
Drawbacks of packet switching(3)
packets can be lost and need to be resent
method is prone to errors with real time streaming
delay at destination while the packets are restructured
Why might pathways become clogged (2)
packets keep bouncing around from router to router
Lost packets mount up, clogging the system
What is simplex transmission mode
data can be sent in only one direction only
What is half-duplex transmission mode
When data is sent in both directions but not at the same time
What is full-duplex transmission mode
Both directions at the same time
What are the two types of data transmission (2)
Serial data transmission
Parallel data transmission
What is serial data transmission (2)
ONE BIT AT A TIME over a SINGLE WIRE/CHANNEL
What is parallel data transmission? (2)
SEVERAL BITS OF DATA over SEVERAL WIRES/CHANNELS
Advantage of serial data transmission (4)
reliable over long distances
Data arrives in order as bits transmitted through single wire
less risk of external interference than parallel
less expensive than parallel data transmission (fewer wires)
Disadvantage of serial data transmission (2)
relatively slower than parallel data transmission
not suitable for transmitting data over short distances
Advantage of parallel data transmission (2)
faster than serial data transmission
works well over short distances