Science topic
Mobile Cloud Computing - Science topic
Mobile Cloud Computing (MCC) is the state-of-the-art research area in convergence of three domains of Mobile Computing, Cloud Computing, and wireless networking. There are several hot research topics in MCC including mobile augmentation (enhancing computing capabilities of mobile device, like Smartphones), mobile-cloud application frameworks and etc.
Questions related to Mobile Cloud Computing
Which software service is best on the cloud? Are there any tools to measure? If anybody is working this please let me know.
From the link "http://archives.opennebula.org/documentation:rel4.4:schg", I came to know that Match-making scheduler is used in OpenNebula for scheduling VMs onto physical processing nodes. But I am unable to find how a large number of small requests or data-intensive jobs or compute-intensive scientific requests are being served. In other words how are incoming jobs mapped to VMs?
I am working on cloud servers load balancing and I need more information about cloud providers companies.
Till now I found information about Google cluster data related to 2011 which most of them are scaled to hide the real information.
As a first step I need to make a comparison between Google and other cloud providers like Amazon AWS and Microsoft Azure.
I am looking for a simulation tool that supports Mobile Cloud Computing + Mobile Edge Computing. Can anybody guide me please?
Nowadays, cloud services including Iaas, PaaS, and SaaS, and many more services are exploited by large number of clients including desktop and mobile end-users.
Do you think that there is any difference between the services and their delivery approaches to the mobile and immobile clients? Does mobile end-user receive the same quality that desktop user does?
Hi everyone,
I need to do MD simulation of wild type and ten variants at 50 ns. I am looking for a low-cost cloud service/ simulation environment. Would you please suggest me any?
Thanks in advance.
Frameworks such as Apache Storm, Flink, Heron and Spark were developed to run on clusters or cloud. These such kinds of infrastructures do not have memory, CPU and bandwidth limitations. In contrast, computing resources at the network edge are constrained regarding their capabilities. I am aware of the Apache Edgent and Nifi frameworks. However, they were conceived to run locally on a single computing resource. If you want to run them in a distributed infrastructure, you might create your own stack of components (broker + framework).
Hello,
I am using Cloudsim to measure the quality of service attributes of cloud services. Can anyone tell me how to calculate the current bandwidth and memory utilization of VM and host? I have calculated the current CPU utilization using Power Data Center classes in Power and Power Planet package but I am facing difficulty to compute the bandwidth and memory utilisation or tell me how to use the BwProvisioner class. I hope to hear soon. Thank you.
I asked a question in Research Gate, which is related to NFV. Then, when I added the tags to the question, I did not find NFV as research topic neither the management and orchestration.
Is there a reasonable reason? If not, How to add NFV to research topics?
Hello,
Can anyone suggest me the tool / way to simulate EDoS (Economic Denial of Sustainability) attack on cloud?
Regards,
Sukhada
I am doing research in Mobile Cloud computing security. Under that, I am in need of explanation about how to integrate or how to use Diffie hellman and AES algorithm in a combined manner to improve security....
Hello,
I am working on my research project on cloud computing, and i want to design a load balancing algorithm for the same, and wants to compare it with the existing load balancing algorithm present in cloud analyst tool. can anybody suggest me how to achieve the same?
"How do we can detect in advance, that the Mobile Node will detach from the first subnet to another subnet within the same domain ? i.e the mechanism?"
"In Distributed Mobility Architecture, for example in Distributed PMIPv6, how do we detect that the MN will detach from MAG1 to MAG2 in advance?"
Mobile Cloud Offloading Techniques for Increasing Battery Life of Mobile Phones
what are the upcoming challenges for cloud forensics and what are the latest issues related to cloud forensics, and where to find the credentials to solve these issues.
Which tool or enviroment is needed for research on computional offloading in Mobile Cloud Computing?OS and HW config needed for the tool are also much awaited
I am designing a trust model for cloud services and looking for data sets on quality of service attributes (i.e. reliability, availability, response time, and security etc). I have searched and found one data set on web services QoS, available online on http://www.uoguelph.ca/~qmahmoud/qws/. Is there any similar data set available for cloud services? Thanks in advance.
I am sending cloudlets to VMs , but before sending cloudlet to VM i want to check whether there are any cloudlets already sent to same VM and will they all get finish their execution before ExceStart time of current cloudlet?
NFV’s appeal is in its agility and dynamic capabilities. Traditional security models are static and unable to evolve as network topology changes in response to demand. Which security model can i consider to insert security services into NFV? Is overlay model suitable?
Hello to all researcher,
We know that we can easily simulate VM migration in Cloud using CloudSim. But, is there anyway to simulate VM migration with the user MOBILITY scenario in Mobile Cloud Computing(MCC) environment using CloudSim ?
Or is there any other simulator for the MCC to simulate such scenario ?
Thanks for your support.
I need details regarding sla management in cloud computing.
Hi everyone,
My interest is to develop an efficient mechanism to ensure exactly-once tuple processing guarantee. But to understand the domain well enough, I did not find much related resources over internet.
Please guide me about some resources (article, web links, tutorials etc) to highlight significance and challenges related to Guaranteeing Message Processing for Real time data flows.
Thanks in anticipation
hello,
I want to change the method vmCreate(Vm vm) defined in Host.java in clloudsim toolkit, i want to change, the if condition defined in the method,
if (!getVmScheduler().allocatePesForVm(vm, vm.getCurrentRequestedMips())) {
Log.printLine("[VmScheduler.vmCreate] Allocation of VM #" + vm.getId() + " to Host #" + getId()
+ " failed by MIPS");
getRamProvisioner().deallocateRamForVm(vm);
getBwProvisioner().deallocateBwForVm(vm);
return false;
}
whenever this code is executed, i want to allocate the vm to the next available host according to my vm allocation policy.
what shoud i add to this code, so that all the vms are allocated to the remaining hosts.
hello,
I am working on my research project, and for that I have created a VM allocation policy algorithm in cloudsim. i want to check the host before allocating the vm, is it suitable for the current vm or not. if it is suitable, things must go as usual. but if it is not suitable, i.e if method returns false, the respective host for the specified vm should be removed from the list of hosts, and vm is allocated to just next suitable vm.
now my question is, how to call the same method, i.e public boolean isSuitableForVm(Vm vm) in vm allocation policy class, so that i can implement the above functionality.
in vm allocation policy, we can call this method, host.vmCreate(vm);
in similar way i want to implement the public boolean isSuitableForVm(Vm vm) in vm allocation policy class
please help.
Hi everyone,
I am doing my post graduation research on cloud computing and for the same i m working on cloudsiom simulator and wants to implement my own vm allocation policy in cloudsim. i know i need to change the algorithm or code written in DatacenterBroker class, but the problem is i didn't find any way to initiate the or change the code mentioned in DatacenterBroker class. Do i need to create separate class and extend the DatacenterBroker class into it. any help would be appreciated.
Hello Researchers, I am looking to make research in virtualization security in mobile cloud computing, is there any tool could you advice me to simulate attacks Vms and implement my technique ? really need help, thank you
I need to write a comparison in my paper security issues in TCP/IP Layers
while creating instance in openstack i am getting static IP problem. how avoid this?
I am working on load-aware scheduling algorithms for cloud and I face these questions:
*What is the need for migration in cloud environments? and where?
*Is cloudlet migration same to VM migration?
*what is the relationship between migration and load balancing?
* Can load-aware scheduling algorithm be named load balancing algorithm?
IDENTITY AND ACCESS MANAGEMENT IN CLOUD
PROJECT METHODOLOGY:
In this research project, a quantitative research method using CloudSimEx, CloudReports will be adopted to evaluate the performance of the Identity and Access Management on the cloud environment (IAM). It uses CloudSim as its simulation engine and provides an easy-to-use user interface, report generation features and creation of extensions in a plug-in fashion. In order to access IT resources in the cloud, dummy accounts will be provisioned that will enable users to authenticate through an Identity Manager, upon successful authentication of user credentials in the cloud web server, there is a mechanism to validate the accessibility with the Identity Manager and perform authorization..
Working on resource utilization model for private cloud so I need code for VM allocation scheduling algorithms(Max-Min, Min-Min, PSO and threshold-based dynamic resource allocation ) using cloudsim.
I'm trying to simulate using Cloudsim and I need to have different types of resource (tiers): VMs. But I don't know what's wrong that when I simulate it the system doesn't allocate resources to users!
i proposed an extanded XACML framework for grid computing access control , i need a plateform or a language to evaluate time of treatement of an access control request in case of my extended XACML framework and compare it with time of evalution of one access control request in case of the standard XACML framework.
I did not found a document to understand how access control is done in federated cloud, where policies are stored? And who introduce these policies?
In case of ABAC how it works ? if you can give me some documents about that or a simple example it will be very useful for me.
I want to set up a cloud based IaaS, I have two HP G9 servers in my university, I want to have at least 75 VMs and also I have to connect some thin clients to use these Infrastructure.
Actually, the users with their thin clients may connect to server to use CPU and other Infrastructures.
What are your recommended open source tools?
Am trying to get another tool that I can use to test for Security and Vulnerability issues in Mobile Cloud Computing so i could verify the data I already have ?
i have needed a dataset related with cloud/mobile cloud computng if available
I want to implement Backfilling algorithm for scheduling the task in cloud environment. Can anyone suggest the tool or language to implement it.
How to implement Dynamic resource scheduling in Mobile cloud computing?
My question area is in mobile cloud computing.
This may help in effort towards Mobile Cloud Computing
Specifically looking for information on below aspects:
1. Nature of the messaging which Rabbit MQ is being used for?
2. Behavior of a possible DR replication solution in the context of how Rabbit MQ is actually being used, for example whether queues are just being used as a transport (and any messages are purely transitory), or if the queues will accumulate over time.
I want to opportunistically offload sensing to WSN and mobile cloud.
In cloud computing system such as Infrastructure as a service (IaaS) what the reason we have to change SLA which is a contract between cloud provider and cloud user during life cycle, over time or dynamically ?
I'm looking for cloud monitoring data, especially energy monitoring. Does anyone know where I can find such data? I already work on Google Trace Data, but it doesn't contain energy information.
Thanks to all.
Dear all,
I'm working on cloud workload prediction, focusing on energy conservation. Is anyone aware of high-quality review papers on cloud workload prediction?
Thanks,
Salam
The journal which has accepted this paper for publication, does not allow any commercial name such Android, Amazon and so forth. So, without these terms, I could not fully describe the experiment setup, that impacts on replicability of this experiment.
So, I think it is good if you also take part in this discussion and share your opinion about this very particular criterion deployed in IEEE Tran on Consumer Electronics journal. How could I indirectly inform readers that my mobile platform was Android ver XYZ and I have used Amazon Cloud for my experience. Does it work if I add the full description as complimentary document here in RG? How can I ensure that readers can find this document. Any suggestion? Is it in general a good idea to refrain using commercial names in academic publications?
The cloud network here is referred to LAN & WAN design
What is the minimum configuration requirements of mobile cloud computing?
For example in mobile cloud computing are used RPC (Remote Procedure Calls) protocol.
I want to send a method to run on cloud instead of running on mobile but before sending I want to ask is it better to run on cloud or mobile.
The answer of this question depend on some factors - one of these factors depends on the relation between CPU usage and its effect on battery usage. So I want to know any relations between them to know decide whether to offload or not, and a way to measure this relation.
What to offload? When to offload? How to offload?
Organisations may vary from education to health care with large user base.
I am utilizing a Mobile Cloud Computing techniques to implement an automatic attendance registration system. I will use the Bluetooth address for identifying each student. but , In some cases, students are trying to cover up their colleagues and registered them as attending the class by bringing their colleagues Mobile as well as the Mobile of student himself. So , how we can ensure that the student will have only one mobile and register for him self only.
Thanks in advance for your replies.
I am looking for a tool to simulate the authentication in MCC environment.
I just need to know how to test the security level of communication channels during the session in the mobile cloud environment.
Who has some papers or documents on the Reliability in cloud computing and mobile cloud computing ?
Also, What is the main considerations when determine reliability ??
Both approaches have the goal to create a platform that provides computing power, storage and networking services between end devices and traditional Cloud Computing.
How does automatic tiered storage work with multiple cloud storage?
Does the depsky algorithm work efficiently?
depsky algorithm is specific algorithm for multi-cloud environment ... my doubt is will be useful for implementing and ILM will provide data about in each layer for a cloud data administrator
I am using cloudsim for my research. I am doing a research on migrating VM in cloud environment. I want calculate network throughput in cloudsim.. how can I do it??
I want to know what is the scope of research in the field of cloud security.
Can we simulate every subject in the field of “Service Discovery” or “Resource Discovery” using “CloudSim”? Or there are other necessary tools to be added to "cloudsim"?
Or other simulator exists for this purpose?
Hi Dear friends,
Is there any difference between cloud file system and cloud storage system?
and what are strategies used in dynamic replication system on cloud storage
Live migration refers to the process of moving a running virtual machine or application between different physical machines without disconnecting the client or application. Memory, storage, and network connectivity of the virtual machine are transferred from the original host machine to the destination
I have research in GCM based mobile botnet attacks which use push notification as command and control channel. The botnet approach is very stealthy and silent because of other legitimate applications also using GCM push notification.
How can one distinguish the applications which use push notification as command and control?
If trust implementation is the same at both sides then please suggest some research papers of cloud computing which implement trust at both side.
We know in Mobile Cloud Computing (MCC), mobile's task are executed in Cloud or CloudLet. Suppose we have 3 mobile device named A, B, C and a Cloud Server named C_Server and a CloudLet named C_Let. Note all the 3 mobile device is connected with the same CloudLet and Cloud Server.
Now let Mobile Device A needs a service. Now my question is that if the other device (B and C) can perform the task, which will be more cost effective? Offload the task to the C_Server, C_Let or Other mobile device (B and C). Is there any reference paper about this topics?
Please let me know.
Thanks in Advance. :)
I am looking for implementation tool to implement caching in mobile cloud computing.
OpenStack is on a six-month release cycle, with each release given a code name starting with consecutive letters of the alphabet. On October 16th, OpenStack Juno will be released, with several new projects, and lots of new features.
In IaaS cloud computing, VM migration is achieved in order to load balancing, fault tolerance, maintenance etc. with out the consent of end user or cloud consumer. In this process of VM migration what components of VM will be modified? Will OS running on VM will be changed or remain same? Will Core components of VM such as BIOS, Boot Loader, OS be changed during migration of VM?
Thanks in anticipation.
As far as I know in the majority of the research literature the CRA is formulated as a Bin Packing problem. and some of them also formulated it as knapsack. Can you people share your expertise and knowledge about some other mappings of the CRA if there are any? It would be indeed helpful.
I want to simulate how different mobile application are executed using mobile cloud computing
I download this code from official website and also install ns2. But error is there regrading make file.if any one are there to know about it then help me.thank you.
If there is any other way to install green cloud simulation then tell me. thank you
It seems most of proposal in this area is ad-hoc, so neither practical nor scalable.
I started my PhD 3 months ago and have been reading research papers in the area of mobile cloud security. Actually I have found a quite a few nice papers but I cannot decide how to choose the exact topic or title for further research. I have read about security issues for the mobile cloud and made one report of the exiting frameworks and possible solution given by the researchers. But still I am feeling lost in deciding on a proper plan for the future.
I want to simulate a DDoS attack in mobile cloud computing. If there is no simulator,how to simulate this scenario. Any help is greatly appreciated..
I need also different architectures of this new trend of learning
Help me how can I implement such scenario in a simulator
I think both are same. Please elaborate on this.
Dear colleagues,
Myself and a few colleagues published a few papers describing a platform to allow real-time applications, such as face recognition, to be executed from mobile devices, by using the cloud as the computational back-end. We called this platform MOCHA (Mobile Cloud-based Hybrid Architecture).
I have since received many emails from all over the world about the specifics of the architectures and the source code. Based on this positive feedback, we are now working on a journal version of the paper along with a completely royalty-free open source MOCHA code. We will also form a discussion group, so, we can continuously improve the code.
I wanted to post this on RG to get initial ideas in helping us develop the journal paper and the open source code. Any of your comments will be appreciated.
Can somebody put some lights on this topic?
Which is going to be a game changer in future research?
I am looking for tables, log files, databases, essentially anything. As a secondary question: which monitoring tool is more preferred/mostly used?
I have studied different resource provisioning algorithms for hybrid clouds like deadline driven, failure aware and so on, developed by Dr. Buyya from Melbourne. Now I want to learn the simulation of these algorithms in any simulators, including CloudSim or GridSim. Any suggestions?








































































































































