How does the four-layer TCP/IP model handle data transmission, and what are the characteristics of bus, star and mesh topologies?
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.
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 describe how the four-layer TCP/IP model (application, transport, internet, link) handles data transmission, and to compare the characteristics of the three network topologies: bus, star and mesh.
The four-layer TCP/IP model
Layering means each part of the job is handled separately, so each protocol only has to do its own task and can be changed without affecting the others. As data is sent, it travels down the four layers (each adding what it needs), crosses the network, and travels back up the four layers at the destination (each removing its part) until the application receives it.
The reliable way to remember the layers is by their job: application = the program's protocols; transport = packets and reliable, in-order delivery; internet = addressing and routing; link = the physical connection. A common exam task is to place a named protocol on its layer (for example HTTP at application, IP at internet, Wi-Fi at link).
Network topologies
The topology affects cost, performance, reliability and how easy the network is to extend, which is why the right choice depends on the situation.
The exam discriminators are clear. A bus is cheapest but has a single shared cable that is a single point of failure and slows under load. A star is reliable for individual devices and easy to extend, but relies on the central switch. A mesh is the most resilient thanks to multiple routes (which is why the internet is mesh-like), at the cost of many connections.
Bringing layers and topologies together
The TCP/IP layers describe how data is prepared and delivered (protocols, packets, addressing, physical link), while topologies describe how the devices are connected. Both shape a network's behaviour: the layers ensure reliable end-to-end communication regardless of topology, while the topology determines cost, performance under load and what happens when a link fails. Strong answers describe each layer's job in order and compare topologies by reliability, cost and performance.
Try this
Q1. State which TCP/IP layer adds IP addresses and routes packets. [1 mark]
- Cue. The internet layer.
Q2. State one advantage of a mesh topology. [1 mark]
- Cue. It is resilient: if one connection fails, data can take an alternative route, so there is no single point of failure.
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 marksDescribe the purpose of the four layers of the TCP/IP model (application, transport, internet, link).Show worked answer →
Describe what each layer is responsible for.
Application layer: provides the protocols that applications use to exchange data, such as HTTP for web pages and SMTP for email.
Transport layer: splits the data into packets, manages reliable delivery and reassembles the packets in the correct order at the other end (TCP works here).
Internet layer: adds IP addresses and routes the packets across networks towards the destination (IP works here).
Link layer: handles the physical connection, putting the data onto the cable or wireless medium and dealing with the hardware (such as Ethernet or Wi-Fi).
Markers reward a correct purpose for each of the four layers, the key ideas being application protocols, packetising and reliable delivery, addressing and routing, and the physical or hardware connection.
Edexcel 20214 marksCompare a star topology and a mesh topology, giving one advantage of each.Show worked answer →
In a star topology every device connects to a central point (such as a switch), and all data passes through it. An advantage is that it is reliable for individual devices: if one cable or device fails, only that device is affected, and it is easy to add devices.
In a mesh topology devices are interconnected with multiple paths between them. An advantage is resilience: if one connection fails, data can take an alternative route, so there is no single point of failure.
Markers reward describing each topology's structure (star: central point; mesh: multiple interconnections) and one valid advantage of each (star: a single device failure does not affect others, easy to manage; mesh: alternative routes, no single point of failure).
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 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.
- 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 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 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)