Selecting Secure Protocols Flashcards

1
Q

What is a Protocol?

A

Set of rules or procedures for transmitting data between electronic devices

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

What is Telnet?

A

insecure protocol that was traditionally used for remote command line administration of your servers and network devices.

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

What SSH?

A

Secure Shell

Network protocol for securely connecting and communicating with remote devices and systems over an unsecured network

Always select this instead of telnet

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

What is a Port?

A

Logical construct that identifies specific processes or services in a given system

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

What are Well-Known Ports?

A

used by system processes or services, and consist of port ranges, again from 0 to 1023

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

What are Registered Ports?

A

usually used by software applications and utilized a port number between 1024 and 49,151.

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

What are Dynamic ports or Private ports?

A

often used for client side connections, and these range again from 49,152 to port number 65,535.

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

What is a Transport Method?

A

refers to the way data is moved from one place to another, usually using either TCP or UDP to transmit the data.

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

What is TCP?

A

Transmission Control Protocol

connection-oriented protocol that ensures data is delivered without any errors.

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

What is UDP?

A

connectionless protocol that doesn’t guarantee delivery, and instead simply sends data grounds without establishing a connection, and UDP does not provide any error checking or recovery services.

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