CS 143 Simulation
  • Source Code
    • Actors
    • Constants
    • Errors
    • Events
    • Packets
    • Simulation
    • Transport Layer Algorithms
  • Initial Architecture Plan
    • Packets
    • Flows
    • Hosts
    • Links
    • Routers
    • Monitoring
    • Input/Output
    • SimPy
  • Course Materials
 
CS 143 Simulation
  • Docs »
  • Initial Architecture Plan »
  • Links
  • Edit on GitHub

Links¶

The links are in charge of connecting hosts/routers together and passing on the packets along through the network.

Link Components¶

  • Source and Destination. The links will be the intermediary handler of packets between hosts/routers.
  • Delay. Link will hold onto packets from given amount of time (delay) before handing it off to routers/hosts.
  • Add packets to receiving host/router’s buffer (64KB) and allow the host/router to pull from that buffer.
  • Utilization. This metric will be calculated by the link object and reported/made available to the monitoring system.

Note

Receiving buffer?

Next Previous

© Copyright 2014, H. Lan, Y. Ou, S. Richerd, J. Van Bruggen, J. Zhang.

Built with Sphinx using a theme provided by Read the Docs.