Chapter 21 - The Internet Flashcards
Telnet - port 23
Remote command line tool. Allows you to access a command line on another computer. But lacks any encryption.
Putty
the most common and popular telnet client.
SSH stands for what?
Secure Shell(SSH) - port 22. Is the same as telnet but has encryption.
RDP stands for what?
Remote Desktop Protocol(RDP). Port - 3389 and is unique to windows.
VNC stands for what?
Virtual Network Computing(VNC). Built into all Linux and Mac systems.
Protocol for Web Browsers
HTTP - Port 80, or HTTPS - Port 443. HTTP is not secure, and HTTPS uses certificates to make a secure connection.
SSL/TLS stands for what?
Secure Sockets Layer(SSL)/Transport Layer Security(TLS).
SSL
Standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems.
TLS
Is the updated, more secure version of SSL
Traceroute/Tracert command
Traceroute in Linux and Mac and tracert in Windows. Run when everything on your system is working, And then you can run when something on your system isn’t working and compare.
Ping Command
Is a command-line utility that acts as a test to see if a network device is reachable.