SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 10, Issue 3 (March 2014), PP.59-62
59
CRAM: Efficient Dynamic Resource Scheduling in Cloud
Computing
M.Gomathy1
1
Shrimati Indra Gandhi College, Lecturer, Department of Computer Science, Trichy, Tamilnadu, India.
Abstract: - Cloud computing has emerged as the default paradigm for a variety of fields especially considering
the resources and infrastructures consumption in case of distributed access. The solution has however placed a
lot of emphasis of a cloud server with variety of demands of which quality of service reminds a paramount
strategy. There are a lot of strategies is in place for this quality cost which is regulated by service level
agreement [SLA].An SLA is an agreement between client and server which when violated will impose penalties
for the infringement or violation performance evaluation place a key role allowing system managers to evaluate
the effects of different resource management strategies on the data center functioning and to predict the
corresponding cost/benefits. In order to deal with very large systems composed of hundreds or thousands of
resources. The system should allow to easily implementing different strategies and should have policies to
represent different working conditions. Keeping this is mind a rewards scheme called as SRNS-Stochastic
Reward Nets is utilized which is dynamic in nature to the status of the requests made and job allocated. The
proposed model is scalable enough to represent system composed of thousands of resources and it makes
possible to represent both physical and virtual resources exploiting cloud specific concepts such as the
infrastructure elasticity. The resources offered by other public cloud system through a sharing and paying model
is also controlled in term of performance metrics like utilization, responsiveness and load burst. This model is
analytical in nature unlike the existing approaches which are assumptive and simulation based in nature.
Keywords:- Cloud Computing, Stochastic Reward Nets, Cloud-Oriented Performance Metrics, resiliency,
responsiveness.
I. INTRODUCTION
Cloud computing is a computing paradigm in which different computing resources such as
infrastructure, platforms and software applications are made accessible over the internet to remote user as
services.
Infrastructure-as-a-Service (IaaS) clouds are becoming a rich and active branch of commercial services.
Uses of IaaS clouds can provision “processing, storage, networks and other fundamental resources” on demand,
that is, when needed, for as long as needed, and paying only for what is actually consumed. However, the
increased adaption of clouds and perhaps even the pricing models depend on the ability of (perspective) cloud
users to benchmark and compare commercial cloud services.
.
The typical performance evaluation approaches in quality of service such as simulation or on-the-field
measurements cannot be easily adapted. Simulation does not allow conducting comprehensive analyses of the
system performance due to the great number of parameters that have to be investigated. In order to implement
particular resource management techniques such as VM multiplexing or VM live migration that, even if
transparent to final user, has to be considered in the design of performance models in order to accurately
understand the system behavior.
Finally, different clouds, belonging to the same or to different organizations, can dynamically join each
other to achieve a common goal, usually represented by the optimization of resources utilization. This
mechanism, referred to as cloud federation, allows providing and releasing resources on demand thus providing
elastic capabilities to the whole infrastructure. All the parameters do not or may not conform to real time
situations or exigencies and are thus only reflective in nature.
Whereas on the other hand on the field experiments are mainly focused on the offered QoS, they are
based on a black box approach that makes difficult or correlate obtained data to the internal resource
management strategies implemented by the system provider.
CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing
60
II. RELATED WORK
Cloud systems differ from traditional distributed systems. First of all, they are characterized by a very
large number of resources that can span different administrative domains. Moreover, the high level of resource
abstraction such as VM multiplexing [2] or VM live migration [3] that, even if transparent to accurately
understand the system behavior. Finally, different clouds, belonging to the same or to different organizations,
can dynamically join each other to achieve a common goal, usually represented by the optimization of
Resources utilization. This mechanism, referred to as cloud federation, allows providing and releasing resources
on demand thus providing elastic capabilities to the whole infrastructure.
For these reasons, typical performance evaluation approaches such as simulation or on-the-field
measurements cannot be easily adopted. Simulation [5],[6] does not allow to conduct comprehensive analyses of
the system performance due to the great number of parameters that have to be investigated. On-the-field
experiments [7],[8] are mainly focused on the offered QoS, they are based on a black box approach that makes
difficult or correlate obtained data to the internal resource management strategies implemented by the system
provider. On the contrary, analytical techniques represent a good candidate thanks to the limited solution cost of
their associated models.
III. PROPOSED MODEL
The proposed Model presents a stochastic model, based on Stochastic Reward Nets (SRNs), that
exhibits the above mentioned features allowing capturing the key concepts of an IaaS cloud system. The
proposed model is scalable enough to represent systems composed of thousands of resources and it makes
possible to represent both physical and virtual resources exploiting cloud specific concepts such as the
infrastructure elasticity.
Cloud based systems are inherently large scale, distributed, almost always virtualized, and operate in
automated shared environments. Performance and availability of such systems are affected by a large number o
parameters including characteristics of the physical infrastructure (e.g., number of servers, number of cores per
server, amount of RAM and local storage per server, configuration of physical servers, network configuration,
persistent storage configuration), characteristics of the virtualization infrastructure (e.g., VM placement and VM
resource allocation, deployment and runtime overheads),failure characteristics (e.g., failure rates, repair rates,
modes of recovery),characteristics of automation tools used tom manage the cloud system, and so on. Because
of this, any naïve modeling approach will quickly run into state explosion and/or intractable solution.
Fig 3.0: End User Cloud
The proposed model is scalable enough to represent systems composed of thousands of resources and it
makes possible to represent both physical and virtual resources exploiting cloud specific concepts such as the
infrastructure elasticity. With respect to the existing literature, the innovative aspect of the present work is that a
generic and comprehensive view of a cloud system is presented. Low level details, such as VM Multiplexing,
are easily integrated with cloud based actions such as federation, allowing investigating different mixed
strategies. An exhaustive set of performance metrics are defined regarding both the system provider (e.g.,
utilization) and the final users (e.g., responsiveness).
CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing
61
3.1 Cloud Model and Resources
Clouds are modeled in the server client mode by a datacenter component for handling service requests.
These requests are application elements sandboxed within VMs, which need to be allocated a share of
processing power on Datacenter’s host components. By VM processing, it means that a set of operations related
to VM life cycle: provisioning of a host to a VM, VM creation, VM destruction, and VM migration. A
Datacenter is composed by a set host, which are responsible for managing VMs during their life cycles. Host is a
component that represents a physical computing node in a cloud: it is assigned a pre-configured processing
capability (expressed in million of instruction per second-MIPS), memory, storage, and a scheduling policy for
allocating processing cores to virtual machines. The Host component implements interfaces that support
modeling and simulation of both single-core and multi-core nodes.
3.2 Client Requests
Clients are registered with the server for utilizing the resources and application. Needs to access the
resources and applications are implemented and customary SLA’s are put in place to handle the request
handling mechanisms.
Each Request is considered as a job to be completed. A job is usage of a app or a resource or both and
sending back the processed requested data. The job arrival or rather the request process constituter three
different scenarios. In the first one (Constant arrival process) the arrival process be a homogeneous Poisson
process with uniform rate.
However, in large scale distributed systems with thousands of users, such as cloud systems, could
exhibit self-similarity/long range dependence with respect to the arrival process and for these reasons, in order
to take into account the dependencies of the job arrival rate on both the days of a week, and the hours of a day,
in the second scenario is the periodic arrival process. This is also chosen to model the job arrival process as
Markov Modulated Poisson Process (MMPP).
3.3 Cloud Federation and Monitoring
This is the analytical algorithm part, where parameters like weight; intermediate requests like waiting
time, bandwidth calculation completion time are all executed here. This is based on the inputs the optimal
solution is arrived federation with other clouds is modeled allowing tokens in place pqueue to be moved, through
transition tupload, in the upload queue represented by place psend. In accordance with the assumptions made before,
transition tupload is enabled only if the number of tokens in place pqueue is greater than Q and the number of tokens
in place Psend is less than D. Moreover, in order to take into account the federated cloud availability, concurrent
enabled transition tupload and tdrop are managed by setting their weights.
3.4 Virtual Multiplexing
VM, whose management during its life cycle is the responsibility of the host component. As discussed
earlier, a host can simultaneously instantiate multiple VMs and allocate cores based on predefined processor
sharing policies(space-shared, time-shared).Every VM component has access to a component that stores the
characteristics related to a VM’s internal scheduling policy, which is extended from the abstract component
called VM Scheduling.
The model supports VM scheduling at two levels: First, at the host level and second, at the VM level.
At the host level, it is possible to specify how much of the overall processing power of each core in a host will
be assigned to each VM. At the VM level, the VM assign specific amount of the available processing power to
the individual task units that are hosted within its execution engine.
IV. CONCLUSION
SRNs allow us to define reward functions that can be associated to a particular state of the model in
order to evaluate the performance level reached by the system during the sojourn in order in that state
performance metrics able to characterize the system behavior from both the provider and the user point-of-
views. the stochastic model to evaluate the performance of an IaaS cloud system. Several performance metrics
have been defined, such as availability, utilization, and responsiveness, allowing to investigate the impact of
different strategies on both provider and user point-of-views. In a market-oriented area, such as the cloud
computing, an accurate evaluation of these parameters is required in order to quantify the offered QoS and
opportunely manage SLAs and all the analysis are done by autonomic techniques able to change on-the fly the
system configuration in order to react to change on the working conditions. This can be extended to models
CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing
62
which represent PaaS and SaaS Cloud Systems and to integrate the mechanisms needed to capture VM
migration and the data center consolidation aspects that cover a crucial role in energy saving policies.
In future the model can be implemented to include intra and reservoir clouds where other performance
parameters like application takes sufficient memory and bandwidth issues are considered. This model may be
replicated in web services domain where similar features are used and service agreements are made between the
website client and web service provider so the concept can be extended to cover such models and issues as well
in the future.
REFERENCES
[1]. R. Buyya et al., “Cloud computing an emerging it platforms: Vision, hype, and reality for delivering
computing as the 5th
utility ,”Future Gener, comput. Syst.vol.25 pp.599-616,june 2009.
[2]. X. Meng et al., ”Efficient resource provisioning in compute clouds via VM multiplexing ,” in
proceedings of the 7th
international conference on Autonomic computing, ser. ICAC ’10. New York,
NY, USA: ACM,2010,pp.11-20.
[3]. Amazon Web Services (AWS), Online at http://aws. amazon.com.
[4]. Microsoft Azure, http://www.microsoft.com/azure/.
[5]. Google App Engine, Online at http://code.google.com/appengine/.
[6]. Brock, M.; Goscinski, A.; Grids vs. Clouds Future Information Technology (FutureTech), 2010 5th
IEEE International Conference2010 pp 1-6.
[7]. H. Liu et al., “Live virtual machine migration via asynchronous replication and state synchronization ,”
parallel and distributed Systems, IEEE Transactions on, vol.22,no.12 , pp.1986-1999,dec.2011.
[8]. Daryl C. Plummer, Thomas J. Bittman, Tom Austin, David W. Cearley, David Mitchell Smith “Cloud
Computing: Defining and Describing an Emerging Phenomenon”.
[9]. High-Performance Cloud Computing: A View of ScientificApplications by Christian Vecchiola, Suraj
Pandey, and Rajkumar Buyya.
[10]. B. Rochwerger et al., ”Reservoir – when one cloud is not enough,” Computer, vol.44 , no.3, pp.44-
55,march 2011.
[11]. Market-Oriented Cloud Computing: Vision, Hype, and Reality for Delivering IT Services as
Computing Utilities Buyya, R. Chee Shin Yeo Venugopal, S.
[12]. Performance Evaluation of Cloud Computing Offerings Vladimir Stantchev, SOA and Public Services
Research Group, TU Berlin.
[13]. Schaper, J Cloud Services Digital Ecosystems and Technologies (DEST), 2010 4th IEEE International
Conference 2010 pp 91-92.
[14]. R. Buyya, R. Ranjan, and R. Calheiros,” Modeling and simulation of scalable cloud computing
environments and cloudsim toolkit: Challenges and opportunities,” in High performance Computing
Simulation, 2009.HPCS’09. International Conference on, June 2009.pp.1-11.
[15]. Srinivasa, K.G.; Siddesh, G.M.; Cherian, S.;” Fault-Tolerant Middleware for Grid Computing
“Srinivasa, K.G. Siddesh, G.M Cherian, S.High Performance Computing and Communications (HPCC),
2010. 12th IEEE International Conference pp 635 – 640.
[16]. Xingchen Chu Nadiminti, K. Chao Jin Venugopal, S.Buyya, R, Univ. of Melbourne, Melbourne
“Aneka: Next- Generation Enterprise Grid Platform for e-Science and e- Business Applications”.
[17]. A. Iosup, N. Yigitbasi, and D. Epema, ”On the performance variability of production cloud services,”
in Cluster, Cloud and Grid Computing (CCGrid),2011. 11th
IEEE/ACM International Symposium on,
May 2011, pp.104-113.
[18]. Zhao, Peng; Huang, Ting-lei; Liu, Cai-xia; Wang, Xin; Research of P2P architecture based on cloud
computing IEEE International Conference.
[19]. http://www.vmware.com/files/pdf/techpaper/VMW-TWP-vSPHR-SECRTY-HRDNG-USLET-101-
WEB-1.pdf.
[20]. http://www.vmware.com/files/pdf/vc_dbviews_40.pdf.

