Networking Secure Protocols Flashcards
At what OSI-layer does TLS work on?
(4) Transport layer security (TLS) operates on the transport layer
Default listening port for SSH?
22
Is ftp in cleartext?
yes, that led to the creation of ssh (secure shell) in 1995.
Benefits of SSH
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)
[CMD] Connect via SSH to a remote device
ssh username@ip
[CMD] Connect via SSH with a GUI
-X flag. E.g. ssh username@ip -X
Default port for HTTPS
443
Default port for SSH
22
Default port for IMAPS
993
Default port for POP3S
995
Default port for SMTPS
587
[ACRONYM] VPN
Virtual Private Network
Explain the V in Virtual Private Network
Representation or simulation of reality but is not physically present, So in this case it would be a simulation of an actual private LAN
Explain the P in Virtual Private Network
The private nature of the network is beneficial in that it is hard if not impossible to eavesdrop on the communication