Practice Flashcards
Which five factors decide a network topology?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All Flashcards in Topic 2.2
Below are all 15 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.
2.2.15 cards
Which five factors decide a network topology?
Reliability, transmission speed, scalability, data collisions and cost. No shape wins on all five, so every recommendation is a trade between them.
Describe a star topology and its main weakness.
Every device connects to one central switch, which makes it cheap, easy to extend and nearly collision-free. Its weakness is that the switch is a single point of failure: if it fails, nothing reaches anything.
Why is a mesh topology reliable, and why is it rarely used at scale?
Every pair of devices has its own link, so there are many routes and no single link matters. But links grow roughly with the square of the devices — 5 need 10, 20 need 190 — so it is reserved for a few critical points.
What is a hybrid topology?
Stars joined together, usually by more resilient links between them. Cheap where the devices sit, reliable where the traffic concentrates — which is what almost every real office and campus network looks like.
Why are collisions rare on a star network?
Because the switch sends each frame only to the device it is addressed to, so devices are never competing for one shared line.
2.2.35 cards
What is the difference between client-server and peer-to-peer?
In client-server one machine holds the data and answers requests from the rest. In peer-to-peer there is no machine in charge — every machine holds a share and serves the others directly.
Give a benefit and a drawback of client-server.
Benefit: one authoritative copy of the data, with security, access and backups controlled in a single place. Drawback: the server is a single point of failure and can bottleneck when many clients want it at once.
Give a benefit and a drawback of peer-to-peer.
Benefit: no single point of failure, and capacity grows as more peers join, with no expensive server. Drawback: no central control over who sees what, data may disagree between peers, and availability depends on peers being online.
Why is online banking client-server?
Because an account balance must have one correct value held and controlled by the bank. Copies spread across customers' machines could disagree and none would be authoritative.
Why is a blockchain peer-to-peer?
By design: every participant holds a copy of the ledger and they agree among themselves what it says, so no single organisation decides what is true.
2.2.45 cards
What is network segmentation and why is it done?
Splitting one network into smaller separate ones. For performance, because less traffic competes on each segment, and for security, because a break-in or infection is contained where it started.
What is subnetting?
Dividing the IP address range into smaller ranges, each its own network. Traffic between subnets must pass through a router, which is where rules can be enforced.
What is a VLAN?
A logical grouping of devices configured on the switch, regardless of where each device is plugged in. Two machines in one room can be on different VLANs, and moving someone between groups is a setting rather than re-cabling.
How does segmentation reduce congestion?
Broadcast traffic reaches only its own segment rather than every device, so on a network split six ways each device sees roughly a sixth as much — the cabling carries useful work instead of noise.
What does segmentation cost an organisation?
It must be designed and maintained: wrong rules block legitimate work and forgotten rules leave gaps. Each crossing between segments also adds a routing step, and so a little delay.
Topic 2.2 study notes
Full notes & explanations for Network architecture
Computer Science exam skills
Paper structures, command terms & tips
Want smart review reminders?
Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.
Start Free