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.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
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
- Understand why computers are connected in a network and understand the different types of networks (LAN, WAN).
A focused answer to Edexcel GCSE Computer Science 4.1.1 and 4.1.2, covering why computers are connected in a network and the difference between a local area network (LAN) and a wide area network (WAN).
- Understand how the characteristics of wired and wireless connectivity impact on performance (speed, range, latency, bandwidth), that network speeds are measured in bits per second, and construct expressions involving file size, transmission rate and time.
A focused answer to Edexcel GCSE Computer Science 4.1.4 and 4.1.5, covering how wired and wireless connectivity affect speed, range, latency and bandwidth, network speed units, and calculating file size, transmission rate and time.
- Understand the role of and need for network protocols (Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP) and email protocols (POP3, SMTP, IMAP).
A focused answer to Edexcel GCSE Computer Science 4.1.6, covering the role of and need for network protocols and what each of Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP, POP3, SMTP and IMAP is for.
- Understand how the four-layer (application, transport, internet, link) TCP/IP model handles data transmission over a network, and understand the characteristics of network topologies (bus, star, mesh).
A focused answer to Edexcel GCSE Computer Science 4.1.7 and 4.1.8, covering how the four-layer TCP/IP model (application, transport, internet, link) handles data transmission, and the characteristics of bus, star and mesh network topologies.
- Understand the importance of network security, ways of identifying network vulnerabilities (penetration testing, ethical hacking) and methods of protecting networks (access control, physical security, firewalls).
A focused answer to Edexcel GCSE Computer Science 4.2.1, covering the importance of network security, identifying vulnerabilities by penetration testing and ethical hacking, and protecting networks with access control, physical security and firewalls.
Sources & how we know this
- Pearson Edexcel GCSE (9-1) Computer Science (1CP2) specification — Pearson (2020)