Application Layer Protocols Flashcards

1
Q

What does SSH stand for?

A

Secure Shell

SSH allows secure remote login and encrypted data transmission.

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

What is the purpose of SSH?

A

Allows remote login access to servers and secure data transmission

SSH is useful for network administrators accessing servers without direct terminals.

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

What does the command ‘pwd’ do?

A

States current directory

‘pwd’ stands for ‘print working directory’.

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

What does the command ‘mkdir’ do?

A

Creates a folder

‘mkdir’ stands for ‘make directory’.

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

What is a web server?

A

A computer that stores website elements and responds to HTTP requests

It includes text, images, HTML, and CSS files.

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

What does HTTP stand for?

A

Hypertext Transfer Protocol

HTTP is used for transferring web pages over the internet.

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

What is the function of a GET request in HTTP?

A

Requests a resource from a server

Example: GET /Index.html HTTP/1.1.

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

What does a 200 OK status code indicate?

A

Success

It means the request was successfully processed by the server.

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

What is the range of HTTP response status codes for client errors?

A

4xx

These codes indicate issues with the client’s request.

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

What is HTTPS?

A

Secure Hypertext Transfer Protocol

It encrypts data transferred between a web browser and server.

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

What is the purpose of FTP?

A

Transfers files between two computers

It is commonly used for downloading or uploading large files.

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

What does the command ‘get’ do in FTP?

A

Downloads a file

It retrieves specified files from the server.

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

What does SMTP stand for?

A

Simple Mail Transfer Protocol

It is used for sending emails from client to mail server.

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

What is POP3?

A

Post Office Protocol

It retrieves emails from the mail server to the client.

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

Fill in the blank: The command ‘cd’ is used to ______.

A

change directory

‘cd’ allows navigation between folders.

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

True or False: HTTPS is commonly used for online banking.

A

True

HTTPS encrypts sensitive data such as credit card numbers.

17
Q

What is the role of an email server?

A

Distributes incoming email messages and sends outgoing messages

It acts as a storage and forwarding system for emails.