This topic covers the fundamental principles of computer networks, including the reasons for networking and the distinction between LANs and WANs. It explo
Topic Synopsis
This topic covers the fundamental principles of computer networks, including the reasons for networking and the distinction between LANs and WANs. It explores the structure of the internet, network performance factors, protocols, the TCP/IP model, network topologies, and essential network security measures.
Key Concepts & Core Principles
- LAN vs WAN: A LAN (Local Area Network) covers a small area like a school, while a WAN (Wide Area Network) covers a large geographical area, e.g., the internet. Know the differences in ownership, speed, and cost.
- Network Topologies: Star (all devices connect to a central switch) is common in schools because it's easy to manage and a single cable failure doesn't affect others. Mesh (every device connects to every other) is more resilient but expensive. Bus (all devices share a single cable) is cheap but a single break can bring down the whole network.
- Protocols: These are rules for communication. Key ones include TCP/IP (ensures data is sent reliably across networks), HTTP/HTTPS (for web pages), and Ethernet (for wired LANs). You need to know their purposes, not just the acronyms.
- IP Addressing and DNS: Every device on a network has an IP address (like a postal address). DNS (Domain Name System) translates human-friendly domain names (e.g., google.com) into IP addresses so computers can find each other.
- Packet Switching: Data is broken into small packets, each sent independently across the network. This makes transmission efficient and resilient because packets can take different routes if one path fails.
Exam Tips & Revision Strategies
- Ensure you can distinguish between the purpose of different protocols like HTTP and HTTPS
- Be prepared to explain how the TCP/IP model handles data transmission across the four layers
- Practice calculations involving file size, transmission rate, and time
- Understand the difference between physical security and logical security measures
Common Misconceptions & Mistakes to Avoid
- Confusing the roles of different network protocols
- Misunderstanding the layers of the TCP/IP model
- Incorrectly identifying the characteristics of different network topologies
- Failing to correctly calculate file transfer times using bits per second
Examiner Marking Points
- Reasons for connecting computers in a network
- Differences between Local Area Networks (LAN) and Wide Area Networks (WAN)
- Structure of the internet including IP addressing and routers
- Impact of wired and wireless connectivity on performance (speed, range, latency, bandwidth)
- Calculation of transmission rates and file transfer times
- Role and function of network protocols (Ethernet, Wi-Fi, TCP/IP, HTTP, HTTPS, FTP, POP3, SMTP, IMAP)
- Function of the 4-layer TCP/IP model
- Characteristics of network topologies (bus, star, mesh)