I am trying to implement csma cd using sim events . can any one tell me how can i get the throughput and channel utilization for the model ?

2 ビュー (過去 30 日間)
I am trying to implement csma cd using sim events . can any one tell me how can i get the throughput and channel utilization for the model ?

採用された回答

Teresa Hubscher-Younger
Teresa Hubscher-Younger 2015 年 11 月 30 日
Hi Askhok,
If you're looking at channel utilization in SimEvents, there is usually a block that every entity is using in the channel, such as a server block, and you can pull the utilization statistic from that to get a statistic of the utilization of the channel.
For throughput, I agree you need to decide which Throughput you want to measure. There is a good example in sedemo_ethernet of how to calculate and measure throughput for one of the controllers connected to the network.
-Teresa

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 11 月 30 日
Channel utilization is the portion of the time that there is something being transmitted on the channel, including for all headers and checksums and acknowledgements and so on. This includes all bits that end up getting wasted because a collision is detected. A channel can end up with low utilization of the collision avoidance is too conservative.
For throughput, you need to decide which Throughput you want to measure.
  1 件のコメント
ashok
ashok 2015 年 11 月 30 日
I want to know the channel utilization and throughput of the below model . can you please tell me

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMessages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by