Network types, architecture, transmission media, and connecting devices with interactive tools
Grade XII • Computer Science ⏱ ~20 minBrief Intro — Networking Concepts & Infrastructure
Computer networks are the bridges that connect devices across a room or across the planet, built from a mix of physical cables, wireless signals, and intelligent hardware. Understanding the infrastructure—from the type of network to the devices that link them—is essential for anyone working with modern technology.
In this activity, you'll compare different network scales like LAN and WAN, explore transmission media like fiber optics, and learn the roles of connecting devices like routers and switches.
Prerequisites
By the end of this activity, you will be able to:
Networks are classified by their coverage area, from personal devices in a single room to global systems connecting entire continents.
Select a network type to explore its coverage area, characteristics, and use cases.
Task 1: PAN (Personal Area Network)
Task 2: LAN (Local Area Network)
Task 3: MAN (Metropolitan Area Network)
Task 4: WAN (Wide Area Network)
Network architecture defines how resources are shared, whether through a central powerful server or directly between equal nodes.
Task 5: Client-Server vs Peer-to-Peer
| Aspect | Client-Server Architecture | Peer-to-Peer (P2P) Architecture |
|---|---|---|
| Structure | Centralized server provides services to clients | All nodes have equal status, no central server |
| Resource Location | Resources stored on central server | Resources distributed across all nodes |
| Security | Centralized security management | Decentralized, harder to manage |
| Scalability | Limited by server capacity | Highly scalable with more nodes |
| Cost | Higher (server hardware, maintenance) | Lower (no dedicated server needed) |
| Examples | Web browsing, email, database access | File sharing, cryptocurrency, blockchain |
| Reliability | Server failure affects all clients | Node failure has minimal impact |
Transmission media are the physical or wireless paths that carry data signals, each offering different trade-offs in speed, range, and cost.
Click a media type in the dock below to see its full details on screen.
Task 6: Guided Media Characteristics
| Media Type | Speed | Range | Cost | Pros | Cons | Applications |
|---|---|---|---|---|---|---|
| UTP | 10 Mbps - 10 Gbps | 100m | Low | Cheap, easy to install | Prone to EMI | Ethernet LANs |
| STP | 10 Mbps - 10 Gbps | 100m | Medium | EMI protection | More expensive | Industrial environments |
| Coaxial | 10 Mbps - 1 Gbps | 500m | Medium | Higher bandwidth | Bulky, harder to install | Cable TV, old LANs |
| Fiber Optic | 100 Mbps - 100 Gbps | 10km+ | High | Immune to EMI, high speed | Expensive, fragile | Backbone, long-distance |
Task 7: Unguided Media Characteristics
| Media Type | Speed | Range | Frequency | Pros | Cons | Applications |
|---|---|---|---|---|---|---|
| Radio Waves | Variable | Global | 3 KHz - 1 GHz | Long range, penetrates walls | Prone to interference | Radio, TV, Wi-Fi |
| Microwaves | High | Line-of-sight | 1 GHz - 300 GHz | High bandwidth, directional | Requires LOS alignment | Satellite, cellular backhaul |
| Infrared | Medium | Short | 300 GHz - 400 THz | Secure, no interference | Very short range | Remote controls, IrDA |
Connecting devices like switches, routers, and gateways act as the "traffic controllers" that manage and direct the flow of data through a network.
Task 8: Network Devices and Functions
| Device | Layer | Function | Use Case |
|---|---|---|---|
| NIC | Layer 1 & 2 | Connects device to network, handles MAC addressing | Every networked device |
| Repeater | Layer 1 | Regenerates signals to extend range | Long cable runs |
| Hub | Layer 1 | Multi-port repeater, broadcasts to all ports | Simple network expansion |
| Bridge | Layer 2 | Connects network segments, filters traffic | Segmenting networks |
| Switch | Layer 2 | Intelligent hub, MAC-based forwarding | Modern LANs |
| Router | Layer 3 | Routes between networks, IP-based forwarding | Internet connectivity |
| Gateway | All Layers | Protocol conversion, connects different systems | Dissimilar network connection |
Task 9: Network Tools and Utilities
| Tool | Function | Common Use |
|---|---|---|
| PING | Tests connectivity to a host | Checking if a device is reachable |
| TRACERT/TRACEROUTE | Traces packet path through network | Identifying routing path and delays |
| IPCONFIG/IFCONFIG | Displays network configuration | Checking IP address, subnet, DNS |
| NSLOOKUP | Queries DNS servers | Resolving domain names to IPs |
| NETSTAT | Displays network connections | Monitoring active connections |
| PATHPING | Combines ping and tracert | Detailed path analysis with packet loss |
Ready to test your knowledge?
Take the Assessment →