Skip to main content
EnglandComputer ScienceSyllabus dot point

What hardware and protocols move a packet of data across a network, and what does each layer of the TCP/IP stack do?

Networks (LAN and WAN, network topologies, client-server and peer-to-peer), network hardware (NIC, switch, router, WAP), the need for protocols and protocol layering, the TCP/IP four-layer stack, and packet switching.

An OCR H446 answer on networks: LANs and WANs, topologies, client-server and peer-to-peer models, network hardware (NIC, switch, router, wireless access point), the need for protocols and layering, the TCP/IP four-layer stack, and packet switching.

Generated by Claude Opus 4.814 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 answer
  3. Examples in context
  4. Try this

What this dot point is asking

OCR wants the types and topologies of networks, the client-server and peer-to-peer models, the main network hardware, why protocols and layering are needed, the four layers of the TCP/IP stack, and how packet switching works. Expect a "describe the TCP/IP layers" question and a "client-server versus peer-to-peer" discussion.

The answer

Network types, topologies and models

Network hardware

Protocols, layering and the TCP/IP stack

Examples in context

A home network uses a star topology around a router that also acts as a switch and wireless access point, connecting the LAN to the internet (a WAN). Streaming a video relies on packet switching, so a congested link can be routed around. The layered TCP/IP model is why you can switch from wired to wireless (changing the link layer) without changing the browser (the application layer). OCR links this to DNS and web technologies, and to network security, which adds protection at several layers.

Try this

Q1. State one advantage of a star topology over a bus or ring. [1 mark]

  • Cue. A single cable fault affects only one device, and it is easy to add devices or isolate faults (resilient and manageable).

Q2. State which layer of the TCP/IP stack adds IP addresses and routes packets. [1 mark]

  • Cue. The internet (network) layer.

Q3. Explain one benefit of organising network protocols into layers. [2 marks]

  • Cue. Each layer is self-contained, so it can be changed or replaced without affecting the others, making the system modular and easier to develop and maintain.

Exam-style practice questions

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

OCR 20196 marksExplain what is meant by protocol layering and describe the purpose of each layer of the TCP/IP stack.
Show worked answer →

Layering (up to 2): protocols are organised into self-contained layers, each providing a service to the layer above and using the layer below, so a layer can be changed or replaced without affecting the others; this makes the system modular and easier to develop and maintain.

The four layers (up to 4): the application layer provides services to user programs and chooses the protocol (HTTP, FTP, SMTP). The transport layer (TCP) splits data into segments, numbers them, and manages reliable delivery and reassembly using ports. The internet (network) layer (IP) adds source and destination IP addresses and routes packets across networks. The link (network access) layer handles the physical transmission on the local network using MAC addresses. Markers reward the modular benefit of layering plus the role of each named layer.

OCR 20216 marksA company is choosing between a client-server and a peer-to-peer network for an office of 60 computers. Discuss which is more appropriate.
Show worked answer →

Levels-of-response question; reward a developed comparison reaching a judgement.

Client-server: dedicated servers provide resources and central control, so security, backups, user accounts and software updates are managed centrally and consistently; performance scales for many users, but servers cost money and need expert administration, and a server failure affects everyone relying on it.

Peer-to-peer: every computer is equal, sharing resources directly with no central server, which is cheap and simple to set up for a few machines; but with 60 computers, security and backups are inconsistent, finding shared resources is harder, and performance suffers as peers serve each other.

For 60 computers in an office, central management of security, accounts and backups matters, so client-server is more appropriate despite its cost. Peer-to-peer suits only very small networks. Top marks need the central-management argument linked to the office size.

Related dot points

Sources & how we know this