A FUZZY MATHEMATICAL MODEL FOR PEFORMANCE TESTING IN CLOUD COMPUTING USING USER DEFINED PARAMETERS
|
|
|
- Loren Anthony
- 10 years ago
- Views:
Transcription
1 A FUZZY MATHEMATICAL MODEL FOR PEFORMANCE TESTING IN CLOUD COMPUTING USING USER DEFINED PARAMETERS A.Vanitha Katherine (1) and K.Alagarsamy (2 ) 1 Department of Master of Computer Applications, PSNA College of Engineering and Technology, Dindigul. [email protected] ABSTRACT 2 Computer Centre, Madurai Kamaraj University, Madurai. [email protected] Software product development life cycle has software testing as an integral part. Conventional testing requires dedicated infrastructure and resources that are expensive and only used sporadically. In the growing complexity of business applications it is harder to build in-house testing facilities and also to maintain that mimic real-time environments. By nature, cloud computing provides resources which are unlimited in nature along with flexibility, scalability and availability of distributed testing environment, thus it has opened up new opportunities for software testing. It leads to cost-effective solutions by reducing the execution time of large application testing. As a part of infrastructure resource, cloud testing can attain its efficiency by taking care of the parameters like network traffic, Disk Storage and RAM speed. In this paper we propose a new fuzzy mathematical model to attain better scope for the above parameters. KEYWORDS: Cloud, disk storage, Fuzzy, Network Traffic, RAM. 1. INTRODUCTION In Software product development software testing has become an integral part. To improve performance, consistency and other important factors testing is important in life cycle of software development. Software bugs could be dangerous and expensive, thus testing is important. Resources and dedicated infrastructure is expensive in testing thus scrutinizing the application s speed, reliability, performance, functionality and security[1] were used sporadically. Testing opportunity s new vistas is opened by cloud computing. A combination of pay peruse, lower cost and upfront capital expenditure elimination[2] is offered by cloud testing than that of conventional test environment. At the same time, new set of challenges are introduced by cloud testing especially in public cloud which includes lack of standards and data security [8]. A traditional test environment restricts Time-to-market[3] since it can be delay prone and time consuming. Single application can take weeks or months which leads to delay release. Forward thinking companies due to on-demand provisioning starts the process[18], since cloud can provide instantaneously time-to-market demands. The test environment is scaled up in minutes so that the testers utilize the virtualized infrastructure to run existing applications and virtual machines with no or minimal rewriting. The performance of testing in cloud [10] depends on the efficiency of computing in the cloud which includes factors like network traffic, Disk storage and RAM. When the network traffic is low the performance of testing is high, similarly when the disk DOI : /ijsea
2 storage and RAM is high the performance increases [11]. Thus the goal is to use a mathematical fuzzy model to increase the performance of testing in cloud by handling the user defined parameters network traffic, disk storage and RAM in the cloud server. Rest of the paper is organized as follows Section 2 presents an algorithm in fuzzy model. Section 3 depicts the application of the model and Section 4 provides a structural view of the results generated. The major contribution of this paper is to produce a fuzzy mathematical model for improving performance of cloud testing. 2. FUZZY MATHEMATICAL MODEL Fuzzy logic depends upon the context that cannot be defined precisely and is a form of knowledge representation suitable for notions. It is a Problem-solving control system methodology. We move to fuzzy due to the following reasons. Conceptually fuzzy logic is easy to understand[22], Fuzzy reasoning mathematical concepts are simple. Fuzzy logic does not need any far-reaching approach, it in an intuitive approach. It need not start any thing from scratch and flexible with any system and easily layer on more functionality. Even on careful inspection most things are imprecise when looked closely but fuzzy logic tolerates on imprecise data[23]. Rather than tacking it onto the end fuzzy reasoning builds this understanding into the process. Fuzzy system can be created to match any set of input-output data, nonlinear functions of arbitrary complexity can be modeled in fuzzy logic. Fuzzy logic toolbox software[24] has a technique like Adaptive Neuro-Fuzzy Inference Systems(ANFIS), which is an adaptive technique which ease the above process. Neural networks is in direct contrast with fuzzy logic which generates opaque data taking training data as input with impenetrable models, fuzzy logic rely on the experience of people who already understand the system thus built on top of the experienced experts. A fuzzy system does not replace conventional control methods in turn blend with the conventional control techniques. It simplifies their implementation and augments them in many cases. Fuzzy logic is the basis for human communication thus based on natural language[23]. Many other statements about fuzzy logic are underpinned by this observation, because it is easy to use and built on the structures of qualitative description used in everyday language. A fuzzy logic system (FLS) is defined as the nonlinear mapping of an input data set to a scalar output data[4]. A FLS as in figure 2.1 consists of four main parts: fuzzifer, rules, inference engine, and defuzzfier. Figure A Fuzzy Logic System To capture expert knowledge mamdani fuzzy additive rule model is used. It allows us to describe the expertise in more human-like and intuitive manner. However, Mamdani-type fuzzy inference entails a substantial computational burden[5]. Figure 2.2 is a model pattern for mamdani. 28
3 Fuzzy logic algorithm Figure 2.2 Mamdani pattern 1. Define the linguistic variables and terms (initialization) 2. Construct the membership functions (initialization) 3. Construct the rule base (initialization) 4. Using the membership functions convert crisp input data to fuzzy values.(fuzzification) 5. Using rule base evaluate the rules.(inference) 6. Combine the results of each rule (inference) 7. The output data should be converted to non-fuzzy values (defuzzification) 3. FUZZY MODEL FOR CLOUD TESTING One of the major advantages of cloud testing towards conventional testing is that the performance can be improved due to the availability of resources in the cloud. Performance in cloud can be improved by taking care of parameters network traffic, disk storage [9] and RAM. The above is taken as data for fuzzy model, When network traffic is low then the performance of the system will be high[12], when the disk storage and RAM is also high the performance will be improve. 3.1 PERFORMANCE BASED ON NETWORK TRAFFIC Performance issues in cloud computing mainly depends on the overall traffic patterns and peaks in the system[25]. Network traffic plays major role in performance of cloud computing. When network traffic in high the performance is low and when the network traffic is low the performance is high. Table 3.1 show the performance range of network traffic. Table 3.1 Performance Range of Network traffic Performance High Average Low Network Traffic <200MB 200MB >200MB Linguistic Variables 29
4 A set of linguistic terms that are decomposed are called linguistic variables. They are the input or output variables of the system whose values are not numerical values but words or sentences from a natural language [6]. Membership Functions INPUT : Network Traffic NT, range[0-100] MB OUTPUT: Performance P, range [0-1] A membership function is used to quantify a linguistic term[24], which are used in the fuzzification and defuzzification steps of a FLS, to map the non-fuzzy input values to fuzzy linguistic terms and vice versa. With a condition and a conclusion a fuzzy rule is a simple IF- THEN rule. Figure 3.1 shows that if the When network traffic in high the performance is low and when the network traffic is low the performance is high. Membership function is constructed to control the output variable based on rule. Network Traffic NT: Low, Average, High Performance : Low, Average, High Fuzzy Set Operations Figure 3.1 Membership function editor for network traffic Fuzzy set operations perform evaluation of the fuzzy rules and combine the results of the individual rules. The non-fuzzy sets and fuzzy set operations are different. The final result is obtained by combining the result of each rule after evaluation. This process is called inference. The results are combined in different ways for individual rules. Table 3.2 shows the fuzzy rules for network traffic and figure 3.2 shows the corresponding fuzzy rule editor. Table 3.2 Fuzzy rules for network traffic 1. IF (Network traffic is LOW) then (performance is HIGH) 2. IF (Network traffic is AVERAGE) then (performance is AVERAGE) 3. IF (Network traffic is HIGH) then (performance is LOW) 30
5 Figure 3.2 Fuzzy Rule Editor Here the results are ranged between [0-1] as shown in table 3.3 Table 3.3 Result Ranges Result Ranges Low Average 0.5 High Based on the fuzzy rules in table 3.2 combined with the table 3.3 the final result surface viewer figure 3.3 is got which depicts that when network traffic(x-axis) is low (i.e) 0 the performance(yaxis) is high (i.e) between 8 and 9. Figure 3.3 Surface viewer of the results 31
6 Defuzzification Overall result is a fuzzy value which is got after inference step. Final crisp output is got after the defuzzification of the result. This is the purpose of defuzzier component of a FLS. According to the membership function of the output variable defuzzification is performed. Figure 3.4 shows the rule viewer of the results obtained for three rules as in table 3.2. Here the left most triangles show low value, middle triangle for average value and right most triangles for high value. The yellow part is the input; network traffic which ranges from 0 to 200 and blue is for output, the performance ranges from 0 to 1. The red line shows the final result. Figure 3.4 Rule viewer for network traffic 3.2 PERFORMANCE BASED ON NETWORK TRAFFIC AND DISK STORAGE New rule with two inputs as in figure 3.5 can be framed to improve the performance. Along with network traffic, disk storage is also considered. When disk storage space is high then performance of system is also high. Combining this with network traffic based on AND rule new rules can be framed. Though we might frame nine rules we can consider a few for result satisfactory[26]. Table 3.4 show the performance range of disk storage. Figure 3.5 Pattern with two inputs network traffic and disk storage. 32
7 Table 3.4 Performance Range of Disk storage in cloud Performance Low Average High Disk storage <1TB 10TB >10TB The input and output variable of the system now are INPUT : Network Traffic NT, range[0-200]mb AND Disk storage, range[0-10]tb OUTPUT: Performance P, range [0-1] The fuzzy rules with AND logic are shown in table 3.5 Table 3.5 Fuzzy rules for AND logic for two inputs 1. IF (Network traffic is LOW) AND (Disk Storage is HIGH) then (performance is HIGH) 2. IF (Network traffic is AVERAGE) AND (Disk Storage is AVERAGE) then (performance is AVERAGE) 3. IF (Network traffic is HIGH) AND (Disk Storage is LOW) then (performance is LOW) The membership function, rule viewer and surface viewer for these two inputs are shown in figure 3.6, 3.7 and 3.8 respectively. Figure 3.6 Membership function editor for disk storage 33
8 Figure 3.7 AND logic Rule viewer for network traffic and disk storage Figure 3.8 AND logic Surface viewer for network traffic and disk storage 3.2 Performance Based On Network Traffic,Disk Storage And Ram To look into a better performance one more input RAM is considered along with network traffic and disk storage. Figure 3.9 depicts the pattern. When RAM speed is high then performance of system is also high. Combining this with network traffic, disk storage based on AND rule new rules can be framed. Table 3.6 show the performance range of disk storage. 34
9 Figure 3.9 Pattern with three inputs network traffic, disk storage and RAM Table 3.6 Performance Range of RAM speed in cloud Performance Low Average High RAM speed <400GB 400GB >400GB The input and output variable of the system now are INPUT : Network Traffic NT, range[0-200]mb AND Disk storage, range[0-10]tb AND RAM speed, range[0-40]gb OUTPUT: Performance P, range [0-1] The fuzzy rules with AND logic are shown in table 3.7 Table 3.5 Fuzzy rules for AND logic for two inputs 1. IF (Network traffic is LOW) AND (Disk Storage is HIGH) AND (RAM is HIGH) then (performance is HIGH) 2. IF (Network traffic is AVERAGE) AND (Disk Storage is AVERAGE) AND (RAM is AVERAGE)then (performance is AVERAGE) 3. IF (Network traffic is HIGH) AND (Disk Storage is LOW) AND (RAM is LOW) then (performance is LOW) The rule viewer and surface viewer for these three inputs are shown in figure 3.10 and 3.11 respectively. 35
10 Figure 3.10 AND logic Rule Viewer for network traffic, disk storage and RAM Figure 3.11 AND logic Surface Viewer for network traffic, disk storage and RAM 4. RESULTS AND DISCUSSION Thus from the previous session we conclude that though the disk storage and RAM plays an important role in the increase of performance, network traffic contributes more in that. Even though the disk storage and RAM are more since network traffic is high the overall performance is only average (0.5) by figure In addition to AND logic OR logic is also used to test the performance. By surface rule viewer figure 4.1 and surface viewer 4.2 it is proved that the performance is low (0.3) in OR rules than that of and RULES. 36
11 Figure 4.1 Rule viewer for OR rule Figure 4.2 Surface viewer for OR rule Table 4.1 shows that when the network traffic is high even when disk storage and RAM are high/medium the final performance is low/medium. When the network traffic is low in spite of disk storage and RAM low/medium the performance is high/medium. Thus network traffic plays major role in the performance of cloud testing. Figure 4.3 depicts the rule viewer of in which performance is high (0.868) when network traffic,disk storage and RAM are high. Table 4.1 Performance based on all rules Network Traffic Disk Storage RAM Performance of cloud Low High High high(0.868) Low Low Low Medium(0.504) Low Low High Medium(0.541) Low High Low Medium(0.519) Low Medium High Medium(0.612) Low Medium Medium Medium(0.612) high High Low Medium(0.5) high Medium Low Low(0.391) high Low Low Low(0.134) high Medium Medium Low(0.393) 37
12 5. CONCLUSION Figure 4.3 Rule viewer New fuzzy mathematical model which provides unlimited resources with scalability[13], flexibility and availability of distributed testing environment is created for cloud computing which opens new opportunities for software testing. Software testing performance can be increased in cloud by increasing the working of cloud parameters namely network traffic, disk storage and RAM. New fuzzy mathematical model is created using these parameters. The model is analysed using AND logic fuzzy rules and OR logic logic fuzzy rules. Mamdani fuzzy additive rule model is used for the same. We found by results and discussion that AND logic rules provide better than that of OR logic rules. Thus inspite of challenges faced in cloud for software testing the performance can be increased by improving the performance of the parameters network traffic, disk storage and RAM in cloud[14]. As a future work XOR logic can analysed.. REFERENCES [1] A Vanitha Katherine, K Alagarsamy, Software Testing in Cloud Platform: A Survey, IJCA, Volume 46 No.6, May 2012 [2] /taking- testing-to-the-cloud [3] Mrs.A.Vanitha Katherine, Dr. K. Alagarsamy, Conventional software testing Vs cloud testing, International Journal Of Scientific & Engineering Research, Volume 3, Issue 3, March ISSN [4] J. Mendel. Fuzzy logic systems for engineering: a tutorial. Proceedings of the IEEE, 83(3):345{377, Mar [5] Aleksandar Rakić, Introduction 3 Fuzzy Inference [6] Fuzzy control programming. Technical report, International ElectrotechnicalCommision, [7] J. Mendel. Fuzzy logic systems for engineering: a tutorial. Proceedings of the IEEE, 83(3):345{377, Mar [8] Jerry Gao, Xiaoying Bai, and Wei-Tek Tsai, Cloud Testing- Issues, Challenges, Needs and Practice, SEIJ, Vol. 1, No. 1, Sept [9] [10] Vinod Venkataraman, Ankit Shah, Yin Zhang, Network-based Measurements on Cloud Computing Services, [11] Zach Hill, Marty Humphrey, A Quantitative Analysis of High Performance Computing with Amazon s EC2 Infrastructure: The Death of the Local Cluster?, the 10th IEEE/ ACM International Conference on Grid Computing (Grid 2009). Oct
13 [12] Dominique A. Heger, A Performance Centric Introduction to Cloud Computing, [13] Raj Jain, The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation, and Modeling, Wiley, 1991,pp ,pp [14] Cloud computing Wikipedia, the free encyclopedia, 5. g/wiki/cloud_computing. [15] httperf Wikipedia, the free encyclopedia, [16] Planetlab testbed, [17] Kaiqi Xiong, Harry Perro, Service Performance and Analysis in Cloud Computing [18] Daniel A. Menasce, Paul Ngo, Understanding Cloud Computing: Experimentation and Capacity Planning, Proc Computer Measurement Group Conf, Dec.7-11, [19] Novák, V., I. Perfilieva, and J. Močkoř, Mathematical Principles of Fuzzy Logic, Kluwer Academic, Dodrecht, [20] Pedrycz, W., Fuzzy Control and Fuzzy Systems, John Wiley & Sons, [21] Peter, B., N. Stephan, and W. Roman, A Brief Course in Fuzzy Logic and Fuzzy Control, Department of Knowledge-based Mathematical Systems, 1996 available at [22] Rajashekaran, S., and G.A. Vijayalksmi, Neural Network, Fuzzy Logic and Genetic Algorithms, Prentice Hall, [23]Srivastava, P., S. Saggar, A.P. Singh, and G. Raghurama, Optimization of software testing effort using fuzzy logic, International Journal of Computer Sciences and Engineering Systems, vol.3, no.3, pp , [24] Zadeh, L.A., Fuzzy sets, Information and Control, vol.8, pp , [25] Computing-White-Paper.pdf [26] 39
A FUZZY LOGIC APPROACH FOR SALES FORECASTING
A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for
A Fuzzy Logic Based Approach for Selecting the Software Development Methodologies Based on Factors Affecting the Development Strategies
Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(7): 70-75 Research Article ISSN: 2394-658X A Fuzzy Logic Based Approach for Selecting the Software Development
NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling
1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information
Project Management Efficiency A Fuzzy Logic Approach
Project Management Efficiency A Fuzzy Logic Approach Vinay Kumar Nassa, Sri Krishan Yadav Abstract Fuzzy logic is a relatively new technique for solving engineering control problems. This technique can
Fuzzy Logic Based Revised Defect Rating for Software Lifecycle Performance. Prediction Using GMR
BIJIT - BVICAM s International Journal of Information Technology Bharati Vidyapeeth s Institute of Computer Applications and Management (BVICAM), New Delhi Fuzzy Logic Based Revised Defect Rating for Software
FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud
2015 (8): 131-135 FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud Rogheyeh Salehi 1, Alireza Mahini 2 1. Sama technical and vocational training college, Islamic
Testing as a Service on Cloud: A Review
Testing as a Service on Cloud: A Review Shruti N. Pardeshi 1, Vaishali Choure 1 Research Scholar, 2 Associate Professor, Medicaps Group of Institutions,Indore Abstract Software testing is an important
Introduction to Fuzzy Control
Introduction to Fuzzy Control Marcelo Godoy Simoes Colorado School of Mines Engineering Division 1610 Illinois Street Golden, Colorado 80401-1887 USA Abstract In the last few years the applications of
Cloud Testing: A Review Article
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.314
Hypervisor Hardware Fuzzy Trust Monitor in Cloud Computing
Hypervisor Hardware Fuzzy Trust Monitor in Cloud Computing Jaiganesh M. 1,, Vincent Antony Kumar A. 1 and Ramadoss B. 2 1 Department of Information Technology, PSNA College of Engineering and Technology,
Fuzzy Based Reactive Resource Pricing in Cloud Computing
Fuzzy Based Reactive Resource Pricing in Cloud Computing 1P. Pradeepa, 2M. Jaiganesh, 3A. Vincent Antony Kumar, 4M. Karthiha Devi 1, 2, 3, 4 Department of Information Technology, PSNA College of Engineering
A Trust-Evaluation Metric for Cloud applications
A Trust-Evaluation Metric for Cloud applications Mohammed Alhamad, Tharam Dillon, and Elizabeth Chang Abstract Cloud services are becoming popular in terms of distributed technology because they allow
Applications of Fuzzy Logic in Control Design
MATLAB TECHNICAL COMPUTING BRIEF Applications of Fuzzy Logic in Control Design ABSTRACT Fuzzy logic can make control engineering easier for many types of tasks. It can also add control where it was previously
Intuitionistic fuzzy load balancing in cloud computing
8 th Int. Workshop on IFSs, Banská Bystrica, 9 Oct. 2012 Notes on Intuitionistic Fuzzy Sets Vol. 18, 2012, No. 4, 19 25 Intuitionistic fuzzy load balancing in cloud computing Marin Marinov European Polytechnical
Figure 1. The cloud scales: Amazon EC2 growth [2].
- Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 [email protected], [email protected] Abstract One of the most important issues
Design of Prediction System for Key Performance Indicators in Balanced Scorecard
Design of Prediction System for Key Performance Indicators in Balanced Scorecard Ahmed Mohamed Abd El-Mongy. Faculty of Systems and Computers Engineering, Al-Azhar University Cairo, Egypt. Alaa el-deen
EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC
EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC ABSTRACT Adnan Shaout* and Mohamed Khalid Yousif** *The Department of Electrical and Computer Engineering The University of Michigan Dearborn, MI,
Threat Modeling Using Fuzzy Logic Paradigm
Issues in Informing Science and Information Technology Volume 4, 2007 Threat Modeling Using Fuzzy Logic Paradigm A. S. Sodiya, S. A. Onashoga, and B. A. Oladunjoye Department of Computer Science, University
DEVELOPMENT OF FUZZY LOGIC MODEL FOR LEADERSHIP COMPETENCIES ASSESSMENT CASE STUDY: KHOUZESTAN STEEL COMPANY
DEVELOPMENT OF FUZZY LOGIC MODEL FOR LEADERSHIP COMPETENCIES ASSESSMENT CASE STUDY: KHOUZESTAN STEEL COMPANY 1 MOHAMMAD-ALI AFSHARKAZEMI, 2 DARIUSH GHOLAMZADEH, 3 AZADEH TAHVILDAR KHAZANEH 1 Department
Classification of Fuzzy Data in Database Management System
Classification of Fuzzy Data in Database Management System Deval Popat, Hema Sharda, and David Taniar 2 School of Electrical and Computer Engineering, RMIT University, Melbourne, Australia Phone: +6 3
Testing Techniques and its Challenges in a Cloud Computing Environment
Techniques and its Challenges in a Cloud Computing Environment Dr. Rahul Malhotra* & Prince Jain** *Director-Principal, Adesh Institute of Technology, Ghauran, Mohali, Punjab, INDIA. E-Mail: [email protected]
JAVA FUZZY LOGIC TOOLBOX FOR INDUSTRIAL PROCESS CONTROL
JAVA FUZZY LOGIC TOOLBOX FOR INDUSTRIAL PROCESS CONTROL Bruno Sielly J. Costa, Clauber G. Bezerra, Luiz Affonso H. G. de Oliveira Instituto Federal de Educação Ciência e Tecnologia do Rio Grande do Norte
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING Avtar Singh #1,Kamlesh Dutta #2, Himanshu Gupta #3 #1 Department of Computer Science and Engineering, Shoolini University, [email protected] #2
Estimating Trust Value for Cloud Service Providers using Fuzzy Logic
Estimating Trust Value for Cloud Service Providers using Fuzzy Logic Supriya M, Venkataramana L.J, K Sangeeta Department of Computer Science and Engineering, Amrita School of Engineering Kasavanahalli,
TaaS: An Evolution of Testing Services using Cloud Computing
TaaS: An Evolution of Testing Services using Cloud Computing Abhinava Kumar Srivastava (Student) Divya Kant Yadav Institute of Technology and Management (CS), Institute of Technology and Management (CS),
RISK ASSESSMENT BASED UPON FUZZY SET THEORY
RISK ASSESSMENT BASED UPON FUZZY SET THEORY László POKORÁDI, professor, University of Debrecen [email protected] KEYWORDS: risk management; risk assessment; fuzzy set theory; reliability. Abstract:
Software Testing in Cloud Platform: A Survey
Software Testing in Cloud Platform: A Survey A.Vanitha Katherine, Associate Professor, Department of MCA, PSNA College Of Engineering & Technology, Dindigul. K. Alagarsamy, Computer Centre, Madurai Kamaraj
NEURO-FUZZY BASED POWER QUALITY IMPROVEMENTS IN A THREE PHASE FOUR WIRE DISTRIBUTION SYSTEM USING DSTATCOM
NEURO-FUZZY BASED POWER QUALITY IMPROVEMENTS IN A THREE PHASE FOUR WIRE DISTRIBUTION SYSTEM USING DSTATCOM E.Babu 1,R.Subramanian 2 1, Department of Electrical and electronics engg 2 Department of Electrical
NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling
1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information
Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b
Proceedings of International Conference on Emerging Research in Computing, Information, Communication and Applications (ERCICA-14) Reallocation and Allocation of Virtual Machines in Cloud Computing Manan
Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing
www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,
Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk
BMAS 2005 VHDL-AMS based genetic optimization of a fuzzy logic controller for automotive active suspension systems Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk Outline Introduction and system
A Fuzzy Load Balancing Service for Network Computing Based on Jini
A Fuzzy Load Balancing Service for Network Computing Based on Jini Lap-Sun Cheung and Yu-Kwong Kwok Department of Electrical and Electronic Engineering The University of Hong Kong, Pokfulam Road, Hong
AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD
AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD M. Lawanya Shri 1, Dr. S. Subha 2 1 Assistant Professor,School of Information Technology and Engineering, Vellore Institute of Technology, Vellore-632014
Fuzzy logic decision support for long-term investing in the financial market
Fuzzy logic decision support for long-term investing in the financial market Abstract This paper discusses the use of fuzzy logic and modeling as a decision making support for long-term investment decisions
The Application and Development of Software Testing in Cloud Computing Environment
2012 International Conference on Computer Science and Service System The Application and Development of Software Testing in Cloud Computing Environment Peng Zhenlong Ou Yang Zhonghui School of Business
DESIGN AND STRUCTURE OF FUZZY LOGIC USING ADAPTIVE ONLINE LEARNING SYSTEMS
Abstract: Fuzzy logic has rapidly become one of the most successful of today s technologies for developing sophisticated control systems. The reason for which is very simple. Fuzzy logic addresses such
A Fuzzy System Approach of Feed Rate Determination for CNC Milling
A Fuzzy System Approach of Determination for CNC Milling Zhibin Miao Department of Mechanical and Electrical Engineering Heilongjiang Institute of Technology Harbin, China e-mail:[email protected]
Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction
Vol. 3 Issue 1, January-2014, pp: (1-5), Impact Factor: 1.252, Available online at: www.erpublications.com Performance evaluation of cloud application with constant data center configuration and variable
Efficient load Balancing in Cloud Computing using Fuzzy Logic
IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 7(July 2012), PP 65-71 Efficient load Balancing in Cloud Computing using Fuzzy Logic Srinivas Sethi 1, Anupama Sahu 2 Suvendu Kumar
Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014
An Experiment to Signify Fuzzy Logic as an Effective User Interface Tool for Artificial Neural Network Nisha Macwan *, Priti Srinivas Sajja G.H. Patel Department of Computer Science India Abstract Artificial
INTEROPERABLE FEATURES CLASSIFICATION TECHNIQUE FOR CLOUD BASED APPLICATION USING FUZZY SYSTEMS
INTEROPERABLE FEATURES CLASSIFICATION TECHNIQUE FOR CLOUD BASED APPLICATION USING FUZZY SYSTEMS * C. Saravanakumar 1 and C. Arun 2 1 Department of Computer Science and Engineering, Sathyabama University,
Soft Computing in Economics and Finance
Ludmila Dymowa Soft Computing in Economics and Finance 4y Springer 1 Introduction 1 References 5 i 2 Applications of Modern Mathematics in Economics and Finance 7 2.1 Fuzzy'Set Theory and Applied Interval
Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database
JIOS, VOL. 35, NO. 1 (2011) SUBMITTED 02/11; ACCEPTED 06/11 UDC 004.75 Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database University of Ljubljana Faculty of Computer and Information
OCRP Implementation to Optimize Resource Provisioning Cost in Cloud Computing
OCRP Implementation to Optimize Resource Provisioning Cost in Cloud Computing K. Satheeshkumar PG Scholar K. Senthilkumar PG Scholar A. Selvakumar Assistant Professor Abstract- Cloud computing is a large-scale
Leveraging Public Clouds to Ensure Data Availability
Systems Engineering at MITRE CLOUD COMPUTING SERIES Leveraging Public Clouds to Ensure Data Availability Toby Cabot Lawrence Pizette The MITRE Corporation manages federally funded research and development
Keywords Cloud Environment, Cloud Testing, Software Testing
Volume 4, Issue 6, June 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Software Testing
A Fuzzy Approach for Reputation Management using Voting Scheme in Bittorrent P2P Network
A Fuzzy Approach for Reputation Management using Voting Scheme in Bittorrent P2P Network Ansuman Mahapatra, Nachiketa Tarasia School of Computer Engineering KIIT University, Bhubaneswar, Orissa, India
A Model for Selecting an ERP System with Triangular Fuzzy Numbers and Mamdani Inference
Journal of mathematics and computer Science 9 (2014) 46-54 A Model for Selecting an ERP System with Triangular Fuzzy Numbers and Mamdani Inference J. Vahidi Department of Applied Mathematics, Iran University
Li Sheng. [email protected]. Nowadays, with the booming development of network-based computing, more and more
36326584 Li Sheng Virtual Machine Technology for Cloud Computing Li Sheng [email protected] Abstract: Nowadays, with the booming development of network-based computing, more and more Internet service vendors
AN IMPROVED PERFORMANCE ANALYSIS OF PRIORITY SCHEDULING ALGORITHM IN MODIFIED AD HOC GRID LAYER
AN IMPROVED PERFORMANCE ANALYSIS OF PRIORITY SCHEDULING ALGORITHM IN MODIFIED AD HOC GRID LAYER R. Bhaskaran 1 and V.Parthasarathy 2 1 Department of Information Technology, PSNA College of Engg. and Technology,
Exploring Resource Provisioning Cost Models in Cloud Computing
Exploring Resource Provisioning Cost Models in Cloud Computing P.Aradhya #1, K.Shivaranjani *2 #1 M.Tech, CSE, SR Engineering College, Warangal, Andhra Pradesh, India # Assistant Professor, Department
NEURAL NETWORKS IN DATA MINING
NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud P.Gayathri Atchuta*1, L.Prasanna Kumar*2, Amarendra Kothalanka*3 M.Tech Student*1, Associate Professor*2,
Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic
Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic Solomon.T.Girma 1, Dominic B. O. Konditi 2, Edward N. Ndungu 3 1 Department of Electrical Engineering,
Time complexity analysis of genetic- fuzzy system for disease diagnosis.
Time complexity analysis of genetic- fuzzy system for disease diagnosis. Ephzibah.E.P. School of Information Technology and Engineering, VIT University,Vellore, Tamilnadu, India. [email protected]
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) CAPACITY MANAGEMENT ON CLOUD. Twisha, Amit Kr. Gautam, Jayant Sharma
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
Linguistic Preference Modeling: Foundation Models and New Trends. Extended Abstract
Linguistic Preference Modeling: Foundation Models and New Trends F. Herrera, E. Herrera-Viedma Dept. of Computer Science and Artificial Intelligence University of Granada, 18071 - Granada, Spain e-mail:
Knowledge Base and Inference Motor for an Automated Management System for developing Expert Systems and Fuzzy Classifiers
Knowledge Base and Inference Motor for an Automated Management System for developing Expert Systems and Fuzzy Classifiers JESÚS SÁNCHEZ, FRANCKLIN RIVAS, JOSE AGUILAR Postgrado en Ingeniería de Control
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION Shanmuga Priya.J 1, Sridevi.A 2 1 PG Scholar, Department of Information Technology, J.J College of Engineering and Technology
Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment,
Uncertainty Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment, E.g., loss of sensory information such as vision Incorrectness in
How To Use Neural Networks In Data Mining
International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and
Permanent Link: http://espace.library.curtin.edu.au/r?func=dbin-jump-full&local_base=gen01-era02&object_id=154091
Citation: Alhamad, Mohammed and Dillon, Tharam S. and Wu, Chen and Chang, Elizabeth. 2010. Response time for cloud computing providers, in Kotsis, G. and Taniar, D. and Pardede, E. and Saleh, I. and Khalil,
CLOUD COMPUTING. DAV University, Jalandhar, Punjab, India. DAV University, Jalandhar, Punjab, India
CLOUD COMPUTING 1 Er. Simar Preet Singh, 2 Er. Anshu Joshi 1 Assistant Professor, Computer Science & Engineering, DAV University, Jalandhar, Punjab, India 2 Research Scholar, Computer Science & Engineering,
Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR
International Journal of Computer, Electrical, Automation, Control and Information Engineering Vol:5, No:, 20 Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR Saeed
A Study of Data Management Technology for Handling Big Data
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,
Investigation of Cloud Computing: Applications and Challenges
Investigation of Cloud Computing: Applications and Challenges Amid Khatibi Bardsiri Anis Vosoogh Fatemeh Ahoojoosh Research Branch, Islamic Azad University, Sirjan, Iran Research Branch, Islamic Azad University,
Survey on software testing techniques in cloud computing
Survey on software testing techniques in cloud computing V.Priyadharshini #1, Dr. A. Malathi *2 # PhD Research Scholar PG & Research Department of CS Government Arts College (Autonomous) Coimbatore 18.
A STUDY OF WORKLOAD CHARACTERIZATION IN WEB BENCHMARKING TOOLS FOR WEB SERVER CLUSTERS
382 A STUDY OF WORKLOAD CHARACTERIZATION IN WEB BENCHMARKING TOOLS FOR WEB SERVER CLUSTERS Syed Mutahar Aaqib 1, Lalitsen Sharma 2 1 Research Scholar, 2 Associate Professor University of Jammu, India Abstract:
High Frequency Trading using Fuzzy Momentum Analysis
Proceedings of the World Congress on Engineering 2 Vol I WCE 2, June 3 - July 2, 2, London, U.K. High Frequency Trading using Fuzzy Momentum Analysis A. Kablan Member, IAENG, and W. L. Ng. Abstract High
Adaptive Optimal Scheduling of Public Utility Buses in Metro Manila Using Fuzzy Logic Controller
Adaptive Optimal Scheduling of Public Utility Buses in Metro Manila Using Fuzzy Logic Controller Cyrill O. Escolano a*, Elmer P. Dadios a, and Alexis D. Fillone a a Gokongwei College of Engineering De
Knowledge Discovery from patents using KMX Text Analytics
Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs [email protected] Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers
Cloud Computing for Agent-based Traffic Management Systems
Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion
International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2015 Volume 2, Issue-6
International Journal of Engineering Research ISSN: 2348-4039 & Management Technology Email: [email protected] November-2015 Volume 2, Issue-6 www.ijermt.org Modeling Big Data Characteristics for Discovering
An Efficient Way of Denial of Service Attack Detection Based on Triangle Map Generation
An Efficient Way of Denial of Service Attack Detection Based on Triangle Map Generation Shanofer. S Master of Engineering, Department of Computer Science and Engineering, Veerammal Engineering College,
Improving Computer Supported Environmental Friendly Product Development by Analysis of Data
ECIT/SISCS 2002-07-04 European Conferences on Intelligent Systems and Technologies IASI, ROMANIA Improving Computer Supported Environmental Friendly Product Development by Analysis of Data Ileana Hamburg
Knowledge Based Descriptive Neural Networks
Knowledge Based Descriptive Neural Networks J. T. Yao Department of Computer Science, University or Regina Regina, Saskachewan, CANADA S4S 0A2 Email: [email protected] Abstract This paper presents a
Computational Intelligence Introduction
Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are
A Novel Fuzzy Clustering Method for Outlier Detection in Data Mining
A Novel Fuzzy Clustering Method for Outlier Detection in Data Mining Binu Thomas and Rau G 2, Research Scholar, Mahatma Gandhi University,Kerala, India. [email protected] 2 SCMS School of Technology
Availability and Load Balancing in Cloud Computing
2011 International Conference on Computer and Software Modeling IPCSIT vol.14 (2011) (2011) IACSIT Press, Singapore Availability and Load Balancing in Cloud Computing Zenon Chaczko 1, Venkatesh Mahadevan
A Comparative Study of Load Balancing Algorithms in Cloud Computing
A Comparative Study of Load Balancing Algorithms in Cloud Computing Reena Panwar M.Tech CSE Scholar Department of CSE, Galgotias College of Engineering and Technology, Greater Noida, India Bhawna Mallick,
21/09/11. Introduction to Cloud Computing. First: do not be scared! Request for contributors. ToDO list. Revision history
Request for contributors Introduction to Cloud Computing https://portal.futuregrid.org/contrib/cloud-computing-class by various contributors (see last slide) Hi and thanks for your contribution! If you
