SLIDE 1
CSZone.co.uk
Click to reveal · Arrow keys also work
OCR J277 · Component 1 · Topic 1.3.2a

Wired & Wireless Networks

Modes of Connection · Wired vs Wireless · Encryption · IP & MAC Addressing · Standards

CSZone OCR GCSE Computer Science J277
Learning Objectives

By the end of this video you will be able to...

Describe the modes of connection — wired (Ethernet) and wireless (Wi-Fi, Bluetooth) — and when each is used
Compare the advantages and disadvantages of wired and wireless connections and recommend one for a given scenario
Explain the principle of encryption and why it is important for securing data transmitted across networks
Describe IP addressing — including the format of IPv4 and IPv6 addresses — and the purpose of MAC addressing
Explain the principle of a standard and how standards allow hardware and software from different manufacturers to work together
⚡ This is 1.3.2a — part 1 of 2 covering 1.3.2 (Wired and wireless networks, protocols and layers).
Network Connections

How devices connect — wired and wireless

MODES OF CONNECTION
There are two modes of connection in a network: wired — which uses physical cables — and wireless — which uses radio waves, so no physical cable is needed.
Wired — Ethernet: devices connect via cables plugged into a switch or router. Data travels through the cable. Common in offices, schools and data centres.
Wireless — Wi-Fi: devices connect to a WAP using radio waves. No physical cable. Common for laptops, phones, tablets. Bluetooth: short-range wireless for connecting peripherals (headphones, mice, keyboards) over approximately 10 metres.
⚡ The choice of connection affects speed, reliability, security and flexibility. You need to compare wired and wireless and recommend one for a given scenario.
Wired Connection

Ethernet — the standard for wired networking

DEFINITION
In a wired network, devices are physically connected using Ethernet cables plugged into a switch or router. Data travels along the cable between devices. Ethernet is the dominant wired networking standard.
ADVANTAGES
Faster speeds — wired connections offer higher and more consistent data transfer speeds than wireless
More reliable — not affected by interference from walls, other devices or neighbouring networks
More secure — data travels inside the cable and is much harder for an attacker to intercept
DISADVANTAGES
Less flexible — devices must be physically near a cable connection point and cannot move freely
Installation cost — cabling must be laid to every device; impractical for large buildings or mobile devices
⚡ Wired is preferred for desktop computers, servers, gaming, and any situation where speed, reliability or security is critical.
Wireless Connection

Wi-Fi — wireless networking

DEFINITION
Wi-Fi is a wireless networking technology that allows devices to connect to a network using radio waves transmitted by a Wireless Access Point (WAP). No physical cable is needed at the device.
Frequencies: Wi-Fi operates on 2.4 GHz (longer range, more interference, slower) or 5 GHz (shorter range, less interference, faster). A WAP or router broadcasts the signal for devices to connect.
ADVANTAGES
Flexible — devices connect from anywhere in range
Portable — laptops, phones, tablets move freely
Easy to add new wireless devices
DISADVANTAGES
Can suffer interference from walls and other devices
Range is limited by WAP signal strength
Potentially less secure — data travels through air
⚡ Wi-Fi is ideal for mobile devices and any scenario where devices need to move around. Encryption (e.g. WPA2) helps address the security disadvantage.
Wireless Connection

Bluetooth — short-range wireless

DEFINITION
Bluetooth is a short-range wireless technology for direct device-to-device communication. Unlike Wi-Fi, it does not connect a device to a network or the internet — it connects peripheral devices directly to each other.
Purpose: Bluetooth is used to connect peripherals such as wireless headphones, keyboards, mice, speakers and printers to a computer or smartphone — over short distances without a cable.
CHARACTERISTICS
Range: approximately 10 metres
Low power consumption
Lower data speeds than Wi-Fi
TYPICAL USES
Wireless headphones / earbuds
Wireless keyboard and mouse
Connecting phones to car audio
⚡ Key distinction: Wi-Fi = network/internet connectivity. Bluetooth = direct device-to-device peripheral connections over very short distances (~10m). They are not interchangeable.
Comparison

Wired vs Wireless

Feature Wired (Ethernet) Wireless (Wi-Fi)
Speed & Reliability Faster; consistent speeds; not affected by interference Slower; can suffer interference from walls and other devices
Security More secure; data stays in the cable, harder to intercept Less secure by default; data travels through air; needs encryption
Flexibility & Cost Less flexible; devices must be near a cable; higher cabling cost More flexible; devices can move freely; no cabling to each device
⚡ Exam tip: use this table to answer scenario questions. Always link the connection type to a specific requirement stated in the question — e.g. "reliability" → wired; "mobility" → wireless.
Exam Application

Choosing the right connection

Scenario A
A graphic design studio has desktop computers that must transfer large files quickly. The computers are fixed at desks. The studio deals with sensitive client files, so security is important.
RECOMMENDATION: WIRED (ETHERNET)
Faster speeds for large file transfers; more reliable; more secure as data is contained in cables. Computers are fixed at desks so flexibility is not needed.
Scenario B
A hotel wants guests to connect their phones and laptops to the internet from any room in the building. Guests use their own devices and move between rooms and the lobby.
RECOMMENDATION: WIRELESS (WI-FI)
Guests need flexible access and move around; physical cables cannot be connected to guests' own devices. Encryption (WPA2/WPA3) should be used to protect security.
Security

Encryption: securing data on networks

