Recent content by Abdullah01

  1. A

    Question Formula to calculate the latency between nodes within a cluster

    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...
  2. A

    Question Resource (CPU resource) Requirement estimation given; workload and number of tasks

    How to estimate the CPU resource required to execute certain number of tasks on data. Is there any method or formula to estimate how many (nodes/servers) will be required, given number of tasks and data size. In my scenario, IoT data sources are emitting data and I have to select group of nodes...