Multipath Routing - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Multipath Routing

Description:

To achieve this, following functions need to be modified which are normally ... Incoming request of the client has to chopped to be sent to different proxy servers ... – PowerPoint PPT presentation

Number of Views:138
Avg rating:3.0/5.0
Slides: 9
Provided by: csU75
Learn more at: http://www.cs.uccs.edu
Category:

less

Transcript and Presenter's Notes

Title: Multipath Routing


1
Multipath Routing
  • Present scenario
  • Single path routing in most of the servers
  • Drawbacks
  • If some bottlenecks
  • restricted bandwidth
  • slow network resource

2
Alternative
  • Connect the two ends through multiple independent
    routes
  • Advantages
  • Increased bandwidth
  • Faster network services

3
To achieve this, following functions need to be
modified which are normally called for a single
path routing
  • Server calls
  • socket( )
  • Bind( )
  • Listen( )
  • Accept( )
  • Client calls
  • Socket( )
  • Connect( )

4
General Idea
  • To use a number of proxy servers over the
    internet as intermediate connection points
    through which independent routes to the
    destination can be established

5
New Scenario
  • Multipath senders
  • Incoming request of the client has to chopped to
    be sent to different proxy servers
  • Multipath receivers
  • Incoming responses have to be assembled before
    being sent to the client
  • Connection Relay Server
  • Proxy servers on the Internet

6
Design
Sender
Receiver
Proxy Server
Multi path Sender
Multi path Receiver
Proxy Server
7
Conclusions
  • Design a new library of function calls for
    multipath server, multipath sender and connection
    relay servers.
  • The library should allow the sender to express
    the list of connection relay server proxy servers
    used.

8
References
  • http//cs.uccs.edu/cs522/multipath/doc/johnnyChen
    Thesis.pdf
  • http//a957.g.akamai.net/7/957/3680/v0002/standard
    s.ieee.org/reading/ieee/std/lanman/802.3-2000_part
    4.pdf
  • THE-SWITCH-by Rich Seifert(Chapter on Link
    Aggregation)
Write a Comment
User Comments (0)
About PowerShow.com