In my master thesis I want to compare 2 diff. computation approaches (most likely - cloud and edge) in order to look, which approach is best suited for which use cases for a connected car.
For example, "edge technology is suited to autonomous parking, because ... latency etc..."
or
"cloud is good for predictive maintenance, because..."
I know how I want to execute the analysis:
1. Define different disciplines of autonomous driving
2. Compare technical performance (based on diff. attributes like latency, data volume etc.) of diff. approaches (like cloud and edge)
3. Make a matrix where a technological approaches matches a "situation".
But I don't know how to call this method. And maybe there are some recommendations / best practice cases of how to do that.
Thank you in advance!