DES Example: Network Model
Physical objects: network nodes, channels/ links, packets
Assume: randomly distributed channel delays; no message loss
Events: packet arrival at node (I); packet departure from node (D)
Actions:
- I: if (node-is-idle) service packet;
else insert packet in queue
- D: update statistics & send packet to next node