Mais conteúdo relacionado

Mais procurados

A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...IEEEFINALYEARPROJECTS
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computingtheijes
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
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
 
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY ijccsa
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd Iaetsd
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Ieeepro techno solutions ieee java project - budget-driven scheduling algor...
Ieeepro techno solutions   ieee java project - budget-driven scheduling algor...Ieeepro techno solutions   ieee java project - budget-driven scheduling algor...
Ieeepro techno solutions ieee java project - budget-driven scheduling algor...hemanthbbc
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...neirew J
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...ijccsa
 

Mais procurados (11)

A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computing
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
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
 
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
LOCALITY SIM: CLOUD SIMULATOR WITH DATA LOCALITY
 
Iaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with costIaetsd effective fault toerant resource allocation with cost
Iaetsd effective fault toerant resource allocation with cost
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
N1803048386
N1803048386N1803048386
N1803048386
 
Ieeepro techno solutions ieee java project - budget-driven scheduling algor...
Ieeepro techno solutions   ieee java project - budget-driven scheduling algor...Ieeepro techno solutions   ieee java project - budget-driven scheduling algor...
Ieeepro techno solutions ieee java project - budget-driven scheduling algor...
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
 

Destaque

Extrusion process and parameters involved in the experimental and numerical i...
Extrusion process and parameters involved in the experimental and numerical i...Extrusion process and parameters involved in the experimental and numerical i...
Extrusion process and parameters involved in the experimental and numerical i...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Investigation of Extrusion of Lead experimentally from Round section through ...
Investigation of Extrusion of Lead experimentally from Round section through ...Investigation of Extrusion of Lead experimentally from Round section through ...
Investigation of Extrusion of Lead experimentally from Round section through ...inventy
 
