• No results found

Inter-domain Routing

N/A
N/A
Protected

Academic year: 2021

Share "Inter-domain Routing"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

1  

COMP 631: COMPUTER NETWORKS

Inter-domain Routing

Jasleen Kaur

Fall 2014

q  DV and link-state protocols do not scale to global Internet

Ø  How to make routing scalable?

q  Exploit the notion of autonomous systems to divide routing

into two parts

Ø  Intra-domain routing: Routing within an autonomous system § eg: RIP (distance-vector type), OSPF (link-state type)

Ø  Inter-domain routing: Routing between autonomous systems § Hierarchically aggregate routing information

q  Route propagation (“know a smarter router” policy):

Ø  Hosts know local (default) router

Ø  Local routers know site routers

(2)

3  

q 

Tiered Internet service providing

q 

Multi-homed stub networks

q 

Peering relations

Ø Points of presence (POPs)

Internet AS-level Architecture: Properties

Backbone service provider Peering point Peering point Large corporation Large corporation Small corporation “Consumer” ISP “Consumer” ISP “Consumer” ISP 4   q 

Matter of scale!

Ø  Backbone routers must provide a match for any valid IP

address

Ø  Even with CIDR, still need to maintain O(100,000) prefixes

q 

Autonomous nature of domains:

Ø  Each domain runs own interior routing protocol and

link-cost assignment scheme

§ Impossible to calculate meaningful path costs for paths that

cross multiple domains

Therefore, inter-domain routing advertises only reachability information

Find any path that is loop-free (optimality not a consideration)

Internet-scale Routing: Challenges

(3)

5  

q 

Issue of trust:

Ø Provider A may be unwilling to believe route advertisements

from provider B

Ø Misconfigured routers, insufficient capacity to carry traffic,

malicious intent

q 

Need to support flexible routing policies:

Ø Prevention of transit traffic

§ Multi-homed corporations may not wish to carry traffic

between the two providers

Ø Provider A may want to implement special policies:

§ Use provider B only to reach these addresses

§ Use the path that crosses the fewest ASes

§ Use AS x in preference to AS y

§ Early-exit policy !

Internet-scale Routing: Challenges

a   b   a   a   C   B   d c   b  

q 

Architectural Components – each AS has:

Ø  At least one BGP speaker (spokesperson for entire AS)

§ Establish BGP sessions to speakers in other ASes

§ Exchange reachability information among ASes

Ø  One or more Border Gateways (through which packets

enter/leave the AS)

§ Routers charged with task of forwarding packets between ASes

Border Gateway Protocol (BGP)

A.a  

A.c  

C.b  

(4)

7  

q 

BGP is a Path-vector protocol:

Ø  Advertises complete path for reaching a given destination

§ AS 2 advertises: networks 128.96, 192.4.153, 192.4.32, 192.4.3

can be reached directly from AS 2

§ Backbone AS advertises:

128.96, 192.4.153, 192.4.32, 192.4.3 can be reached along path: (AS1, AS2)

192.12.169, 192.4.54, 192.4.23 can be reached along path: (AS1, AS3)

BGP: Basic Idea

Backbone  Provider   (AS  1)  

Regional  Provider  A   (AS  2)  

Regional  Provider  A   (AS  3)   Customer  R   (AS  6)   Customer  S   (AS  7)   Customer  Q   (AS  5)   Customer  P   (AS  4)   128.96   192.4.153   192.4.32   192.4.3   192.12.169   192.4.54   192.4.23   8  

BGP Advertisements: Implementing Policies

q  Complete AS path helps implement loop-free routing

Ø  If AS finds itself in an advertisement, ignores it

q  An AS will advertise only those routes that it considers good

enough for itself

Ø  And these are the routes that it will actually use for forwarding data

q  BGP speakers need not advertise routes, even if they know of one

Ø  Helps implement non-transit policy for multi-homed stub networks

§  If X does not want to route traffic to Z, then X will not advertise any

