next up previous contents index
Next: 9.4 OTcl Linkage Up: 9. Agents Previous: 9.2 Agent methods

   
9.3 Protocol Agents

There are several agents supported in the simulator. These are their names in OTcl:



Agents are used in the implementation of protocols at various layers. Thus, for some transport protocols (e.g. UDP) the distribution of packet sizes and/or inter-departure times may be dictated by some separate object representing the demands of an application. To this end, agents expose an application programming interface (API) to the application. For agents used in the implementation of lower-layer protocols (e.g. routing agents), size and departure timing is generally dictated by the agent's own processing of protocol messages.




2000-08-24