-
Moved here on behalf of @nshuuya @nshuuya asked: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @nshuuya, The values entered in the network-model are the initial values that are applied when the scenario (e.g. applications) is deployed. Once deployed, there are several ways to change the run-time network characteristics between the applications. 1- Manual Net.Char. event
2- AdvantEDGE REST API Net.Char event, this is similar to the Manual method - but triggered from an external application (e.g. not the Frontend)
3- Event replay Net.Char events, all events are recorded when running a scenario, this allow to save the events and replay them whenever required. Using AdvantEDGE frontend:
4- Automated Net. Char events - if your scenario uses geolocation, you can activate automated network characteristics so network characteristics are automatically updated based on the UE position.
|
Beta Was this translation helpful? Give feedback.
-
Reading your question again, I realized that my previous answer might not address your question entirely. The network characteristics applied by AdvantEDGE are real-time and they can effectively be measured between a client and its server. "Deploying the nodes on the AdvantEDGE, does that mean applying the network characteristics such as latency and data throughput can configure the router in real-time?" I'm not quite sure what you qualify as "the router" above. |
Beta Was this translation helpful? Give feedback.
@nshuuya,
Reading your question again, I realized that my previous answer might not address your question entirely.
The network characteristics applied by AdvantEDGE are real-time and they can effectively be measured between a client and its server.
"Deploying the nodes on the AdvantEDGE, does that mean applying the network characteristics such as latency and data throughput can configure the router in real-time?"
The answer is definitively yes, network characteristics (latency/throughput/jitter) will be experienced in real-time between all IP packets exchanged between the client and the server; we do this by controlling the network stack.
I'm not quite sure what you qualify as "the route…