Effect of die dimension on extrusion processing parameters (animal feed)
Effect of die dimension on extrusion processing parameters (animal feed)Effect of die dimension on extrusion processing parameters (animal feed)
Effect of die dimension on extrusion processing parameters (animal feed)Wan Ali Akashah Akashah
 
Testing of Already Existing and Developing New Compaction Equations during C...
Testing of Already Existing and Developing New Compaction  Equations during C...Testing of Already Existing and Developing New Compaction  Equations during C...
Testing of Already Existing and Developing New Compaction Equations during C...IJMER
 
Foundermantion of extrusion
Foundermantion of extrusionFoundermantion of extrusion
Foundermantion of extrusionVan Canh Nguyen
 
F O R G I N G & E X T R U S I O N
F O R G I N G &  E X T R U S I O NF O R G I N G &  E X T R U S I O N
F O R G I N G & E X T R U S I O NMoiz Barry
 
Extrusion Process | Best report
Extrusion Process | Best reportExtrusion Process | Best report
Extrusion Process | Best reportMohanad Alani
 
Fundamentals of cast film extrusion technology
Fundamentals of cast film extrusion technologyFundamentals of cast film extrusion technology
Fundamentals of cast film extrusion technologyAlmir De Souza Machado
 
Ensuring Extrusion Product Quality at Die Design Stage
Ensuring Extrusion Product Quality at Die Design StageEnsuring Extrusion Product Quality at Die Design Stage
Ensuring Extrusion Product Quality at Die Design StageAltair
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Extrusion of metals by Hariprasad
Extrusion of metals by HariprasadExtrusion of metals by Hariprasad
Extrusion of metals by HariprasadSachin Hariprasad
 
