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.