1.3 networks Flashcards
(45 cards)
What is a LAN? List some advantages
Covers a small geographical area
All computers are physically located in one site (e.g., school)
Infrastructure is owned by the organization/individual
Advantages:
-you can share the same hardware (eg printers) on a LAN
-software updates can be installed all at once rather than one by one
-user accounts stored centrally (users can log in from any device on the network)
Hardware needed to connect a stand-alone computer to a LAN:
Router: Makes decisions on where to send data packets; connects different networks.
Switch: Sends data packets to the intended recipient (manages a single network).
WAP (Wireless Access Point): Converts wired data into wireless signals.
NIC (Network Interface Card): Provides full-time network connection.
What is a WAN?
A group of LANs linked together (e.g., the Internet).
Covers a large geographical area.
Connections are leased from telecom companies (e.g., BT).
Much more expensive to set up than a LAN
Compared wired vs. wireless connections
Bandwidth:
Wireless:Very high (up to 100 Gbps)
Wired: Lower (2–3 Gbps)
Installation:
Wired:Difficult
Wireless:Easier
Cost:
Wired:More expensive
Wireless:Cheaper
Security:
Wired:Good
Wireless:Vulnerable to interference
Mobility:
Wired:Limited
Wireless:High
What is a star topology?
All devices connect to a central hub/switch.
If one cable fails, only one device is affected.
Expensive (requires lots of cables).
What is a mesh topology?
Every device connects directly to others.
High redundancy (no single point of failure).
What is a client-server network
Clients: computers that connect/send requests to the server
Servers: high-end computers that provide services for the rest of the network - they process requests from the client and respond
Most uses of the internet work on a client-server relationship - e.g. websites are hosted on web servers
Advantages of client-server networks:
Centralized management/updates.
Data accessible by any client.
Client activity can be monitored.
Disadvantages of client-server networks:
Server failure disrupts all clients.
Expensive hardware.
Cyber attacks target the server.
What is a peer-to-peer network?
All computers are connected without hierarchy; data is stored on all computers, and each acts as both client and server.
Advantages of peer-to-peer networks:
Easy to set up.
Don’t require expensive hardware.
More robust—no single point of failure.
Disadvantages of peer-to-peer networks:
Software & security updates must be done individually on each device.
No centralized backup, so each peer must be backed up separately.
Compare storage in client-server vs. peer-to-peer:
Client-Server: Central backing store available to all computers.
Peer-to-Peer: Storage facilities distributed across all computers.
Compare security in client-server vs. peer-to-peer
Client-Server: Controlled by the central computer.
Peer-to-Peer: Not centrally controlled.
Compare backup in client server vs peer-to-peer
Client-Server: Done centrally on the server.
Peer-to-Peer: Must be done separately for each computer.
Compare scalability in client server vs peer to peer
Client-Server: Supports hundreds/thousands of users; grows with an organization.
Peer-to-Peer: No central server; suited to homes/small businesses.
What is encryption and what is it used for?
The translation of data into ciphertext, so only the intended recipient with the correct key can understand it—used to keep data secure over networks.
Define plaintext
The original message.
Define decryption
Decoding ciphertext back into plaintext using a key.
TCP/IP
Controls how data is split into packets, sent, and reassembled over the internet.
HTTP
Hyper text transfer protocol
Used by web browsers to access websites & communicate with web servers (not secure)
HTTPS
Used to access websites securely - encrypts all information sent and received
FTP
File transfer protocol
Used for accessing, editing, and transferring files over a network.
POP3
Post office protocol
Retrieves emails, holds emails on its server until they are downloaded, at which point they are deleted.