Types of extrusion dies
Types of extrusion diesTypes of extrusion dies
Types of extrusion diesHaider Abbas
 
Topic 4 metal forming 160214
Topic 4 metal forming 160214Topic 4 metal forming 160214
Topic 4 metal forming 160214Huai123
 

Destaque (20)

Extrusion process and parameters involved in the experimental and numerical i...
Extrusion process and parameters involved in the experimental and numerical i...Extrusion process and parameters involved in the experimental and numerical i...
Extrusion process and parameters involved in the experimental and numerical i...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Investigation of Extrusion of Lead experimentally from Round section through ...
Investigation of Extrusion of Lead experimentally from Round section through ...Investigation of Extrusion of Lead experimentally from Round section through ...
Investigation of Extrusion of Lead experimentally from Round section through ...
 
Effect of die dimension on extrusion processing parameters (animal feed)
Effect of die dimension on extrusion processing parameters (animal feed)Effect of die dimension on extrusion processing parameters (animal feed)
Effect of die dimension on extrusion processing parameters (animal feed)
 
Testing of Already Existing and Developing New Compaction Equations during C...
Testing of Already Existing and Developing New Compaction  Equations during C...Testing of Already Existing and Developing New Compaction  Equations during C...
Testing of Already Existing and Developing New Compaction Equations during C...
 
