What does this mean?
Application protocols, such as File Transfer Protocol (FTP) and Telnet, are among the oldest of services, dating back to the late 1960s and early 1970s. Even Hypertext Transfer Protocol (HTTP) is now over 30 years old.When these protocols were developed, security wasn’t a great concern as there weren’t as many computers connected to networks (and internetworks) as there are now, not to mention encryption across a network being a thing far off into the future.This means that when using such protocols, data can be passed in plaintext between sender and recipient. For example, in Figure 3.4 below, employee A decides to implement a small FTP server on a network so that files can be shared remotely with other locations in a building. Employee B has malicious intent and decides to perform reconnaissance on the network using a network sniffer, and notices FTP services on the network. Employee B can inspect these packets and see the login details of the FTP server for employee A, which are in plaintext.
FIG 3.4
-