Daftar Isi:
  • This dataset consists of 5 columns, namely X1, X2, X3, X4 and Y and has 3000 entries corresponding to each random variable. These random variables (X1, X2, X3 and X4) correspond to the following variables in paper: "Design and Exploration of Load Balancers for Fog Computing Using Fuzzy Logic": X1: Traffic Load X2: Delay Sensitivity X3: Energy Consumption X4: Link Saturation Y: Link Health Here, X1, X2, X3 and X4 are independent variables and Y is a dependent variable. Value of Y depends on all independent variables. These variables are mapped to Fuzzy Terms on the basis of Network Traffic Load Balancing. The fuzzy terms mapped for different scenarios in a day, are as follows: Sensor_TrafficLoad MinimumLoad Trapezoid (0.000, 0.080, 0.240, 0.330) AverageLoad Trapezoid (0.240, 0.330, 0.570, 0.660) PeakLoad Gaussian (0.500, 0.200) Sensor_DelaySenstivity NoDelay GaussianProduct (0.500, 0.200, 0.500, 0.200) AverageDelay Sigmoid (0.500, 20.000) TimeOutDelay SShape (0.000, 1.000) Sensor_EnergyConsumption LowConsumption Sigmoid (0.510, 0.204) AverageConsumption Sigmoid (0.510, 0.204) PeakConsumption SShape (0.020, 1.000) Sensor_LinkSaturation LowSaturation Ramp (0.000, 1.000) AverageSaturation Ramp (0.000, 1.000) FullSaturation SShape (0.000, 1.000) OUTPUT: LinkHealth LowQuality Ramp (0.000, 1.000) MediumQuality Ramp (0.000, 1.000) HighQuality Ramp (0.000, 1.000) This dataset is used to devise 3-level fuzzy load balancer design in the mentioned paper. This dataset consists of 3000 records, where each sub-parameter/sub-variable corresponds to 1000 records for 3-level fuzzy load balancer design. Eg: For the parameter 'Traffic Load', sub-variables are: MinimumLoad, AverageLoad and PeakLoad. So this dataset consists of 1000 records computed using the random distributions of MinimumLoad, 1000 records computed using the distributions of AverageLoad and 1000 records computed using the distributions of PeakLoad, thus resulting in a total of 3000 records for 'Traffic Load'. This division is computed to cover maximum different possible scenarios to which Network Traffic Load belongs to.