Computing - Network Hardware
AQA Computer Science 2022
See Also
Flashcards
Packets and packet switching
What are the equal chunks of data called that are transmitted around a network?
Packets
What does packet switching allow?
Packets to take the fastest route across a network.
Routers
How do routers know which new router to send a packet to?
Using a routing table.
Packet structure
What two IP addresses are in the header of a packet?
- The sender’s IP address
- The recipient’s IP address
How does the recipient know what a packet contains?
The header contains the protocol.
How does the recipient know how to order the packets it receives?
The header contains the packet number.
How does the trailer part of a packet allow you to verify the data?
They contain a checksum.
Packet size trade-offs
Why are packets kept small?
So that individual packets don’t take too long and slow down the other packets.
Why aren’t packets made super small?
Because otherwise you’d waste a lot of space with headers and trailers.
Time To Live
What part of a packet header limits the amount of time it’s allowed to take?
Time To Live