Cambridge Lower Secondary CheckpointStage 8

Networks and Digital Communication

Computing Stage 8 Chapter Notes

What this chapter covers

Networks and Digital Communication
ShareWhatsAppPost
Networks and Digital Communication notes

Unable to load PDF

The notes viewer could not load. Please refresh the page.

Read online free. Download a watermarked copy with a free account.

Read the notes

The full Networks and Digital Communication notes as text: skim, search, and jump between subtopics.

~12 min read

1. Types of Network: PAN, LAN, WAN

A computer network is a group of two or more interconnected devices that can share resources and data. Networks are classified based on their geographical size. A Personal Area Network (PAN) is the smallest, connecting devices within an individual's workspace, like a smartphone to a wireless headset. A Local Area Network (LAN) operates over a larger area, such as a single building or a school campus. The hardware for a LAN is usually owned by the organization. A Wide Area Network (WAN) spans a very large geographical area, often a country or even the entire globe. The internet is the largest example of a WAN. WANs are typically not owned by a single organization but are made up of multiple LANs connected together, often using infrastructure leased from telecommunications companies.

Key term

LAN (Local Area Network): A network that connects devices within a limited geographical area, such as a single building or a school campus, and is typically privately owned.

Examiner insight

Examiners reward answers that not only identify the correct network type for a scenario but also justify the choice using specific characteristics like geographical scale and ownership.

Worked example 14 marks

A new secondary school is being built. The headteacher wants all computers in the classrooms, library, and administrative offices to be connected. They also want to provide internet access to all users. Identify and describe the main type of network that should be installed.

  1. 1
    1. Identify the most appropriate network type: A Local Area Network (LAN) is the most suitable choice.
  2. 2
    1. Justify the choice based on scale: The school is a limited geographical area (a single site with multiple buildings), which is the perfect scale for a LAN.
  3. 3
    1. Justify the choice based on ownership and control: The school will own and manage the networking hardware (cables, switches, servers), which is characteristic of a private LAN.
  4. 4
    1. Mention connection to other networks: To provide internet access, the school's LAN will need to be connected to a Wide Area Network (WAN), which is the internet, via a router.

Recap

  • A Personal Area Network (PAN) connects devices for a single user over a very short distance.
  • A Local Area Network (LAN) connects devices within a limited area like a building or campus.
  • A Wide Area Network (WAN) connects devices over a large geographical area, like a country or the world.
  • The internet is the world's largest WAN.
  • LANs are typically privately owned, whereas WANs often use shared or leased infrastructure.

Quick check

  1. What does WAN stand for and give one example.2 marks
  2. Which network type would you use to connect your laptop, mouse, and headphones at your desk?1 mark

2. Wired vs Wireless Transmission Media

Data is transmitted across a network using either wired or wireless media. Wired connections use physical cables. The two main types are copper cables (like Twisted Pair) and fibre-optic cables. Copper cables are cheaper and widely used but are slower and more susceptible to electrical interference. Fibre-optic cables transmit data as pulses of light down thin glass or plastic strands. They offer much higher bandwidth (speed), are immune to electrical interference, and are more secure as the signal is harder to intercept. However, they are more expensive and fragile to install. Wireless connections, like Wi-Fi, transmit data using radio waves. Their main advantage is convenience and mobility, with no need for physical cables to the end device. Disadvantages include potentially lower speeds and reliability compared to wired, and greater security risks as signals can be intercepted more easily if not properly encrypted.

Key term

Bandwidth: The maximum rate of data transfer across a network connection, typically measured in bits per second (bps).

Common pitfall

Stating that wired connections are always faster than wireless. While a wired connection is generally more stable and faster than a Wi-Fi connection in the same price bracket, high-end Wi-Fi standards can outperform old or low-quality wired connections.

Fun fact

The light in a fibre-optic cable travels so fast and efficiently that a signal can travel around the entire Earth in just over 200 milliseconds (0.2 seconds), limited only by the speed of light in glass.

Worked example 13 marks

A bank is setting up a new headquarters. It needs to connect servers that handle sensitive financial transactions. Should it use copper or fibre-optic cables for this? Justify your answer with two reasons.

  1. 1
    1. Recommendation: The bank should use fibre-optic cables.
  2. 2
    1. Reason 1 (Security): Fibre-optic cables are much more secure. They do not emit electromagnetic signals that can be intercepted, unlike copper cables. Tapping into a fibre cable is very difficult and easily detectable, which is crucial for sensitive financial data.
  3. 3
    1. Reason 2 (Speed/Bandwidth): Financial institutions process vast numbers of transactions. Fibre-optic cables offer significantly higher bandwidth and faster data transfer speeds than copper, ensuring the network can handle the high volume of traffic without bottlenecks.

