-
A node
simulates a
router (Network Level object).
- Links:
- A link connects
2 nodes
- Links :
- A fixed
delay
- A fixed
bandwidth
- A fixed
buffer size
- A queuing discipline
|
|
- Transport level "agents":
- Agent/TCP is the
TCP Tahoe sender
- Agent/TCP/Reno is the
TCP Reno sender
- Agent/TCP/Sink is the
TCP Reno receiver
(sends back ACK messages to
the sender)
- Agent/UDP is the
UDP sender
- Agent/NULL is the
UDP receiver
(it de-allocate the
IP packets)
|
Each Transport level agent must
be associated with
a node (= Network level agent)
- Traffic generators:
- Application/FTP is the
traffic generator for
TCP sender agents
- Application/Traffic/CBR is the
Constant Bit Rate
traffic generator for
UDP sender agents
|
Each Traffic generator must
be associated with the
corresponding type of
Transport level agent
|