SlideShare a Scribd company logo
1 of 10
Download to read offline
http://www.iaeme.com/IJCET/index.asp 78 editor@iaeme.com
International Journal of Computer Engineering & Technology (IJCET)
Volume 7, Issue 1, Jan-Feb 2016, pp. 78-87, Article ID: IJCET_07_01_009
Available online at
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=1
Journal Impact Factor (2016): 9.3590 (Calculated by GISI) www.jifactor.com
ISSN Print: 0976-6367 and ISSN Online: 0976–6375
© IAEME Publication
___________________________________________________________________________
INSTANCE BASED MULTI CRITERIA
DECISION MODEL FOR CLOUD SERVICE
SELECTION USING TOPSIS AND VIKOR.
Deepti Rai
Post Graduate Student of Computer Science Department,
Sahyadri College of Engineering, Adyar, Mangalore, India
Pavan Kumar V
Assistant Professor of Computer Science Department,
Sahyadri College of Engineering, Adyar, Mangalore, India
ABSTRACT
Cloud computing has been incorporated in almost every fold of customer’s
world today. As more challenging becomes the world of a resource consumer,
so does the plethora of numerous cloud vendors. Every vendor tries to sell off
their ser-vices with different attractions. Some of them are free, some as pay-
as-you-go services and some at rented structures. With so many choices avail-
able to a random user, making the right choice about the type of vendor is a
crucial decision. We present in this paper novel methods for cloud ser-vice
selection. The methods derives from the traditional selection methods with
emphasis on user criteria weights. Inherent comparisons have been conducted
amongst the various methods to help in analyzing and finalizing a broker
architecture for selection of the best service provider among the contending
cloud vendors.
Keywords: Cloud Computing, Cloud Service Selection, Cloud User Weights,
TOPSIS, VIKOR.
Cite this Article: Deepti Rai and Pavan Kumar V. Instance based Multi
Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR. International Journal of Computer Engineering and Technology,
7(1), 2016, pp. 78-87.
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=1
Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR
http://www.iaeme.com/IJCET/index.asp 79 editor@iaeme.com
1. INTRODUCTION
Some of the best works done so far cover various Multi Criteria Decision Making
methods like TOPSIS[[1]] , ELECTRE[[28]], VIKOR[[6]], PROMETHEE[[11]],
AHP[[12]] etc. with new age additions to user preferences for fuzzy or trusted
requirements[[24]]. Having come across various work done using these methods, it is
highly imperative to understand that all these are time tested and efficient in one
scenario or other. However most of these methods are applied to inherent ready set of
data on the whole. The dataset though complete with past values, seldom explores the
individual performances of the cloud providers on an instance basis. In this paper we
propose a method where we concentrate on the instance based outcomes of the service
provider. To do this, we select the most accepted 2 methods TOPSIS and VIKOR for
our service selection of Iaas Clouds. We shall then categorize the inputs in two
directions. First by altering the way the functional requirements are taken and
secondly the way how the user weights are assigned. All these shall be realized using
a simulation tool Cloudsim [[13]] before concluding on the final result.
Multi Criteria Decision Making Model
When it comes to the cloud service selection problem, we deal with multiple vendors
with multiple services and varied user preferences [[2]]. Hence they automatically
fall into the MCDM category. As with any MCDM problem, we can have numerous
approaches like MAUT methods, AHP, French Outranking methods and Russian
ordinal methods [[14]]. Every method has its strong and weak areas. While some
methods work well with small dataset, some are very effective with large datasets like
that of a cloud service provider.[[25]] If we were to take a generic ex-ample of cloud
services along with the user wanted criteria, then with the inclusion of user preference
the problem of cloud ser-vice selection becomes very difficult[[21]]. Also another
important factor is the consideration of these aspects both in real time and also past
performance [[8]]. When a comparison is made between clouds, it is highly preferred
to have a trust factor built into the decision. This factor can be obtained by observing
the performance of the said criteria over a period of time and not in an instant. [[16]].
For doing this, we have to micro calculate the best cloud services in parts i.e one
instance of a time. This method keeps the selection more accurate in comparison to
the selection from the average dataset values.
To summarize, despite many MCDM methods applied to cloud service selection,
the ever changing nature of clouds and their quality of service criteria with time has
not been encorporated effectively. Hence the existing approaches are not completely
accurate in determining the best service provider. This pa-per considers the different
aspects of time in past and present. While MCDM methods are the most suitable to
sort out multi criteria problems, they themselves are inefficient in giving real time
answers to user requirement. Experiments done to validate our method and outcome
are an intelligent, resourceful and practical way of getting the cloud selection from
user point of view.
2. PROPOSED MODEL
2.1. Architecture
The architecture of this selection model is simple in terms of the components
involved. To start with we have the computing environment with different cloud
Datacenters [[15]]. These can be considered as either cloud service providers or
Deepti Rai and Pavan Kumar V
http://www.iaeme.com/IJCET/index.asp 80 editor@iaeme.com
instances of CSPs. These are simulated as an IaaS with core computing qualities.
They are responsible for publishing their services and Respective paradigms. This
service related information is stored in a database for further use. Next we have the
user group who call in the cards by specifying which criteria of the service is of
importance to them. This can be realized with either assigning weights with variance
method or by fuzzy weights by asking the user his/her level of importance of each
criterion in relation to other. In between these 2 categories we have the main decision
maker the broker who is responsible for employing the decision making algorithm to
get us the best service as the result.
Traditional methods involve simple concept of taking an absolute average of all
criteria values and applying MCDM to it, however very accepted, this method is not
free of flaws when dealing with a huge dataset of criteria values over a considerably
long period. Any Cloud provider can vary with its services over a period of time. We
may have a trusted cloud server to be per-forming poorly in the recent past or vice
versa. In order to get the most unbiased measure of all the criteria, it is imperative to
give more weightage to the recent past. Hence the algorithm is applied on every
instance (daily) of the values received and then the overall result is computed. We can
dig further and calculate the best provider on quarter hourly or hourly bass, however
with the huge amount of data produced, and citing no major upheavals like the stock
market, daily basis is sufficient enough.
Figure 1 Broker Policy Implementation
2.2. Methodology
Once the details of the CSPs are obtained, the users are asked to weigh in the criteria
as per their need. Thereafter any of the MCDM algorithms mentioned below are
applied to get the best service for daily set of values. For this experiment we have
chosen 2 MCDM algorithms - TOPSIS and VIKOR. Both of them have proven their
efficiency and worth in the area of multi criteria decision making.
TOPSIS takes in the alternatives and using their ideal distance from the solution,
both positive and negative, sorts them in increasing order of the final index. VIKOR is
basically an outranking method, whereby it takes in the alternatives and calculates the
utility and regret measures in order to rank the outcomes. Both work on the basic
concept of normalized data as with cloud or any other multiple criteria problems, the
alternatives may have varied metrics of measurement. Next the result is consolidated
by days and best alternative is chosen. The pro-posed method is different from
Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR
http://www.iaeme.com/IJCET/index.asp 81 editor@iaeme.com
traditional methods in the sense that varying time is considered before making a final
decision about the best cloud. A cloud provider is considered best for the user not by
accounting the current values for its criteria. We have to consider the long standing
performance of the particular cloud provider in order to come to an unbiased and
informed decision. The user criteria weight is considered using the variance of the
alternatives. For ease of simulation, currently number of users is restricted to 1.
Hence we propose calculating the cloud service ranking on a daily basis for a
large number of days. After having considered the best service ranked daily, the
results are brought together to yield the final result. The days are themselves assigned
a weight factor in order to maintain fairness to old and recent values. We have used
the exponential decay option to give weights to the days.
A(t) = A0e
kt
k > 0 (1)
Here A (t) is the weight of the day in relation to the current day on which selection
is done.
A0 is the weight of day on which the selection is done k is the decay rate.
t is the time elapsed.
For better range of values we keep weight at a range from 0.1 to 1.anything
outside this range is rounded off their closest boundary. Using this function and the
best service selected per day, we can bring together a collective decision in order to
select the best cloud service. Therefore overall ranking is archived by multiplying the
time decay weights to the daily top service provider matrix depicted as 1s and 0s,
where 1 gives the output where a particular service is the winner for a particular day.
3. RESULTS
For validation purpose, cloud providers were simulated using Cloudsim simulation
tool. For ease of calculation the clouds were assigned only 3 parameters CPU,
Bandwidth and Storage from which to base the decision. Using this tool a broker also
was created which would be implementing the MCDM algorithm as a broker policy.
Cloudsim randomly assigns values for the sad parameters without any interference.
The randomness keeps the data unbiased for testing. For evaluation purpose small
period of data was collected (say 30 Days) for about 10 clouds simulated. As
mentioned before the data was simulated with the clouds and the days as per
requirement. To start with we used the traditional method of taking average of the
criteria and taking this as the input. Next of user weights were given using the
variance method. e next implemented the proposed method on the same set of data,
however now instead of calculating accumulated average, daily best cloud was
selected. To keep the relevance of the time period, the decay of time is calculated as
per equation 1.
The daily results are then brought together to get the final result. The experiments
done using the random values of the simulation environment is able to draw us many
conclusions. Most important one being that while the user requirements keep
changing so does the nature of service parameters in cloud. As depicted in the tables
Table 1 with the corresponding Evaluation matrix in Table 2. After calculating best
option through TOPSIS and VIKOR separately, we shown the outcome of our method
in Table 5. The final comparison is shown in Table 6.
Deepti Rai and Pavan Kumar V
http://www.iaeme.com/IJCET/index.asp 82 editor@iaeme.com
MCDM ALGORITHMS
Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR
http://www.iaeme.com/IJCET/index.asp 83 editor@iaeme.com
Table 1 Table with the Average Criteria Values
Cloud RAM Bandwidth Storage
Cloud1 1433 18000 360000
Cloud2 1638 22000 160000
Cloud3 1843 22000 240000
Cloud4 1433 18000 360000
Cloud5 1843 21000 480000
Cloud6 1433 20000 320000
Cloud7 1024 12000 300000
Cloud8 1433 23000 360000
Cloud9 1740 18000 340000
Cloud10 1331 28000 360000
Table 2 Evaluation Matrix
Cloud RAM Bandwidth Storage
Cloud1 0.059 0.083 0.168
Cloud2 0.068 0.101 0.075
Cloud3 0.076 0.101 0.112
Cloud4 0.059 0.083 0.168
Cloud5 0.076 0.097 0.224
Cloud6 0.059 0.092 0.15
Cloud7 0.042 0.055 0.14
Cloud8 0.059 0.106 0.168
Cloud9 0.072 0.083 0.159
Cloud10 0.055 0.129 0.168
Table 3 Table with the Similarity Index using TOPSIS
Cloud Similarity Index
Cloud1 0.446
Cloud2 0.449
Cloud3 0.530
Cloud4 0.446
Cloud5 0.433
Cloud6 0.473
Cloud7 0.432
Cloud8 0.485
Cloud9 0.431
Cloud10 0.535
Deepti Rai and Pavan Kumar V
http://www.iaeme.com/IJCET/index.asp 84 editor@iaeme.com
Table 4 Table with the Vikor Index using VIKOR
Cloud Vikor Index
Cloud1 0.341
Cloud2 0.909
Cloud3 0.605
Cloud4 0.341
Cloud5 0.0
Cloud6 0.445
Cloud7 0.729
Cloud8 0.269
Cloud9 0.35
Cloud10 0.216
Table 5 Table with the proposed Daily Method
Days TOPSIS VIKOR
1 cloud6 cloud9
2 cloud5 cloud6
3 cloud2 cloud2
4 cloud9 cloud6
5 cloud8 cloud2
6 cloud2 cloud2
7 cloud1 cloud7
8 cloud2 cloud8
9 cloud6 cloud2
10 cloud2 cloud6
11 cloud1 cloud8
12 cloud9 cloud2
13 cloud2 cloud8
14 cloud5 cloud6
15 cloud2 cloud2
16 cloud5 cloud10
17 cloud2 cloud2
18 cloud9 cloud2
19 cloud7 cloud5
20 cloud3 cloud6
21 cloud2 cloud2
22 cloud8 cloud2
23 cloud2 cloud1
24 cloud7 cloud8
25 cloud1 cloud2
26 cloud10 cloud7
27 cloud2 cloud2
28 cloud9 cloud9
29 cloud2 cloud2
30 cloud2 cloud2
Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR
http://www.iaeme.com/IJCET/index.asp 85 editor@iaeme.com
Table 6 Result Comparison
Average Method Daily Method
TOSIS VIKOR TOPSIS VIKOR
cloud10 cloud2 cloud2 cloud2
4. CONCLUSION
In conclusion, we assert that the method proposed by us is efficient and practical in
terms of real time and changing cloud environments. This method keeps into account
the instance based calculation of metrics and hence gives a more focussed result than
the assumptions based on entire average of metrics in whole. As we have shown the
results for a small group of data, this method can be tested against a fairly large
dataset without issues. Enhancement of this method could be to include fuzzy weights
and future predictions of criteria change. Also some important parameters like the
cost, vendor lock in, data disruption etc. have not been considered, which can be
included in this model.
REFERENCES
[1] Serafim Opricovic, Gwo-Hshiung Tzeng, Compromise solution by MCDM
methods: A comparative analysis of VIKOR and TOPSIS, European Journal of
Operational Research, Elsevier, Volume 156, Issue 2,Pages 445455, July 2004.
[2] R.Buyya, C.S.Yeo, S. Venugopal,J. Broberg,I. Brandic, Cloud Com-puting and
Emerging IT Platforms: Vision, Hype, and Reality for Delivering Computing as
the 5th Utility, Future General Computer System, IEEE, Vol. 25, pp. 599616,
June 2009.
[3] Sean Marston , Zhi Li , Subhajyoti Bandyopadhyay , Juheng Zhang , Anand
Ghalsasi, Cloud computing - The business perspective, De-cision Support
Systems, Vol.51 n.1, p.176-189, April 2011.
[4] Zibin Zheng , Xinmiao Wu , Yilei Zhang , Michael R. Lyu , Jianmin Wang, QoS
Ranking Prediction for Cloud Services, IEEE Transactions on Parallel and
Distributed Systems, v.24 n.6, p.1213-1222, June 2013.
[5] Pastaki Rad M., Sajedi Badashian A., Meydanipour G., Ashurzad Delche, M.,
Alipour, M., Afzali, H A survey of cloud platforms and their future. In:
Proceedings of the International Conference on Computational Science and its
Applications: Part I, ICCSA 09,
[6] Springer, Berlin, pp. 788796, 2009.
[7] Lisa Y. Chen, Tien-Chin Wang Optimizing partners choice in IS/IT outsourcing
projects: The strategic decision of fuzzy VIKOR, International Journal of
Production Economics, Volume 120, Issue 1, Pages 233242, July 2009.
[8] William Ho, Xiaowei Xu, Prasanta K. Dey, Multi-criteria decision making
approaches for supplier evaluation and selection: A literature review, European
Journal of Operational Research, Volume 202, Issue 1, Pages 1624, April 2010.
[9] Yager, R.R., on ordered weighted averaging aggregation operators in multicriteria
decision making, IEEE Transactions on Systems, Man and Cybernetics, Volume:
18, Issue: 1, pp .183 - 190, 1998.
[10] Alabool, H.M., Mahmood, A.K, Review on cloud service evaluation and
selection methods, IEEE, Conference proceedings Re-search and Innovation in
Information Systems, 61 - 66, 2013.
[11] Fei Tao, Yuanjun Laili, Lida Xu, Lin Zhang, FC-PACO-RM: A Parallel Method
for Service Composition Optimal-Selection in Cloud Manufacturing System,
Deepti Rai and Pavan Kumar V
http://www.iaeme.com/IJCET/index.asp 86 editor@iaeme.com
IEEE Transactions on Industrial Informatics, Vol 9 ,n. 4, pp 2023 - 2033 , Nov.
2013.
[12] Toinard, C., Ravier, T., Cerin, C., Ngoko, Y., The Promethee Method for Cloud
Brokering with Trust and Assurance Criteria, IEEE, Parallel and Distributed
Processing Symposium Workshop (IPDPSW), pp 1109 - 1118 2015.
[13] Rajanpreet Kaur Chahal , Sarbjeet Singh, AHP-Based Ranking of Cloud-Service
Providers , Springer, Advances in Intelligent Systems and Computing, Vol 443,
pp 491-499, 2016.
[14] Buyya, R., Ranjan, R. , Calheiros, R.N. Modeling and simulation of scalable
Cloud computing environments and the CloudSim toolkit: Challenges and
opportunities, IEEE, Conference proceedings on High Performance Computing
and Simulation, 1 - 11, 2009.
[15] S. Sindhu, Saswati Mukherjee, Efficient Task Scheduling Algorithms for Cloud
Computing Environment, Springer, High Performance Architecture and Grid
Computing, Vol 169, pp 79-83, 2011.
[16] Wang Long, Lan Yuqing , Xia QingxinUsing CloudSim to Model and Simulate
Cloud Computing Environment, IEEE, Conference proceedings of Computational
Intelligence and Security (CIS), pp 323 - 328, 2013.
[17] Treadgold, N.K., Gedeon, T.D.Simulated annealing and weight de-cay in
adaptive learning: the SARPROP algorithm, IEEE Transactions on Neural
Networks, Vol: 9, n.4, pp 662 - 668, 1998.
[18] Ping Wanga, Kuo-Ming Chaob, Chi-Chun Loc, on optimal decision for QoS-
aware composite service selection, Elsevier, Expert Systems with Applications,
Vol 37, n.1, Pages 440449, January 2010.
[19] Sanjay Jharkhariaa, Ravi Shankarb, Selection of logistics service provider: An
analytic network process (ANP) approach, Elsevier, Omega, Vol 35, n.3, Pages
274289, June 2007.
[20] S Sundareswaran., A.quicciarini, D.Lin, A Brokerage-Based Approach for Cloud
Service Selection, IEEE, Conference proceedings from Cloud Computing , pp
558-565, June 2012.
[21] Tao Yu, Kwei-Jay Lin, Service selection algorithms for Web ser-vices with end-
to-end QoS constraints, Springer, Information Systems and e-Business
Management, Vol 3, n.2, pp 103-126, July 2005
[22] Johan Tordssona, Rubn S. Monterob, Rafael Moreno-Vozmedianob, Ignacio M.
Llorenteb Cloud brokering mechanisms for optimized placement of virtual
machines across multiple providers, Elsevier, Future Generation Computer
Systems, Vol 28, n.2, pp 358367, February 2012.
[23] Ang Li , Xiaowei Yang , Srikanth Kandula , Ming Zhang, Comparing Public-
Cloud Providers, IEEE Internet Computing, v.15 n.2, p.50-53, March 2011.
[24] Gang Kou , Yong Shi , Shouyang Wang, Multiple criteria decision making and
decision support systems, Decision Support Systems, v.51 n.2, p.247-249, May,
2011
[25] Wang, T.-C., Lee, H.-D., Chang, M.-S.A fuzzy TOPSIS approach with entropy
measure for decision-making problem, International Conference on Industrial
Engineering and Engineering Management, IEEE, pp. 124-128, 2007.
[26] Shangguang Wang, Zhipiao Liu , Qibo Sun , Hua Zou , Fangchun Yang, Towards
an accurate evaluation of quality of cloud service in service-oriented cloud
computing, Journal of Intelligent Manufacturing, Vol.25 n.2, p.283-291, April
2014
Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and
VIKOR
http://www.iaeme.com/IJCET/index.asp 87 editor@iaeme.com
[27] Wei Huang , Jiuxing Liu , Bulent Abali, Dhabaleswar K. Panda, A case for high
performance computing with virtual machines, IEEE, Proceedings of the 20th
annual international conference on Super-computing, 2006.
[28] Weikuan Yu, Jeffrey S. Vetter, Xen-Based HPC: A Parallel I/O Perspective,
IEEE, Proceedings of the Eighth International Sym-posium on Cluster
Computing and the Grid, p.154-161, 2008.
[29] Luis Del Vasto-Terrientesa, Aida Vallsa, Roman Slowinskib C, Pi-otr
Zielniewiczb, ELECTRE-III-H: An outranking-based decision aiding method for
hierarchically structured criteria, Elsevier, Ex-pert Systems with Applications,
Vol 42, n. 11, Pages 49104926, 2015.
[30] Kuldeep Mishra, Ravi Rai Chaudhary and Dheresh Soni. A Premeditated CDM
Algorithm in Cloud Computing Environment for FPM. International Journal of
Computer Engineering and Technology, 4(4), 2013, pp. 213-223.
[31] Supriya Mandhare, Dr.A.K.Sen and Rajkumar Shende, A Proposal on Protecting
Data Leakages In Cloud Computing. A Premeditated CDM Algorithm in Cloud
Computing Environment for FPM. International Journal of Computer
Engineering and Technology, 6(2), 2015, pp. 45-53.

