Networking Forums

Networking Forums > Computer Networking > Linux Networking > Telnet Server functionality

Reply
Thread Tools Display Modes

Telnet Server functionality

 
 
divakar.patel@gmail.com
Guest
Posts: n/a

 
      03-07-2005, 11:39 AM
Hi,

I am trying to understnad by staandard what should be the behaviour of
Telnet Server in below scenario.

1. Telnet server is listening on IP 192.168.11.91 on Telnet port.
2. Client(192.168.11.21- Linux Host) initiates telnet connection to
TelnetServer.
3. Some activity from telnet client transfer and dir etc...
4. Telnet Server IP address(192.168.11.91) goes down (any damn
reason... manually done)
5. At TelnetClient side(192.168.11.21) telnet prompt goes in hang
status.. what you type you can not see it... and after some time having
not received ack of TCP packets sent to Server, it asks for ARP...

6. After some time Telnet Server comes up(192.168.11.91 comes up)
7. TelnetClient gets the ARP reply and now tries to send unacknowledged
TCP packets back (PLEASE NOTE, Those commands were actually not seen
BY USER as prompt was in hang state)... it sends those commands typed
on telnet prompt and get the reply from Server.


Now Is it proper Telnet Client and Server behaviour in this scenario?
If not what could be the correction at Clietn/Server side.



Thanks,
Divakar.

 
Reply With Quote
 
 
 
 
Tauno Voipio
Guest
Posts: n/a

 
      03-07-2005, 04:36 PM
(E-Mail Removed) wrote:
> Hi,
>
> I am trying to understnad by staandard what should be the behaviour of
> Telnet Server in below scenario.
>
> 1. Telnet server is listening on IP 192.168.11.91 on Telnet port.
> 2. Client(192.168.11.21- Linux Host) initiates telnet connection to
> TelnetServer.
> 3. Some activity from telnet client transfer and dir etc...
> 4. Telnet Server IP address(192.168.11.91) goes down (any damn
> reason... manually done)
> 5. At TelnetClient side(192.168.11.21) telnet prompt goes in hang
> status.. what you type you can not see it... and after some time having
> not received ack of TCP packets sent to Server, it asks for ARP...
>
> 6. After some time Telnet Server comes up(192.168.11.91 comes up)
> 7. TelnetClient gets the ARP reply and now tries to send unacknowledged
> TCP packets back (PLEASE NOTE, Those commands were actually not seen
> BY USER as prompt was in hang state)... it sends those commands typed
> on telnet prompt and get the reply from Server.
>
>
> Now Is it proper Telnet Client and Server behaviour in this scenario?
> If not what could be the correction at Clietn/Server side.
>


Telnet is running on top of TCP. What you've seen is proper
TCP behaviour when the connection to the server is temporarily
broken, but the server is not rebooted.

For details, get a book on TCP/IP protocols, e.g.

W. Richard Stevens, TCP/IP Illustrated, Volume 1.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
divakar.patel@gmail.com
Guest
Posts: n/a

 
      03-08-2005, 05:52 AM
Thanks Tauno, I got it...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't telnet a server outside my network Wilson Guerra Windows Networking 3 01-17-2008 01:34 AM
Enable root access to telnet with krb5-telnet Phoe6 Linux Networking 2 06-08-2007 11:00 AM
Allowing NET USE commands on Windows 2003 Server TELNET Server Paul O Windows Networking 2 03-07-2007 12:36 PM
Telnet to Localhost but not Server IP =?Utf-8?B?QnJlbnQgQm9ydG5pY2s=?= Windows Networking 4 01-19-2005 06:09 PM
why are there a lot to login to my server via ftp/telnet simon lee Linux Networking 1 12-22-2003 04:43 PM



1 2 3 4 5 6 7 8 9 10 11