This repository contains foundational networking concepts essential for IT support and system administration roles.
Networking is the process of connecting devices to share resources, data, and services.
An IP address is a unique identifier assigned to a device on a network.
- 192.168.1.10
- Private IP – Used within local networks
- Public IP – Used on the internet
DNS translates human-friendly domain names into IP addresses.
- google.com → 142.250.190.78
Without DNS, users would need to remember IP addresses instead of domain names.
DHCP automatically assigns IP addresses to devices on a network.
- Eliminates manual IP configuration
- Prevents IP conflicts
Device connected to WiFi but no internet access
No IP address assigned (DHCP failure)
- Check IP address
- Renew IP address
- Restart router
- Reconnect to network
Device receives valid IP and regains internet access