More Related Content

What's hot

Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server EnvironmentTime Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environmentrahulmonikasharma
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDijccsa
 
Migration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA ViolationMigration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA Violationrahulmonikasharma
 
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...IRJET Journal
 
QoS Based Scheduling Techniques in Cloud Computing: Systematic Review
QoS Based Scheduling Techniques in Cloud Computing: Systematic ReviewQoS Based Scheduling Techniques in Cloud Computing: Systematic Review
QoS Based Scheduling Techniques in Cloud Computing: Systematic ReviewIJCSIS Research Publications
 
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMEijccsa
 
Modified Active Monitoring Load Balancing with Cloud Computing
Modified Active Monitoring Load Balancing with Cloud ComputingModified Active Monitoring Load Balancing with Cloud Computing
Modified Active Monitoring Load Balancing with Cloud Computingijsrd.com
 
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...IJCNCJournal
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time IJECEIAES
 
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...1crore projects
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesIJSRD
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTDYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTIJCNCJournal
 
Managing cost and performing balancing at cloud platform
Managing cost and performing balancing at cloud platformManaging cost and performing balancing at cloud platform
Managing cost and performing balancing at cloud platformeSAT Publishing House
 
A quality of service management in distributed feedback control scheduling ar...
A quality of service management in distributed feedback control scheduling ar...A quality of service management in distributed feedback control scheduling ar...
A quality of service management in distributed feedback control scheduling ar...csandit
 
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...ijait
 

