Course Project for CS05112. Objective Simulate a datacenter network using Mininet.

Slides:



Advertisements
Similar presentations
Interconnection Networks: Flow Control and Microarchitecture.
Advertisements

PortLand: A Scalable Fault-Tolerant Layer 2 Data Center Network Fabric. Presented by: Vinuthna Nalluri Shiva Srivastava.
Networks. Graphs (undirected, unweighted) has a set of vertices V has a set of undirected, unweighted edges E graph G = (V, E), where.
CS 268: Project Suggestions Ion Stoica February 6, 2003.
Course Project for CS Objective Simulate the FatTree network using ndnSIM. Simulate a multicast session with l oadbalancing Add more producers to.
Data Center Basics (ENCS 691K – Chapter 5)
Server Assisted TRILL Edge Linda Dunbar
NETWORK CONNECTIVITY DEVICES: REPEATERS, HUBS, BRIDGES, SWITCHES & ROUTERS Michael Armand Danielle DiLuzio Ronnie Hedrick.
Edge Based Cloud Computing as a Feasible Network Paradigm(1/27) Edge-Based Cloud Computing as a Feasible Network Paradigm Joe Elizondo and Sam Palmer.
OpenFlow-Based Server Load Balancing GoneWild Author : Richard Wang, Dana Butnariu, Jennifer Rexford Publisher : Hot-ICE'11 Proceedings of the 11th USENIX.
OpenFlow Tutorial Theophilus Benson. Outline Components in an OpenFlow testbed Setting up a testbed Writing a new component – C++ components version –
BRITE integration with ns-3 Joshua Pelkey and Dr. George Riley Wns3 March 25, 2011.
Artdaq Introduction artdaq is a toolkit for creating the event building and filtering portions of a DAQ. A set of ready-to-use components along with hooks.
PowerLink Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions.
High-speed IDS The search for the Holy Grail….. Agenda The Problem Types of IDS’ The Problem Drawbacks Testing Assumptions Conclusions.
Datacenter Network Simulation using ns3
Background of Wireless Communication Student Presentations and Projects Wireless Communication Technology Wireless Networking and Mobile IP Wireless Local.
The Only Constant is Change: Incorporating Time-Varying Bandwidth Reservations in Data Centers Di Xie, Ning Ding, Y. Charlie Hu, Ramana Kompella 1.
Management of the LHCb DAQ Network Guoming Liu * †, Niko Neufeld * * CERN, Switzerland † University of Ferrara, Italy.
Summer 2012 A Brief Review of Technology Upgrades at Mead Hall Technology Committee Meeting.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Configuring and Testing Your Network Network Fundamentals – Chapter 11.
Boot Sequence, Internal Component & Cisco 3 Layer Model 1.
Academic Reserves with a Drizzle of Syrup Kathy Lussier, MassLNC Project Coordinator 2014 Evergreen International Conference March 21, 2014.
LAN Switching and Wireless – Chapter 1
Mininet and Openflow Labs. Install Mininet (do not do this in class) Download VirtualBox Download Xming for windows (X11) Download Mininet VM for linux-ubuntu.
Network infrastructure for CERN DataCenter HEPiX Fall 2015.
GENI in the Classroom: The Graduate vs. Undergraduate Class Experience Violet R. Syrotiuk NSF Workshop on GENI in Education 26 October 2013 in Brooklyn,
Issues on the operational cluster 1 Up to 4.4x times variation of the execution time on 169 cores Using -O2 optimization flag Using IBM MPI without efficient.
Course Project for CS Objective Simulate the FatTree datacenter network using Mininet and MinEdit. With controller: spamming tree, link failures.
Management of the LHCb DAQ Network Guoming Liu *†, Niko Neufeld * * CERN, Switzerland † University of Ferrara, Italy.
Copyright © 2010, Install OpenFlow Mininet 指導教授:王國禎 學生:洪維藩 國立交通大學資訊科學與工程研究所 行動計算與寬頻網路實驗室.
Data Centers and Cloud Computing 1. 2 Data Centers 3.
© 2002, Cisco Systems, Inc. All rights reserved..
Schedulers for Hybrid Data Center Network Neelakandan Manihatty Bojan 2 nd Year PhD Student Advisor: Dr. Andrew W. Moore Eurosys Doctoral Workshop, 18.
Mininet and Openflow Labs
Prepared by: Ameer Sameer Hamood University of Babylon - Iraq
Introduction to VMware Virtualization
Programming Assignment

Advanced Computer Networks
OpSim Configuration Management Michael Reuter
ECE 544: Traffic engineering (supplement)
Packet Switching Outline Store-and-Forward Switches
ICT meeting Business needs
Reliable Transport CS 3700 Project 3.
CS515: Bioinformatic Algorithms
ECE544: Software Assignment 3
Programming Assignment #3
LAN Switching and Wireless – Chapter 1
Business Management Courses Gives Competitive Edge.
CIT 274 Possible Is Everything/tutorialrank.com
CIT 274 Education for Service/tutorialrank.com
Implement Inter-VLAN Routing
  Figure 7.1 Track Layout with Input Sensors and Output Switches and Output Tracks.
湖南大学-信息科学与工程学院-计算机与科学系
LAN Switching and Wireless – Chapter 1
Planning a Network Upgrade
Reliable Transport CS 3700 Project 3.
Implement Inter-VLAN Routing
Internet and Web Simple client-server model
  Figure 8.1 Track Layout with Input Sensors and Output Switches and Output Tracks.
cs638/838 - Spring 2017 (Shavlik©), Week 7
Centralized Arbitration for Data Centers
Implement Inter-VLAN Routing
Appending or adding to a file using python
LAN Switching and Wireless – Chapter 1
Implement Inter-VLAN Routing
Business Logistics Management
Variables, Constants, Assign.
Presentation transcript:

Course Project for CS05112

Objective Simulate a datacenter network using Mininet.

Datacenter network simulation You will assume each level i.e., core, aggregation, edge (ToR) and host to be composed of a single layer of switches/hosts with a configurable fanout value (k). Run following test Connectivity test Throughput test between 1) hosts in same rack; 2) hosts in different rack but under same aggregate switch 3) hosts in different rack, and under different aggregate switch

Network topology Fanout k=2 topology

Submit your project Your Python source code and readme file if necessary. Your project report document Explain your code and report the test outputs