Module 12: Application layer services Flashcards
describe the role of
Dynamic Host Configuration Protocol (DHCP)
Used to automatically configure devices with IP addressing and other necessary information to enable them to communicate over the internet.
this Resolves internet names to IP addresses.
describe the role of
Domain Name System (DNS)
Used for interactive file transfer between systems.
describe the role of
File Transfer Protocol (FTP)
this is Used to provide remote access to servers and networking devices.
NOTE
typically the communication will be to the CLI of the device
describe the role of
Secure Shell (SSH)
Used by web browsers to request web pages and web servers to transfers the files that make up web pages of the World Wide Web.
describe the role of
Hypertext Transfer Protocol (HTTP)
- client opens a connecion with an FTP server (source 2000, dest: 21)
- FTP server acknowledges
- FTP server tells the client to connect to port XXXX > 1024 for a data connection
- the client connects to the FTP server for a data connection on the port it mentioned
describe in 4 steps an
File Transfer Protocol (FTP) passive connection
operating systems come with FTP clients installed
on windows typing FTP will open the command line FTP client where commands can be issued
there are also GUI based FTP clients such as filezilla that allow an easy drag and drop feature for transferring files
what two ways can we issue FTP commands and transfer files using FTP
describe the role of
Simple Mail Transfer Protocol (SMTP)
this Sends email messages and attachments from email clients to email servers and from email servers to other email servers.
describe in 4 steps an
File Transfer Protocol (FTP) active connection
and its drawback
- client opens a connecion with an FTP server (source 2000, dest: 21)
- FTP server acknowledges
- client tells the FTP server i will be listening on port XXXX for the data connection
- FTP server opens the data connection (source: 20, dest XXXX)
* the problem with this is since the FTP server is opening the data connection it may be blocked by a firewall since the connection was not initiated by the client
Used to automatically configure devices with IP addressing and other necessary information to enable them to communicate over the internet.
describe the role of
Dynamic Host Configuration Protocol (DHCP)
- client opens a connecion with an FTP server (source 2000, dest: 21)
- FTP server acknowledges
- client tells the FTP server i will be listening on port XXXX for the data connection
- FTP server opens the data connection (source: 20, dest XXXX)
* the problem with this is since the FTP server is opening the data connection it may be blocked by a firewall since the connection was not initiated by the client
describe in 4 steps an
File Transfer Protocol (FTP) active connection
and its drawback
this Sends email messages and attachments from email clients to email servers and from email servers to other email servers.
describe the role of
Simple Mail Transfer Protocol (SMTP)
describe the role of
Domain Name System (DNS)
this Resolves internet names to IP addresses.
describe the role of
Internet Message Access Protocol (IMAP)
Used by email clients to retrieve email and attachments from a remote email server.
NOTE
this protocol usually preserves the original email and attachments on the email server when any emails and attachments are retrieved
describe the role of
Post Office Protocol (POP)
Used by email clients to retrieve email and attachments from a remote email server.
NOTE
this protocol usually deletes the original copy from the emai server when the client retreives the email and any attachments