Networking Secure Protocols Flashcards

1
Q

At what OSI-layer does TLS work on?

A

(4) Transport layer security (TLS) operates on the transport layer

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

Default listening port for SSH?

A

22

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

Is ftp in cleartext?

A

yes, that led to the creation of ssh (secure shell) in 1995.

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

Benefits of SSH

A

Password, public key and two factor authentication is supported by SSH. Cryptography also gives end-to-end protection aswell as securing data integrity. Tunneling and X11 forwarding! (Tunneling: Can lead other protocols securely through the shell)

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

[CMD] Connect via SSH to a remote device

A

ssh username@ip

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

[CMD] Connect via SSH with a GUI

A

-X flag. E.g. ssh username@ip -X

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

Default port for HTTPS

A

443

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

Default port for SSH

A

22

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

Default port for IMAPS

A

993

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

Default port for POP3S

A

995

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

Default port for SMTPS

A

587

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

[ACRONYM] VPN

A

Virtual Private Network

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

Explain the V in Virtual Private Network

A

Representation or simulation of reality but is not physically present, So in this case it would be a simulation of an actual private LAN

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

Explain the P in Virtual Private Network

A

The private nature of the network is beneficial in that it is hard if not impossible to eavesdrop on the communication

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