What's hot (20)

Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server EnvironmentTime Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
 
Migration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA ViolationMigration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA Violation
 
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...
IRJET- Determination of Multifaceted Trusted Cloud Service using Conventional...
 
QoS Based Scheduling Techniques in Cloud Computing: Systematic Review
QoS Based Scheduling Techniques in Cloud Computing: Systematic ReviewQoS Based Scheduling Techniques in Cloud Computing: Systematic Review
QoS Based Scheduling Techniques in Cloud Computing: Systematic Review
 
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
 
Modified Active Monitoring Load Balancing with Cloud Computing
Modified Active Monitoring Load Balancing with Cloud ComputingModified Active Monitoring Load Balancing with Cloud Computing
Modified Active Monitoring Load Balancing with Cloud Computing
 
G216063
G216063G216063
G216063
 
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
AUTO RESOURCE MANAGEMENT TO ENHANCE RELIABILITY AND ENERGY CONSUMPTION IN HET...
 
Ijebea14 287
Ijebea14 287Ijebea14 287
Ijebea14 287
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
 
Jk3416991702
Jk3416991702Jk3416991702
Jk3416991702
 
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...
IEEE 2015-2016 A Profit Maximization Scheme with Guaranteed Quality of Servic...
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTDYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
 
Oe2423112320
Oe2423112320Oe2423112320
Oe2423112320
 
