Academic Reading Passage 2 14 questions Suggested: 20 minutes

The engineering behind competitive multiplayer games

From latency to legend, the technical infrastructure underpinning modern online gaming.

How to use this. Read the passage, then answer all fourteen questions. When you're done, press Check answers for your score, an approximate band, and an explanation of every answer. Work to time, twenty minutes, if you want a realistic gauge. A printable PDF version is linked at the foot of the page.

02Reading passage

From Latency to Legend

A

When a player squeezes the trigger in a game of Counter-Strike: Global Offensive, a cascade of computational events unfolds in milliseconds. A packet leaves the player's machine, traverses the public internet, arrives at a dedicated server, is processed alongside packets from up to nine other players, and a response is dispatched, all before a human being could blink. That this experience feels seamless to tens of millions of daily players is not accidental. It is the product of decades of systems engineering, protocol design, and infrastructure investment that quietly underpins the modern gaming industry.

B

The dominant metric in competitive gaming infrastructure is latency, typically measured as round-trip time (RTT), colloquially called "ping". In casual play, latencies below 100 milliseconds are generally acceptable; at the professional tier, engineers strive to maintain RTTs beneath 20 ms. This matters because the client-side prediction model, employed by engines such as Valve's Source engine, advances the game simulation locally on each player's machine between server updates. When the server's authoritative state diverges from a client's predicted state, a condition known as a misprediction, the engine performs a reconciliation, snapping visible positions back to the server's version. At high latencies, these reconciliations become perceptible and frustrating; at low latencies, they remain invisible.

C

Managing latency at scale requires careful attention to network topology. Valve's CS:GO infrastructure, for instance, relied for many years on third-party server providers before migrating progressively to Valve's own data centres. The company operates regional clusters across North America, Europe, Asia, and South America, routing players to the geographically nearest server via anycast DNS. However, geographic proximity does not guarantee low latency; internet routing is governed by BGP (Border Gateway Protocol), a decades-old system that optimises for policy and reliability rather than speed. Packets between two cities in the same country can take circuitous routes through distant exchanges, adding tens of milliseconds that geography alone does not predict.

D

A further layer of complexity arises from the tick rate, the frequency at which a game server processes the world state and dispatches updates. CS:GO's official matchmaking servers historically operated at 64 ticks per second, meaning the server sampled player inputs and resolved collisions 64 times each second. Third-party platforms such as FACEIT and ESEA offered 128-tick servers, arguing this halved the maximum positional error between samples and improved the fidelity of hit registration. Valve's successor title, CS2, introduced a system called sub-tick architecture, in which events such as shots fired or jumps initiated are timestamped at the precise moment they occur rather than at the next tick boundary. This architectural change effectively decoupled hit registration accuracy from tick rate, addressing a long-standing grievance of the competitive community.

E

Anti-cheat represents a parallel technical battleground. In CS:GO, Valve's proprietary system, VAC (Valve Anti-Cheat), operated primarily as a signature-based scanner running on the client machine, identifying known cheat binaries. Critics consistently noted that VAC was reactive rather than preventive, capable of banning a cheat only after its signature had been catalogued. CS2 introduced VAC Live, an always-on system that incorporates behavioural heuristics and, controversially, kernel-level access. Kernel-mode anti-cheat grants the software visibility into the lowest layers of the operating system, allowing it to detect cheats that deliberately evade user-space scanning. The trade-off is significant: kernel-level software runs with elevated privileges that, if compromised, could expose the player's entire machine. This tension between security efficacy and user risk remains an active and unresolved debate within the systems security community.

F

The spectator infrastructure surrounding competitive gaming presents its own engineering challenges. Broadcast pipelines for tournaments such as the CS:GO Major Championships must deliver low-latency video to production studios while simultaneously serving delayed streams to viewers, a deliberate offset designed to prevent the use of stream data to gain competitive intelligence, a practice known as stream sniping. The production delay is typically 90 to 150 seconds. Underneath this, game-state data is transmitted in real time to overlay systems that render statistics, grenade trajectories, and player health in broadcast graphics. Synchronising these data streams with the video feed requires precision timestamping and careful buffer management, work that falls squarely within the domain of distributed systems engineering.

G

Looking ahead, the proliferation of cloud gaming services introduces a structural inversion of the traditional model. Whereas conventional gaming places the simulation on the player's local hardware and uses the network only for state synchronisation, cloud gaming moves the entire simulation to a remote data centre and transmits only compressed video frames to the client. For genres tolerant of 50–100 ms of additional latency, strategy games, narrative adventures, this model is viable. For sub-20 ms genres such as tactical shooters, the physics of light propagation impose a hard ceiling: at the speed of light in fibre-optic cable (roughly 200,000 km/s), a round trip of 3,000 kilometres incurs at minimum 30 ms of latency before any processing, encoding, or queuing delays are added. Until data centres are geographically closer to players than today's infrastructure allows, cloud gaming for competitive shooters remains, in the view of most network engineers, a theoretical rather than practical proposition.

·Questions 1–14

Answer the questions.

Four question types, as in the real Academic Reading paper. Nothing is sent anywhere, your answers stay in your browser and are marked on this page.

Questions 1–5

True / False / Not Given

Do the following statements agree with the information in the passage? Choose True if the statement agrees, False if it contradicts, or Not Given if there is no information.

  • 1Professional-level gaming infrastructure targets a round-trip latency below 20 milliseconds.

  • 2Valve's anti-cheat system, VAC, was primarily designed to prevent cheats before they could be used.

  • 3Geographic proximity between a player and a server always guarantees low latency.

  • 4FACEIT and ESEA charged higher subscription fees than Valve's official matchmaking service.

  • 5Cloud gaming is considered a practical solution for competitive tactical shooters by most network engineers.

Questions 6–9

Multiple choice

Choose the correct answer, A, B, C or D.

  • 6What is a misprediction in the context of client-side prediction?

  • 7Why does Valve's CS2 sub-tick architecture improve hit registration accuracy?

  • 8What is the main risk associated with kernel-level anti-cheat software?

  • 9Why is a production delay applied to spectator streams at major tournaments?

Questions 10–11

Sentence completion

Complete each sentence using no more than two words from the passage.

  • 10Valve routes players to the nearest server using , though internet routing via BGP does not always guarantee the shortest physical path.

  • 11In cloud gaming, rather than synchronising game state across the network, only compressed are transmitted to the player's device.

Questions 12–14

Matching information

The passage has seven paragraphs, A–G. Which paragraph contains the following information? Choose the correct letter.

  • 12The engineering challenge of synchronising real-time game data with video for live broadcast.

  • 13Why cloud gaming faces fundamental physical constraints for fast-paced competitive genres.

  • 14How the interval between server processing cycles affects the accuracy of in-game events.

14 questions · not yet marked
·Scoring

Approximate band equivalence

This is a fourteen-question section, so the band shown is an approximation to help you gauge where you are. A full Academic Reading test has forty questions across three passages; your band on the day depends on the whole paper.

Score (/14)1413121110–98–76–5≤4
Band9.08.58.07.57.0–6.56.0–5.55.0<5.0

Download this passage as a printable PDF →

Reading, under timed conditions

Marks lost on Reading are usually technique, not vocabulary.

Knowing the answer and finding it in nine minutes are different skills.

True/False/Not Given, matching, and the traps built into the distractors catch out strong readers who've never been shown the method. In a lesson we work through where your marks are actually going, and how to read for the answer rather than reading the whole passage twice. Lessons are £20 for fifty minutes, one to one, in proper British English; the first step is a free 25-minute introduction.