ns-3 development overview ns-3 GENI Eng. Conf., Nov. 2010 1



Similar documents
NS-3 Advanced Tutorial: Visualization and Data Collection

TEST AUTOMATION FRAMEWORK

Automating ns-3 Experimentation in Multi-Host Scenarios

A Survey of Network Simulation Tools: Current Status and Future Developments

Xperience of Programmable Network with OpenFlow


Network Virtualization

A Network in a Laptop: Rapid Prototyping for So7ware- Defined Networks

ONOS Open Network Operating System

PIE. Internal Structure

ToMaTo - a network experimentation tool

Datasheet iscsi Protocol

ODP Application proof point: OpenFastPath. ODP mini-summit

Testing Tools using Visual Studio. Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation

Open Source Network: Software-Defined Networking (SDN) and OpenFlow

OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds)

OF 1.3 Testing and Challenges

Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management

Features of The Grinder 3

Introduction to OpenTM2 An Open Source Solution for Translators

Copyrighted , Address :- EH1-Infotech, SCF 69, Top Floor, Phase 3B-2, Sector 60, Mohali (Chandigarh),

Getting to know OpenFlow. Nick Rutherford Mariano Vallés

Getting Started Hacking on OpenNebula

Software Defined Networking and the design of OpenFlow switches

Ball Aerospace s COSMOS Open Source Test System

Facility Usage Scenarios

Experimentation driven traffic monitoring and engineering research

Open-Source Software Toolkit for Network Simulation and Modeling

Automated deployment of virtualization-based research models of distributed computer systems

U.S. Navy Automated Software Testing

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

Demo 1. Network Path and Quality Validation in the Evolved Packet Core

Code Estimation Tools Directions for a Services Engagement

ISLET: Jon Schipp, Ohio Linux Fest An Attempt to Improve Linux-based Software Training

Wikimedia architecture. Ryan Lane Wikimedia Foundation Inc.

Plug-and-play Virtual Appliance Clusters Running Hadoop. Dr. Renato Figueiredo ACIS Lab - University of Florida

TCP Packet Tracing Part 1

Network Virtualization: A Tutorial

Manjrasoft Market Oriented Cloud Computing Platform

Component-based Robotics Middleware

DE4 NetFPGA Packet Generator Design User Guide

Example of Standard API

NaviCell Data Visualization Python API

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

Virtualization System Vulnerability Discovery Framework. Speaker: Qinghao Tang Title:360 Marvel Team Leader

A Network Management Software Based on Secure Shell (SSH) Channels. and Java Universal Network Graph (JUNG)

IBM Operational Decision Management v8

Wedge Networks: Transparent Service Insertion in SDNs Using OpenFlow

A Non-beaconing ZigBee Network Implementation and Performance Study

What CCPForge does Introduction to SESC and CCPForge Workshop Gemma Poulter

Chapter 7. Using Hadoop Cluster and MapReduce

Developing Parallel Applications with the Eclipse Parallel Tools Platform

Ikasan ESB Reference Architecture Review

Open Network Install Environment (ONIE) LinuxCon North America 2015

The OpenNebula Cloud Platform for Data Center Virtualization

Mercury User Guide v1.1

Simulation of wireless ad-hoc sensor networks with QualNet

Wicked A Network Manager Olaf Kirch

Cloud3DView: Gamifying Data Center Management

Source Control Systems

Towards Smart and Intelligent SDN Controller

Agenda. Tango meeting : Krakow

AC : A VIRTUALIZED NETWORK TEACHING LABORATORY

S3 Monitor Design and Implementation Plans

Software Automated Testing

ALERT installation setup

EstiNet OpenFlow Network Simulator and Emulator

Overview. Big Data in Apache Hadoop. - HDFS - MapReduce in Hadoop - YARN. Big Data Management and Analytics

Bernd Ahlers Michael Friedrich. Log Monitoring Simplified Get the best out of Graylog2 & Icinga 2

Software design (Cont.)

Measuring Wireless Network Performance: Data Rates vs. Signal Strength

Running virtualized native drivers in User Mode Linux

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

HPC Wales Skills Academy Course Catalogue 2015

High Speed Transfers Using the Aspera Node API! Aspera Live Webinars November 6, 2012!

