Implementing Common Protocols and Services Lab
Telnet and SSH are two protocols that can be utilized to remotely administer a server. However, there is a huge difference between them. TELNET sends all information over the wire in clear text and SSH communication between two systems is encrypted. During this lab, you will utilize TELNET, SSH, and FTP to perform functions between two systems on a network. After completing the tasks, you will examine how the traffic looks with Wireshark, an open source Protocol Analyzer.

Overview
Telnet and SSH are two protocols that can be utilized to remotely administer a server. However, there is a huge difference between them. TELNET sends all information over the wire in clear text and SSH communication between two systems is encrypted. During this lab, you will utilize TELNET, SSH, and FTP to perform functions between two systems on a network. After completing the tasks, you will examine how the traffic looks with Wireshark, an open source Protocol Analyzer.