Recap

  • Wired networks generally offer higher speed and better security than wireless networks.
  • Wireless networks provide greater flexibility and mobility for users.
  • Copper cables are an inexpensive, common wired medium but are susceptible to interference.
  • Fibre-optic cables use light to transmit data, offering very high speed, high security, and immunity to electrical interference.
  • The choice of transmission medium involves a trade-off between cost, speed, security, and convenience.

Quick check

  1. State one advantage of a wireless network over a wired network.1 mark
  2. State two advantages of fibre-optic cable over copper cable.2 marks

3. Essential Network Hardware and Software

For devices to communicate on a network, several hardware and software components are essential. The Network Interface Controller (NIC) is a circuit board or chip in a device that allows it to connect to a network. A Switch is a device used in wired LANs to connect multiple devices together; it intelligently forwards data packets only to the intended recipient. A Router is a more intelligent device that connects different networks together, for example, connecting your home LAN to the internet (a WAN). A Wireless Access Point (WAP) allows wireless devices to connect to a wired network. Often, home internet hubs combine the functions of a router, switch, and WAP into one device. On the software side, a Network Operating System (NOS) is run on servers to manage network resources, user accounts, and security policies, providing centralised administration.

Key term

Router: A networking device that forwards data packets between different computer networks, such as connecting a home LAN to the internet.

Examiner insight

Marks are often awarded for clearly distinguishing between the roles of a switch (connecting devices on one LAN) and a router (connecting different networks).

Worked example 16 marks

A small office has 4 PCs, 1 network printer, and wants to provide internet access to all devices, both wired and wirelessly for laptops. List three essential networking devices they will need and describe the function of each.

  1. 1
    1. Device 1 (Router): They will need a router. Its function is to connect their office LAN to the internet (WAN) and direct traffic between them.
  2. 2
    1. Device 2 (Switch): A switch is needed to connect the wired devices (4 PCs and the network printer) together on the LAN. It will forward data between these devices efficiently. (Note: many routers have a built-in switch).
  3. 3
    1. Device 3 (Wireless Access Point - WAP): A WAP is needed to allow wireless devices like laptops to connect to the network. It broadcasts the network signal (Wi-Fi). (Note: many routers also have a built-in WAP).

Recap

  • A Network Interface Controller (NIC) is the physical connection point for a device on a network.
  • A Switch connects multiple devices on the same LAN and forwards data to specific recipients.
  • A Router connects different networks together, such as a LAN to the internet.
  • A Wireless Access Point (WAP) allows wireless devices to join a wired network.
  • A Network Operating System (NOS) manages users and resources on a network server.

Quick check

  1. What is the primary difference between a switch and a router?2 marks

4. Error Detection using Echo Check

When data is transmitted over a network, errors can occur where bits are 'flipped' (a 1 becomes a 0 or vice versa) due to issues like electrical interference or a power surge. It is vital to detect these errors. An echo check is a simple method for error detection. The process is: 1. The sending computer transmits a block of data to the receiving computer. 2. The receiving computer immediately sends the exact same block of data back to the sender – this is the 'echo'. 3. The original sender compares the echoed data with the data it originally sent. If the two blocks of data are identical, the transmission is assumed to be successful. If they do not match, an error has occurred, and the sender transmits the data again. A flowchart can illustrate this: a process box for 'Send Data', another for 'Receive Echo', a diamond for 'Does Echo match Original?', with 'Yes' leading to 'End' and 'No' looping back to 'Send Data'.

Key term

Echo Check: An error detection method where the receiving device sends a copy of the received data back to the sender for comparison.

Common pitfall

Forgetting the final step. Students often describe the echo but forget to mention the crucial comparison step and the subsequent re-transmission if an error is found.

Worked example 14 marks

A computer sends the byte 01000001 to a printer. Due to interference, the printer receives 01000011. Describe the echo check process that would identify this error.

  1. 1
    1. The computer sends the data byte 01000001 to the printer.
  2. 2
    1. The printer receives the corrupted data, which is 01000011.
  3. 3
    1. As part of the echo check protocol, the printer immediately sends this received byte (01000011) back to the computer.
  4. 4
    1. The original computer compares the echoed byte (01000011) with the byte it originally sent (01000001).
  5. 5
    1. The computer detects that the bytes do not match, so it identifies that a transmission error has occurred.
  6. 6
    1. The computer will then re-transmit the original data byte (01000001) to the printer.

