Packets Flashcards
1
Q
What are data packets?
A
- Files that are broken down into smaller parts when sending data across a network.
2
Q
Why use data packets?
A
- Whole files are too large to transfer as one unit so data packets allow data to be transferred across a network quickly.
3
Q
How do data packets work?
A
- Each packet of data is redirected by routers across networks until it arrives at its destination.
- Data packets may split up and use alternative routes to reach the destination address.
- When all the packets have arrived at the destination address, the data is re-assembled back into the original file.
4
Q
Contents of a data packet:
A
In the header:
- Source Address
- Destination Address
- Packet Number
- Protocol
In the payload:
- The data itself
In the trailer:
- A checksum which is a calculation on the data to see if any errors or corruption have occurred during transmission.