Chapter 5: Networks and the Internet Flashcards
What is a network?
An arrangement of computers or other electronic devices connected to each other
What is a server?
A program or powerful computer which manages access to a centralised resource or service in a network
What are the advantages of networks?
Allows multiple computers to share devices such as printers, allows files and software to be shared across computers, allows users to log in to their accounts from any computer in the network, provides internet access
What are the disadvantages of networks?
Malware can spread, complex and expensive to install, danger of hacking. If the file server stops working users’ files become unaccessible
What is a LAN?
A LAN (local area network) is a network that covers a small geographical area such as a school. The hardware is usually owned by the people who run the organisation the network is in
What is a WAN?
A WAN (wide area network) is a network that covers a large geographical area and consists of several LANs linked together
What is a client-server network?
A network with at least 1 server (the other computers are referred to as clients). The server authenticates the user and then provides access to files
Explain the process in which a client accesses data from a server
- The client makes a connection to the server with its address
- The client makes a service request
- If the request is valid, the server will send data or servuces to the client using the address from Step 1
(sometimes other steps such as authentication are involved)
What is a peer-to-peer network?
A network with no centralised servers, in which each computer can act as both a client and a server. This is how torrenting works
What is a network topology?
A way in which the connections between networked computers are arranged
Describe the bus network topology
A single cable which each device is connected to, with a terminator at the end (which absorbs signals and prevents them from bouncing back). Only one signal can be sent at a time, and the CSMA/CD algorithm can be used to handle multiple simultaneous messages
Describe the ring network topology
A network in which cables connect one device to another in a closed loop. Each device has an input and an output cable.
How does CSMA/CD work?
- Check if bus is busy
- If not busy, send a message, otherwise repeat Step 1
- Check to see if message received correctly
- If not received successfully, go to Step 5, otherwise go back to Step 1
- Wait random amount of time and go back to Step 1
What are the advantages of the bus topology?
Cheap to install (1 cable only), easy to add new devices
What are the disadvantages of the bus topology?
Whole network fails if cable cut, difficult to identify faults on cable, gets slower as more devices are added, all devices receive all data sent (security risk)
What are the advantages of the ring topology?
No collisions: Adding more devices does not slow the network down, easy to add new devices
What are the disadvantages of the ring topology?
Whole network fails if any cable or device stops working, adding a device temporarily shuts down the network, difficult to identify faults, more cables, more expensive
What is a modem?
A modem enables a computer to connect to the internet over a telephone line. A modem converts digital signals from a computer to analogue signals that are then sent down the telephone line. A modem on the other end converts the analogue signal back to a digital signal which another computer can understand.
What is a hub?
A hub broadcasts data to all devices on a network. This can use a lot of bandwidth as it results in unnecessary data being sent - not all computers might need to receive the data.
What is a router?
A device that can form a LAN by connecting devices within a building. It also makes it possible to connect different networks together. Homes and businesses use a router to connect to the internet. A router incorporates the capability of hubs, bridges and switches.