Recap

  • Echo checks are used to detect errors in data transmission.
  • The receiver echoes back the data it receives to the sender.
  • The sender compares the original and echoed data to check for errors.
  • If the data does not match, it is re-transmitted.
  • A major drawback is that it doubles the amount of network traffic for each transmission.
  • It's impossible to tell if the error occurred on the initial transmission or the return echo.

Quick check

  1. What are the two main disadvantages of using echo checks for error detection?2 marks

5. Protecting Your Network

Network security is crucial to protect data from unauthorised access and malicious threats. A firewall acts as a barrier between a trusted internal network (e.g., your school or home network) and an untrusted external network (e.g., the internet). It inspects all data packets entering or leaving the network and blocks any that do not meet a set of security rules, preventing hackers from gaining access. Antivirus software is designed to detect, quarantine, and remove malicious software (malware) like viruses, worms, and trojans. It works by scanning files and programs and comparing them against a database of known malware definitions, or by monitoring program behaviour for suspicious activity. Anti-spyware is a specific type of security software that focuses on detecting and removing spyware – programs that secretly gather information about a user and their computer activities without their consent.

Key term

Firewall: A network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

Examiner insight

Examiners look for a clear understanding that a firewall operates at the network level, filtering packets, while antivirus software operates at the file and application level on the host computer.

Common pitfall

Confusing the roles of a firewall and antivirus software. Remember: a firewall is a traffic cop for the network connection, while antivirus is a detective checking the files and programs on the computer itself.

Worked example 14 marks

Explain how a firewall and antivirus software work together to protect a computer on a network.

  1. 1
    1. Firewall's Role (The Gatekeeper): The firewall is the first line of defence. It monitors traffic trying to enter the network from the internet. It can block access from suspicious IP addresses or prevent unauthorised programs from 'phoning home' to a hacker.
  2. 2
    1. Antivirus's Role (The Guard): If a malicious file does manage to get past the firewall (e.g., downloaded from an email or a USB stick), the antivirus software provides the next layer of protection. It scans the file and, if it matches a known virus signature, it will block it from running and quarantine or delete it.
  3. 3
    1. Synergy: The firewall prevents unauthorised access and blocks many threats at the network boundary, while the antivirus software deals with malicious files that have made it onto the local machine. They perform different but complementary roles to provide robust security.

Recap

  • A firewall is a barrier that filters network traffic based on security rules.
  • Antivirus software detects and removes malicious programs like viruses and worms from a device.
  • Anti-spyware is specialised software to remove programs that secretly collect user data.
  • These security measures work together in layers to provide comprehensive protection.
  • Keeping security software updated is essential for it to be effective against new threats.

Quick check

  1. What is the main difference between the function of a firewall and the function of antivirus software?2 marks

End-of-chapter exercise

Test yourself on the whole chapter. Work through these before moving on.

  1. Identify the most appropriate network type (PAN, LAN, or WAN) for each of the following scenarios: (a) connecting devices across a university campus, (b) connecting a Bluetooth keyboard to a tablet, (c) a system of bank cash machines across a country.3 marks
  2. Describe two differences between a Local Area Network (LAN) and a Wide Area Network (WAN) in terms of their geographical scope and infrastructure ownership.4 marks
  3. A media company needs to transfer very large video files between two of its office buildings located 5km apart. Discuss the suitability of copper cable versus fibre-optic cable for this connection.4 marks
  4. Explain the function of a router in a home network.2 marks
  5. A user sends the binary data 11001100. An error occurs during transmission, and the receiver gets 11011100. The receiver sends this back to the sender. Describe the remaining steps of the echo check process.3 marks
  6. State two disadvantages of using an echo check for error detection.2 marks
  7. Explain why a firewall is not enough on its own to protect a computer from all types of malware.3 marks
  8. A school is concerned about network security. Describe how a firewall and antivirus software would help to keep the school's network and computers secure.5 marks
  9. Compare the advantages and disadvantages of using a wired (Ethernet) connection versus a wireless (Wi-Fi) connection for online gaming.4 marks
  10. A small business is setting up its first office network. It needs to connect 10 desktop PCs, 2 network printers, and provide Wi-Fi for staff laptops and guests. Create a list of the essential network hardware required and justify the inclusion of each item.6 marks

Go deeper

Practise and revise with member-only material for this chapter.

Free notes are just the start.

Unlock every Workbook and Chapter at a Glance, and generate your own worksheets and predicted papers.

Explore plans

Related chapters