Skip to main content
EnglandComputer ScienceSyllabus dot point

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.

Generated by Claude Opus 4.89 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. The four-layer TCP/IP model
  3. Network topologies
  4. Bringing layers and topologies together
  5. Try this

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

Sources & how we know this