3.4 Flashcards

1
Q

Whats IPSec?

A

(Internet Protocol Security) It provides security for OSI layer 3 with authentication and encryption for every packet. It’s very standardized and offers packet signing.

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

What are the two protocols of IPSec?

A
  1. AH (Authentication Header)

2. ESP (Encapsulation Security Payload)

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

Whats a site-to-site?

A

It’s a VPN encrypted traffic between sites which uses existing Internet connection(no extra circuit or cost.

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

Whats SSL/TLS?

A

(Secure Sockets Layer) Its another kind of VPN that uses common SSL/TLS protocol(tcp/443). It has no big VPN clients and it authenticates users with a simple username and password which can be run from a browser or from a VPN client.

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

Whats client-to-Site VPN?

A

it’s also called “remote access VPN” and requires specific software on the user device.

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

Whats DTLS?

A

(Datagram Transport Layer Security) It’s a udp based VPN that doesnt have the tcp issues and mostly is used for streaming and VoIP. It doesnt have re-transmission of lost data and if a packet is lost, it’s too late to recover.

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

Whats RDP?

A

it’s the Microsoft Remote Desktop Protocol.

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

Whats VNC?

A

(Virtual Network Computing) It’s another remote desktop technology that uses RFB(Remote Frame Buffer) protocol which works on many operating systems and many of them are open source and it’s mostly used for technical support (and for scammer)

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

Whats the difference between SSH and Telnet?

A

(secure Shell) It’s another remote access with a console screen which uses encrypted console communication(tcp/22) and looks and acts the same as Telnet(tcp/23). Telnet is in clear and has no security.

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

Whats HTTPS?

A

It’s a Web-based management console that uses our web browser. By using HTTPS we can ensure that there is an encrypted connection between our browser and this remote device.

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

Whats FTP?

A

(File Transfer Protocol) It’s used for file transfer and authenticates with a username and password. It offers Full-functionality(list, add, delete, etc) but no encryption.

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

Whats FTPS?

A

(File Transfer Protocol Secure) It’s FTP over SSL and is also called FTP-SSL. Its not FTPS.

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

Whats SFTP?

A

(SSH File Transfer Protocol) Its also full featured.

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

Whats TFTP?

A

(Trivial File Transfer Protocol) A very simple file transfer application just to read and write files. It has no authentication and mostly used to download configurations for VoIP phones.

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

Whats out-of-band management?

A

It’s a management done on devices where network isn’t available. (Most devices have a separate management interface: Serial or USP).

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

Whats a modem used for in an Out-of band management?

A

When a device is not connected to a network or no network is available, we connect a modem to the device to dial-in to manage the device.

17
Q

Whats a console router?

A

(also called communication server) It’s an out-of-band access for multiple devices and we can connect to the console router and then choose where we want to go.