Chapter 2 - Data transmission Flashcards
(46 cards)
What are packets?
Small units of data.
What are the three different sections that each packet of data contains?
- Packet header
- Payload
- Trailer
What is a packet header?
A section of a packet that contains information about the contents of the packet and its destination.
What information does the packet header contain?
- Destination address
- Packet number
- Originators address
What is an internet protocol (IP) address?
The unique address that is given to a device when it is connected to a network.
What is the payload?
The actual data that the user is sending to the receiver.
What is the trailer?
A section of a packet of data that contains information about any error checking methods that may be used.
What is packet switching?
A method of transmitting data packets across a network. Each data packet is able to take an individual pathway across the network.
What is a network?
Computers and devices that are joined together using cables or wireless technology.
What is a router?
A network component that examines a data packet to obtain its destination address and then forwards the packet to this address.
What are the different methods of data transmission?
- Serial
- Parallel
- Simplex
- Half-duplex
- Full-duplex
What is serial data transmission?
A transmission method where data is sent one bit at a time down a single wire.
What is parallel data transmission?
A transmission method where data is sent multiple bits at a time down multiple wires.
What are the advantages and disadvantages of serial data transmission?
Advantages:
- As data is sent one bit at a time, it arrives in order. This means less chance of data being skewed.
- As data is sent along a single wire, there is less chance of interference so less chance of errors.
- Only one wire is needed so it is cheaper to manufacture and buy.
Disadvantages:
- As data is sent one bit at a time, transmission of data is slower
- Additional data may need to be sent to indicate to the receiving device when the data transmission has started and stopped (start bit and stop bit)
What are the advantages and disadvantages of parallel data transmission?
Advantages:
- As data is sent multiple bits at a time, data transmission is quicker
- Many devices use parallel data transmission to transmit data internally so there is no requirement to convert this to serial data transmission to transmit data across a network
Disadvantages:
- As data is sent multiple bits at a time, bits do not arrive in order and need to be reordered after transmission which increases risk of data being skewed
- As data is sent along multiple wires, there is more chance of interference so higher chance of errors
- Multiple wires are needed so it is more expensive to manufacture and buy
In which situations is serial data transmission and parallel data transmission more suitable?
Serial data has less chance of being skewed and less chance of interference so it is more suitable over long distances.
Parallel data has more chance of being skewed and more chance of interference so it is more suitable over short distances (limited to approximately 5 metres).
What is a simplex transmission?
A transmission method where data is transmitted in a single direction only.
What is a half-duplex transmission?
A transmission method where data is transmitted in both directions, but only one direction at a time.
What is a full-duplex transmission?
A transmission method where data is transmitted in both directions at the same time.
What is USB?
An industry standard that is used to transmit data.
What is a USB port?
A socket that is part of a device or computer that enables you to insert a USB cable.
What is a USB cable?
A type of transmission media that uses the USB method to transmit data.
What is a USB connection?
A collective name for using a USB cable plugged into a USB port to transfer data from one device to another.
What is a USB device?
The name of a device that plugs into a USB port on a computer.