Difference between revisions of "Client Server / Peer to Peer"
(→Question 11) |
(→Revision Questions) |
||
Line 54: | Line 54: | ||
-cannot stop people from accessing data | -cannot stop people from accessing data | ||
|data can only be accessed by those authorised to access given data | |data can only be accessed by those authorised to access given data | ||
− | +none of the above | + | +none of the above |
|the above are false | |the above are false | ||
</quiz> | </quiz> | ||
Line 83: | Line 83: | ||
- Peer-to-peer network | - Peer-to-peer network | ||
|| Ew no. | || Ew no. | ||
− | + Client-server network | + | + Client-server network |
|| Oh wow you got that right. | || Oh wow you got that right. | ||
</quiz> | </quiz> | ||
Line 92: | Line 92: | ||
|type="()"} | |type="()"} | ||
- True | - True | ||
− | + False | + | + False |
</quiz> | </quiz> | ||
Line 105: | Line 105: | ||
-They require special hardware | -They require special hardware | ||
|| | || | ||
− | +They are easy to set up / | + | +They are easy to set up |
+ | </quiz> | ||
+ | ===Question 5=== | ||
+ | ===Question 6=== | ||
+ | ===Question 7=== | ||
+ | ===Question 8=== | ||
+ | <quiz display=simple> | ||
+ | {which of these are advantages of peer-to-peer (less than 10 devices)? | ||
+ | |type="[]"} | ||
+ | + easy to maintain few device | ||
+ | |easy to manage few devices | ||
+ | -easy to backup | ||
+ | |harder to backup as have to do all | ||
+ | +low cost to set up | ||
+ | |no special software or hardware are required | ||
</quiz> | </quiz> | ||
Line 114: | Line 128: | ||
| type="[]" } | | type="[]" } | ||
− | + User will need to have a password on each machine they want to use | + | + User will need to have a password on each machine they want to use |
- No special operating system is required | - No special operating system is required | ||
- Has the ability to choose what resources will be shared | - Has the ability to choose what resources will be shared | ||
Line 127: | Line 141: | ||
| type="[]" } | | type="[]" } | ||
− | + client-server | + | + client-server |
- peer-to-peer servers | - peer-to-peer servers | ||
</quiz> | </quiz> | ||
Line 143: | Line 157: | ||
- Its hard to maintain. | - Its hard to maintain. | ||
||Bit rate is the number of bits transmitted per second. | ||Bit rate is the number of bits transmitted per second. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</quiz> | </quiz> |
Revision as of 10:23, 19 November 2019
Contents
[hide]Overview
CraigNDave
https://www.youtube.com/watch?v=Z67WhfeBIgg&list=PLCiOXwirraUDvVsza-xO2mMwW9QBIa_FG&index=2
Computer Science Tutor
https://www.youtube.com/watch?v=TdQgP_Gee_A&list=PL04uZ7242_M6O_6ITD6ncf7EonVHyBeCm&index=29
TRC PowerPoint
Client-Server
In a client-server network you have a special class of device called a server, and normal devices called clients. A client device is used during normal day to day tasks, but a server is dedicated just to the task assigned. In client-server networks, client devices make requests for network services to servers, multiple servers may be used for different services. A large network may have a file server, print server, email server, back-up etc. All data is stored on a central server that users can then access, this makes it easier to back up data as it is all in one place. Login servers can be used allowing user accounts and passwords to be the same across all machines, allowing for easy control over access rights.
Advantages
- All files are stored in a central location, and be accessed from any machine.
- Network peripherals are controlled centrally, allowing you to share multiple printers from a single server.
- Backups and network security is controlled centrally, requires the backup of a single location.
- Users can access shared data which is centrally controlled, users can login to any machine.
Disadvantages
- A specialist network operating system is needed.
- The server is expensive to purchase.
- Specialist staff such as a network manger is needed.
- If any part of the network fails a lot of disruption can occur.
Peer-Peer
In a peer to peer network all devices are of equal class. Unlike Client-Server networks, there are no dedicated servers in peer-peer networks. Each workstation in the network acts as both client and server, leaving each individual user to choose what is to be shared between workstations. If passwords are required they are have to be changed individually between multiple devices, making these kind of networks extremely difficult to scale into large organisations. They are also more insecure due to permission management of shares being managed individually.
Advantages
- No special operating system required or any servers (they cant be used as a normal machine).
- Flexible with the ability to add new machines and share resources.
- You can decide what resources will be shared by each machine.
Disadvantages
- Users will have different accounts and passwords on different machines.
- Backups will need to be done on each machine to prevent data loss.
- Sharing a connected resource could slow the machine down for the person using the actual machine.
- You reach a point where it is impossible to manage, user permissions and accounts will need to be set on each machine.
Revision Questions
Question 1
Question 2
Question 3
Question 4
Question 5
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10