DEFINITION
Encryption converts data into an unreadable, scrambled format using a cipher and a key. Only someone with the correct key can decrypt and read the data. Without the key, intercepted data is meaningless.
Why it matters on networks: data transmitted across a network — especially a wireless network — could be intercepted by an attacker. Encryption ensures that even if data is captured, it cannot be read or used.
Wireless networks and encryption: because Wi-Fi data travels through the air, it is inherently easier to intercept than wired data. Wireless encryption standards such as WPA2 and WPA3 encrypt all data so that only authorised devices with the correct key can access the network.
⚡ Spec requirement: know the principle of encryption as a method to secure data across network connections. You do not need to know specific encryption algorithms — just what encryption does and why it is needed.
Addressing & Standards

IP addresses, MAC addresses and standards

IP ADDRESSING
An IP address is a unique numerical label assigned to a device on a network, used to identify and locate it.
IPv4
192 . 168 . 1 . 1
4 decimal numbers (0–255) separated by dots. ~4.3 billion addresses.
IPv6
2001:0db8:85a3:0000:8a2e:0370:7334
8 groups of 4 hex digits. Introduced because IPv4 ran out of addresses.
MAC ADDRESSING
A MAC (Media Access Control) address is a unique address permanently assigned to a NIC by its manufacturer. It cannot be changed. Format: 48 bits, written as 6 pairs of hex digits.
01 : 2A : 3B : 4C : 5D : 6E
Switches use MAC addresses to direct data to the correct device within a network.
Standards: a standard is an agreed set of rules for an area of computing. Standards allow hardware and software from different manufacturers to interact. For example, all Wi-Fi devices follow the same standard, so any Wi-Fi device can connect to any Wi-Fi router regardless of brand.
⚡ Key distinction: IP address — identifies device on network, can change (assigned). MAC address — permanently burned into hardware, never changes. Both are used together to get data to the right device.
Putting It Together

Wired & Wireless Networks — the big picture

WIRED (ETHERNET)
Faster, more reliable, more secure. Needs physical cable. Best for: desktops, servers, security-critical systems.
WIRELESS
Wi-Fi — flexible, portable, internet/network access. Bluetooth — short-range (~10m), peripheral devices, direct connection.
ENCRYPTION
Scrambles data so only authorised devices can read it. Essential for wireless networks where data travels through air.
ADDRESSING & STANDARDS
IP address identifies devices on a network (IPv4/IPv6). MAC address is permanently assigned to NIC hardware. Standards allow devices from any manufacturer to work together.
⚡ Scenario tip: "reliability and speed" → wired. "Flexibility and mobility" → wireless Wi-Fi. Always justify by linking a connection feature to the specific scenario requirement.
Exam-Style Questions

Wired & Wireless Networks

Question 1
Give one advantage and one disadvantage of using a wireless connection compared to a wired connection.
2 marks
1
Advantage: devices are not restricted by cables so they are more flexible/portable — they can connect from anywhere within range. (1 mark)
1
Disadvantage: wireless can suffer interference from walls and other devices / wireless is potentially less secure as data travels through the air / range is limited. (1 mark — any one)
Question 2
Explain why encryption is particularly important when using a wireless network.
2 marks
1
Data on a wireless network travels through the air as radio waves and could be intercepted by unauthorised users. (1 mark)
1
Encryption converts data into an unreadable format so that even if it is intercepted, it cannot be understood without the correct key. (1 mark)
Question 3
A business has employees who work at fixed desks and also has a meeting room where visitors bring their own laptops. Recommend a suitable connection type for each situation, giving a reason for each choice.
3 marks
Common Mistakes

Four mistakes that cost marks in the exam

1
Saying wireless is always insecure. Wireless is less secure by default, but encryption (e.g. WPA2/WPA3) can protect it. If asked "how can wireless be made secure?" the answer is encryption — always link the solution.
2
Confusing Wi-Fi and Bluetooth. Wi-Fi connects devices to a network/internet via a WAP. Bluetooth connects peripheral devices directly to each other over ~10m. Do not say Bluetooth is used for internet access — it is not.
3
Confusing IP address and MAC address. An IP address identifies a device on a network and can be changed/reassigned. A MAC address is permanently assigned to the NIC hardware and never changes. They serve different purposes — both are needed.
4
Mixing up IPv4 and IPv6 formats. IPv4 is four decimal numbers 0–255 separated by dots (e.g. 192.168.1.1). IPv6 is eight groups of four hexadecimal digits separated by colons. Don't describe IPv6 as "longer dots" — it uses colons and hexadecimal.
Summary

1.3.2a — Wired & Wireless Networks

WIRED (ETHERNET)
Faster, reliable, secure. Devices must be physically connected. Preferred for desktops, servers, security-critical use.
WIRELESS
Wi-Fi: network/internet, flexible, range-limited, needs encryption. Bluetooth: short-range (~10m), peripherals, device-to-device.
ENCRYPTION
Scrambles data so only those with the correct key can read it. Essential for wireless networks to prevent interception.
IP & MAC ADDRESSING
IP address: identifies devices (IPv4: x.x.x.x; IPv6: hex groups). MAC address: unique hardware ID permanently assigned to NIC (48-bit hex). Standards allow devices from different makers to work together.
EXAM TIP
For scenario questions, justify your connection choice by linking a feature to the requirement: "speed/security" → wired; "flexibility/mobility" → wireless Wi-Fi. Always address security by mentioning encryption for wireless.
1.3.2a Complete

That's 1.3.2a done!

Next up: 1.3.2b — Protocols & Layers

📝
MARKED WORKSHEET
CSZone.co.uk
🎯
QUIZ
CSZone.co.uk
📊
SLIDES
CSZone.co.uk