3.4 Flashcards
Whats IPSec?
(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.
What are the two protocols of IPSec?
- AH (Authentication Header)
2. ESP (Encapsulation Security Payload)
Whats a site-to-site?
It’s a VPN encrypted traffic between sites which uses existing Internet connection(no extra circuit or cost.
Whats SSL/TLS?
(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.
Whats client-to-Site VPN?
it’s also called “remote access VPN” and requires specific software on the user device.
Whats DTLS?
(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.
Whats RDP?
it’s the Microsoft Remote Desktop Protocol.
Whats VNC?
(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)
Whats the difference between SSH and Telnet?
(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.
Whats HTTPS?
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.
Whats FTP?
(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.
Whats FTPS?
(File Transfer Protocol Secure) It’s FTP over SSL and is also called FTP-SSL. Its not FTPS.
Whats SFTP?
(SSH File Transfer Protocol) Its also full featured.
Whats TFTP?
(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.
Whats out-of-band management?
It’s a management done on devices where network isn’t available. (Most devices have a separate management interface: Serial or USP).