client server and peer to peer networks Flashcards
what are the factors that affect the performance of a network
users
bandwidth
transmission media
error rate
latency
what is users
If you have too many devices requesting data at the same time, thus using the bandwidth, they can overload your network, causing network speed to slow down as the available bandwidth will be shared amongst different users. The more users, the more divided the available bandwidth would be.
what is bandwidth
The maximum amount of data transmitted over an internet connection in a given amount of time
what is transmission media
a physical path between the transmitter and the receiver - wired connections has a higher bandwidth than wireless connection
what is error rate
less reliable connections increase the number of errors that occur when data is transferred. This means data will have to be resent until it arrives correctly.
what are the main factors of error rate
Length of cable, and the grade of material used are factors of error rate.
what is a server
provides functionality for other programs or devices E.g Managing access to a network with logins
what are some examples of servers
Web Server.
Database Server.
Email Server.
Web Proxy Server.
what is a client
this is a computer that accesses services on another device.
what is a client server network
consists of a single central computer functioning as a server and directing several other computers, referred to as clients. Clients can access shared files and information kept on the serving machine by connecting to the server.
what is a peer-to-peer networks
each computer is known as a peer . Peers store their own files, which can be accessed by other peers on the network.
3 advantages of peer to peer networks
Each computer can communicate and share its data and resources with all others (e.g. files or even a printer)
Users can control which files they wish to share or keep private.
No cost in buying a server.
2 disadvantages of peer to peer
- If you have work saved on another computer’s hard disk drive it may be lost if that computer crashes or a user deletes it.
- No central backup. Each hard disk drive must be backed up independently.
3 advantages of client server
- Backup is central and only the file server needs to be backed up as that is where the data is stored.
- Data and programs are saved on the central file server and are more secure.
- security is high
disadvantages of client server
- If the server crashes then programs and data cannot be accessed and may be lost for all users.
- harder to maintain = needs technical knowledge