Unit 3 - Continuation... Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the client-server network?

A

. A client makes requests to the server for data and connections.
. A server controls access and security to one shared file store.
. A server manages access to the internet, shared printers and email services, as well as running data backups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a file server?

A

A file server holds all the files and all the data bases and manages backups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a print server?

A

A print server may organise printing on different printers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an email server?

A

An email server may receive emails, detect and block spam, distribute emails to users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a web server?

A

A web server may host the school’s external website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a database server?

A

A database server may hold students’ records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the role of the client?

A

The client sends requests to the server. It then waits and receives the reply.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the role of the server?

A

The server waits for requests from the client. It performs any processing required to fulfil the request. It sends back the requested data back to the client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the advantages of a client server?

A

. With file servers, just one file server needs to be back up and files can be accessed from any computer.
. Email servers provide a central place for email that is then accessed from different devices.
. One print server can manage all files to be printed. This allows one printer to be shared by many computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a peer-to-peer network?

A

All computers are equal and serve their own files to each other.
Each computer is responsible for its own security and backups and usually has its own printer.
. Usually for smaller companies with fewer computers.
. Can communicate without server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the advantages of a peer-to-peer network?

A

. Easier to set up - computers can simply be cabled together.
. No need for dedicated server equipment.
. Individual computers can share a printer, router etc..
. Users can communicate directly with each other and share each other’s files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the disadvantages of a peer-to-peer network?

A

. Viruses and Malware can be easily transferred.
. Data recovery and backup is not done centrally so has to be done individually on each computer.
. Files not centrally organised so can be difficult to find the file you want if not organised.
. If a computer is switched off, data from that machine can not be transferred to other machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is web hosting?

A

Web hosting is a service offered by companies that will host web pages and files for websites.
They would often provide database servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the advantages of using a web host?

A

.Web hosts have far more bandwidth, so they can serve more users
. Web hosts are able to monitor their equipment 24 hours a day.
. Web hosts will backup sites remotely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the cloud?

A

Remote servers that store data to be accessed over the internet. Access anytime, anywhere from any device.
Automatic backups.
Collaborate on files easily.
e.g. Google drive, OneDrive, Dropbox, iCloud, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the advantages of cloud computing?

A

. You can access your data and applications from anywhere at any time.
. You dont need a powerful computer with a huge hard drive, everything is stored on a remote computer
. Backing up data is no longer crucial, it is done by the service provider.

17
Q

What are the disadvantages of cloud computing?

A

. Personal data will be stored on another company’s servers.
. If the internet connection is lost, often the service becomes unusable.
. Slow internet connections may result in a poor quality of service

18
Q

What are the three transmission medias?

A

. Copper cables
. Fibre Optics
. Wi-fi

19
Q

What are the advantages and disadvantages of copper cables?

A

Copper cables (use electricity): Advantages:
. Tried and trusted tech
. Relatively inexpensive
Disadvantages:
. Signal affected by electric and magnetic fields
. Low bandwidth
. Heavy cables.

20
Q

What are the advantages and disadvantages of fibre optic?

A

Fibre Optic (uses light): Advantages
. very fast data transmission
. low loss of signal over distance.
. not affected by magnetic or electric fields
. require very little power
. more difficult to ‘tap into’ than copper cables
Disadvantages:
. high investment cost
. need for expensive optical transmitters and receivers.

21
Q

What are the advantages and disadvantages of Wi-Fi?

A

Wi-Fi (uses radio waves): Advantages:
. no need for trailing wires.
. allows devices to be used anywhere provided there’s a signal
. easier to add devices to a network.
Disadvantages:
. data transmission rate less that wired systems.
. signals can be blocked by objects or walls
. increases security issues.

22
Q

What are the 4 factors that affect network performance?

A

. Bandwidth
. Latency
. Error rate/ collisions
. Number of devices connected to them

23
Q

What is bandwidth?

A

Bandwidth is the amount of data that can be transmitted over a network in a given amount of time

24
Q

What is latency?

A

Latency is the length of time a packet of information takes to travel through the network.

25
Q

What is error rate?

A

Error rate is the measure of how many packets of data do not reach their destination ·

26
Q

What are standards?

A

Various rules for different areas of computing.
Standards allow hardware and software from different manufacturers to interact with each other.

27
Q

What is HTTP/HTTPS?

A

Hypertext Transfer Protocol - governs communication between a webserver and a client. HTTPS (secure) includes secure encryption to allow transactions to be made over the internet.

28
Q

What is FTP?

A

File Transfer Protocol - governs the transmission of files across a network and the internet.

29
Q

What is POP and IMAP?

A

Post Office Protocol and Internet Message Access Protocol - govern retrieving emails from email servers. POP is an older implementation, largely replaced by IMAP.

30
Q

What is SMTP?

A

Simple Mail Transfer Protocol - governs the sending of email over a network to a mail server.

31
Q

What is TCP/IP?

A

TCP/IP - Transmission Control Protocol/Internet Protocol - enables communication over the internet.
. It breaks up messages sent over to the internet into small chunks called packets
. Reassembles the packets at the other end.
. Detects errors
. Resends lost messages
. The IP protocol routes the individual packets.

32
Q

What is protocol layering?

A

The concept of protocol rules being built up in layers – the layered protocol stack facilitates the various rules being executed in a defined order.