From a9bb895c867713d36ea46dcc6824238fcbb6ef46 Mon Sep 17 00:00:00 2001 From: EdoardoColi Date: Wed, 13 Mar 2024 02:21:47 +0100 Subject: [PATCH] Overview topologia --- README.md | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index cfebfb6..7dd6ec7 100644 --- a/README.md +++ b/README.md @@ -178,30 +178,11 @@ The testing scenario includes 5 DockerHosts as shown in the figure below. The UE - +*upf_mec*: Represents the user-plane functionalities in the multi-edge cloud, simulating near-edge scenarios with low latency. +*upf_cld*: Simulates the cloud environment, characterized by higher latency. +*cp*: Represents the control plane, incorporating additional network functionalities. +In this simulation, we investigate the Round Trip Time (RTT) using two distinct slices: slice 1 involves reaching the User Plane Function (UPF) in the “cloud data center” with a designated DNN (Data Network Name) of “internet,” while slice 2 focuses on reaching the UPF in the “multi-access edge computing (MEC) data center” with a DNN of “mec”. ### Example Execution The previous overview is based on the 5G deployment in comnetsemu of [Riccardo Fedrizzi](https://github.com/RiccardoFedrizzi). We con start cloning his project and building it ```