Networking and the Internet - Worksheets, Questions and Revision

13 original exam-style questions - 5 pages of questions with a full mark scheme - free printable PDF.

Download PDFJump to mark scheme (page 6)
« Previous: Databases and SQLNext: Data Representation and Theory of Computation »
Revision Library
revisionlibrary.co.uk
A-Level · AQA

A2.8 Networking and the Internet

AQA 7517 · Calculators not allowed · about 145 minutes
Total Marks
Name: _______________________________    Date: ____ / ____ / ______
Answer ALL questions. Show all your working.

Networking case studies: college networks, file-sharing and online retail security

Original scenarios written for Revision Library.

Questions 1 and 2 follow Ravensmead Sixth Form College's network technician, Owen Fairweather, as he chooses a topology and identifies the hardware needed for a new ICT suite. Questions 3 to 9 cover the core networking theory behind that design: client-server versus peer-to-peer architectures (via a file-sharing startup, SwiftShare), the TCP/IP protocol stack, IPv4 addressing and subnetting, DNS resolution, packet switching versus circuit switching, and the full sequence of events behind a single web request. Questions 10 and 11 look at how an online retailer, GreenLeaf Retail, defends its website and customer data against network security threats, including encryption and digital certificates. Questions 12 and 13 close with wireless networking standards and security, and the ongoing migration from IPv4 to IPv6.

