LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between Telnet and Raw Telnet?? (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-telnet-and-raw-telnet-429661/)

bh5687 03-29-2006 10:32 AM

Difference between Telnet and Raw Telnet??
 
What is the difference between Telnet and Raw Telnet?
I have been looking at data using Ethreal and connecting using Putty and I can't see a difference.
Thanks

baldy3105 03-30-2006 10:25 AM

Its whether the client does any interpretation of the data it receives. Screen content contains codes that are not necessarily displayed. For example vt100 screen emulation uses esc[H to put the cursor in the home position (top left). A normal telnet session would interpret this as a cursor move, where as a raw session would actually display [H which wouldn't mean anything to you and would make the screen info hard to read. So it doesn't affect what is sent, just how its interpreted at the client end. VT100 is just one example of the invisible stuff that gets sent but you get the idea.


All times are GMT -5. The time now is 06:13 AM.