Module 1: Network Fundamentals and Scales
Define a Network “Node.”
Any device connected to a network, such as a computer, storage device, or peripheral (e.g., a printer).
Define Personal Area Network (PAN) and Wireless Personal Area Network (WPAN).
PAN: Centered around a person or workspace to connect personal devices.
WPAN: A wireless local network connecting devices in very close proximity, such as a laptop, smartphone, and printer.
Define Local Area Network (LAN) and Wireless Local Area Network (WLAN).
LAN: Covers a small area like a single building.
WLAN: A wireless version of a LAN that uses radio waves for communication instead of physical cables.
Define Metropolitan Area Network (MAN) and Wide Area Network (WAN).
MAN: Covers several buildings in a city, larger than a LAN but smaller than a WAN.
WAN: Covers a very large geographical area, potentially connecting computers thousands of kilometres apart.
What are the primary features of a WAN?
A WAN is composed of many LANs connected together through a Public Switched Telephone Network (PSTN) or satellites.
WANs can connect computers that are thousands of kilometers apart.
Often utilises fibre-optic cables and switch-to-switch transmission.
What are some hardware and software components of a network?
Hardware: (Wireless) routers, Switches, Cables.
Software: Firewalls, Operation and manegment of the network (sending and reviving data packets).
What are some benefits of networking?
What are some drawbacks of networking?
Module 2: Network Models and Architecture
Define the Client-Server model.
A network model where computers that serve, provide resources or services are servers and computers that request those resources/services are clients. Tasks are split between the two.
Describe the role of clients and servers on the internet.
Web pages/files are saved on servers. Clients send requests to the web servers (for the files/pages).
Web servers process the requests and return the results to the client, and the client (computer) displays the results to the user.
Describe the key features of a peer-to-peer network.
List the 6 key terms in the BitTorrent (P2P) process.
Outline the process of setting up and using a peer-to-peer network.
Describe the benefits of the usage of peer-to-peer networks.
Describe the drawbacks of the usage of peer-to-peer networks.
Compare Thin and Thick Clients regarding processing and dependency.
Thin Client: Dependent on a server for processing; most features fail without a connection.
Thick Client: Functions like a standard computer; performs most processing locally and can operate offline.
List the pros and cons of Thin Clients.
Pros: Cheaper to expand; automatic central updates; centralised security.
Cons: High reliance on server/network link; high initial server startup costs.
List the pros and cons of Thick Clients.
Pros: Robust and works offline; more user control over data.
Cons: Less secure (individual responsibility); requires manual software updates per client.
Module 3: Topologies and Collision Handling
Define Bus and Star topologies.
Bus: Uses a single central cable (backbone); requires terminators to prevent signal reflection.
Star: All devices connect to a central hub or switch which directs data packets.
What are the disadvantages of bus and star topologies?
Bus: Damage to the main cable would result in entire network failure, not secure (sends data to all computers)
Star: High initial installation costs, central hub faliure afects the entire network.
How is data transmitted in packets in a star (switch) network?