Common Ports Flashcards

(38 cards)

1
Q

What is Telnet?

A

Telecommunication Network

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

What port is Telnet?

A

tcp/23

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

What does Telnet do?

A

Login to devices
Console Access
In-the-clear communication

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

Why is Telnet not the best choice for production systems?

A

Your data is not encrypted (it butt naked)

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

What does SSH stand for?

A

Secure Shell

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

What port is SSH?

A

tcp/22

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

What does SSH do?

A

Encryption communication link

Looks and acts just as Telnet

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

What does DNS stand for?

A

Domain Name System

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

What does DNS do?

A

Converts names to IP addresses

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

What port is DNS?

A

udp/53

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

What does SMTP stand for?

A

Simple Mail Transfer Protocol

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

What does SMTP do?

A

Sever to server email transfer

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

What does SFTP stand for?

A

Secure File Transfer Protocol

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

What does SFTP use?

A

Uses the SSHFTP

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

What does SFTP do?

A

Provides file system functionality- resumes interrupted transfers, directory listings, remote file removal.
Encrypted Communication- using SSH

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

What port is SFTP?

17
Q

What does FTP stand for?

A

File Transport Protocol

18
Q

What port is FTP?

19
Q

What does FTP do?

A

Transfers files between systems
Authenticates with a username and password
Full-featured functionality (list, add, delet, etc.)

20
Q

What does TFTP stand for?

A

Trivial File Transfer Protocol

21
Q

What port is TFTP?

22
Q

What does TFTP do?

A

Very simple file transfer application- read and write files

No authentication- not used on production systems

23
Q

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

24
Q

What ports are DHCP?

A

udp/67, udp/68

25
What does DHCP do?
Automated configuration of IP address, subnet, ask, and other options.
26
What requires a DHCP server?
Service, appliance, integrated into a SOHO router, etc..
27
What does Dynamic/Pooled mean?
IP addresses are assigned in real-time from a pool. | Each system is given a lease and must renew at set intervals.
28
What is DHCP Reservation?
Addresses are assigned by MAC address in the DHCP server. | Quickly manage addresses from one location.
29
What does HTTP stand for?
Hypertext Transfer Protocol
30
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
31
What does HTTP do?
Communication in the browser and by other applications. | In the clear or encrypted- supported by nearly all web servers and clients.
32
What port is HTTP?
tcp/80
33
What port is HTTPS?
tcp/443
34
What does SNMP stand for?
Simple Network Management Protocol
35
What port is SNMP?
udp/161
36
What is V1 of SNMP?
The Original - Structured tables - In-the-clear
37
What is V2 of SNMP?
A good step ahead - Data type enhancements - Bulk transfers - Still in-the-clear
38
What is V3 of SNMP
A secure standard - Message Integrity - Authentication - Encryption