Study Guide

Unit Overview

Communication

CIE A-Level Computer ScienceΒ· 5 min read πŸ“Š n/a

1. Unit at a Glance

This unit builds incrementally from foundational network structure up to the core technologies that power the global internet. You will start by learning what networks are and how they are physically and logically arranged, then move on to the universal rules (protocols) that govern orderly data transfer.

After covering core protocol concepts, you will explore specialized wireless communication standards, then dive into the specific technologies that make the internet work, before finishing with a comparison of the two main methods for routing data across networks.

2. Common Pitfalls

Wrong move:

Confusing the layer structure of the OSI model with the TCP/IP model

Why:

Students often mix up the number of layers and which functional responsibilities map to each model

Correct move:

Memorize the 4-layer TCP/IP model and map the 7 OSI layers to it for clear comparison

Wrong move:

Assuming packet switching is always superior to circuit switching

Why:

Students often forget that circuit switching has unique benefits for specific use cases

Correct move:

Always link the switching method to its common use cases when comparing the two approaches

3. Quick Reference Cheatsheet

Concept

Key Unit Summary

Network size categories

PAN (<10m), LAN (single site), WAN (multiple geographic sites)

TCP/IP Model Layers

Link Layer β†’ Internet Layer β†’ Transport Layer β†’ Application Layer

TCP vs UDP

TCP: reliable, connection-oriented; UDP: low-latency, connectionless

Switching comparison

Circuit: dedicated end-to-end path; Packet: data split into independently routed packets

Common wireless standards

IEEE 802.11 = WiFi; Bluetooth = IEEE 802.15.1

What's Next

Start your learning of this Communication unit with the first sub-topic below, which covers foundational network concepts you will need for all subsequent topics in this unit. Once you complete all sub-topics here, you will move on to the next core unit of the CIE 9618 syllabus.