P/M: Basics
P/M: BasicsP/M: Basics
P/M: Basics
 
Foundermantion of extrusion
Foundermantion of extrusionFoundermantion of extrusion
Foundermantion of extrusion
 
F O R G I N G & E X T R U S I O N
F O R G I N G &  E X T R U S I O NF O R G I N G &  E X T R U S I O N
F O R G I N G & E X T R U S I O N
 
Extrusion Process | Best report
Extrusion Process | Best reportExtrusion Process | Best report
Extrusion Process | Best report
 
Fundamentals of cast film extrusion technology
Fundamentals of cast film extrusion technologyFundamentals of cast film extrusion technology
Fundamentals of cast film extrusion technology
 
Ensuring Extrusion Product Quality at Die Design Stage
Ensuring Extrusion Product Quality at Die Design StageEnsuring Extrusion Product Quality at Die Design Stage
Ensuring Extrusion Product Quality at Die Design Stage
 
Chapter19
Chapter19Chapter19
Chapter19
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Extrusion of metals by Hariprasad
Extrusion of metals by HariprasadExtrusion of metals by Hariprasad
Extrusion of metals by Hariprasad
 
Types of extrusion dies
Types of extrusion diesTypes of extrusion dies
Types of extrusion dies
 
U1 p3 powder metallurgy
U1 p3 powder metallurgyU1 p3 powder metallurgy
U1 p3 powder metallurgy
 
Topic 4 metal forming 160214
Topic 4 metal forming 160214Topic 4 metal forming 160214
Topic 4 metal forming 160214
 
Extrusion
ExtrusionExtrusion
Extrusion
 
Ch19
Ch19Ch19
Ch19
 
Extrusion
ExtrusionExtrusion
Extrusion
 

Semelhante a International Journal of Engineering Research and Development

JPJ1403 A Stochastic Model To Investigate Data Center Performance And QoS I...
JPJ1403   A Stochastic Model To Investigate Data Center Performance And QoS I...JPJ1403   A Stochastic Model To Investigate Data Center Performance And QoS I...
JPJ1403 A Stochastic Model To Investigate Data Center Performance And QoS I...chennaijp
 
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...IEEEFINALYEARSTUDENTPROJECT
 
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...IEEEFINALSEMSTUDENTPROJECTS
 
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...IEEEGLOBALSOFTTECHNOLOGIES
 
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...IEEEGLOBALSOFTTECHNOLOGIES
 
A stochastic model to investigate data center performance and qos in iaas clo...
A stochastic model to investigate data center performance and qos in iaas clo...A stochastic model to investigate data center performance and qos in iaas clo...
A stochastic model to investigate data center performance and qos in iaas clo...Papitha Velumani
 
A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...JPINFOTECH JAYAPRAKASH
 
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IJCSEA Journal
 
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IJCSEA Journal
 
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTING
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTINGA SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTING
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTINGijccsa
 
A Survey on Resource Allocation in Cloud Computing
A Survey on Resource Allocation in Cloud ComputingA Survey on Resource Allocation in Cloud Computing
A Survey on Resource Allocation in Cloud Computingneirew J
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGAIRCC Publishing Corporation
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGijcsit
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World IRJET Journal
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmenteSAT Journals
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmenteSAT Publishing House
 

Semelhante a International Journal of Engineering Research and Development (20)

JPJ1403 A Stochastic Model To Investigate Data Center Performance And QoS I...
JPJ1403   A Stochastic Model To Investigate Data Center Performance And QoS I...JPJ1403   A Stochastic Model To Investigate Data Center Performance And QoS I...
JPJ1403 A Stochastic Model To Investigate Data Center Performance And QoS I...
 
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
 
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
2014 IEEE JAVA CLOUD COMPUTING PROJECT A stochastic model to investigate data...
 
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...
DOTNET 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate dat...
 
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT A stochastic model to investigate data ...
 
A stochastic model to investigate data center performance and qos in iaas clo...
A stochastic model to investigate data center performance and qos in iaas clo...A stochastic model to investigate data center performance and qos in iaas clo...
A stochastic model to investigate data center performance and qos in iaas clo...
 
A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...A stochastic model to investigate data center performance and qo s in iaas cl...
A stochastic model to investigate data center performance and qo s in iaas cl...
 
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
 
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
IMPACT OF RESOURCE MANAGEMENT AND SCALABILITY ON PERFORMANCE OF CLOUD APPLICA...
 
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTING
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTINGA SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTING
A SURVEY ON RESOURCE ALLOCATION IN CLOUD COMPUTING
 
