Application Layer Protocols Flashcards
What does SSH stand for?
Secure Shell
SSH allows secure remote login and encrypted data transmission.
What is the purpose of SSH?
Allows remote login access to servers and secure data transmission
SSH is useful for network administrators accessing servers without direct terminals.
What does the command ‘pwd’ do?
States current directory
‘pwd’ stands for ‘print working directory’.
What does the command ‘mkdir’ do?
Creates a folder
‘mkdir’ stands for ‘make directory’.
What is a web server?
A computer that stores website elements and responds to HTTP requests
It includes text, images, HTML, and CSS files.
What does HTTP stand for?
Hypertext Transfer Protocol
HTTP is used for transferring web pages over the internet.
What is the function of a GET request in HTTP?
Requests a resource from a server
Example: GET /Index.html HTTP/1.1.
What does a 200 OK status code indicate?
Success
It means the request was successfully processed by the server.
What is the range of HTTP response status codes for client errors?
4xx
These codes indicate issues with the client’s request.
What is HTTPS?
Secure Hypertext Transfer Protocol
It encrypts data transferred between a web browser and server.
What is the purpose of FTP?
Transfers files between two computers
It is commonly used for downloading or uploading large files.
What does the command ‘get’ do in FTP?
Downloads a file
It retrieves specified files from the server.
What does SMTP stand for?
Simple Mail Transfer Protocol
It is used for sending emails from client to mail server.
What is POP3?
Post Office Protocol
It retrieves emails from the mail server to the client.
Fill in the blank: The command ‘cd’ is used to ______.
change directory
‘cd’ allows navigation between folders.
True or False: HTTPS is commonly used for online banking.
True
HTTPS encrypts sensitive data such as credit card numbers.
What is the role of an email server?
Distributes incoming email messages and sends outgoing messages
It acts as a storage and forwarding system for emails.