Module 12: Application layer services Flashcards

1
Q

describe the role of

Dynamic Host Configuration Protocol (DHCP)

A

Used to automatically configure devices with IP addressing and other necessary information to enable them to communicate over the internet.

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

this Resolves internet names to IP addresses.

A

describe the role of

Domain Name System (DNS)

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

Used for interactive file transfer between systems.

A

describe the role of

File Transfer Protocol (FTP)

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

this is Used to provide remote access to servers and networking devices.

NOTE

typically the communication will be to the CLI of the device

A

describe the role of

Secure Shell (SSH)

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

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.

A

describe the role of

Hypertext Transfer Protocol (HTTP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. client opens a connecion with an FTP server (source 2000, dest: 21)
  2. FTP server acknowledges
  3. FTP server tells the client to connect to port XXXX > 1024 for a data connection
  4. the client connects to the FTP server for a data connection on the port it mentioned
A

describe in 4 steps an

File Transfer Protocol (FTP) passive connection

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

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

A

what two ways can we issue FTP commands and transfer files using FTP

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

describe the role of

Simple Mail Transfer Protocol (SMTP)

A

this Sends email messages and attachments from email clients to email servers and from email servers to other email servers.

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

describe in 4 steps an

File Transfer Protocol (FTP) active connection

and its drawback

A
  1. client opens a connecion with an FTP server (source 2000, dest: 21)
  2. FTP server acknowledges
  3. client tells the FTP server i will be listening on port XXXX for the data connection
  4. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Used to automatically configure devices with IP addressing and other necessary information to enable them to communicate over the internet.

A

describe the role of

Dynamic Host Configuration Protocol (DHCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. client opens a connecion with an FTP server (source 2000, dest: 21)
  2. FTP server acknowledges
  3. client tells the FTP server i will be listening on port XXXX for the data connection
  4. 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
A

describe in 4 steps an

File Transfer Protocol (FTP) active connection

and its drawback

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

this Sends email messages and attachments from email clients to email servers and from email servers to other email servers.

A

describe the role of

Simple Mail Transfer Protocol (SMTP)

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

describe the role of

Domain Name System (DNS)

A

this Resolves internet names to IP addresses.

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

describe the role of

Internet Message Access Protocol (IMAP)

A

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

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

describe the role of

Post Office Protocol (POP)

A

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

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

describe in 4 steps an

File Transfer Protocol (FTP) passive connection

A
  1. client opens a connecion with an FTP server (source 2000, dest: 21)
  2. FTP server acknowledges
  3. FTP server tells the client to connect to port XXXX > 1024 for a data connection
  4. the client connects to the FTP server for a data connection on the port it mentioned
17
Q

describe the role of

Secure Shell (SSH)

A

this is Used to provide remote access to servers and networking devices.

NOTE

typically the communication will be to the CLI of the device

18
Q

what two ways can we issue FTP commands and transfer files using FTP

A

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

19
Q

describe the role of

Hypertext Transfer Protocol (HTTP)

A

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.

20
Q

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

A

describe the role of

Internet Message Access Protocol (IMAP)

21
Q

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

A

describe the role of

Post Office Protocol (POP)

22
Q

this is achieved using protocols such as SSH or telnet.

it allows you remote access to the CLI of a device such as a server or network device

in essence it will be as if you are directly plugged into the device and can execute any of the CLI commands

A

describe a

virtual terminal

23
Q

describe a

virtual terminal

A

this is achieved using protocols such as SSH or telnet.

it allows you remote access to the CLI of a device such as a server or network device

in essence it will be as if you are directly plugged into the device and can execute any of the CLI commands

24
Q

describe the role of

File Transfer Protocol (FTP)

A

Used for interactive file transfer between systems.