cloud-barista / cb-larva

CB-Larva is Cloud-Barista Incubator. The incubator researches and develops essential technologies for multi-cloud.
Apache License 2.0
9 stars 8 forks source link

Reduce the complexity of updating the networking rule #316

Closed yunkon-kim closed 1 year ago

yunkon-kim commented 1 year ago

What would you like to be enhanced : I'd like to reduce complexity in networking rule updates and efficiently operate the cb-network (i.e., Cloud Adaptive Network).

Why is this needed : Its complexity is $n^2$ to update the networking rule. It's inefficient. : For example, just 100 peers participated. When a peer is updated, it is updated 10,000 times...

Proposed solution : To break the data structure of the networking rule into smaller units : To simplify the mechanism according to the smaller data unit

seokho-son commented 1 year ago

https://www.stratechi.com/wp-content/uploads/2018/03/Stratechi-Manage-Complexity-Business-Strategy-Reduce.jpg

:)

yunkon-kim commented 1 year ago

@seokho-son, thanks for your comment !

I think I'll focus on segmentation and rearrangement ^^