Managing cost and performing balancing at cloud platform
Managing cost and performing balancing at cloud platformManaging cost and performing balancing at cloud platform
Managing cost and performing balancing at cloud platform
 
A quality of service management in distributed feedback control scheduling ar...
A quality of service management in distributed feedback control scheduling ar...A quality of service management in distributed feedback control scheduling ar...
A quality of service management in distributed feedback control scheduling ar...
 
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...
ANALYSIS OF THRESHOLD BASED CENTRALIZED LOAD BALANCING POLICY FOR HETEROGENEO...
 

Viewers also liked

2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option
2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option
2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best optionEPS HELLAS
 
Green design retrofit as an alternative to conventional storm-water management
Green design retrofit as an alternative to conventional storm-water managementGreen design retrofit as an alternative to conventional storm-water management
Green design retrofit as an alternative to conventional storm-water managementPresi
 
Regulatory Issues for setting up Wind power plant
Regulatory Issues for setting up Wind power plantRegulatory Issues for setting up Wind power plant
Regulatory Issues for setting up Wind power plantPresi
 
Travel demand management
Travel demand managementTravel demand management
Travel demand managementPresi
 
TOPSIS - A multi-criteria decision making approach
TOPSIS - A multi-criteria decision making approachTOPSIS - A multi-criteria decision making approach
TOPSIS - A multi-criteria decision making approachPresi
 
Introduction to queueing theory
Introduction to queueing theoryIntroduction to queueing theory
Introduction to queueing theoryPresi
 
Regulatory Issues for setting up a Nuclear power plant
Regulatory Issues for setting up a Nuclear power plantRegulatory Issues for setting up a Nuclear power plant
Regulatory Issues for setting up a Nuclear power plantPresi
 
Traffic information system
Traffic information systemTraffic information system
Traffic information systemPresi
 
Development Control Regulations, Mumbai - Key points
Development Control Regulations, Mumbai - Key pointsDevelopment Control Regulations, Mumbai - Key points
Development Control Regulations, Mumbai - Key pointsPresi
 

Viewers also liked (9)

2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option
2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option
2014_Bosnia_Multi criteria optimisation_VIKOR_of insulation_EPS best option
 
Green design retrofit as an alternative to conventional storm-water management
Green design retrofit as an alternative to conventional storm-water managementGreen design retrofit as an alternative to conventional storm-water management
Green design retrofit as an alternative to conventional storm-water management
 
Regulatory Issues for setting up Wind power plant
Regulatory Issues for setting up Wind power plantRegulatory Issues for setting up Wind power plant
Regulatory Issues for setting up Wind power plant
 
