The Internet [1] Flashcards
What is a URL?
A character string that refers to the location of an internet resource.
What is a Fully Qualified Domain Name?
The complete domain name for a specific computer, or host, on the internet. It consists of the hostname and the domain name.
How does a Domain Name Server work?
- The DNS stores a database of FQDNs and corresponding IP addresses.
- DNS servers are organised into a hierarchy
- If one DNS server cannot resolve a lookup, the query will be passed to another DNS server.
Why would a DNS not be required?
- The local computer already has a copy of the needed IP address in a hosts file
- The local computer has a cache of recent DNS queries.
- The URL typed in already contains an IP address
- The URL refers to a local resource.
What is an Internet Protocol Address?
A unique string of characters that identifies each computer using the Internet Protocol to communicate over a network.
What is a NAT table?
A NAT table is used to match the private IP addresses with Public IP addresses.
What are the advantages of using a NAT table?
- A unique address isn’t needed for every single device
- Improves security as the private IP addresses aren’t being broadcast over the Internet.
What is Port Forwarding?
Technique used when a client needs to communicate with a server connected to a private network.
How does Port Forwarding work?
- Client sends packets to the public IP address of the router belonging to the server’s private network.
- Packets sent by client contain the port number of the application that the client wants to access
- Private network’s router forwards the packets to the server using NAT.
What is a Socket?
A socket is an end point of communication flow across a network. They are made up of an IP address and a port number. (e.g 192.168.3.205:80)
What is a Port?
Ports are used to identify a particular process or application on a network.
What is Port Scanning?
A technique hackers use where they look for open ports and message ports to see if they are being used. If they aren’t being used, the hacker can get in
What is the Dynamic Host Configuration Protocol (DHCP)?
A device that is responsible for assigning a Dynamic IP address.
What are the advantages of DHCP?
- Facilitates efficient use of a limited pool of IP addresses
- Avoids errors, e.g. duplicating IP addresses.
What is the Regional Internet Registry?
An organisation that manages and controls Internet addresses in a specific region - usually in a country or a continent