Skip to main content
EnglandComputer ScienceSyllabus dot point

How is the internet structured, and how do IP addressing and routers move data to the right place?

Understand how the internet is structured, including IP addressing and routers.

A focused answer to Edexcel GCSE Computer Science 4.1.3, covering how the internet is structured as a global network of networks, the role of IP addresses in identifying devices, and how routers direct data.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. How the internet is structured
  3. IP addressing
  4. Routers
  5. Why addressing and routing work together
  6. Try this

What this dot point is asking

Edexcel wants you to explain how the internet is structured and the roles of IP addressing (uniquely identifying devices) and routers (directing data between networks) in getting data to the right place.

How the internet is structured

The key idea is "network of networks". Your home network connects to your internet service provider's (ISP's) network, which connects to other providers' networks, and so on, forming a worldwide web of links. Data sent from one device can reach any other connected device because these networks pass it along. What lets devices on all these different networks understand each other is a shared set of protocols (covered in the protocols and TCP/IP pages).

IP addressing

IP addresses are how the network knows where to send data. When data is sent, it is addressed to the destination device's IP address, and the network uses that address to deliver it. Without a unique address there would be no way to tell devices apart or know where data should go, just as a letter cannot be delivered without an address. IP addresses are written as numbers (for example as four numbers separated by dots in the common IPv4 form), and they make every device individually reachable.

Routers

Routers are the signposts of the internet. When a packet arrives, the router looks at its destination IP address and forwards it on the best available route towards that destination, handing it to the next router, and so on. Because there are many possible paths, routers can send data around congestion or failures. This store-and-forward journey from router to router is how a packet crosses from one side of the world to the other, eventually reaching the network that contains the destination IP address.

Why addressing and routing work together

IP addressing and routers are two halves of one system: addresses say where data should go, and routers use those addresses to get it there. A strong answer links them explicitly: the IP address uniquely identifies the destination, and the router reads that address to forward each packet along the best path. This is why the internet, despite being a sprawling network of networks with no central control, can reliably deliver data between any two connected devices.

Try this

Q1. State what an IP address is. [1 mark]

  • Cue. A unique numerical address that identifies a device on a network.

Q2. State the role of a router on the internet. [1 mark]

  • Cue. It connects networks together and forwards data (packets) towards the destination IP address.

Exam-style practice questions

Practice questions written in the style of Pearson Edexcel exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Edexcel 20224 marksExplain the role of IP addresses and routers in delivering data across the internet.
Show worked answer →

Explain each part and how they work together.

An IP address is a unique numerical address given to a device on a network, which identifies it so that data can be sent to the correct destination, much like a postal address identifies a house.

A router is a device that connects networks together and forwards data (in packets) between them. It reads the destination IP address on each packet and uses it to decide the best path, passing the packet from router to router across the internet until it reaches the network of the destination device.

Markers reward defining an IP address as a unique identifier used to route data to the right device, and a router as a device that connects networks and forwards packets towards the destination IP address.

Edexcel 20212 marksState what is meant by an IP address and explain why a device needs one to communicate over the internet.
Show worked answer →

An IP address is a unique numerical label assigned to a device on a network.

A device needs one so that it can be uniquely identified on the network: data sent across the internet is addressed to an IP address, so without one there would be no way to know where to deliver the data to, just as a letter cannot be delivered without an address.

Markers reward a correct definition (a unique numerical address identifying a device) and the reason (data is routed to the IP address, so it is needed to send and receive data to the right place).

Related dot points

Sources & how we know this