GridSim 5.0 beta

Package gridsim.net

Classes that form the network extension of GridSim.

See:
          Description

Interface Summary
NetIO This class contains the structure for Input and Output entities.
Packet This class contains the structure for a network packet.
PacketScheduler This class provides a template for schedulers that will be used at routers.
 

Class Summary
FIFOScheduler FIFOScheduler implements a First in First Out Scheduler.
FloodAdPack This class is used to send link state advertisements to other routers.
FloodingRouter This class implements a Router using a form of Flooding for routing.
InfoPacket InfoPacket class can be used to gather information from the network layer.
Input GridSim Input class defines a port through which a simulation entity receives data from the simulated network.
Link This class provides a template for a Link which can connect two entities like routers, GridResources or any other new component that needs to use the network facilities in Gridsim.
NetPacket Structure of a packet used to encapsulate data passing through the network.
Output GridSim Output defines a port through which a simulation entity sends data to the simulated network.
RateControlledRouter Use this router only in conjunction with an active packet scheduler, such as the RateControlledScheduler entity.
RateControlledScheduler RateControlledScheduler is an implementation of a rate-jitter controlling regulator.
RIPAdPack This class is used to send link state advertisements to other routers.
RIPRouter This class implements a Router using a form of RIP for routing.
Router This class implements a Router which forwards data from one entity to another.
SCFQScheduler SCFQScheduler implements a Self Clocked Fair Queueing Scheduler.
SimpleLink This class realizes a link in its simplest form.
 

Package gridsim.net Description

Classes that form the network extension of GridSim.


GridSim 5.0 beta

The University of Melbourne, Australia, 2009