2. Data Transmission Flashcards
What are packets?
Small ‘chunks’ of data that make up a larger piece of data that has been broken down by TCP protocol so that it can be transmitted over the internet.
What does TCP stand for?
Transmission Control Protocol
What are the three main components of a packet?
Header
Payload
Trailer
What does the PAYLOAD contain?
The actual data being transported in a packet
What information is typically included in a packet’s HEADER?
Source IP address
Destination IP adress
Packet number
What is the purpose of error checking in packets?
To ensure that when a packet is received there is minimal or no corruption of the data
How is a parity bit used for error detection?
A bit added to a packet to check that no bits have been filled from 0 to 1
How is a checksum used for error detection?
A calculation performed on packet data to detect corruption by comparing the result to a stored checksum value
What is corruption in the context of data packets?
Where packet data is changed or lost in some way, or data is gained that originally was not in the packet
What is packet switching?
A method of sending and receiving data across a network, the packs of data ae sent via different routers
What is the method of packet switching
Data is broken down into packets
Each packer is assigned a sequence number
Each packet can take its own route based on congestion
Routers are responsible for controlling the route each packet rakes
Packers may arrive out of order. Once the final packet arrives, they are reordered
What is the role of routers in packet switching?
Routers control the routes taken for each packet and decide which nearby router is closer to the destination device.
What happens if a packet does not reach its destination?
The receiver can send a resend request to the sender to resend the packet
What is one advantage of packet switching in terms of data security?
It’s harder to hack an individual’s data as each packet contains minimal data and travels through the network separately
Why is packet switching generally faster than sending a large packet?
Each packet finds the quickest way around the network
What happens to packets when they arrive at their destination?
They are reordered correctly to reconstruct the original data
What is the benefit of packet switching in terms of network efficiency?
Allows multiple users to share the same data path
What is data transmission?
The process of transferring data from one device to another using a wired or wireless connection
What are two types of wired data transmission
Serial and Parallel
What is serial transmission?
A method where a stream of bits is sent in a sequence, one after the other
What is parallel transmission?
A method where a stream of bits is sent in a sequence one after the other across multiple wires at the same time.
What is a skew in parallel transmission?
When data arrives out of order in asynchronous (non-existing) parallel transmission
What is an advantage of serial transmission over parallel transmission.
More reliable over longer distances
What is simplex transmission?
A method where data travels in only one direction
What is half-duplex transmission?
A method where data can travel in both directions, but not simultaneously
What is a full-duplex transmission?
A method where data can travel in both directions at the same time
What does a USB stand for
Universal Serial Bus