Which of the following best explains what happens when a new device is connected to the internet?
When a new device connects to the internet, it is assigned an Internet Protocol (IP) address, usually automatically by a DHCP server. This address uniquely identifies the device on the network so it can send and receive data.
The answer
The best explanation is that the device is assigned an IP (Internet Protocol) address, typically automatically through DHCP (Dynamic Host Configuration Protocol). That IP address is what uniquely identifies the device on the network so it can send and receive data packets. Without an IP address, the device would have no way to be located or addressed by other computers, servers, or routers.
Here is the sequence that happens in the background, usually within a second or two of joining a network:
- The device connects to the network (via Wi-Fi or Ethernet).
- It broadcasts a DHCP request, essentially asking, "Is there a server that can give me an address?"
- The DHCP server (usually built into your home router) responds and leases the device an available IP address, along with the subnet mask, default gateway, and DNS server addresses.
- The device now has a valid IP address and can communicate, sending and receiving data across the network and the wider internet.
Why the other options are wrong
Typical distractors on this networking question include:
- "The device automatically downloads all available data" is wrong. Connecting simply establishes addressing and reachability; nothing is downloaded until an application requests it.
- "The device becomes a server for the whole network" is wrong. A new client device does not take over network services. The router or a designated host handles DHCP and routing; the new device is a client.
- "The device is given a permanent physical address by the internet" confuses two concepts. The permanent hardware identifier is the MAC address, which is burned into the network card at manufacture, not assigned by the internet. The internet-facing identifier is the IP address, which is assigned and can change.
The correct choice is always the one describing IP-address assignment, because that is the fundamental thing that makes a device addressable on a network.
The bigger picture
It helps to separate two kinds of addresses. The MAC address is the device's permanent physical hardware ID used on the local link. The IP address is the logical, network-assigned address used for routing across networks. DHCP maps one to the other by leasing an IP to the device identified by its MAC.
There is also a difference between private and public IP addresses. Inside your home, the router hands each device a private IP (like 192.168.x.x) that only works on the local network. When those devices reach the wider internet, the router uses NAT (Network Address Translation) so they all share the router's single public IP address assigned by your internet service provider. So a device does get a unique address on its local network, and the network as a whole is uniquely identified to the internet, but not every device holds its own globally unique public IP.
Understanding this connect → DHCP request → IP assignment → communication flow explains everyday experiences: why a device "acquires an address" when joining Wi-Fi, and why it briefly cannot reach the internet until that step finishes.
- 1
Device joins the network
A new device connects via Wi-Fi or Ethernet but has no IP address yet.
- 2
DHCP request broadcast
The device asks the network whether a server can assign it an address.
- 3
DHCP server responds
The router's DHCP server leases an available IP address plus subnet mask, gateway, and DNS.
- 4
Device can communicate
With a valid IP address, the device can now send and receive data across the network and internet.
Frequently asked
What is a DHCP server and what does it do?
A DHCP (Dynamic Host Configuration Protocol) server automatically assigns IP addresses and network settings to devices when they join a network. In most homes it is built into the router, sparing users from configuring addresses manually.
How does a device get an IP address?
When a device connects, it broadcasts a DHCP request. The DHCP server replies with a leased IP address along with the subnet mask, default gateway, and DNS servers. The device then uses that address to communicate on the network.
What is the difference between a public and private IP address?
A private IP address (like 192.168.x.x) identifies a device only within a local network. A public IP address identifies your whole network to the internet. Routers use NAT to let many private devices share one public IP.
Does every internet device have a unique IP?
Every device has a unique IP within its local network, and each network has a unique public IP. But because of NAT, many devices can share one public address, so not every device has its own globally unique public IP.
What is an IP address used for?
An IP address uniquely identifies a device on a network so data can be routed to and from it. It works like a mailing address, telling routers where to deliver the packets a device sends and receives.