Skip to main content

FlowTrace : A Framework for Active Bandwidth Measurements Using In-band Packet Trains

  • Conference paper
  • First Online:

Part of the book series: Lecture Notes in Computer Science ((LNCCN,volume 12048))

Abstract

Active measurement tools are important to understand and diagnose performance bottlenecks on the Internet. However, their overhead is a concern because a high number of additional measurement packets can congest the network they try to measure. To address this issue, prior work has proposed in-band approaches that piggyback application traffic for active measurements. However, prior approaches are hard to deploy because they require either specialized hardware or modifications in the Linux kernel. In this paper, we propose FlowTrace–a readily deployable user-space active measurement framework that leverages application TCP flows to carry out in-band network measurements. Our implementation of pathneck using FlowTrace creates recursive packet trains to locate bandwidth bottlenecks. The experimental evaluation on a testbed shows that FlowTrace is able to locate bandwidth bottlenecks as accurately as pathneck with significantly less overhead.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Notes

  1. 1.

    Hu et al. [10] reported that reverse path effects may impact the performance of pathneck as they may perturb the gaps between the ICMP response messages on the way back. Our goal is that FlowTrace performs well when pathneck performs well. Therefore, we do not evaluate the impact of reverse path effects on the performance of FlowTrace in this work for brevity.

References

  1. Baranasuriya, N., Navda, V., Padmanabhan, V.N., Gilbert, S.: QProbe: locating the bottleneck in cellular communication. In: CoNEXT (2015)

    Google Scholar 

  2. Bauer, S., Clark, D., Lehr, W.: Understanding broadband speed measurements. In: TPRC (2010)

    Google Scholar 

  3. Chan, E., Chen, A., Luo, X., Mok, R., Li, W., Chang, R.: TRIO: measuring asymmetric capacity with three minimum round-trip times. In: ACM CoNEXT (2011)

    Google Scholar 

  4. Croce, D., Mellia, M., Leonardi, E.: The quest for bandwidth estimation techniques for large-scale distributed systems. In: ACM SIGMETRICS (2009)

    Google Scholar 

  5. Dovrolis, C., Ramanathan, P., Moore, D.: Packet dispersion techniques and a capacity-estimation methodology. IEEE/ACM Trans. Netw. 12(6), 963–977 (2004)

    Article  Google Scholar 

  6. Dugan, J., Elliott, S., Mah, B.A., Poskanzer, J., Prabhu, K.: iPerf.fr. https://iperf.fr

  7. Erich: Paratrace (2018). http://www.adeptus-mechanicus.com/codex/paratrc/paratrc.php

  8. Fast.com: Internet speed test. https://fast.com

  9. Goga, O., Teixeira, R.: Speed measurements of residential internet access. In: Taft, N., Ricciato, F. (eds.) PAM 2012. LNCS, vol. 7192, pp. 168–178. Springer, Heidelberg (2012). https://doi.org/10.1007/978-3-642-28537-0_17

    Chapter  Google Scholar 

  10. Hu, N., Li, L.E., Mao, Z.M., Steenkiste, P., Wang, J.: Locating internet bottlenecks: algorithms, measurements, and implications. In: Proceedings of the ACM SIGCOMM (2004)

    Google Scholar 

  11. Hu, N., Steenkiste, P.: Evaluation and characterization of available bandwidth probing techniques. IEEE JSAC 21, 879–894 (2003)

    Google Scholar 

  12. Jain, M., Dovrolis, C.: Pathload: a measurement tool for end-to-end available bandwidth. In: PAM (2002)

    Google Scholar 

  13. Jain, M., Dovrolis, C.: End-to-end available bandwidth: measurement methodology, dynamics, and relation with TCP throughput. Trans. Netw. 11, 537–549 (2003)

    Article  Google Scholar 

  14. Kapoor, R., Chen, L.-J., Lao, L., Gerla, M., Sanadidi, M.Y.: CapProbe: a simple and accurate capacity estimation technique. In: ACM SIGCOMM (2004)

    Google Scholar 

  15. Li, Z., et al.: Probe and adapt: rate adaptation for HTTP video streaming at scale. IEEE JSAC 32(4), 719–733 (2014)

    Google Scholar 

  16. Linux: Ping. https://linux.die.net/man/8/ping

  17. Luo, X., Chan, E., Chang, R.: Design and implementation of TCP data probes for reliable and metric-rich network path monitoring. In: USENIX ATC (2009)

    Google Scholar 

  18. M-Lab: Internet measurement tests. https://www.measurementlab.net/tests/

  19. M-Lab: NDT (network diagnostic tool) (2017). https://www.measurementlab.net/tests/ndt/

  20. Mok, R., Luo, X., Chan, E., Chang, R.: QDASH: a QoE-aware DASH system. In: Proceedings of ACM MMSys (2012)

    Google Scholar 

  21. Morandi, I., Bronzino, F., Teixeira, R., Sundaresan, S.: Service traceroute: tracing paths of application flows. In: PAM (2019)

    Google Scholar 

  22. netfiler: The netfilter.org “libnetfilter\(\_\)queue” project. https://netfilter.org/projects/libnetfilter_queue/

  23. The University of Utah: emulab. https://www.emulab.net/

  24. Papageorge, P., McCann, J., Hicks, M.: Passive aggressive measurement with MGRP. In: SIGCOMM (2009)

    Google Scholar 

  25. Ribeiro, V., Riedi, R., Baraniuk, R., Navratil, J., Cottrell, L.: pathChirp: efficient available bandwidth estimation for network paths. In: Passive and Active Measurement Workshop (2003)

    Google Scholar 

  26. Savage, S.: Sting: a TCP-based network measurement tool. In: Proceedings of the USENIX Symposium on Internet Technologies and Systems (1999)

    Google Scholar 

  27. Sherwood, R., Spring, N.: Touring the internet in a TCP sidecar. In: IMC (2006)

    Google Scholar 

  28. Strauss, J., Katabi, D., Kaashoek, F.: A measurement study of available bandwidth estimation tools. In: IMC (2003)

    Google Scholar 

  29. Wang, H., Lee, K.S., Li, E., Lim, C.L., Tang, A., Weatherspoon, H.: Timing is everything: accurate, minimum overhead, available bandwidth estimation in high-speed wired networks. In: IMC (2014)

    Google Scholar 

Download references

Acknowledgement

We thank the anonymous reviewers and our shepherd, Mirja Kühlewind, for helpful suggestions that improved the paper. We also thank Amogh Dhamdhere for his input in the early stage of this work. This work is supported in part by the National Science Foundation under grant numbers CNS-1617288, CNS-1750175, and CNS-1414177.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Adnan Ahmed .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2020 Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Ahmed, A., Mok, R., Shafiq, Z. (2020). FlowTrace : A Framework for Active Bandwidth Measurements Using In-band Packet Trains. In: Sperotto, A., Dainotti, A., Stiller, B. (eds) Passive and Active Measurement. PAM 2020. Lecture Notes in Computer Science(), vol 12048. Springer, Cham. https://doi.org/10.1007/978-3-030-44081-7_3

Download citation

  • DOI: https://doi.org/10.1007/978-3-030-44081-7_3

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-030-44080-0

  • Online ISBN: 978-3-030-44081-7

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics