Data transmission (Paper 1) Flashcards
What is packet switching?
Where data is broken up into smaller chunks (Packets)
These packets are given a sequence number and sent on its way
Each packet takes a different route depending on the quickest route
Routers control the routes the packets take
The packets may arrive in any order. once the last packet has arrived, the sequence numbers are used to put them back into the correct order and the data is then reconstructed correctly
What is meant by the term IP address?
The IP (internet protocol) address is the unique identification number given to every device
It is a 32 bit binary address broken into 4 bytes
What are three things that a packet contains?
Header, payload and trailer
What is a packet header
The packet header contains the destination IP address, the packet number and the originating IP address. this is so that the packet can be reorganized into the correct order when it arrives.
What is the packet payload?
The payload is the actual chunk of data being transmitted
What is the packet trailer?
Has the data that indicates the end of the packet and a checksum for the destination to check it is transmitted correctly
What are the benefits of packet switching?
It is more efficient compared to a traditional telephone network
What is serial transmission?
Where data bits are transmitted one bit at a single time down a single cable
What are the advantages and disadvantages of serial transmission?
Advantages:
Lower interference
More reliable over long distances
Smaller and simpler meaning it is cheaper to produce
Disadvantages:
Lower transmission speeds
What is parallel transmission?
Where several bits of data are sent simultaneously along several wires
What type of way is a USB transmitted?
Serial
What are the advantages and disadvantages of parallel transmission?
Advantages:
Sends data faster
Can send multiple bits at the same time
Disadvantages:
Interference issues between wires (Crosstalk)
Data corruption can occur over longer distances
Data bits travel at different speeds causing them to arrive at different times (Skewing)
What is simplex transmission?
Where data travels in one single direction along a single cable
What is an example of simplex transmission?
USB (Universal serial bus)
Sending data from the computer to the monitor
What is duplex transmission?
Where data can travel in both directions simultaneously using two communication channels
What is half-duplex transmission?
Where data can travel in both directions along a single cable but NOT simultaneously