IBDP Computer Science A2.1 Network fundamentals HL Paper 1 - New Syllabus

Question

An organization replaced its local area network (LAN) with a wireless local area network (WLAN).
(a) Identify $3$ hardware components of a WLAN. $[3]$
(b) Outline $2$ advantages of a WLAN for the organization. $[4]$
A WLAN will introduce many cybersecurity risks.
(c) Describe $2$ ways in which the organization can avoid unauthorized interception issues. $[4]$
The organization allows employees to connect to the network from their homes.
(d) Explain how a virtual private network (VPN) allows employees full functionality as well as secure access to the organization’s network. $[4]$

Most-appropriate topic codes (CED):

TOPIC A2.1: Network fundamentals — parts (a) and (d)
TOPIC A2.3: Data transmissions — part (b)
TOPIC A2.4: Network security — part (c)
▶️ Answer/Explanation
Detailed solution

(a)
Any $3$ appropriate hardware components of a WLAN may be identified. For example:

Wireless access point (WAP/AP): allows wireless devices to connect to the network.
Wireless router: routes data between devices and other networks, such as the internet.
Wireless network interface card (NIC): enables a computer or other device to communicate wirelessly.

Other acceptable examples include wireless antennas, wireless bridges/repeaters, wireless controllers and network switches.

Answer: Wireless access point, wireless router and wireless NIC.

(b)
Two advantages include:

Mobility and flexibility: Employees can move around the office with laptops or mobile devices while remaining connected to the network. They are not restricted to locations where network cables are installed.

Easier and potentially cheaper installation or expansion: Fewer physical cables need to be installed, and additional users or devices can usually be added without installing new network cabling.

Other valid advantages include improved collaboration, easier scalability, simpler office layouts and increased availability of network access.

Answer: A WLAN provides greater mobility and makes the network easier to install, expand and reorganize.

(c)
Two ways of reducing unauthorized interception are:

Use strong wireless encryption: Modern encryption protocols such as $\text{WPA2}$ or $\text{WPA3}$ encrypt transmitted data. If wireless traffic is intercepted, the attacker should not be able to understand the data without the correct encryption key.

Use strong authentication: Users should be required to authenticate using secure passwords, multi-factor authentication or other approved credentials. This helps prevent unauthorized users from connecting to the WLAN.

Other acceptable security measures include filtering permitted devices, using firewalls, keeping firmware and software updated, network segmentation and using a VPN.

Answer: Use strong encryption and secure authentication to reduce the risk of intercepted data being read or accessed by unauthorized users.

(d)
A virtual private network (VPN) creates a secure connection between an employee’s device and the organization’s network across the internet.

• The employee must normally authenticate before the VPN connection is established, helping ensure that only authorized users gain access.

• The VPN creates an encrypted tunnel through which data travels. If the traffic is intercepted while crossing a public network, the encrypted contents should not be readable by the interceptor.

• Once connected, the employee can securely access organizational resources such as files, applications and other internal network services, giving them functionality similar to being connected directly to the organization’s network.

Answer: A VPN authenticates the remote employee and establishes an encrypted tunnel between the employee’s device and the organization’s network, providing secure remote access to internal files, applications and network services.

Question 

Describe the role of a DNS server. \( [2] \)

Most-appropriate topic code (CED):

A2.1: Network fundamentals
▶️ Answer/Explanation
Detailed solution

A DNS (Domain Name System) server stores or accesses a database containing domain names and their corresponding IP addresses.

It translates human-readable domain names, such as www.example.com, into the corresponding IP addresses so that a device can locate and connect to the correct web server.

Answer: A DNS server translates a domain name into its corresponding IP address, allowing the user’s device to connect to the correct server.

Scroll to Top