Travel demand management
Travel demand managementTravel demand management
Travel demand management
 
TOPSIS - A multi-criteria decision making approach
TOPSIS - A multi-criteria decision making approachTOPSIS - A multi-criteria decision making approach
TOPSIS - A multi-criteria decision making approach
 
Introduction to queueing theory
Introduction to queueing theoryIntroduction to queueing theory
Introduction to queueing theory
 
Regulatory Issues for setting up a Nuclear power plant
Regulatory Issues for setting up a Nuclear power plantRegulatory Issues for setting up a Nuclear power plant
Regulatory Issues for setting up a Nuclear power plant
 
Traffic information system
Traffic information systemTraffic information system
Traffic information system
 
Development Control Regulations, Mumbai - Key points
Development Control Regulations, Mumbai - Key pointsDevelopment Control Regulations, Mumbai - Key points
Development Control Regulations, Mumbai - Key points
 

Similar to Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...cscpconf
 
Profit Driven Decision Assist System to Select Efficient IaaS Providers
Profit Driven Decision Assist System to Select Efficient  IaaS Providers Profit Driven Decision Assist System to Select Efficient  IaaS Providers
Profit Driven Decision Assist System to Select Efficient IaaS Providers IJECEIAES
 
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...IJERA Editor
 
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...ijccsa
 
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...ijccsa
 
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...Shakas Technologies
 
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic AlgorithmCloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic AlgorithmIRJET Journal
 
A Profit Maximization Scheme with Guaranteed1 (1)
A Profit Maximization Scheme with Guaranteed1 (1)A Profit Maximization Scheme with Guaranteed1 (1)
A Profit Maximization Scheme with Guaranteed1 (1)nelampati ramanjaneyulu
 
A review on various optimization techniques of resource provisioning in cloud...
A review on various optimization techniques of resource provisioning in cloud...A review on various optimization techniques of resource provisioning in cloud...
A review on various optimization techniques of resource provisioning in cloud...IJECEIAES
 
Revenue Maximization with Good Quality of Service in Cloud Computing
Revenue Maximization with Good Quality of Service in Cloud ComputingRevenue Maximization with Good Quality of Service in Cloud Computing
Revenue Maximization with Good Quality of Service in Cloud ComputingINFOGAIN PUBLICATION
 
A compendium on load forecasting approaches and models
A compendium on load forecasting approaches and modelsA compendium on load forecasting approaches and models
A compendium on load forecasting approaches and modelseSAT Publishing House
 
Development of a Suitable Load Balancing Strategy In Case Of a Cloud Computi...
Development of a Suitable Load Balancing Strategy In Case Of a  Cloud Computi...Development of a Suitable Load Balancing Strategy In Case Of a  Cloud Computi...
Development of a Suitable Load Balancing Strategy In Case Of a Cloud Computi...IJMER
 
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET-  	  Improvement of Security and Trustworthiness in Cloud Computing usi...IRJET-  	  Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...IRJET Journal
 
Proactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud ComputingProactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud ComputingjournalBEEI
 
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Editor IJCATR
 
sumerian_datacenter-consolidation-white_paper
sumerian_datacenter-consolidation-white_papersumerian_datacenter-consolidation-white_paper
sumerian_datacenter-consolidation-white_paperKelly Moscrop
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET Journal
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGIRJET Journal
 

Similar to Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...
A CLOUD COMPUTING USING ROUGH SET THEORY FOR CLOUD SERVICE PARAMETERS THROUGH...
 
Profit Driven Decision Assist System to Select Efficient IaaS Providers
Profit Driven Decision Assist System to Select Efficient  IaaS Providers Profit Driven Decision Assist System to Select Efficient  IaaS Providers
Profit Driven Decision Assist System to Select Efficient IaaS Providers
 
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...
Priority Based Prediction Mechanism for Ranking Providers in Federated Cloud ...
 
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
 
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
THE EFFECT OF THE RESOURCE CONSUMPTION CHARACTERISTICS OF CLOUD APPLICATIONS ...
 
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
 
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic AlgorithmCloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
 
A Profit Maximization Scheme with Guaranteed1 (1)
A Profit Maximization Scheme with Guaranteed1 (1)A Profit Maximization Scheme with Guaranteed1 (1)
A Profit Maximization Scheme with Guaranteed1 (1)
 
A review on various optimization techniques of resource provisioning in cloud...
A review on various optimization techniques of resource provisioning in cloud...A review on various optimization techniques of resource provisioning in cloud...
A review on various optimization techniques of resource provisioning in cloud...
 
Revenue Maximization with Good Quality of Service in Cloud Computing
Revenue Maximization with Good Quality of Service in Cloud ComputingRevenue Maximization with Good Quality of Service in Cloud Computing
Revenue Maximization with Good Quality of Service in Cloud Computing
 
Ijcet 06 08_004
Ijcet 06 08_004Ijcet 06 08_004
Ijcet 06 08_004
 
A compendium on load forecasting approaches and models
A compendium on load forecasting approaches and modelsA compendium on load forecasting approaches and models
A compendium on load forecasting approaches and models
 
Development of a Suitable Load Balancing Strategy In Case Of a Cloud Computi...
Development of a Suitable Load Balancing Strategy In Case Of a  Cloud Computi...Development of a Suitable Load Balancing Strategy In Case Of a  Cloud Computi...
Development of a Suitable Load Balancing Strategy In Case Of a Cloud Computi...
 
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET-  	  Improvement of Security and Trustworthiness in Cloud Computing usi...IRJET-  	  Improvement of Security and Trustworthiness in Cloud Computing usi...
IRJET- Improvement of Security and Trustworthiness in Cloud Computing usi...
 
Proactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud ComputingProactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud Computing
 
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
 
sumerian_datacenter-consolidation-white_paper
sumerian_datacenter-consolidation-white_papersumerian_datacenter-consolidation-white_paper
sumerian_datacenter-consolidation-white_paper
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom Industry
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.elesangwon
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfNainaShrivastava14
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 

