The Internet Flashcards
What is a WAN and why is it different to a LAN?
A WAN covers a large geographical area and connects multiple LANs together into one network.
What is an IPv4 address?
An IPv4 address is four 8-bit numbers seperated by dots. E.g. 79.124.57.219 and identifies a computer on the internet.
What is an IPv6 address?
An IPv6 address is similar to IPv4 but is made up of 128 bit numbers represented in hex. E.g. 1023:0ef1:0000:0000:34dd:00fe:0189:2233
What problem does packet switching fix?
Circuit switching
How large is a typical packet?
1500 bytes (around about a kilobyte)
What data are packets given when they leave? (5 Not including cargo)
• The IP address it is going to
• The IP address it has come from
• The sequence number of the packet
• The number of packets in the whole communication
• Error checking data
What is circuit switching?
Giving two devices (or nodes) a direct and dedicated connection before they communicate to ensure the full bandwidth is available for that communication.