Communication and Networking - The Internet Flashcards
What parts make up a web address?
- The protocol being used, which could be HTTP, HTTPS, FTP.
- Domain name, location of the recourse on the internet
- The filename
(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
- Routable IPs are public and can be accessed over the internet, while non-routable IPs (private) are limited to LANs and cannot directly communicate with the internet.
- Routable have to be globally unique, non-routable only have to be unique within that LAN.
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
- A unique IP address is not needed for every single device on a network, only on the router/server physically connected to the device.
- Increased security as private IP addresses are not broadcasted over the internet.
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.