Recently uploaded (20)

Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 

Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR

  • 1. http://www.iaeme.com/IJCET/index.asp 78 editor@iaeme.com International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 1, Jan-Feb 2016, pp. 78-87, Article ID: IJCET_07_01_009 Available online at http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=1 Journal Impact Factor (2016): 9.3590 (Calculated by GISI) www.jifactor.com ISSN Print: 0976-6367 and ISSN Online: 0976–6375 © IAEME Publication ___________________________________________________________________________ INSTANCE BASED MULTI CRITERIA DECISION MODEL FOR CLOUD SERVICE SELECTION USING TOPSIS AND VIKOR. Deepti Rai Post Graduate Student of Computer Science Department, Sahyadri College of Engineering, Adyar, Mangalore, India Pavan Kumar V Assistant Professor of Computer Science Department, Sahyadri College of Engineering, Adyar, Mangalore, India ABSTRACT Cloud computing has been incorporated in almost every fold of customer’s world today. As more challenging becomes the world of a resource consumer, so does the plethora of numerous cloud vendors. Every vendor tries to sell off their ser-vices with different attractions. Some of them are free, some as pay- as-you-go services and some at rented structures. With so many choices avail- able to a random user, making the right choice about the type of vendor is a crucial decision. We present in this paper novel methods for cloud ser-vice selection. The methods derives from the traditional selection methods with emphasis on user criteria weights. Inherent comparisons have been conducted amongst the various methods to help in analyzing and finalizing a broker architecture for selection of the best service provider among the contending cloud vendors. Keywords: Cloud Computing, Cloud Service Selection, Cloud User Weights, TOPSIS, VIKOR. Cite this Article: Deepti Rai and Pavan Kumar V. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR. International Journal of Computer Engineering and Technology, 7(1), 2016, pp. 78-87. http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=7&IType=1
  • 2. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR http://www.iaeme.com/IJCET/index.asp 79 editor@iaeme.com 1. INTRODUCTION Some of the best works done so far cover various Multi Criteria Decision Making methods like TOPSIS[[1]] , ELECTRE[[28]], VIKOR[[6]], PROMETHEE[[11]], AHP[[12]] etc. with new age additions to user preferences for fuzzy or trusted requirements[[24]]. Having come across various work done using these methods, it is highly imperative to understand that all these are time tested and efficient in one scenario or other. However most of these methods are applied to inherent ready set of data on the whole. The dataset though complete with past values, seldom explores the individual performances of the cloud providers on an instance basis. In this paper we propose a method where we concentrate on the instance based outcomes of the service provider. To do this, we select the most accepted 2 methods TOPSIS and VIKOR for our service selection of Iaas Clouds. We shall then categorize the inputs in two directions. First by altering the way the functional requirements are taken and secondly the way how the user weights are assigned. All these shall be realized using a simulation tool Cloudsim [[13]] before concluding on the final result. Multi Criteria Decision Making Model When it comes to the cloud service selection problem, we deal with multiple vendors with multiple services and varied user preferences [[2]]. Hence they automatically fall into the MCDM category. As with any MCDM problem, we can have numerous approaches like MAUT methods, AHP, French Outranking methods and Russian ordinal methods [[14]]. Every method has its strong and weak areas. While some methods work well with small dataset, some are very effective with large datasets like that of a cloud service provider.[[25]] If we were to take a generic ex-ample of cloud services along with the user wanted criteria, then with the inclusion of user preference the problem of cloud ser-vice selection becomes very difficult[[21]]. Also another important factor is the consideration of these aspects both in real time and also past performance [[8]]. When a comparison is made between clouds, it is highly preferred to have a trust factor built into the decision. This factor can be obtained by observing the performance of the said criteria over a period of time and not in an instant. [[16]]. For doing this, we have to micro calculate the best cloud services in parts i.e one instance of a time. This method keeps the selection more accurate in comparison to the selection from the average dataset values. To summarize, despite many MCDM methods applied to cloud service selection, the ever changing nature of clouds and their quality of service criteria with time has not been encorporated effectively. Hence the existing approaches are not completely accurate in determining the best service provider. This pa-per considers the different aspects of time in past and present. While MCDM methods are the most suitable to sort out multi criteria problems, they themselves are inefficient in giving real time answers to user requirement. Experiments done to validate our method and outcome are an intelligent, resourceful and practical way of getting the cloud selection from user point of view. 2. PROPOSED MODEL 2.1. Architecture The architecture of this selection model is simple in terms of the components involved. To start with we have the computing environment with different cloud Datacenters [[15]]. These can be considered as either cloud service providers or
  • 3. Deepti Rai and Pavan Kumar V http://www.iaeme.com/IJCET/index.asp 80 editor@iaeme.com instances of CSPs. These are simulated as an IaaS with core computing qualities. They are responsible for publishing their services and Respective paradigms. This service related information is stored in a database for further use. Next we have the user group who call in the cards by specifying which criteria of the service is of importance to them. This can be realized with either assigning weights with variance method or by fuzzy weights by asking the user his/her level of importance of each criterion in relation to other. In between these 2 categories we have the main decision maker the broker who is responsible for employing the decision making algorithm to get us the best service as the result. Traditional methods involve simple concept of taking an absolute average of all criteria values and applying MCDM to it, however very accepted, this method is not free of flaws when dealing with a huge dataset of criteria values over a considerably long period. Any Cloud provider can vary with its services over a period of time. We may have a trusted cloud server to be per-forming poorly in the recent past or vice versa. In order to get the most unbiased measure of all the criteria, it is imperative to give more weightage to the recent past. Hence the algorithm is applied on every instance (daily) of the values received and then the overall result is computed. We can dig further and calculate the best provider on quarter hourly or hourly bass, however with the huge amount of data produced, and citing no major upheavals like the stock market, daily basis is sufficient enough. Figure 1 Broker Policy Implementation 2.2. Methodology Once the details of the CSPs are obtained, the users are asked to weigh in the criteria as per their need. Thereafter any of the MCDM algorithms mentioned below are applied to get the best service for daily set of values. For this experiment we have chosen 2 MCDM algorithms - TOPSIS and VIKOR. Both of them have proven their efficiency and worth in the area of multi criteria decision making. TOPSIS takes in the alternatives and using their ideal distance from the solution, both positive and negative, sorts them in increasing order of the final index. VIKOR is basically an outranking method, whereby it takes in the alternatives and calculates the utility and regret measures in order to rank the outcomes. Both work on the basic concept of normalized data as with cloud or any other multiple criteria problems, the alternatives may have varied metrics of measurement. Next the result is consolidated by days and best alternative is chosen. The pro-posed method is different from
  • 4. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR http://www.iaeme.com/IJCET/index.asp 81 editor@iaeme.com traditional methods in the sense that varying time is considered before making a final decision about the best cloud. A cloud provider is considered best for the user not by accounting the current values for its criteria. We have to consider the long standing performance of the particular cloud provider in order to come to an unbiased and informed decision. The user criteria weight is considered using the variance of the alternatives. For ease of simulation, currently number of users is restricted to 1. Hence we propose calculating the cloud service ranking on a daily basis for a large number of days. After having considered the best service ranked daily, the results are brought together to yield the final result. The days are themselves assigned a weight factor in order to maintain fairness to old and recent values. We have used the exponential decay option to give weights to the days. A(t) = A0e kt k > 0 (1) Here A (t) is the weight of the day in relation to the current day on which selection is done. A0 is the weight of day on which the selection is done k is the decay rate. t is the time elapsed. For better range of values we keep weight at a range from 0.1 to 1.anything outside this range is rounded off their closest boundary. Using this function and the best service selected per day, we can bring together a collective decision in order to select the best cloud service. Therefore overall ranking is archived by multiplying the time decay weights to the daily top service provider matrix depicted as 1s and 0s, where 1 gives the output where a particular service is the winner for a particular day. 3. RESULTS For validation purpose, cloud providers were simulated using Cloudsim simulation tool. For ease of calculation the clouds were assigned only 3 parameters CPU, Bandwidth and Storage from which to base the decision. Using this tool a broker also was created which would be implementing the MCDM algorithm as a broker policy. Cloudsim randomly assigns values for the sad parameters without any interference. The randomness keeps the data unbiased for testing. For evaluation purpose small period of data was collected (say 30 Days) for about 10 clouds simulated. As mentioned before the data was simulated with the clouds and the days as per requirement. To start with we used the traditional method of taking average of the criteria and taking this as the input. Next of user weights were given using the variance method. e next implemented the proposed method on the same set of data, however now instead of calculating accumulated average, daily best cloud was selected. To keep the relevance of the time period, the decay of time is calculated as per equation 1. The daily results are then brought together to get the final result. The experiments done using the random values of the simulation environment is able to draw us many conclusions. Most important one being that while the user requirements keep changing so does the nature of service parameters in cloud. As depicted in the tables Table 1 with the corresponding Evaluation matrix in Table 2. After calculating best option through TOPSIS and VIKOR separately, we shown the outcome of our method in Table 5. The final comparison is shown in Table 6.
  • 5. Deepti Rai and Pavan Kumar V http://www.iaeme.com/IJCET/index.asp 82 editor@iaeme.com MCDM ALGORITHMS
  • 6. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR http://www.iaeme.com/IJCET/index.asp 83 editor@iaeme.com Table 1 Table with the Average Criteria Values Cloud RAM Bandwidth Storage Cloud1 1433 18000 360000 Cloud2 1638 22000 160000 Cloud3 1843 22000 240000 Cloud4 1433 18000 360000 Cloud5 1843 21000 480000 Cloud6 1433 20000 320000 Cloud7 1024 12000 300000 Cloud8 1433 23000 360000 Cloud9 1740 18000 340000 Cloud10 1331 28000 360000 Table 2 Evaluation Matrix Cloud RAM Bandwidth Storage Cloud1 0.059 0.083 0.168 Cloud2 0.068 0.101 0.075 Cloud3 0.076 0.101 0.112 Cloud4 0.059 0.083 0.168 Cloud5 0.076 0.097 0.224 Cloud6 0.059 0.092 0.15 Cloud7 0.042 0.055 0.14 Cloud8 0.059 0.106 0.168 Cloud9 0.072 0.083 0.159 Cloud10 0.055 0.129 0.168 Table 3 Table with the Similarity Index using TOPSIS Cloud Similarity Index Cloud1 0.446 Cloud2 0.449 Cloud3 0.530 Cloud4 0.446 Cloud5 0.433 Cloud6 0.473 Cloud7 0.432 Cloud8 0.485 Cloud9 0.431 Cloud10 0.535
  • 7. Deepti Rai and Pavan Kumar V http://www.iaeme.com/IJCET/index.asp 84 editor@iaeme.com Table 4 Table with the Vikor Index using VIKOR Cloud Vikor Index Cloud1 0.341 Cloud2 0.909 Cloud3 0.605 Cloud4 0.341 Cloud5 0.0 Cloud6 0.445 Cloud7 0.729 Cloud8 0.269 Cloud9 0.35 Cloud10 0.216 Table 5 Table with the proposed Daily Method Days TOPSIS VIKOR 1 cloud6 cloud9 2 cloud5 cloud6 3 cloud2 cloud2 4 cloud9 cloud6 5 cloud8 cloud2 6 cloud2 cloud2 7 cloud1 cloud7 8 cloud2 cloud8 9 cloud6 cloud2 10 cloud2 cloud6 11 cloud1 cloud8 12 cloud9 cloud2 13 cloud2 cloud8 14 cloud5 cloud6 15 cloud2 cloud2 16 cloud5 cloud10 17 cloud2 cloud2 18 cloud9 cloud2 19 cloud7 cloud5 20 cloud3 cloud6 21 cloud2 cloud2 22 cloud8 cloud2 23 cloud2 cloud1 24 cloud7 cloud8 25 cloud1 cloud2 26 cloud10 cloud7 27 cloud2 cloud2 28 cloud9 cloud9 29 cloud2 cloud2 30 cloud2 cloud2
  • 8. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR http://www.iaeme.com/IJCET/index.asp 85 editor@iaeme.com Table 6 Result Comparison Average Method Daily Method TOSIS VIKOR TOPSIS VIKOR cloud10 cloud2 cloud2 cloud2 4. CONCLUSION In conclusion, we assert that the method proposed by us is efficient and practical in terms of real time and changing cloud environments. This method keeps into account the instance based calculation of metrics and hence gives a more focussed result than the assumptions based on entire average of metrics in whole. As we have shown the results for a small group of data, this method can be tested against a fairly large dataset without issues. Enhancement of this method could be to include fuzzy weights and future predictions of criteria change. Also some important parameters like the cost, vendor lock in, data disruption etc. have not been considered, which can be included in this model. REFERENCES [1] Serafim Opricovic, Gwo-Hshiung Tzeng, Compromise solution by MCDM methods: A comparative analysis of VIKOR and TOPSIS, European Journal of Operational Research, Elsevier, Volume 156, Issue 2,Pages 445455, July 2004. [2] R.Buyya, C.S.Yeo, S. Venugopal,J. Broberg,I. Brandic, Cloud Com-puting and Emerging IT Platforms: Vision, Hype, and Reality for Delivering Computing as the 5th Utility, Future General Computer System, IEEE, Vol. 25, pp. 599616, June 2009. [3] Sean Marston , Zhi Li , Subhajyoti Bandyopadhyay , Juheng Zhang , Anand Ghalsasi, Cloud computing - The business perspective, De-cision Support Systems, Vol.51 n.1, p.176-189, April 2011. [4] Zibin Zheng , Xinmiao Wu , Yilei Zhang , Michael R. Lyu , Jianmin Wang, QoS Ranking Prediction for Cloud Services, IEEE Transactions on Parallel and Distributed Systems, v.24 n.6, p.1213-1222, June 2013. [5] Pastaki Rad M., Sajedi Badashian A., Meydanipour G., Ashurzad Delche, M., Alipour, M., Afzali, H A survey of cloud platforms and their future. In: Proceedings of the International Conference on Computational Science and its Applications: Part I, ICCSA 09, [6] Springer, Berlin, pp. 788796, 2009. [7] Lisa Y. Chen, Tien-Chin Wang Optimizing partners choice in IS/IT outsourcing projects: The strategic decision of fuzzy VIKOR, International Journal of Production Economics, Volume 120, Issue 1, Pages 233242, July 2009. [8] William Ho, Xiaowei Xu, Prasanta K. Dey, Multi-criteria decision making approaches for supplier evaluation and selection: A literature review, European Journal of Operational Research, Volume 202, Issue 1, Pages 1624, April 2010. [9] Yager, R.R., on ordered weighted averaging aggregation operators in multicriteria decision making, IEEE Transactions on Systems, Man and Cybernetics, Volume: 18, Issue: 1, pp .183 - 190, 1998. [10] Alabool, H.M., Mahmood, A.K, Review on cloud service evaluation and selection methods, IEEE, Conference proceedings Re-search and Innovation in Information Systems, 61 - 66, 2013. [11] Fei Tao, Yuanjun Laili, Lida Xu, Lin Zhang, FC-PACO-RM: A Parallel Method for Service Composition Optimal-Selection in Cloud Manufacturing System,
  • 9. Deepti Rai and Pavan Kumar V http://www.iaeme.com/IJCET/index.asp 86 editor@iaeme.com IEEE Transactions on Industrial Informatics, Vol 9 ,n. 4, pp 2023 - 2033 , Nov. 2013. [12] Toinard, C., Ravier, T., Cerin, C., Ngoko, Y., The Promethee Method for Cloud Brokering with Trust and Assurance Criteria, IEEE, Parallel and Distributed Processing Symposium Workshop (IPDPSW), pp 1109 - 1118 2015. [13] Rajanpreet Kaur Chahal , Sarbjeet Singh, AHP-Based Ranking of Cloud-Service Providers , Springer, Advances in Intelligent Systems and Computing, Vol 443, pp 491-499, 2016. [14] Buyya, R., Ranjan, R. , Calheiros, R.N. Modeling and simulation of scalable Cloud computing environments and the CloudSim toolkit: Challenges and opportunities, IEEE, Conference proceedings on High Performance Computing and Simulation, 1 - 11, 2009. [15] S. Sindhu, Saswati Mukherjee, Efficient Task Scheduling Algorithms for Cloud Computing Environment, Springer, High Performance Architecture and Grid Computing, Vol 169, pp 79-83, 2011. [16] Wang Long, Lan Yuqing , Xia QingxinUsing CloudSim to Model and Simulate Cloud Computing Environment, IEEE, Conference proceedings of Computational Intelligence and Security (CIS), pp 323 - 328, 2013. [17] Treadgold, N.K., Gedeon, T.D.Simulated annealing and weight de-cay in adaptive learning: the SARPROP algorithm, IEEE Transactions on Neural Networks, Vol: 9, n.4, pp 662 - 668, 1998. [18] Ping Wanga, Kuo-Ming Chaob, Chi-Chun Loc, on optimal decision for QoS- aware composite service selection, Elsevier, Expert Systems with Applications, Vol 37, n.1, Pages 440449, January 2010. [19] Sanjay Jharkhariaa, Ravi Shankarb, Selection of logistics service provider: An analytic network process (ANP) approach, Elsevier, Omega, Vol 35, n.3, Pages 274289, June 2007. [20] S Sundareswaran., A.quicciarini, D.Lin, A Brokerage-Based Approach for Cloud Service Selection, IEEE, Conference proceedings from Cloud Computing , pp 558-565, June 2012. [21] Tao Yu, Kwei-Jay Lin, Service selection algorithms for Web ser-vices with end- to-end QoS constraints, Springer, Information Systems and e-Business Management, Vol 3, n.2, pp 103-126, July 2005 [22] Johan Tordssona, Rubn S. Monterob, Rafael Moreno-Vozmedianob, Ignacio M. Llorenteb Cloud brokering mechanisms for optimized placement of virtual machines across multiple providers, Elsevier, Future Generation Computer Systems, Vol 28, n.2, pp 358367, February 2012. [23] Ang Li , Xiaowei Yang , Srikanth Kandula , Ming Zhang, Comparing Public- Cloud Providers, IEEE Internet Computing, v.15 n.2, p.50-53, March 2011. [24] Gang Kou , Yong Shi , Shouyang Wang, Multiple criteria decision making and decision support systems, Decision Support Systems, v.51 n.2, p.247-249, May, 2011 [25] Wang, T.-C., Lee, H.-D., Chang, M.-S.A fuzzy TOPSIS approach with entropy measure for decision-making problem, International Conference on Industrial Engineering and Engineering Management, IEEE, pp. 124-128, 2007. [26] Shangguang Wang, Zhipiao Liu , Qibo Sun , Hua Zou , Fangchun Yang, Towards an accurate evaluation of quality of cloud service in service-oriented cloud computing, Journal of Intelligent Manufacturing, Vol.25 n.2, p.283-291, April 2014
  • 10. Instance based Multi Criteria Decision Model for Cloud Service Selection using TOPSIS and VIKOR http://www.iaeme.com/IJCET/index.asp 87 editor@iaeme.com [27] Wei Huang , Jiuxing Liu , Bulent Abali, Dhabaleswar K. Panda, A case for high performance computing with virtual machines, IEEE, Proceedings of the 20th annual international conference on Super-computing, 2006. [28] Weikuan Yu, Jeffrey S. Vetter, Xen-Based HPC: A Parallel I/O Perspective, IEEE, Proceedings of the Eighth International Sym-posium on Cluster Computing and the Grid, p.154-161, 2008. [29] Luis Del Vasto-Terrientesa, Aida Vallsa, Roman Slowinskib C, Pi-otr Zielniewiczb, ELECTRE-III-H: An outranking-based decision aiding method for hierarchically structured criteria, Elsevier, Ex-pert Systems with Applications, Vol 42, n. 11, Pages 49104926, 2015. [30] Kuldeep Mishra, Ravi Rai Chaudhary and Dheresh Soni. A Premeditated CDM Algorithm in Cloud Computing Environment for FPM. International Journal of Computer Engineering and Technology, 4(4), 2013, pp. 213-223. [31] Supriya Mandhare, Dr.A.K.Sen and Rajkumar Shende, A Proposal on Protecting Data Leakages In Cloud Computing. A Premeditated CDM Algorithm in Cloud Computing Environment for FPM. International Journal of Computer Engineering and Technology, 6(2), 2015, pp. 45-53.