Data sent over long distances is usually broken up into what?
data packets (sometimes called datagrams)
How large are the packets of data (typically)?
64 KiB
Why are packets of data usually quite small?
Because they are easier to control than a kong continuous stream of data
What does this idea of splitting up data mean?
That each packet can be sent along a different route to its destination (very useful when some rout is out of action or busy)
A drawback of splitting data into packets is?
The need to reassemble the data when it reaches its destination.
What is a typical packet split up into?
A packet header, the payload, a trailer
What does the packet header consist of?
What does the payload consist of?
The actual data being sent in the packets (around 64 KiB of data)
What does the trailer consist of?
What is packet switching?
a method of data transmission where a message is broken up into a number of packets
benefits of packet switching?
Drawbacks of packet switching?
What can data transmission cover?
Short distance (computer to printer)
Long distance (0ver the internet)
What are the factors that need to be considered when transmitting data?
What is simplex?
data transmission going in one direction only (computer to printer)
What is half-duplex?
Data transmission in both directions but not at the same time (walkie talkie)
What is full-duplex?
Data transmission is in both directions art the same time (simultaneously) - telephone conversation
What is serial data transmission?
when data is sent, one bit at a time, over a single wire or channel
facts about serial data transmission?
What is parallel data transmission?
when several bits of data are sent down several wires or channels at the same time
facts about parallel data transmission/
When are parallel and serial used?
serial: USB (Universal Serial Bus)
parallel: Internal computer components, pathways between memory and CPU
facts about USB?
What does the USB consist of?
4 wired shielded cables
- white and green are used for data transmission