What is telnet, what is it used for, and most importantly, how to use it in C / C ++?
1 answer
telnet is the data link layer protocol of the OSI model used for terminal-to-terminal, process-terminal, process-process communication.
It can be used in almost any software, so it does have a relationship with C. Read the specification for the ports and headers. Here is a small piece of information .
- 2It has exactly the same relation to C as any other PL, so it’s written that it has nothing to do with C, since This is just an indication of how to work and with what. - Vladimir Klykov
- fourThis is an application layer protocol, not a channel protocol! - Pavel Mayorov
|