Which of the following best describes the difference between a private IP address and a public IP address?
Think about where each IP address is used and if it can be reached from the internet.
Private IP addresses are used inside local networks and cannot be reached directly from the internet. Public IP addresses are unique on the internet and allow devices to communicate globally.
Which of the following IP addresses is a valid private IP address?
Private IP addresses fall within specific ranges defined by standards.
192.168.1.10 is within the private IP range 192.168.0.0 to 192.168.255.255. The others are public IP addresses.
You have a device with IP address 10.0.0.5 connected to your home router. Which statement is true about this device's IP address?
Recall the private IP address ranges and their typical use.
The 10.0.0.0 to 10.255.255.255 range is reserved for private networks. Devices with such addresses are not directly reachable from the internet without special configuration.
Why do most home networks use private IP addresses internally instead of public IP addresses for each device?
Think about the availability of public IP addresses and how devices connect to the internet.
Public IP addresses are limited in number. Using private IP addresses inside a home network allows many devices to share one public IP address through a process called Network Address Translation (NAT).
You connect two separate private networks together, both using the 192.168.1.0/24 range. What problem is most likely to occur?
Consider what happens when two devices have the same IP address on a network.
Private IP addresses are only unique within their own network. Connecting two networks using the same private IP range causes duplicate IP addresses, leading to conflicts and communication failures.