Network services Flashcards

1
Q

What are the client server roles?

A

File Client-File Server.
Web Client-Web Server.
Email Client-Email Server.

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

How many types of server software can a computer run?

How many clients can a computer server provide service to simultaneously?

A

Multiple forms of server sofwtare.

Multiple clients.

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

What do clients require to request and display the information from the server?

A

Software.

An example of client sofwtare is a web browser such as Chrome or Firefox.

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

What does DHCP mean?

What are DHCP servers used for?

A

Dynamic Host Configuration Protocol.

They are used to automatically assign IP addresses to clients on the network.

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

What does DNS mean?
What does DNS do?
Is DNS transparent?

A

Domain Name Service.
It translates strings into IP addresses. What is meant by this is that it translates information like ‘Youtube.co.uk’ into an IP address.
DNS is transparent as it is visible to the user.

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

What are print servers used for?

What are the three functions of a print server?

A

They are used to allow multiple users to a single printer.
Provide cleint access to print resources.
Administer print jobs by storing them in a que, until the print device is ready for them and then feeding or spooling the information to the printer.
Provide feedback to users.

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

What protocol allows for the user to transfer files between cleint and server?

A

FTP. File Transfer Protcol.

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

What is an FTP client?

A

A client that runs an application allowing for the pushing and pulling of files from a FTP Server.

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

How many connections are required for FTP?

A

Two.
One for commands and replies/control traffic.
Two for the actual file transfer.

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

FTP has many weaknesses, therefore which security transfer serviecs should be used? What are they?

A

FTPS. File transfer prtocol secure.
SFTP. SSH file transfer protcol.
SCP. Secure Copy.

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

How does FTPS work?

A

Allows for an FTP client to request that the file transfer session be encrypted.
This can be accepted or denied.

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

How does SFTP work? How about SCP?

A

An extension of Secure Shell. It is used to establish a secure file transfer session.
SCP also uses SSH to secure file transfers.

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

What are the three mail transfer protocols?

A

Simple Mail Transfer Protocol.
Post Office Protocol.
Internet Message Access Protocol.

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

How does the process of sending and recieving an email work?

A

It is sent using SMTP.

It is recieved using IMAP or POP.

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

What is a proxy server?

Hoes does it work?

A

A proxy server is a computer that has the authority to actas another. They are commonly used to either hide IP adresses or act as storage or cache for web pages that are frequently accessed by devices on the internal network.

  1. It intercepts the request.
  2. It checks to see if the websites contents have changed.
  3. If not, the proxy server responds to host with the web page.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an authetication/AAA server?

A

They are servers that authenticate whether or nto users can access the server.
AAA stands for:
Authentication. Permit Access.
Authorization. What they can do while there.
Accounting services. Track the actions performed.

17
Q

What do syslog servers do?

A

They gather logging infomration for monitoring and troubleshooting.
They select the type of logging ifnromation that is captured.
They specific the destinations of captured syslog messages.