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.
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
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
- The structure of the internet, the Domain Name System (DNS), URLs and IP and MAC addressing, the difference between the internet and the world wide web, and the protocols HTTP, HTTPS, FTP and the client-server model of the web.
An OCR H446 answer on the structure of the internet: the Domain Name System, URLs, IP and MAC addressing, the distinction between the internet and the world wide web, and the protocols HTTP, HTTPS and FTP within the client-server model of the web.
- Network security: the threats from malware (viruses, worms, trojans), social engineering and network attacks, and the protective measures of firewalls, proxy servers, encryption and access control.
An OCR H446 answer on network security: the threats from malware (viruses, worms, trojans), social engineering such as phishing, and network attacks, together with the protective measures of firewalls, proxy servers, encryption and access control.
- Web technologies: HTML for structure, CSS for presentation and JavaScript for client-side behaviour, the difference between client-side and server-side processing, and how search engines index and rank pages using web crawlers and the PageRank algorithm.
An OCR H446 answer on web technologies: HTML for structure, CSS for presentation and JavaScript for client-side behaviour, the difference between client-side and server-side processing, and how search engines use web crawlers and the PageRank algorithm to index and rank pages.
- Compression (lossy and lossless, run length encoding and dictionary coding), encryption (symmetric and asymmetric) and hashing, including their characteristics, differences and appropriate uses.
An OCR H446 answer on compression, encryption and hashing: lossy versus lossless compression with run length encoding and dictionary coding, symmetric versus asymmetric encryption, and how hashing works, with the characteristics, differences and appropriate uses of each.
- Transaction processing and the ACID properties (atomicity, consistency, isolation, durability), record locking and serialisation to manage concurrent access, and redundancy through commitment ordering and backups.
An OCR H446 answer on transaction processing and managing concurrent access: the ACID properties (atomicity, consistency, isolation, durability), record locking and serialisation to prevent conflicting updates, and redundancy through commitment ordering and backups.