Top Banner
King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by: Amit Mondal
27

King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Dec 20, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

King : Estimating latency between arbitrary Internet end hosts

Krishna Gummadi, Stefan Saroiu

Steven D. Gribble

University of Washington

Presented by: Amit Mondal

Page 2: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

A Question:

What can we do with a tool that could estimate latency between any two arbitrary hosts accurately?

AA BB

CC

C can measure latency between A and BC can measure latency between A and B

Page 3: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Potential uses of such a tool

Building topologically sensitive overlays Selecting a close replica server Scaling wide-area measurement studies

involving latency estimation Detour etc., current state of the art techniques allow at most a

few hundred end hosts to be measured

Page 4: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Current state of the art

Use techniques like IDMaps and GNP inaccuracy in estimates: We need a tool that can measure

latency rather than compute it issues with deployment: IDMaps requires additional

infrastructure;

Use shared measurement infrastructure e.g., trace-route servers, PlanetLab,

Page 5: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

King: a new measurement tool

Estimate latency between arbitrary end hosts Requires no additional infrastructure

leverage existing DNS infrastructure enabling a large fraction of Internet hosts to be measured

Provides highly accurate latency estimates Fast and light-weight

requires only a few DNS queries per estimate

Page 6: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Outline

Motivation How King works Evaluation of King Conclusions

Page 7: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Name Servernear Host A

Name Servernear Host B

Host BHost AActual Latency Between End Hosts

Latency Estimated By King

How King Works: The Basic IdeaHow King Works: The Basic Idea

Challenge 1: How to find name servers that are close to end hosts

Challenge 2: How to estimate latency between two name servers

Page 8: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Challenge 2: How do we estimate the latency between name servers?

Our Client C(King)

Name Server B foo.barName Server A

1. Request Q: Resolve xyz.foo.bar

4. Reply Q (Forwarded)

2. Request Q (Forwarded)

3. Reply Q: IP addr of xyz.foo.bar

Page 9: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Success of Recursive DNS

For King to work, name servers must support recursive queries in a large random sample, > 75% of name

servers supported recursion translates to > 90% success rate given a pair

as we can measure from A->B, or B->A

Page 10: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Challenge 1: How to find DNS servers nearby the end hosts

Assumption: Authoritative name servers for the host are closeby (topologically and geographically)

This assumption may not always hold, but our evaluation shows that it is true in general

e.g., AOL is an exception

To find an authoritative name server given host name, use forward name resolution given host IP, use reverse lookup in in-addr.arpa domain

Page 11: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Selecting a close name server

When multiple authoritative name servers are deployed, how do we choose a close one? select the server with longest matching DNS

suffix and IP prefix with end host

Page 12: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Outline

Motivation How King works Evaluation of King Conclusions

Page 13: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Evaluation of King

How accurate is King?What are the causes of inaccuracy?Can King identify its own inaccurate

estimates?Does King preserve order among its

estimates?

Page 14: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Accuracy of King

Compare the accuracy of King with IDMaps Methodology

Measure true latency between 50 public Traceroute servers and 50 end hosts using Traceroute

Estimate latency between the same endpoints using King and IDMaps

Compare estimated latency with measured latency

Metric used :Estimated LatencyEstimated LatencyMeasured LatencyMeasured Latency

Page 15: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Accuracy of King

King is far more accurate than IDMaps King tends to under-estimate latencies

typically, name servers have higher BW and lower latency last hop links than end hosts

0

0.2

0.4

0.6

0.8

1

0 0.25 0.5 0.75 1 1.25 1.5 1.75 2 2.25 2.5 2.75 3

Ratio (Estimated Latency/Measured Latency)

CD

F

King

IDMaps

Page 16: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Evaluation of King

How accurate is King?What are the causes of inaccuracy?Can King identify its own inaccurate

estimates?Does King preserve order among its

estimates?

Page 17: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Causes of Inaccuracy in King

Authoritative name servers may not be close to end hosts

Latency estimation between the name servers might be inaccurate application level latency at DNS servers to

resolve the query

Page 18: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Are authoritative name servers close to their end hosts?

In a random sample, 70-80% of end hosts and their name servers are separated by less than 10-20 msec

Our conclusion contradicts earlier studies !! Possible explanations:

We looked at more metrics divergent path hop count – a misleading metric used primarily in

other studies; divergent path latency – tells a different story Unknown bias in our random samples

Page 19: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Application level latency for DNS servers

Methodology: selected a large number sample of name servers measured latency to servers using Ping and

DNSPing (iterative DNS query) over time Query resolution latency = DNSPing – Ping

Application level latency negligible Implication: King estimates between name

servers are very highly accurate

Page 20: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Evaluation of King

How accurate is King?What are the causes of inaccuracy?Can King identify its own inaccurate

estimates?Does King preserve order among its

estimates?

Page 21: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Can King identify its own inaccurate estimates?

Primary cause of error in King authoritative name servers far from their end host

Simple heuristics based on the lengths of DNS suffix and IP prefix match work well

Page 22: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Evaluation of King

How accurate is King?What are the causes of inaccuracy?Can King identify its own inaccurate

estimates?Does King preserve order among its

estimates?

Page 23: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Does King preserve order among its estimates?

Sometimes preserving order among estimates is more important than their accuracy Applications like server selection

King does very well at preserving order among its estimates very high correlation coefficient (>0.8) between

the orderings of estimated and true latencies large latency last hops do not effect order

Page 24: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Summary of evaluation

King is far more accurate than IDMaps King errors more when it under-estimates due to large

last hop latencies of end hosts accuracy of estimates between name servers is even

higher The primary cause of error is the authoritative name

servers that are far from their end hosts King uses heuristics to identify such errors

King preserves excellent order among its estimates

Page 25: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Validating King’s utility for wide-area measurement studies

The Detour study showed that default routes are inefficient, and alternate

routes can have better latency. they were limited to 35x35 data points

We repeated study using King we gathered 193x193 data points

The data points were name servers chosen using King’s self-evaluation heuristics

it took less than 4-5 hours using a single machine our results were consistent with those from earlier study

Page 26: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Conclusions

We presented King; a new measurement tool that can estimate latency between arbitrary Internet end hosts does not require any additional infrastructure as it

leverages existing DNS infrastructure fast and light-weight

Our evaluation of King confirms that it is accurate it preserves order among its estimates

We showed that King can be used in scaling wide-area measurement studies

Page 27: King : Estimating latency between arbitrary Internet end hosts Krishna Gummadi, Stefan Saroiu Steven D. Gribble University of Washington Presented by:

Thank you!