Top Banner
mPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m not a testbed g I’m a measurement guy Marco Mellia Politecnico di Torino for testbeds integration
17

MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

Apr 01, 2015

Download

Documents

Madeline Joslyn
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: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

mPlane: project and architecture

The need of an intelligent measurement plane for the internet

FIRE-GENI workshopMay 5-6, Cambridge USA

Disclaimer: I’m not a testbed guy!I’m a measurement guy

Marco MelliaPolitecnico di Torino

for testbeds integration

Page 2: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

2

A complicated technology…

The internet is a key infrastructure where different technologies are combined to offer a plethora of services. It’s horribly complicated.

We sorely miss the technology to understand what is happening in the network and to optimize its performance and utilization.

Page 3: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

3

Who we are

Consortium

Page 4: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

4

mPlane architecture

Page 5: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

5

Page 6: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

6

Page 7: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

7

Page 8: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

8

Sounds straightforwardBut the evil is in the details

Page 9: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

9

Key insights

Three years isn’t enough time to rebuild all the tools we’ll need we must support easy integration of existing probes and repositories.

The core of the architecture is the mPlane protocol, anything which implements it a component... ...which can advertise its capabilities ...perform measurements or analyses given

specifications thereof ...and return or indirectly export results therefrom

Measurements completely defined by the types of data they produce and parameters they require.

Page 10: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

10

Architecture Overview

Page 11: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

14

Schema-level interoperability

Network measurement produces rows in databases.

Network data analysis munges rows in databases into other rows in databases.

The key to interoperability is ensuring that columns with the same name have the same meaning.

Operations of common measurement tools can be completely described by the schemas involved.

Page 12: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

16

Example Capability: ping

capability: measureparameters: start.ms: now...+inf end.ms: now...+inf source.ip4: 10.2.3.4 destination.ip4: * period.s: 1...60results: - delay.twoway.icmp.ms.min - delay.twoway.icmp.ms.mean - delay.twoway.icmp.ms.max

Page 13: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

17

Example Specification: ping

specification: measureparameters: start.ms: 2014-01-20 09:25:00 end.ms: 2014-01-20 09:26:00 source.ip4: 10.2.3.4 destination.ip4: 10.4.5.6 period.s: 1results: - delay.twoway.icmp.ms.min - delay.twoway.icmp.ms.mean - delay.twoway.icmp.ms.max

Page 14: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

18

Example Result: ping

result: measureparameters: start.ms: 2014-01-20 09:25:01.135 end.ms: 2014-01-20 09:26:01.136 source.ip4: 10.2.3.4 destination.ip4: 10.4.5.6 period.s: 1results: - delay.twoway.icmp.ms.min - delay.twoway.icmp.ms.mean - delay.twoway.icmp.ms.maxresultvalues: - - 39 - 44 - 73

Page 15: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

19

mPlane protocol for testbed

We build testbeds … to collect measurements Probes

… and we need algorithms to post-process results (Intelligent) repository

So why not extending the mPlane approach for testbed in general? [Submitted a FIRE proposal for a 3G/4G Eu

testbed]

CoNEXT TPC workshopBarcellona, 5/9/13

Page 16: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

20

Questions

How to share resources? ISPa can run experiments from ISPb?

Supervisor(ISPa) talks to Supervisor(ISPb) Federated solutions?

How to share results? Value is in the data…

We have 10GB of data per day… (from our passive probes How to access to this data? What to do with this data?

CoNEXT TPC workshopBarcellona, 5/9/13

Page 17: MPlane: project and architecture The need of an intelligent measurement plane for the internet FIRE-GENI workshop May 5-6, Cambridge USA Disclaimer: I’m.

23