routes to Z

Ø  Helps implement cost-related or business-related policies

§  Don’t advertise routes via competitor’s network (even if competitor has

advertised routes to you)

§  Don’t advertise routes through peers that charge you for bytes routed

(5)

9   a   b   b   a   a   C   A   B   d   A.a   A.c   C.b   B.a   c   b   c  

Putting It Together: Intra-AS & Inter-AS Routing

Host h2 Host h1 Intra-AS routing within AS A Inter-AS routing between A and B Intra-AS routing within AS B

  Stub  networks  send  to  only  border  router  (if  single-­‐homed)  

  Provider  AS:  

Border  router  injects  informaZon  into  the  intra-­‐domain  rouZng  protocol     “I  have  a  link  to  customer-­‐prefix  Y  of  cost  X”  

All  internal  routers  send  packets  for  this  desZnaZon  to  this  border  router  

  Backbone  AS:  

Use  Interior-­‐BGP  (IBGP)  to  distribute  info  learned  by  BGP  speakers  to  all  routers     Enables  each  router  to  learn  best  border  router  to  use  for  a  given  prefix  

Why Different Intra- and Inter-AS Routing?

q 

Policy:

Ø  Inter-AS: administration wants control over how its traffic

routed and who routes through its network

Ø  Intra-AS: single administration, so no policy decisions

needed

q 

Scale:

Ø  Hierarchical routing saves table size, reduced update

traffic

q 

Performance:

Ø  Intra-AS: can focus on performance

(6)

11  

BGP Performance: Path Recovery

q  2-year study of routing updates by the Routeviews project

q  Observations:

Ø  Delay in Internet inter-domain path failovers averages 3 minutes

Ø  Some last 15 minutes

q  Cause:

Ø  Mostly unforeseen interaction of protocol timers with specific vendor implementation decisions

q  User-Impact: Failovers affect end-to-end performance

significantly

Ø  Measured packet losses grow by 30 times

Ø  Latency grows by 4 times

12  

BGP Performance: Misconfigurations

q  Observations made in 2001 study:

Ø  Each day, 200-1200 prefixes (1% global BGP table) suffer misconfigurations

Ø  2% of the time, increases routing update load by at least 10% § One observation doubled load across all vantage points

Ø  3-4 new prefixes seen everyday result from misconfigurations

q  Causes:

Ø  Involuntary slips by network operators

Ø  Router initialization bugs

Ø  Poor understanding of configuration semantics by operators

q  User-impact: connectivity is robust

(7)

13  

BGP Performance: Path Inflations

q 

2002 study observed fairly inflated paths

q 

Causes:

Ø Many paths that use early-exit are inflated (longer RTTs)

Ø Topology-insensitive load balancing can cause significant

path inflation

Ø Peering points between ISPs may not be on the shortest

path for two end-hosts

Ø Non-early exit policies

§ To avoid a congested peering point

References

Related documents

Materials Safety Data Sheets (MSDS) and product labels are available upon request and can be obtained from any Cytec Engineered Materials Office.. Cytec Engineered Materials (CEM)

Corporate Treasury SMA Investment Options. FDIC-Insured

In wired home-network architecture, all users are trusted and the access control policy can be easy: the access is granted for all users inside the home network because they are

■ The existing customizable product line items that are associated with a promotion are not added with the default configuration when you add a promotion line item to a quote or an

• One primary identifier (OVID) for most health data = high risk for loss of privacy. • Multiple PVIDs are needed for sensitive data = complex • OVID + many PVIDs = fat wallet

Statues and images of the saints are likewise covered because, as theologian Nikolaus Nilles explained, “It would seem improper for the servants to appear when the Master himself

annual and consolidated financial statements for 2012 (includingthemanagementreports)andthecorporate governance report were discussed and examined with the auditor and

Because axial and flexural loads both cause normal stresses in the member, engineers may simply replace the section modulus with the plastic modulus in the beam equation,