1
Ravensmead Sixth Form College is installing a new computer network for its ICT suite, which will have 12 workstations connected to one central switch, plus a server. The network technician, Owen Fairweather, is considering three different topologies: star, bus and full mesh.
(a)Define the term 'network topology'.(1)
(b)Describe how data travels across a star topology when one workstation sends data to another.(2)
(c)State one advantage and one disadvantage of using a star topology for the ICT suite.(2)
(d)Explain one way in which a full mesh topology differs from a star topology, and explain why this makes a full mesh more resilient to a single point of failure.(3)
(e)Owen cannot decide between a star topology and a bus topology for the ICT suite. Recommend which topology he should use, justifying your answer with reference to two advantages of a star topology over a bus topology.(3)
(Total for Question 1 is 11 marks)
2
Owen also needs to choose the hardware for the ICT suite's network and its connection to the Internet.
(a)State the purpose of a MAC address.(1)
(b)A network interface card's MAC address is given in hexadecimal as 3C-A6-2F-01-9B-4E. Determine how many bits this represents, showing your working.(2)
(c)Explain the difference between how a switch and a hub forward an incoming data frame.(3)
(d)Explain why a router, not just a switch, is needed to connect the college's internal network to the Internet.(2)
(Total for Question 2 is 8 marks)
3
SwiftShare is a new startup planning a file-sharing service that lets users upload and download large files directly to and from each other. Its founder, Meera Iqbal, is deciding whether to build the service using a client-server model or a peer-to-peer (P2P) model.
(a)State one characteristic that distinguishes a client-server network from a peer-to-peer network.(1)
(b)In a peer-to-peer network, explain what is meant by each node acting as both a client and a server.(2)
(c)State two advantages of a peer-to-peer model over a client-server model for sharing large files directly between users.(2)
(d)Discuss whether Meera should use a client-server model or a peer-to-peer model for SwiftShare's file-sharing service. In your answer, you should consider: the reliability and availability of files when the original uploader is offline; the cost and scalability of running the service as it grows; the level of central control needed over content moderation and security.(6)
(Total for Question 3 is 11 marks)
4
Ravensmead's ICT suite uses the TCP/IP model to structure how data is sent across its network and out to the Internet.
(a)State the four layers of the TCP/IP model, in the correct order, starting with the layer closest to the application software.(2)
(b)Identify one protocol that operates at the Transport layer, and state its function.(2)
(c)Explain what is meant by 'encapsulation' as data passes down through the TCP/IP stack, using the example of sending an email with an attachment.(3)
(d)State the name given to a unit of data at the Transport layer, and the name given to a unit of data at the Link layer.(2)
(Total for Question 4 is 9 marks)
5
Ravensmead's ICT suite is assigned IP addresses on its local network.
(a)Convert the IPv4 address 172.16.5.200 to its full 32-bit binary representation.(2)
(b)A subnet uses the mask 255.255.255.0. State how many bits are used for the host identifier in this subnet, and hence calculate the number of usable host addresses it provides.(3)
(c)Explain the difference between a public IP address and a private IP address.(2)
(d)A home router uses Network Address Translation (NAT) to allow several devices to share one public IP address. Explain how NAT achieves this.(3)
(Total for Question 5 is 10 marks)
6
A student at Ravensmead types www.ravensmeadsfc.ac.uk into their browser's address bar.
(a)State the purpose of the Domain Name System (DNS).(1)
(b)Assuming nothing is already cached, describe the sequence of steps involved in resolving this domain name to an IP address, referring to the root server, the top-level domain (TLD) server and the authoritative name server.(4)
(c)Explain why DNS resolvers cache the results of previous lookups, and state one drawback of this caching.(2)
(Total for Question 6 is 7 marks)
7
A traditional landline telephone call uses circuit switching, whereas a Voice over IP (VoIP) call made through an app uses packet switching.
(a)Describe how circuit switching establishes a connection for a landline telephone call.(2)
(b)Describe how packet switching transmits data for a VoIP call, referring to packetisation, routing and reassembly.(3)
(c)State two advantages of packet switching over circuit switching for general Internet traffic.(2)
(d)Explain one disadvantage of packet switching for a real-time application such as a VoIP call.(2)
(Total for Question 7 is 9 marks)
8
Ravensmead's network uses a mixture of TCP and UDP for different types of traffic, and relies on standard port numbers to direct traffic to the correct application.
(a)State two differences between TCP and UDP.(2)
(b)State the standard port number normally used by each of the following protocols: (i) HTTP (ii) HTTPS (iii) FTP (control connection) (iv) SMTP.(4)
(c)A live video-streaming service transmits its video data using UDP rather than TCP. Explain why UDP is more suitable than TCP for this application, referring to the trade-off between reliability and speed.(3)
(d)Explain why a web browser uses TCP, rather than UDP, when requesting a webpage.(3)
(Total for Question 8 is 12 marks)
9
A student enters a URL into their browser's address bar to view a webpage.
(a)State what is meant by a URL (Uniform Resource Locator).(1)
(b)Describe the sequence of events that takes place from a user entering a URL into their browser's address bar to the requested webpage being displayed on screen. Your answer should refer to DNS resolution, establishing a TCP connection, and the HTTP request/response.(6)
(Total for Question 9 is 7 marks)
10
GreenLeaf Retail runs an online shop. Last month its website was disrupted by a Distributed Denial of Service (DDoS) attack, and a customer, Tariq Osman, reported receiving a suspicious email that appeared to be from GreenLeaf, asking him to click a link and confirm his card details.
(a)Identify the type of attack described in the email received by Tariq, and explain how it works.(2)
(b)Explain how a Distributed Denial of Service (DDoS) attack disrupts the availability of a web server.(3)
(c)State one technical measure GreenLeaf could put in place to reduce the risk of a successful DDoS attack.(1)
(Total for Question 10 is 6 marks)
11
GreenLeaf Retail wants to make sure customer data is protected whenever a customer connects to its website, following the incidents described in Question 10.
(a)Explain the difference between symmetric encryption and asymmetric encryption.(3)
(b)During a TLS handshake, asymmetric encryption is used to securely exchange a symmetric session key, which is then used for the rest of the session. Explain one advantage of using asymmetric encryption for this initial key exchange, rather than relying on symmetric encryption alone.(2)
(c)Explain the role of a digital certificate in establishing a secure HTTPS connection between a customer's browser and GreenLeaf's web server.(3)
(d)Evaluate the effectiveness of relying on a firewall and encryption alone to protect GreenLeaf's customer data, compared with also training staff to recognise phishing attempts.(6)
(Total for Question 11 is 14 marks)
12
Ravensmead's ICT suite also provides WiFi access for staff laptops elsewhere in the building.
(a)State two factors, other than distance, that could reduce the range or reliability of a WiFi signal inside the building.(2)
(b)Explain one advantage and one disadvantage of using the 5GHz frequency band, compared with 2.4GHz, for a WiFi network.(2)
(c)Explain why WPA3 provides better security for a wireless network than WEP.(3)
(Total for Question 12 is 7 marks)
13
IPv4 addresses are 32 bits long, giving around 4.3 billion possible addresses, whereas IPv6 addresses are 128 bits long and written in hexadecimal, e.g. 2001:0db8:0000:0000:0000:ff00:0042:8329.
(a)Write this IPv6 address in its abbreviated (compressed) form, applying the standard rules for omitting leading zeros and consecutive blocks of zeros.(2)
(b)State one reason why IPv6 was introduced despite the widespread existing use of IPv4.(1)
(c)Discuss the technical challenges involved in migrating the wider Internet from IPv4 to IPv6.(6)
(Total for Question 13 is 9 marks)
Mark scheme · A2.8 Networking and the Internet

Question 1

Question 2

Question 3

Question 4

Question 5

Question 6

Question 7

Question 8

Question 9

Question 10

Question 11

Question 12

Question 13