Web Application s Performance Testing

Extensible Network Configuration and Communication Framework

PyMTL and Pydgin Tutorial. Python Frameworks for Highly Productive Computer Architecture Research

CSC4290: Introduction to Computer Networking. Hongwei Zhang

Distributed File Systems

Network Analysis with Python. Deelesh Mandloi

Software Defined Networking What is it, how does it work, and what is it good for?

File S1: Supplementary Information of CloudDOE

HDFS Users Guide. Table of contents

CS312 Solutions #6. March 13, 2015

Cloud Simulator for Scalability Testing

From Centralization to Distribution: A Comparison of File Sharing Protocols

SCADA System Overview

Silk Test Testing Mobile Web Applications

Course 10978A Introduction to Azure for Developers

Transcription:

ns-3 development overview ns-3 GENI Eng. Conf., Nov. 2010 1

ns-3 tutorial agenda 3:00-4:30: ns-3 current capabilities Project overview Walkthrough of basic simulation scenario Parallel simulations and visualization Emulation 4:30-4:40: 10-minute break 4:40-5:45: Work in progress ns-3 development process Automation Direct code execution Virtual machine and testbed integration 5:45-6:00: Q & A ns-3 GENI Eng. Conf., Nov. 2010 2

ns-3 development process ns-3 is run as an open source project backed by research funding GPLv2 licensing stance open mailing lists use standard tools (Mercurial, Bugzilla, Mediawiki, GNU/Linux development) 13 maintainers worldwide ns-3 GENI Eng. Conf., Nov. 2010 3

ns-3 development process date-driven quarterly releases new feature merge bug fixing only testing Release! All code for merge to ns-3 is openly reviewed by maintainers Syntactic (style) reviews Design reviews Documentation and tests ns-3 GENI Eng. Conf., Nov. 2010 4

current merge queue ns-3.10 release (January 2010) new TCP model with modular congestion control Virtual Access Point (VAP) for WiFi BulkSend application Pyviz visualizer Energy model for WiFi DSDV routing for IPv4 PhySim for WiFi ns-3 GENI Eng. Conf., Nov. 2010 5

ns-3 and Google Summer of Code Click Modular Router Lalith Suresh ns-3 OpenFlow Blake Hurd Underwater Acoustic Networking Andrea Sacco ns-3 LTE Giuseppe Piro ns-3 GENI Eng. Conf., Nov. 2010 6

Other announced projects Wireless jamming model MPLS VANET mobility model TDMA TCP Vegas DSR routing SimpleWireless model Zigbee, WPAN, and 6LOWPAN Chord/DHash DHT Synchronized emulation 802.11n TMix and DelayBox ns-3-simu multi-core parallelization ns-3 GENI Eng. Conf., Nov. 2010 7

Modularity and model store Moving to a modular build and package management system ns-3 project maintains the core models may be enabled/disabled other research groups may separately maintain their own models maintainers can still provide reviews common package metadata format used to inform ns-3 build system ns-3 GENI Eng. Conf., Nov. 2010 8

automation ns-3 GENI Eng. Conf., Nov. 2010 9 GENI Eng. Conf., Nov. 2010 ns-3

Overview of ns-3 features Examples Start with a research question Models: - WiFi intro - TCP Real-time scheduler Emulation modes Debugging Visualization Topology Definition Models Configuration Execution Output Analysis Modify scenario, or perform independent replication Helper APIs and containers Attributes Names Command line args Default values Env. variables Tracing Wireshark Statistics framework Random variables ns-3 GENI Eng. Conf., Nov. 2010 10 GENI Eng. Conf., Nov. 2010 ns-3

Motivation Network simulation is no easy business. One must: Build a model that is consistent. Describe the simulation model for a given simulator. Design and execute experiments. Process output data using sound methodologies. We raise the level of abstraction on the user interface to the network simulator to support the needs of both experts and novices. We can address issues that undermine credibility. ns-3 GENI Eng. Conf., Nov. 2010 11 ns-3 GENI Eng. Conf., Nov. 2010

