• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Formula to calculate the latency between nodes within a cluster

Abdullah01

Junior Member
In my problem, there are n-number of clusters. Each cluster contains k-number of nodes. The number of nodes can vary in clusters. I have to select the cluster whose nodes are closely located (closely located in terms of latency). For this purpose, first I have to calculate the closeness of nodes within a cluster(for each cluster, I have to calculate the closeness metric). I need guidance regarding the formula to calculate the latency between nodes within the cluster.

Need guidance which formula suits this problem.
 
Back
Top