What parts make up a web address?
(http) :// www . (domain) . co . uk . (index.html)
Examples of different TLD (Top Level Domains)
.gov = part of the government
.com = commercial
.ac = academic institute
.uk = registered in UK
IP address
A dotted quad number that identifies every computer that sends of receives data on a network, and on the internet.
DNS
Domain Name System is used to translate human readable domains e.g. amazon into an IP address.
Routable vs Non-Routable IP addresses
What is a port?
A port is used to identify a particular process or application on a network, e.g. the SMTP or POP3 application.
Describe a port address
It is 16 bits, and is attached to the IP address.
What is NAT?
Network address translation, a system used to match up private IP addresses with public ones.A
Advantages of NAT
Port forwarding
Port Forwarding is a networking technique that redirects communication requests from one address and port number to another, usually allowing external devices to connect to devices within a private network. It’s commonly used to allow access to services (like gaming, web servers, or remote desktop) from the internet through a router’s firewall by forwarding specific ports to an internal IP address. This enables the device to be accessible from the outside world while maintaining security within the network.