Save
...
Communication and Networking
TCP/IP Model
Standard Application Layer Protocols
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
willow
Visit profile
Cards (37)
What does FTP stand for?
File
Transfer
Protocol
View source
What does HTTP stand for?
Hypertext
Transfer
Protocol
View source
What does HTTPS stand for?
Hypertext
Transfer
Protocol
Secure
View source
What does POP3 stand for?
Post
Office
Protocol (v3)
View source
What does SMTP stand for?
Simple
Mail
Transfer
Protocol
View source
What does SSH stand for?
Secure
Shell
View source
What is the purpose of FTP client software?
To transfer
files
using FTP protocols
View source
How does SSH facilitate remote management?
By providing
secure
access to
remote systems
View source
What is the role of an email server?
To
retrieve
and
send
email
View source
What is the role of a web server?
To serve web
pages
in
text form
View source
What does a web browser do?
Retrieves and
renders
web pages
View source
What is the client in HTTP communication?
The
web
browser
on your device
View source
What is the purpose of an HTTP request?
To request web pages from a
server
View source
What does the server do upon receiving an HTTP request?
Sends an HTTP
response
with the requested page
View source
What is the purpose of the GET request in HTTP?
Requests a response from the
server
View source
What does the POST request do in HTTP?
Sends data to the server from a
web
form
View source
Why is HTTP considered not secure?
Details of
transactions
can be seen
View source
How does HTTPS secure data exchange?
By
encrypting
data with a
digital certificate
View source
What is the function of FTP?
To send files between two
devices
View source
How does an FTP client operate?
Initiates connections to the
FTP server
View source
What is anonymous FTP?
Publicly available
FTP for
file
downloads
View source
What is the purpose of SSH?
To provide
encrypted
remote access
View source
What is the role of SMTP?
To transfer
email
from client to server
View source
How does POP3 function?
Downloads
emails
and deletes them from server
View source
What is IMAP used for?
To synchronize
emails
across devices
View source
What is the advantage of IMAP over POP3?
Manages
emails
on multiple devices
View source
What is the function of an email server?
Stores
user emails
and
addresses
View source
What is the role of a web server?
Hosts
websites
and handles user
traffic
View source
What does a web browser do when accessing a web page?
Requests the page from the
DNS
View source
What happens when a web page is cached?
It is stored
temporarily
for
quick access
View source
What is the advantage of caching a web page?
Retrieves it quickly without
DNS request
View source
What is a potential issue with cached pages?
They may become
outdated
if changed
View source
How do POP3 and IMAP differ in email management?
POP3 deletes emails from the
server
, IMAP synchronizes
View source
What are the main types of HTTP request methods?
GET
: Requests a response
HEAD
: Requests header data
POST
: Sends data to the server
PUT
: Uploads a resource
DELETE
: Deletes a resource
View source
What are the key functions of email and web servers?
Email Server:
Stores
user emails
and addresses
Manages
incoming
and
outgoing
mail
Web Server:
Hosts websites
Handles
user traffic
to the site
View source
What are the key features of SSH commands?
cd
: Change directory
rm
: Delete a file
mv
: Rename a file
cp
: Copy a file
vi
: Create a file
View source
What are the advantages and disadvantages of caching web pages?
Advantages:
Quick access to previously visited pages
Reduces
bandwidth
usage
Disadvantages:
Cached pages may be
outdated
Requires
refreshing
for updates
View source