Networks and the Internet: Computer Science 9618 (Cambridge International AS & A Level)

Syllabus 2.1 · Strand 2 Networks and Communication

Questions
10
Total marks
57
Tier mix
10 Core

0 of 10 questions completed

Quick-fire this topic Practice set

Syllabus coverage

  • 2.1 10 questions

A computer network is defined as much by its shape and rules as by its cables, so this topic (syllabus ref 2.1) starts with the vocabulary for describing one. A LAN covers a single site and a WAN spans multiple sites; the client-server model centralises resources on a server while peer-to-peer shares them across equal nodes; and the bus, star, mesh and hybrid topologies each route data between hosts differently, with trade-offs in cost, reliability and how a fault propagates. Supporting hardware (network interface cards, switches, routers, wireless access points) moves data at each of these layers, and Ethernet networks detect data collisions using CSMA/CD.

The internet is the global infrastructure of interconnected networks; the World Wide Web is the collection of linked documents that runs on top of it, addressed by URLs and located through the Domain Name Service (DNS). Every device needs an IP address, IPv4 or IPv6, and subnetting divides a network into manageable, more secure blocks, while the public/private and static/dynamic distinctions determine how a device is found and reused.

The worked examples below are original and step through topology and addressing questions with complete solutions.

Question 1

Multiple choice AS 1 mark

Which statement correctly distinguishes the internet from the World Wide Web?

Question 2

Structured AS 8 marks

BrightDesk Architects has 12 computers in one open-plan office, all within a single building. The office's IT technician, Priya, is choosing how to cable the computers together to form a local network, and is comparing three cabling arrangements: a bus topology, a star topology and a full mesh topology.

(a) State whether the network Priya is designing is a LAN or a WAN, and give one reason for your answer based on the scenario. [2]

(b) Priya decides to connect all 12 computers to a central switch, so that each computer has its own individual cable running back to the switch (a star topology), rather than connecting all 12 computers to a single shared backbone cable that they all tap into (a bus topology). Each computer connects to its cable using its network interface card (NIC). Explain one advantage and one disadvantage of Priya's star topology choice compared with a bus topology, in the context of this 12-computer office. [4]

(c) A colleague suggests wiring the 12 computers as a full mesh instead, with a dedicated cable directly connecting every computer to every other computer. State one advantage this would give over the star topology, and one reason it is not a practical choice for this office. [2]

Question 3

Structured AS 9 marks

A household has a router that connects several devices - a laptop, a smart TV and a phone - to the internet through their internet service provider (ISP).

(a) State one structural difference between an IPv4 address and an IPv6 address. [2]

(b) The router assigns each of the three devices a private IPv4 address from the range 192.168.1.1 to 192.168.1.254, while the router itself has a single public IPv4 address issued by the ISP. State the difference between a public IP address and a private IP address, and explain why it is acceptable for the laptop to be given a private IP address that might, at the very same time, also be used by a device on a completely different, unrelated home network. [3]

(c) The laptop's network interface card (NIC) has the fixed hardware address 3C-5A-B4-9E-21-07. Explain two ways in which this address differs from the laptop's IP address. [4]

Question 4

Structured AS 11 marks

GreenLeaf Dental Clinic runs a small office network. Patient appointment records are centrally stored and updated only on a dedicated file server kept in the back office; no other computer on the network keeps its own copy of this data. The receptionist's computer displays a patient's appointment record by requesting it from this file server whenever it is needed.

(a) State whether retrieving a patient's appointment record in this way uses the client-server model or the peer-to-peer model, identifying which computer in the scenario is the client and which is the server. [2]

(b) The clinic's system administrator has also registered the domain name portal.greenleafdental.example.com for the file server, so that other devices do not need to know its IP address directly. Describe how a device converts this domain name into the correct IP address before it can actually contact the server. [3]

(c) Inside the clinic, a switch connects the reception computer and the back-office file server together on the wired LAN, and a router connects this LAN on to the clinic's ISP and the wider internet. State one function performed by the router that is not performed by the switch. [2]

(d) The clinic is adding a new computer at the reception desk and must decide whether to connect it to the network with a wired Ethernet cable run to the switch, or wirelessly through the clinic's wireless access point. Explain one advantage and one disadvantage of choosing the wired connection instead of the wireless connection for this new computer. [4]

Question 5

Multiple choice AS 1 mark

A small company is comparing two possible network connections for its new office before signing a contract with an internet service provider.

Which statement correctly describes what is meant by the bandwidth of a network connection?

Question 6

Multiple choice AS 1 mark

Meridian Bookkeeping currently saves every client file on the hard disk inside each accountant's own desktop computer. The office manager is considering switching to a cloud storage service instead, so that files are kept on servers run by an external provider and reached over the internet.

Which statement correctly describes what is meant by cloud computing?

Question 7

Structured AS 9 marks

Skyline Design Collective has three freelance designers, each working on their own laptop. They share large image files directly between their laptops using peer-to-peer file-sharing software installed on every machine: any laptop can send a file straight to, or receive a file straight from, any of the other two laptops, and there is no dedicated central computer that stores the master copy of a file.

(a) State which networking model, peer-to-peer or client-server, is being used in this scenario, and identify one feature of the scenario that supports your answer. [2]

(b) Explain one advantage of using the peer-to-peer model over the client-server model for these three designers, and explain one disadvantage. [4]

(c) The collective is growing and now wants a single, authoritative, up-to-date copy of each design file, with access permissions that one administrator can control centrally. State whether switching to the client-server model would help achieve this, and explain why. [3]

Question 8

Structured AS 9 marks

Harborview Logistics has been allocated the IPv4 address block 192.168.20.0 with the default subnet mask 255.255.255.0 (a /24 network) for its head office. The network manager needs to split this single block into 4 separate subnets, one each for the Sales, Accounts, IT and Warehouse departments, and every department needs at most 50 usable host addresses.

(a) State how many bits are used for the host portion of the address in the original /24 network with mask 255.255.255.0, and explain why this default mask on its own cannot create 4 separate subnets. [3]

(b) The network manager changes the subnet mask to 255.255.255.192 (a /26 network). State how many bits have been "borrowed" from the host portion of the address to create subnets, and state how many separate subnets this produces. [3]

(c) State how many usable host addresses are available in each of these /26 subnets, showing your working, and state whether this is enough for a department needing at most 50 host addresses. [3]

Question 9

Structured AS 7 marks

Oakwood Community Centre's older classroom LAN connects six computers to a hub. The hub simply repeats every signal it receives out to all of its other ports, so all six computers share the same transmission medium, and only one signal can be present on that medium at any instant.

(a) State what the abbreviation CSMA/CD stands for. [1]

(b) Describe the steps a computer on this hub-based LAN follows, using CSMA/CD, when it wants to transmit data, including what happens if two computers happen to start transmitting data at exactly the same time. [4]

(c) After a collision has been detected, explain why each of the two computers involved waits for a random amount of time before attempting to retransmit its data, rather than retransmitting immediately. [2]

Question 10

Multiple choice AS 1 mark

Solstice Bakery's website can be reached using the URL https://www.solsticebakery.example.com/menu/pastries.html.

Which statement correctly identifies the protocol, the domain name and the path used in this URL?