Networks Flashcards
(62 cards)
LAN (local area network)
A network covering a small geographic area, like a home, school, or office, where devices are connected directly.
🧠 Example: School computers connected to the same server.
Virtual local area network (VLAN)
A logical subdivision of a LAN that groups devices into separate virtual networks even if they’re on the same physical infrastructure.
🧠 Example: Separating teacher and student devices on the same school network using VLANs.
Wide area network (WAN)
A network that covers a large geographic area and connects multiple LANs using routers and public lines.
🧠 Example: A multinational company’s offices connected across continents.
Storage area network (SAN)
A specialized high-speed network that provides access to centralized data storage.
🧠 Example: A data center where servers access shared storage through a SAN.
Wireless local area network (WLAN)
A LAN that allows devices to connect wirelessly via radio signals, typically Wi-Fi.
🧠 Example: Home Wi-Fi connecting your laptop, phone, and smart TV.
Internet
The internet is a global network that connects millions of computers and other devices so they can share data and communicate with each other.
Extranet
A private network that allows authorized external users to access parts of a company’s internal system.
🧠 Example: A supplier accessing a retail company’s inventory system to manage stock levels.
Virtual private network (VPN)
A secure, encrypted connection over a public network that provides privacy and safe data transfer.
🧠 Example: An employee working from home using a VPN to access their company’s internal system.
Personal area network (PAN)
A very small network used for personal devices within close range.
🧠 Example: A Bluetooth connection between a smartphone and wireless earbuds.
Peer-to-peer(P2P)
A network model where all devices (peers) are equal and share resources without a central server.
🧠 Example: Torrenting files using software like BitTorrent.
Standards
Agreed rules that ensure devices and systems can communicate and operate together on a network.
OSI seven layer model
A conceptual model that divides the communication process into seven layers, from hardware to user-facing applications.
🧠 Example: Sending a message over WhatsApp involves all seven OSI layers from physical transmission to app-level display.
Evaluate the use of a VPN
A VPN (Virtual Private Network) allows users to create a secure, encrypted connection over a public network such as the internet. It is commonly used to protect privacy, access restricted resources, and work remotely.
Advantages: Data security and privacy, remote access, bypassing restrictions
Disadvantages: Reduced speed, reliability and trust, compatibility issues
Protocol
A set of rules that defines how data is formatted, transmitted, and received over a network.
Analogy: With driving, there is a driving protocol, such that “right of way” prevents deadlocks and congestions
🧠 Example: HTTP for web browsing, TCP/IP for general internet communication.
Data packet
A small unit of data sent across a network, which includes payload (the actual data) plus control information like destination address and error checking.
🧠 Example: A file sent over the internet is broken into multiple packets.
Data integrity
Ensures that data is not altered or corrupted during transmission — the data received is exactly the same as what was sent.
🧠 Example: Using checksums or hashing to verify a file wasn’t changed during download.
Flow control
A technique that manages the rate of data transmission between sender and receiver to prevent overwhelming the receiver.
Deadlock
A state in a network where two or more processes are waiting for each other to release resources, causing all to stop.
🧠 Example: Two devices waiting to send data, but each is waiting for the other to respond first — nothing moves.
Congestion
Occurs when too much data is sent through a network at once, leading to packet loss, delays, or decreased performance.
🧠 Example: A video call lagging because many users are streaming or downloading large files at the same time.
Error checking
Error checking is a process where a small value (like a parity bit, checksum, or hash function) is added to data to detect changes during transmission or storage. The receiver recalculates the value and compares it; if it matches, the data is likely correct.
Explain why the speed of data transmissions across a network can vary
Network congestion: When too many devices are using the network at once, it can cause delays or packet loss.
Distance: Longer physical distances between sender and receiver can increase latency, especially over WANs.
Compression of data
The process of reducing the size of data files so that they take up less space and can be transmitted more quickly.
Explain why compression of data is often necessary when transmitting across a network
Speeds up transmission — less data = faster delivery, especially on slower or congested networks
Lowers cost — especially for mobile data or cloud storage providers that charge by usage
Bandwidth
The maximum amount of data that can be transmitted over a network in a given amount of time, usually measured in bits per second (bps).