Is it possible to simulate a network architecture/model in matlab?

3 views (last 30 days)
Hello, I want to simulate a network communication model (you can say its 3 tier model), where a node A wants to send a request to B and vice versa, there could be multiple conditions for example:
A --direct (involve heavy processing)--> B % if near
A --> (Server (local)) --> B % if far
A --> (Server (local)) --> (Server (Main)) --> (Server (local)) --> B % if very far
I want to simulate these three conditions and compare the throughput and latency. Please if anyone can suggest which toobox is appropriate for that purpose? or any simulation example like that already exist!
  5 Comments
Raheel Memon
Raheel Memon on 14 Jun 2018
Thank you for your response dear Walter Roberson, I was looking at how a communication network can be simulated on SimEvents (components like; Node, Router, Connections with bandwidth, Messages/Packets) but unable to find any suitable help on that, can you please suggest me to find some hands-on guide or any tutorial for that? I am very beginner in matlab, your help will be really appreciated. thank you..

Sign in to comment.

Answers (0)

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!