A Survey on Resource Allocation in Cloud Computing
A Survey on Resource Allocation in Cloud ComputingA Survey on Resource Allocation in Cloud Computing
A Survey on Resource Allocation in Cloud Computing
 
T04503113118
T04503113118T04503113118
T04503113118
 
F1034047
F1034047F1034047
F1034047
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World
 
E42053035
E42053035E42053035
E42053035
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environment
 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environment
 

Mais de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewIJERD Editor
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsIJERD Editor
 

Mais de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
 

Último

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Último (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

International Journal of Engineering Research and Development

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 10, Issue 3 (March 2014), PP.59-62 59 CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing M.Gomathy1 1 Shrimati Indra Gandhi College, Lecturer, Department of Computer Science, Trichy, Tamilnadu, India. Abstract: - Cloud computing has emerged as the default paradigm for a variety of fields especially considering the resources and infrastructures consumption in case of distributed access. The solution has however placed a lot of emphasis of a cloud server with variety of demands of which quality of service reminds a paramount strategy. There are a lot of strategies is in place for this quality cost which is regulated by service level agreement [SLA].An SLA is an agreement between client and server which when violated will impose penalties for the infringement or violation performance evaluation place a key role allowing system managers to evaluate the effects of different resource management strategies on the data center functioning and to predict the corresponding cost/benefits. In order to deal with very large systems composed of hundreds or thousands of resources. The system should allow to easily implementing different strategies and should have policies to represent different working conditions. Keeping this is mind a rewards scheme called as SRNS-Stochastic Reward Nets is utilized which is dynamic in nature to the status of the requests made and job allocated. The proposed model is scalable enough to represent system composed of thousands of resources and it makes possible to represent both physical and virtual resources exploiting cloud specific concepts such as the infrastructure elasticity. The resources offered by other public cloud system through a sharing and paying model is also controlled in term of performance metrics like utilization, responsiveness and load burst. This model is analytical in nature unlike the existing approaches which are assumptive and simulation based in nature. Keywords:- Cloud Computing, Stochastic Reward Nets, Cloud-Oriented Performance Metrics, resiliency, responsiveness. I. INTRODUCTION Cloud computing is a computing paradigm in which different computing resources such as infrastructure, platforms and software applications are made accessible over the internet to remote user as services. Infrastructure-as-a-Service (IaaS) clouds are becoming a rich and active branch of commercial services. Uses of IaaS clouds can provision “processing, storage, networks and other fundamental resources” on demand, that is, when needed, for as long as needed, and paying only for what is actually consumed. However, the increased adaption of clouds and perhaps even the pricing models depend on the ability of (perspective) cloud users to benchmark and compare commercial cloud services. . The typical performance evaluation approaches in quality of service such as simulation or on-the-field measurements cannot be easily adapted. Simulation does not allow conducting comprehensive analyses of the system performance due to the great number of parameters that have to be investigated. In order to implement particular resource management techniques such as VM multiplexing or VM live migration that, even if transparent to final user, has to be considered in the design of performance models in order to accurately understand the system behavior. Finally, different clouds, belonging to the same or to different organizations, can dynamically join each other to achieve a common goal, usually represented by the optimization of resources utilization. This mechanism, referred to as cloud federation, allows providing and releasing resources on demand thus providing elastic capabilities to the whole infrastructure. All the parameters do not or may not conform to real time situations or exigencies and are thus only reflective in nature. Whereas on the other hand on the field experiments are mainly focused on the offered QoS, they are based on a black box approach that makes difficult or correlate obtained data to the internal resource management strategies implemented by the system provider.
  • 2. CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing 60 II. RELATED WORK Cloud systems differ from traditional distributed systems. First of all, they are characterized by a very large number of resources that can span different administrative domains. Moreover, the high level of resource abstraction such as VM multiplexing [2] or VM live migration [3] that, even if transparent to accurately understand the system behavior. Finally, different clouds, belonging to the same or to different organizations, can dynamically join each other to achieve a common goal, usually represented by the optimization of Resources utilization. This mechanism, referred to as cloud federation, allows providing and releasing resources on demand thus providing elastic capabilities to the whole infrastructure. For these reasons, typical performance evaluation approaches such as simulation or on-the-field measurements cannot be easily adopted. Simulation [5],[6] does not allow to conduct comprehensive analyses of the system performance due to the great number of parameters that have to be investigated. On-the-field experiments [7],[8] are mainly focused on the offered QoS, they are based on a black box approach that makes difficult or correlate obtained data to the internal resource management strategies implemented by the system provider. On the contrary, analytical techniques represent a good candidate thanks to the limited solution cost of their associated models. III. PROPOSED MODEL The proposed Model presents a stochastic model, based on Stochastic Reward Nets (SRNs), that exhibits the above mentioned features allowing capturing the key concepts of an IaaS cloud system. The proposed model is scalable enough to represent systems composed of thousands of resources and it makes possible to represent both physical and virtual resources exploiting cloud specific concepts such as the infrastructure elasticity. Cloud based systems are inherently large scale, distributed, almost always virtualized, and operate in automated shared environments. Performance and availability of such systems are affected by a large number o parameters including characteristics of the physical infrastructure (e.g., number of servers, number of cores per server, amount of RAM and local storage per server, configuration of physical servers, network configuration, persistent storage configuration), characteristics of the virtualization infrastructure (e.g., VM placement and VM resource allocation, deployment and runtime overheads),failure characteristics (e.g., failure rates, repair rates, modes of recovery),characteristics of automation tools used tom manage the cloud system, and so on. Because of this, any naïve modeling approach will quickly run into state explosion and/or intractable solution. Fig 3.0: End User Cloud The proposed model is scalable enough to represent systems composed of thousands of resources and it makes possible to represent both physical and virtual resources exploiting cloud specific concepts such as the infrastructure elasticity. With respect to the existing literature, the innovative aspect of the present work is that a generic and comprehensive view of a cloud system is presented. Low level details, such as VM Multiplexing, are easily integrated with cloud based actions such as federation, allowing investigating different mixed strategies. An exhaustive set of performance metrics are defined regarding both the system provider (e.g., utilization) and the final users (e.g., responsiveness).
  • 3. CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing 61 3.1 Cloud Model and Resources Clouds are modeled in the server client mode by a datacenter component for handling service requests. These requests are application elements sandboxed within VMs, which need to be allocated a share of processing power on Datacenter’s host components. By VM processing, it means that a set of operations related to VM life cycle: provisioning of a host to a VM, VM creation, VM destruction, and VM migration. A Datacenter is composed by a set host, which are responsible for managing VMs during their life cycles. Host is a component that represents a physical computing node in a cloud: it is assigned a pre-configured processing capability (expressed in million of instruction per second-MIPS), memory, storage, and a scheduling policy for allocating processing cores to virtual machines. The Host component implements interfaces that support modeling and simulation of both single-core and multi-core nodes. 3.2 Client Requests Clients are registered with the server for utilizing the resources and application. Needs to access the resources and applications are implemented and customary SLA’s are put in place to handle the request handling mechanisms. Each Request is considered as a job to be completed. A job is usage of a app or a resource or both and sending back the processed requested data. The job arrival or rather the request process constituter three different scenarios. In the first one (Constant arrival process) the arrival process be a homogeneous Poisson process with uniform rate. However, in large scale distributed systems with thousands of users, such as cloud systems, could exhibit self-similarity/long range dependence with respect to the arrival process and for these reasons, in order to take into account the dependencies of the job arrival rate on both the days of a week, and the hours of a day, in the second scenario is the periodic arrival process. This is also chosen to model the job arrival process as Markov Modulated Poisson Process (MMPP). 3.3 Cloud Federation and Monitoring This is the analytical algorithm part, where parameters like weight; intermediate requests like waiting time, bandwidth calculation completion time are all executed here. This is based on the inputs the optimal solution is arrived federation with other clouds is modeled allowing tokens in place pqueue to be moved, through transition tupload, in the upload queue represented by place psend. In accordance with the assumptions made before, transition tupload is enabled only if the number of tokens in place pqueue is greater than Q and the number of tokens in place Psend is less than D. Moreover, in order to take into account the federated cloud availability, concurrent enabled transition tupload and tdrop are managed by setting their weights. 3.4 Virtual Multiplexing VM, whose management during its life cycle is the responsibility of the host component. As discussed earlier, a host can simultaneously instantiate multiple VMs and allocate cores based on predefined processor sharing policies(space-shared, time-shared).Every VM component has access to a component that stores the characteristics related to a VM’s internal scheduling policy, which is extended from the abstract component called VM Scheduling. The model supports VM scheduling at two levels: First, at the host level and second, at the VM level. At the host level, it is possible to specify how much of the overall processing power of each core in a host will be assigned to each VM. At the VM level, the VM assign specific amount of the available processing power to the individual task units that are hosted within its execution engine. IV. CONCLUSION SRNs allow us to define reward functions that can be associated to a particular state of the model in order to evaluate the performance level reached by the system during the sojourn in order in that state performance metrics able to characterize the system behavior from both the provider and the user point-of- views. the stochastic model to evaluate the performance of an IaaS cloud system. Several performance metrics have been defined, such as availability, utilization, and responsiveness, allowing to investigate the impact of different strategies on both provider and user point-of-views. In a market-oriented area, such as the cloud computing, an accurate evaluation of these parameters is required in order to quantify the offered QoS and opportunely manage SLAs and all the analysis are done by autonomic techniques able to change on-the fly the system configuration in order to react to change on the working conditions. This can be extended to models
  • 4. CRAM: Efficient Dynamic Resource Scheduling in Cloud Computing 62 which represent PaaS and SaaS Cloud Systems and to integrate the mechanisms needed to capture VM migration and the data center consolidation aspects that cover a crucial role in energy saving policies. In future the model can be implemented to include intra and reservoir clouds where other performance parameters like application takes sufficient memory and bandwidth issues are considered. This model may be replicated in web services domain where similar features are used and service agreements are made between the website client and web service provider so the concept can be extended to cover such models and issues as well in the future. REFERENCES [1]. R. Buyya et al., “Cloud computing an emerging it platforms: Vision, hype, and reality for delivering computing as the 5th utility ,”Future Gener, comput. Syst.vol.25 pp.599-616,june 2009. [2]. X. Meng et al., ”Efficient resource provisioning in compute clouds via VM multiplexing ,” in proceedings of the 7th international conference on Autonomic computing, ser. ICAC ’10. New York, NY, USA: ACM,2010,pp.11-20. [3]. Amazon Web Services (AWS), Online at http://aws. amazon.com. [4]. Microsoft Azure, http://www.microsoft.com/azure/. [5]. Google App Engine, Online at http://code.google.com/appengine/. [6]. Brock, M.; Goscinski, A.; Grids vs. Clouds Future Information Technology (FutureTech), 2010 5th IEEE International Conference2010 pp 1-6. [7]. H. Liu et al., “Live virtual machine migration via asynchronous replication and state synchronization ,” parallel and distributed Systems, IEEE Transactions on, vol.22,no.12 , pp.1986-1999,dec.2011. [8]. Daryl C. Plummer, Thomas J. Bittman, Tom Austin, David W. Cearley, David Mitchell Smith “Cloud Computing: Defining and Describing an Emerging Phenomenon”. [9]. High-Performance Cloud Computing: A View of ScientificApplications by Christian Vecchiola, Suraj Pandey, and Rajkumar Buyya. [10]. B. Rochwerger et al., ”Reservoir – when one cloud is not enough,” Computer, vol.44 , no.3, pp.44- 55,march 2011. [11]. Market-Oriented Cloud Computing: Vision, Hype, and Reality for Delivering IT Services as Computing Utilities Buyya, R. Chee Shin Yeo Venugopal, S. [12]. Performance Evaluation of Cloud Computing Offerings Vladimir Stantchev, SOA and Public Services Research Group, TU Berlin. [13]. Schaper, J Cloud Services Digital Ecosystems and Technologies (DEST), 2010 4th IEEE International Conference 2010 pp 91-92. [14]. R. Buyya, R. Ranjan, and R. Calheiros,” Modeling and simulation of scalable cloud computing environments and cloudsim toolkit: Challenges and opportunities,” in High performance Computing Simulation, 2009.HPCS’09. International Conference on, June 2009.pp.1-11. [15]. Srinivasa, K.G.; Siddesh, G.M.; Cherian, S.;” Fault-Tolerant Middleware for Grid Computing “Srinivasa, K.G. Siddesh, G.M Cherian, S.High Performance Computing and Communications (HPCC), 2010. 12th IEEE International Conference pp 635 – 640. [16]. Xingchen Chu Nadiminti, K. Chao Jin Venugopal, S.Buyya, R, Univ. of Melbourne, Melbourne “Aneka: Next- Generation Enterprise Grid Platform for e-Science and e- Business Applications”. [17]. A. Iosup, N. Yigitbasi, and D. Epema, ”On the performance variability of production cloud services,” in Cluster, Cloud and Grid Computing (CCGrid),2011. 11th IEEE/ACM International Symposium on, May 2011, pp.104-113. [18]. Zhao, Peng; Huang, Ting-lei; Liu, Cai-xia; Wang, Xin; Research of P2P architecture based on cloud computing IEEE International Conference. [19]. http://www.vmware.com/files/pdf/techpaper/VMW-TWP-vSPHR-SECRTY-HRDNG-USLET-101- WEB-1.pdf. [20]. http://www.vmware.com/files/pdf/vc_dbviews_40.pdf.