2.1.1 Networks including the internet Flashcards
Purpose and Benefits of Networking Devices.
- Allows for communication between machines.
- Allows sharing of files and data, increase availability of information.
Characteristics of a LAN.
- Covers a small geographical area.
- Typically cheaper than WAN
- LANs typically have higher bandwidth than WANs
Characteristics of WAN.
- Covers a large geographical area.
- Typically more expensive
- WANs typically have a lower bandwidth than LANs.
Describe what is meant by a client-server model of networked computers.
When a server provides services/applications to other computers referred to as ‘clients’. The client sends requests, the server sends back responses.
Describe what is meant by a peer-to-peer model of networked computers.
When each node in the network operates as both the ‘client’ and the ‘server’, eliminating the need for a central server.
Benefits of the client-server model.
- Clients can be less powerful machines, therefore less expensive to buy.
- Files and resources are centralised, meaning that it is easier to update resources and data.
Benefits of the peer-to-peer model.
- More resilient, if one node is taken down, the network still works.
- Adaptable, a P2P network extends to include new clients easilt allowing it to be more flexible than client-server networks.
What is a thin-client?
A thin-client is designed to be small and lightweight, meaning that most of the processing is done on the server.
This means that it requires a constant connection to the server.
What is a thick-client?
A thick-client performs the bulk of processing in the client-server application, meaning continuous connection to the server is not required.
What is a bus topology?
- Uses a central cable which all nodes are connected.
- One node can only send one packet at a time, but data is sent down the central bus in both directions.
- A Terminator is attached at each end to ensure signals do not bounce back.
What is a star topology?
- Network controlled by central server (can be router, server computer or switch), which controls how data is moved around the system.
- Every device has it’s own dedicated connection to the central server.
What is a mesh topology?
- Every node has a dedicated connection to every other single node.
- As every device has a direct path to every other device, data collision cannot occur.
Benefits of a bus topology.
- Easier to setup/extend.
- Less cable required.
Drawbacks of a bus topology.
- If main cable breaks, network performance badly degraded.
- Collisions happen, not suitable for network with high amounts of traffic.
Benefits of a star topology.
- Secure as signals only get sent to the destination.
- Fewer data collisions, can handle more network traffic.
- Failure of one node or link does not affect rest of network.