[[PageOutline]] This page contains a list of tutorials and assignments that you might consider using in your class. If you would like to include a hands-on tutorial in a GENI event, then you should look for the exercises that are meant to be given during a class. = GENI-Related tutorials and assignments = The purpose of these tutorials are to familiriaze students with GENI and GENI concepts. Based on what is the intended purpose of your class you might decide which ones are more appropriate. == Lab 0: My first GENI Experiment == [wiki:GENIEducation/SampleAssignments/LabZero Link to exercise] [[BR]] '''Type:''' Tutorial (Instructor-led mode preferred) [[BR]] '''Purpose:''' Setup students accounts correctly through a simple GENI experiment and familiarize students with the process of setting up an experiment. [[BR]] '''Resources:''' 2VMs (EG, IG, PG)[[BR]] '''Duration:''' 2h [[BR]][[BR]] This lab is '''highly recommended''' as a first lab that the students do in the class with help from an instructor or as the basic hands-on exercise in a GENI event. == Understanding the AM API and Omni == [wiki:GENIEducation/SampleAssignments/UnderstandAMAPI Link to exercise][[BR]] '''Type:'''Tutorial (Instructor-led mode preferred) [[BR]] '''Purpose:''' Students understand how GENI reservation process work and get familiar with the GENI common Aggregate Manager API (GENI AM API), the students also learn how to use Omni [[BR]] '''Resources:'''2 VMs (EG, IG, PG)[[BR]] '''Duration:''' 2h [[BR]][[BR]] = Network-understanding = == IPv4 Routing == [wiki:GENIEducation/SampleAssignments/IPRouting/Procedure Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students will understand how IPv4 forwarding works and how to configure static routes. [[BR]] '''Resources:'''3 VMs (EG)[[BR]] '''Difficulty:''' easy [[BR]][[BR]] == TCP Network Awareness == [wiki:GENIEducation/SampleAssignments/TcpAssignment Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students explore the difference between different TCP flavors and TCP parameters. [[BR]] '''Resources:'''4 VMs (EG, IG, PG)[[BR]] '''Difficulty:''' medium [[BR]][[BR]] == FTP vs UDT == [wiki:UDTExampleExperiment Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students will understand the difference between TCP and UDP by comparing the behavior of two different file transfer applications (FTP, UDT) under varying network conditions.[[BR]] '''Resources:'''3 PCs (PG)[[BR]] '''Difficulty:''' medium [[BR]][[BR]] == Create a Firewall with OpenFlow == [wiki:GENIEducation/SampleAssignments/OpenFlowFirewallAssignment Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students will understand how network firewalls work and get to write their own OpenFlow controller.[[BR]] '''Difficulty:''' hard [[BR]] '''Resources:'''6 VMs - EG/6PCs-PG[[BR]] '''Extra tools:''' OpenFlow[[BR]] [[BR]] = New Routing Algorithms = == Load balancing router using OpenFlow == [wiki:GENIEducation/SampleAssignments/OpenFlowLoadBalancerAssignment Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students will understand how load balancing works and get to write their own OpenFlow controller.[[BR]] '''Resources:'''4 VMs - EG/4PCs-PG[[BR]] '''Difficulty:''' hard [[BR]] '''Extra tools:''' OpenFlow[[BR]] [[BR]] == Content Networking == [wiki:GENIEducation/SampleAssignments/CCNAssignment Link to exercise][[BR]] '''Type:''' Assignment [[BR]] '''Purpose:''' Students will learn about Content Centric networking and get to experiment with a non-IP routing protocol, ccnx. [[BR]] '''Difficulty:''' hard [[BR]] '''Extra tools:''' ccnx[[BR]] [[BR]] = Distributed systems = [wiki:WebServerExample Link to exercise][[BR]] '''Type:''' Assignment[[BR]] '''Purpose:''' Students will learn about the client-server model through configuring and writing a webserver[[BR]] '''Resources:'''2 VMs [[BR]] '''Difficulty:''' medium [[BR]] [[BR]] == Example Class assignments == If you would like to use GENI in your classroom, these are some of sample assignments that you can use. If you have used GENI in your classroom, please feel free to add your assignments to this wiki page so that others can use them. || [wiki:UDTExampleExperiment Compare UDT and FTP] || [[Image(GENIExperimenter/Graphics:UDTExampleExperiment.png, 70%, nolink)]] || In this example experiment, you will compare the behavior of two different transport protocols, UDT and TCP, under varying network conditions.[[br]][[br]]You will use ProtoGENI hosts to build your network.[[br]][[br]]In order to try this example experiment, you should have GENI credentials and be familiar with using either the Flack GUI tool or the omni command line tool. Learn more about credentials at SignMeUp or by sending us mail [mailto:help@geni.net]. || || [http://groups.geni.net/geni/attachment/wiki/ScalableMonitoring/tcp-geni.pdf TCP Network Awareness] || [[Image(GENIExperimenter/Graphics:TCPAssignment.png, 50%, nolink)]] || The objective of this assignment is to familiarize you with the details of TCP congestion control, and the impact of network conditions on the TCP congestion control algorithms. [[br]][[br]] In order to try this example experiment, you should have GENI credentials and be familiar with using either the Flack GUI tool or the omni command line tool. Learn more about credentials at SignMeUp or by sending us mail [mailto:help@geni.net]. || || [http://groups.geni.net/geni/attachment/wiki/ScalableMonitoring/openflow-geni.pdf Flow Management with OpenFlow] || [[Image(GENIExperimenter/Graphics:FlowManagementAssignment.png, 65%, nolink)]] || The objective of this assignment is to familiarize you with the software-defined networking, as well !OpenFlow technology. A moderately deep understanding of the !OpenFlow controller model and API is required for this project. You will design and implement !OpenFlow controllers and associated experiment topologies to implement a basic firewall and a simple load balancer. [[br]][[br]] In order to try this example experiment, you should have GENI credentials and be familiar with using either the Flack GUI tool or the omni command line tool. Learn more about credentials at SignMeUp or by sending us mail [mailto:help@geni.net]. || || [wiki:WebServerExample Build a Web Server] || [[Image(GENIExperimenter/Graphics:WebServerExample.png, 70%, nolink)]] || In this assignment you will build a functional web server. This assignment will guide you through the basics of distributed programming, client/server structures, and issues in building high performance servers.[[br]][[br]]You will use ProtoGENI hosts to build your network.[[br]][[br]]In order to try this example experiment, you should have GENI credentials and be familiar with using either the Flack GUI tool or the omni command line tool. Learn more about credentials at SignMeUp or by sending us mail [mailto:help@geni.net]. || === New Assignments === || [wiki:GENIEducation/SampleAssignments/CCNAssignment Content Network Assignment ] || [[Image(GENIEducation/SampleAssignments/CCNAssignment:CCNAssignment.png, 30%, nolink)]] || || || [wiki:GENIEducation/SampleAssignments/OpenFlowFirewallAssignment OpenFlow FireWall Exercise ] ||[[Image(GENIEducation/SampleAssignments/OpenFlowFirewallAssignment:OpenFlowAssignment1.png, 30%, nolink)]] || || || [wiki:GENIEducation/SampleAssignments/OpenFlowLoadBalancerAssignment OpenFlow Load Balancer Assignment] || [[Image(GENIEducation/SampleAssignments/OpenFlowLoadBalancerAssignment:OpenFlowAssignment2.png, 30%, nolink)]] || || || [wiki:GENIEducation/SampleAssignments/TcpAssignment TCP Assignment] || [[Image(GENIEducation/SampleAssignments/TcpAssignment:TCPAssignment.png, 30%, nolink)]] || || == GENI Tutorials == This is a repository of tutorials that you can use if you want to teach GENI and/or GENI tools. If you need help with putting together a tutorial please contact us at [mailto:help@geni.net] || [http://www.protogeni.net/wiki/GeniTutorial Intro to Flack Tutorial] || [[Image(GENIExperimenter/Graphics:flack.png, 50%,nolink)]] || 2h. || This is a tutorial for teaching users how to use Flack. Flack is a graphical tool that helps user reserve resources. || '''GENI Resources:''' ProtoGENI, '''GENI Accounts:''' emulab (e.g. pgeni.gpolab.bbn.com) || || [wiki:GEC15Agenda/IntroToOmni/Instructions Intro to Omni Tutorial] || [[Image(http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Omni/omni-pic.png, nolink, 50%)]] || 2h. || This is a tutorial for teaching users how to use Omni. Omni is a command line tool for reserving GENI resources, and thus can help users automate their experiments. The tutorial guides the attendees through a very simple layer 2 example while introducing all the omni commands || '''GENI Resources''': ProtoGENI, '''GENI Accounts:''' emulab (e.g. pgeni.gpolab.bbn.com) ||