Seamless On-The-Fly Compression with OpenFlow By Benjamin Ujcich and Derek O'Neill.

Slides:



Advertisements
Similar presentations
Prof. Natalie Enright Jerger
Advertisements

IP Forwarding Relates to Lab 3.
Computer Networking A Top-Down Approach Chapter 4.7.
UDgateway WAN Optimization. 1. Why UDgateway? All-in-one solution Value added services – Networking project requirements Optimize IP traffic on constrained.
Implementing Inter-VLAN Routing
Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
1 The 7 layer OSI model Sending an . 2 The seven layers.
What we will cover… Home Networking: Network Address Translation (NAT) Mobile Routing.
Internet In A Slice Andy Bavier CS461 Lecture.
Spring EE4272 Switch vs. Router Switch:  Def. 1: A network node that forwards packets from inputs to outputs based on header information in each.
Mobile IP.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Communication concepts (Continued) Week 2 Lecture 2.
1 Enabling Secure Internet Access with ISA Server.
Virtual LANs. VLAN introduction VLANs logically segment switched networks based on the functions, project teams, or applications of the organization regardless.
Delivery, Forwarding and
1 3 Web Proxies Web Protocols and Practice. 2 Topics Web Protocols and Practice WEB PROXIES  Web Proxy Definition  Three of the Most Common Intermediaries.
Professor OKAMURA Laboratory. Othman Othman M.M. 1.
PA3: Router Junxian (Jim) Huang EECS 489 W11 /
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
Professor OKAMURA Laboratory. Othman Othman M.M. 1.
Othman Othman M.M., Koji Okamura Kyushu University 1.
10/8/2015CST Computer Networks1 IP Routing CST 415.
EITnotes.com For more notes and topics visit:
The OSI Model.
Communication Networks Fourth Meeting. Types of Networks  What is a circuit network?  Two people are connected and allocated them their own physical.
Team Member: Xinjie Guan, University of Missouri Kansas City; Xili Wan, University of Missouri Kansas City; Ruiling Gao, Tufts University; Date: June 2,
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
Computer Networks Lecture 5 Packet Switching & Circuit Switching, Causes of impairment Lahore Leads University.
 Circuit Switching  Packet Switching  Message Switching WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
Othman Othman M.M., Koji Okamura Kyushu University 1.
Jordan Howell Frank Geiger. Table of Contents  Question  Overview of example  Packets  OSI Model  Network Layer  Data Link Layer  Physical Layer.
OSI Model. Switches point to point bridges two types store & forward = entire frame received the decision made, and can handle frames with errors cut-through.
WXET1143 Lecture5: Internet: How it Works? (Continuation)
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
NETWORKING COMPONENTS Buddy Steele Assignment 3, Part 1 CECS-5460: Summer 2014.
STORE AND FORWARD & CUT THROUGH FORWARD Switches can use different forwarding techniques— two of these are store-and-forward switching and cut-through.
LAN Switching Concepts. Overview Ethernet networks used to be built using repeaters. When the performance of these networks began to suffer because too.
The University of Bolton School of Games Computing & Creative Technologies LCT2516 Network Architecture CCNA Exploration LAN Switching and Wireless Chapter.
Switching Topic 2 VLANs.
Mobile IPv6 and Firewalls: Problem Statement Speaker: Jong-Ru Lin
WAN – Packet and Cell-switched Networks
IT 210: Web-based IT Fall 2012 Lecture: Network Basics, OSI, & Internet Architecture.
Mobile IP Definition: Mobile IP is a standard communication protocol, defined to allow mobile device users to move from one IP network to another while.
CS 6401 Intra-domain Routing Outline Introduction to Routing Distance Vector Algorithm.
Understanding IPv6 Slide: 1 Lesson 5 ICMPv6. Understanding IPv6 Slide: 2 Lesson Objectives Purpose of ICMPv6 and the structure of all ICMPv6 messages.
ANONYMIZING / WEB PRIVACY. TOOLS: STAYING ANONYMOUS ON THE INTERNET Proxy Server Tor.
ROUTING AND ROUTING TABLES 2 nd semester
Mobile IP THE 12 TH MEETING. Mobile IP  Incorporation of mobile users in the network.  Cellular system (e.g., GSM) started with mobility in mind. 
Link Layer 5.1 Introduction and services
Instructor Materials Chapter 6: VLANs
VIRTUAL SERVERS Presented By: Ravi Joshi IV Year (IT)
Virtual LANs.
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
Lec 5 Layers Computer Networks Al-Mustansiryah University
SEMINAR ON Optical Burst Switching
Chapter 2 Network Models.
Delivery, Forwarding, and Routing
Chapter 2 Network Models.
File Transfer Issues with TCP Acceleration with FileCatalyst
Intradomain Routing Outline Introduction to Routing
Chapter 2 Network Models.
Chapter 2 Network Models.
Other Routing Protocols
Networking and Network Protocols (Part2)
Data Communication and Computer Networks
MESSAGE ACCESS AGENT: POP AND IMAP
Mobile IP Neil Tang 11/12/2008 CS440 Computer Networks.
Presentation transcript:

Seamless On-The-Fly Compression with OpenFlow By Benjamin Ujcich and Derek O'Neill

Goals Reduce bandwidth usage on link Files leave source and arrive at destination decompressed No configuration by users

Resources Source node on GPO (bain) Destination node on Clemson (planetlab4)  OpenFlow controller Agent on GPO (pc5) Connecting OpenFlow resources

Strategy Traffic sent from source to destination is redirected to agent via OpenFlow, compressed, and sent to destination with headers rewritten Agent at destination network intercepts packets via OpenFlow, decompresses, and sends to destination with headers rewritten

Results

Concerns Moving Forward Only one agent, no decompression Added latency Instability due to volatile FlowMods Packet-based vs. File-based