IP, MAC, Packets and Protocols Flashcards
Define IP (Internet Protocol) Address.
A 32-bit number separated into 4 8-bit sections between 1 and 255, separated by dots.
Which address will change depending on what network you are connected to?
IP Address.
What is the MAC address?
A number which is permanently assigned to the wireless adapter. When a computer connects to a network, the computer broadcasts its MAC address to the router, which then assigns it an IP address.
What does MAC stand for?
Media Access Control.
What is a packet and what does it contain?
A small section of a file which contains: part of the file, the IP addresses of the sender and the recipient and a checksum. These packets are reassembled into the file at the end.
What benefit does splitting files into packets give?
The network can spread the packets across the whole network, increasing speeds and not overloading parts.
Define protocol.
A set of rules which governs the transmission of data. This tells a computer how big packets to send and what happens if transmission goes wrong.
What is the most common protocol?
TCP.
What is the purpose of a checksum?
To govern if the file has reached its recipient.
What is a static IP address and what is its purpose?
It is an IP address of a server which stays the same so it can always be found.
What is a dynamic IP address?
An IP address (usually of a small network) that changes, and that doesn’t matter if it does.
Why are domain names used instead of IP addresses?
To make it more convenient (e.g. google.co.uk instead of a 32-bit number).
Of the domain name “google.co.uk”, what is the top-level domain and what does this tell us?
“uk”. In this case it tells us the country of which the server is usually in, and where the website comes from.
Of the domain name “google.co.uk”, what is the middle-level domain and what does this tell us?
“co”. This means it is a corporation.
Of the domain name “google.co.uk”, what is the lowest-level domain and what does this tell us?
“google”. This gives us the company name.
Why do we use the DNS (Domain Name System)?
To tell a computer which domain name matches which static IP address.
Individual domain names have individual ___.
Servers.
What is the authoritative server of a website?
A server set by the website owner which is usually the most reliable source to find the static IP address that relates to the domain name.
How can we access a “WHOIS” tool and what will it tell us?
It can be accessed in a Nominet website. It tells us the list of authoritative name servers in a domain (like google.co.uk).
Why are 32-bit IP addresses now a limitation?
They give us around 4 billion possible IP addresses, which is not enough.
How many bits and possibilities does IPv6 give us?
128 bits give us 3.4x1038possibilities - this will last a long time.
What do internet-connected routers have?
Public DCHPs (Dynamic Host Configuration Protocol), which can assign ports and dynamic IP addresses to computers.