TELNET

54 views
Skip to first unread message

meena...@gmail.com

unread,
Feb 17, 2016, 1:10:33 AM2/17/16
to SJSUee281
Why is the connection closed by host in case of HTTP1.1 Get request using when using telnet TELNET?? 

 HTTP1.1 is persistent connection.

Frank (sjsu) Lin

unread,
Feb 17, 2016, 10:54:31 AM2/17/16
to meena...@gmail.com, SJSUee281
Did you do a wireshark on the session?  If you do, analyse it and share your detail finding.​

On Tue, Feb 16, 2016 at 10:10 PM, <meena...@gmail.com> wrote:
Why is the connection closed by host in case of HTTP1.1 Get request using when using telnet TELNET?? 

 HTTP1.1 is persistent connection.

--
You received this message because you are subscribed to the Google Groups "SJSUee281" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sjsuee281+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Meenal Negi

unread,
Feb 17, 2016, 12:35:54 PM2/17/16
to SJSUee281, meena...@gmail.com, fran...@sjsu.edu
While the browser approach has connection  "Keep Alive"(both request and response), Telnet approach returns connection as "close".
Browser approach packet also specifies the next request and response frame numbers but Telnet doesn't. 


shouldn't http1.1 keep the connection live in both the cases?
When requesting through telnet, does it close the connection after each request or response?

Frank (sjsu) Lin

unread,
Feb 17, 2016, 12:49:33 PM2/17/16
to meena...@gmail.com, SJSUee281
telnet is a different protocol, hence it has a different port#.  You can look into the detail of telnet protocol by its RFC.
Reply all
Reply to author
Forward
0 new messages