Topic 2 - Data transmission Flashcards
What’s data?
information that has been translated into a form that is efficient for
movement or processing
Movement/Transmission
From one device to another device
Processing
generate meaningful information
In what number system data is converted and transferred?
binary
Data packet (datagrams)
small segment of large data
It consists of a header + payload + trailer
It is when data(sent over long distances) is split into smaller groups of bytes (for transmission over a network)
usually small, typically 64KiB = 524,288 bits
Data packets advantage
Small packets are easier to control than a long continuous stream of data
- Error checking: only the packet that has error is asked to be resent. (delay and unnecessary use of resources X)
-Large messages would need more time to be sent over a channel
Process of data transmission simply
Original message -> converted to binary -> arranged and sent as packets
packet structure (3 main components)
- Header
- Payload
- Trailer
Header
consists of:
1. IP of source device (sender)
2. IP of destination device (receiver)
3. Sequence No. (allows reassembly in correct order)
4. Size of packet in bytes (to ensure all packets arrived intact)
- often also the value indicating total no. of packets
Payload
actual data in packet (about 64 KiB)
Trailer
consists of:
1. method of identifying end of the packet (so packets can be separated from each other)
2. error checking (so packet arrives error free)