Frameworks for ns-3 NSF CISE Community Research Infrastructure University of Washington (Tom Henderson), Georgia Tech (George Riley), Bucknell Univ. (Felipe Perrone) Project timeline: 2010-14 ns-3 GENI Eng. Conf., Nov. 2010 12 GENI Eng. Conf., Nov. 2010 ns-3

Automation Task led by Felipe Perrone, Bucknell Univ. Inspired by SWAN-Tools and ANSWER frameworks. User interfaces, description languages, and tools for automation of experiments. Model composition, structural validation, control of experiments, data processing and storage, and archiving experimental setup. ns-3 GENI Eng. Conf., Nov. 2010 13 GENI Eng. Conf., Nov. 2010 ns-3

Topology generation Integrate BRITE topology generator (Boston Univ.) into framework. BRITE is downloaded into distribution and compiled by the ns-3 build system. The ns-3 simulation script uses a topology helper which reads a BRITE configuration file, receives results from BRITE, and builds the ns-3 topology. ns-3 GENI Eng. Conf., Nov. 2010 14 ns-3 GENI Eng. Conf., Nov. 2010

Broader use case Provide a model and a description of experiment. Framework generates design of experiment space, distribute simulation runs to machines, collect results and archive in persistent storage. User mines storage to find, extract, and visualize results. ns-3 GENI Eng. Conf., Nov. 2010 15 ns-3 GENI Eng. Conf., Nov. 2010

General architecture ns-3 GENI Eng. Conf., Nov. 2010 16 GENI Eng. Conf., Nov. 2010 ns-3

Direct Code Execution ns-3 GENI Eng. Conf., Nov. 2010 17

Virtual machines and ns-3 ns-3 GENI Eng. Conf., Nov. 2010 18

Goals Lightweight virtualization of kernel and application processes, interconnected by simulated networks Benefits: Implementation realism in controlled topologies or wireless environments Model availability Limitations: Not as scalable as pure simulation Runs in real-time Integration of the two environments ns-3 GENI Eng. Conf., Nov. 2010 19

netns3 Written by Tom Goff (Boeing) Documentation and prototype posted on wiki Basic Python-based framework using ns-3 Python bindings, RPyC distributed computing library, and ns-3 tap bridge framework ns-3 GENI Eng. Conf., Nov. 2010 20

netns3 demo Placeholder ns-3 GENI Eng. Conf., Nov. 2010 21

CORE is an open source project Web site and code repository hosted by NRL ITD Open source licensed modified BSD license Source code at NRL SVN https://pf.itd.nrl.navy.mil/sf/sfmain/do/ Wiki/Bug tracker: http://code.google.com/p/coreemu/ Mailing lists at NRL: core-users core-dev ns-3 GENI Eng. Conf., Nov. 2010 22

Future work: Integrating ns-3 and GUIs Example CORE and ns-3 CORE could glue virtual machines to ns-3 networks ns-3 GENI Eng. Conf., Nov. 2010 23 23

Other recent related work CORE is the Common Open Research Emulator that controls lightweight virtual machines and a network emulation subsystem (more on this later) NEPI/NEF: Using Independent Simulators, Emulators, and Testbeds for Easy Experimentation Lacage, Ferrari, Hansen, Turletti (Roads 2009 workshop) EMANE is an Extendable Mobile Ad-hoc Network Emulator that allows heterogeneous network emulation using a pluggable MAC and PHY layer architecture. http://labs.cengen.com/emane being integrated with CORE ns-3 GENI Eng. Conf., Nov. 2010 24

Scaling time in virtualized environments Synchronized Network Emulation - RWTH Aachen University Modified Xen VAN Testbed Telcordia/CERDEC Modified Xen Linux Time namespace - Jeff Dike (UML creator) Add a time namespace to the Linux kernel, allowing for gettimeofday() offsets ns-3 GENI Eng. Conf., Nov. 2010 25

NEPI ns-3 GENI Eng. Conf., Nov. 2010 26

Resources Web site: http://www.nsnam.org Mailing list: http://mailman.isi.edu/mailman/listinfo/ns-developers IRC: #ns-3 at freenode.net Tutorial: http://www.nsnam.org/docs/tutorial/tutorial.html Code server: http://code.nsnam.org Wiki: http://www.nsnam.org/wiki/index.php/main_page ns-3 GENI Eng. Conf., Nov. 2010 27