Changes between Version 3 and Version 4 of sol4/upcomingCourseModules


Ignore:
Timestamp:
09/09/14 13:18:02 (10 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sol4/upcomingCourseModules

    v3 v4  
    4444
    4545== Learning Switch ==
    46 Implementation of the learning switch capability that is used by Ethernet switches by using a software-based OpenFlow switch. Develop a five-port switch in this course module. The switch will learn the port mapping by examining each packet. When the destination address is already known, the packet is sent to the particular address, else packets are flooded on all the ports of the switch.[[br]]
     46Implementation of the learning switch capability that is used by Ethernet switches by using a software-based OpenFlow switch. The goal is to develop a five-port switch in this course module. The switch will learn the port mapping by examining each packet. When the destination address is already known, the packet is sent to the particular address, else packets are flooded on all the ports of the switch. Students will be using LabWiki on top of the GENI testbed to carry out this assignment.[[br]]
    4747For further details, contact Prof. Michael Zink at mzink@cas.umass.edu