Multiple HTTP Requests from One TCP Connection - PowerPoint PPT Presentation

1 / 2
About This Presentation
Title:

Multiple HTTP Requests from One TCP Connection

Description:

One TCP connection may include multiple HTTP 'GET' requests. Content Switch examines each 'GET' request and makes new routing decision. ... – PowerPoint PPT presentation

Number of Views:24
Avg rating:3.0/5.0
Slides: 3
Provided by: weil153
Category:

less

Transcript and Presenter's Notes

Title: Multiple HTTP Requests from One TCP Connection


1
Multiple HTTP Requests from One TCP Connection
NAT approach
server1
home.htm
ContentSwitch
server2
client
. .
uccs.jpg
Index.htm
.
rocky.mid
server9
  • One TCP connection may include multiple HTTP
    GET requests.
  • Content Switch examines each GET request and
    makes new routing decision.
  • Content Switch establishes another connection
    with the server based on the routing
    decision.
  • Those HTTP responses from different servers need
    to be interleaved and seen by the user as if
    from the same server.
  • Requires the Content Switch to keep track of the
    sequence of the last msg from each server.

2
Multiple HTTP Requests from One TCP Connection
server1
home.htm
ContentSwitch
server2
client
. .
.
server9
rocky.mid
uccs.jpg
  • Can equivalent VS-Tunnel or VS-DR be implemented
    using Content Switch?
Write a Comment
User Comments (0)
About PowerShow.com