IP Addressing Basics
If networks are how devices talk, IP addresses are how devices are identified. This lesson builds the foundation for understanding who is talking, where traffic is going, and why communication fails when addressing is wrong.
- Understand what an IP address does
- Recognize IPv4 format
- Know public vs private IP basics
- Understand static vs dynamic addressing
- Understand subnet mask and default gateway at a beginner level
What Is an IP Address?
An IP address is a logical address used to identify a device on a network. It helps data know where to go and where it came from.
An IP address is like a device’s network address.
- Devices need addresses so traffic can be sent to the right destination.
- Without correct addressing, devices may connect physically but still fail to communicate.
- Addressing problems are one of the most common causes of network issues.
What Network Techs Start Looking For
When a device cannot reach a server, printer, or website, one of the first questions is: “Does it even have the right IP information?”
- Does the device have an IP address?
- Is it on the right network?
- Does it have a valid gateway?
- Was the address assigned correctly?
What an IPv4 Address Looks Like
In this lesson, we focus on IPv4. An IPv4 address is usually written as four numbers separated by periods.
You do not need deep binary math yet. Right now, focus on recognizing format and purpose.
Public vs Private IP Addresses
Not every IP address is meant to be used directly on the public internet. Many devices inside homes and businesses use private IP addresses internally.
- Private IP: used inside local networks
- Public IP: used to identify a network on the internet
| Type | Used where | Example idea | Why it matters |
|---|---|---|---|
| Private IP | Inside homes, offices, schools | 192.168.x.x style home addressing | Used internally inside the LAN |
| Public IP | Internet-facing connection | Assigned by ISP | Represents the network outwardly |
Your laptop usually has a private IP on your local network, while your home router’s internet side uses a public IP from the ISP.
Static vs Dynamic IP
Devices can either keep a manually assigned address or receive one automatically.
Manually assigned and usually stays the same unless someone changes it.
Automatically assigned, usually by DHCP, and may change over time.
- Printers and servers are often better candidates for static addressing.
- User laptops and phones commonly use dynamic addressing.
- Wrong static settings can break communication quickly.
Subnet Mask and Default Gateway
Subnet Mask
The subnet mask helps define which part of the IP address refers to the network and which part refers to the device.
The subnet mask helps devices figure out who is local and who is not.
Default Gateway
The default gateway is the device a host sends traffic to when the destination is outside the local network.
The gateway is the “way out” of the local network.
No IP Address
A device may connect to Wi-Fi or Ethernet physically but still fail to communicate if it never receives valid IP information.
Wrong Gateway
A device may talk to nearby devices but fail to reach internet or remote resources if the default gateway is wrong.
Bad Static Settings
Manual addressing mistakes can create hard-to-spot failures, especially when IP, mask, or gateway do not match the local network.
Quick IP Thinking Drills
These drills are here to build intuition before deeper addressing lessons.
Drill 1
What is the main job of an IP address?
Drill 2
Which is more likely inside a home LAN?
Drill 3
If a device needs to send traffic outside its local network, where does it usually send that traffic first?
Drill 4
Which addressing style is usually assigned automatically?
Foundational Addressing Questions
- Does the device have a valid IP address?
- Is the address appropriate for this local network?
- Does the subnet mask make sense?
- Is the default gateway present and correct?
- Is the device using static or dynamic assignment?
What Strong Beginners Start Doing
- Check addressing before blaming hardware
- Separate local access from internet access
- Look for missing or incorrect gateway settings
- Understand that wrong logical settings break communication
- Slow down and verify each network detail step by step
Network+ Lesson 2 Quiz
Score at least 75% to unlock the next lesson CTA.