2. data transmission Flashcards
how is data transmitted
by breaking it down into smaller chunks called packets
what is a packet
A packet is a small unit of data that can be transmitted from a sending device to a receiving device via a network communication protocol.
what is the sturcture of a packet, and what does each layer contain
packet header:
senders and receivers ip address, packet number
payload:
data/ part of the message
trailer:
bits to show the end of the packet
what is packet switching and explain its process
a way of transmitting data, process:
- Data is broken down into packets
- Each packet could take a different route
- A router controls the route a packet takes
- Packets may arrive out of order
-Once the last packet has arrived, packets
are reordered
what are the 2 transmission methods
serial and parallel transmission
descirbe serial transmission
a single wire is used to connect the sending device to the receiving device. Bits are transmitted one at a time.
more reliable over long distances, slow so not suitable for transmission of large files over short distances
describe parallel transmission
multiple wires are used to connect the sending device and the receiving device. Several bits are sent simultaneously down the wires
faster, however bits can arrive out of order so might need rearranging before complete transmission, expensive method to implement over longer distances
what are the types of data transmission
Simplex data transmission
Half-duplex data transmission
Full-duplex data transmission
describe simplex data transmission
only one device can transmit data; as such, data moves in one direction only eg only from senders device to receiving, for example using a usb cable to send info to a printer
describe half duplex transmission
here both the sending device and the receiving device can transmit data, but not at the same time. This means that data can move in both directions, but only in one direction at a time. eg walkie talkies
describe full duplex transmission
where both the receiving device and the sending device can send and receive data at the same time, i.e. data is transmitted in both directions simultaneously eg. iphone call
what dos usb stand for
universal serial bus
what is a USB
a hardware device that enables you to connect your peripheral devices to your computer so that those devices can exchange data with the computer.
USB uses what type of transmission
serial, through one mire one bit at a time
advantages of using USB
-universal, used in almost all common devices
-can transfer power as well as data, even at the same time