How is Data sent?
in Packets
What does a Packet Structure look like?
Split to three parts:
header
payload
trailer
What does a header contain? (4)
IP address of sender + receiver
The sequence number of the Packet
The size of the packet
What does the Payload contain?
actual data that is being sent (usually 64 KiB)
What does the Trailor contain?
Some way of identifying the end of packet
an error checking method
(CRC)
What does the term Switching mean?
To pass along to to forward
What are the two types of switching?
Packet Switching
Circuit Switching
What is Packet Switching? (3)
What are hop numbers?
the number of hops a packet can take
–> to ensure they don’t bounce around and get lost
What is circuit switching?
Simplex data transmission meaning
data can be sent one direction only
Half duplex data transmission meaning
data can be transferred both ways both one at a time
Full duplex data transmission meaning
data can be transferred both way at the same time
Serial Data transmission meaning
data is sent one bit at a time down a single wire
Parallel Data transmission meaning
several bits of data sent over several wires
What is the full form of USB?
Universal Serial Bus
What happens when a USB connects a device to a computer?
Benefits for Packet Switching (4)
Drawbacks of Packet Switching (3)
Benefits of USB (6)
Drawbacks of USB (2)
Why do you need to check for errors?
What are Parity Checks (2)
What are Check Sums? (2)