Chapter 2 Flashcards
What is the structure of a data packet?
Header
Payload
Trailer
What does the header contain?
Origin Address (IP)
Destination Address (IP)
Packet Number
What is the payload?
The data being sent, broken down into small parts, each going in one packet.
What is the trailer?
The last part of the packet, signalling that the packet is over.
The process of transmitting packets is called _____________. Packets are sent via a ___________. Which servers the packets travel through is determined by a ___________
Packet Switching
Network
Router
What is the difference between serial and parallel data transmission.
Serial = Only one packet at a time can travel along a single wire
Parallel = 2 or more packets can travel along 2 or more wires.
What are the advantages AND disadvantages of serial transmission?
Data should arrive in order of sequence
Less chance of errors in data (interference)
Cheaper than Parallel
Slower than Parallel
Needs a start bit and stop bit, to indicate when data starts and stops being sent.
What are the advantages AND disadvantages of parallel transmission
Computers already use parallel, and don’t have to convert data to serial.
Faster than Serial
Bits arrive out of order, need rearranging
More chance of errors in the data (interference)
More expensive
What is the difference between simplex, half-duplex, and duplex transmission
Simplex = Data can travel in one direction only
Half-duplex = Data can travel both ways, but not at the same time
Duplex = Data can travel both ways, at the same time.
What are the advantages and disadvantages of a USB (universal serial bus)
Easy to use
Fast transmission
Appears in most devices
Drivers to operate hardware must only be downloaded once
Can power a device simultaneously
Ethernet and others are faster
Limited to 5 meters long cables
Name 3 error detection methods that can be used to check if data sent is correct
Checksum
Parity Check
Echo Check
The _______ bit goes at the start of the _______, to check if the sum of bits in the byte is odd and even.
parity
byte
If an odd parity check is run, and the byte looks like this, what is the parity bit: 0 1 1 0 0 1 1 _
1
If an even parity check is run, and the byte looks like this what is the parity bit: 1 0 0 0 1 1 1 _
0
What is an echo check?
When the receiving device returns the data to the sending device to ensure that it is correct, then followed by a confirmation from the sending device.