Changes between Version 3 and Version 4 of sol4/upcomingCourseModules
- Timestamp:
- 09/09/14 13:18:02 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sol4/upcomingCourseModules
v3 v4 44 44 45 45 == 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]]46 Implementation 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]] 47 47 For further details, contact Prof. Michael Zink at mzink@cas.umass.edu