ENERGY EFFICIENT DATA TRAFFIC MANAGEMENT IN MOBILE CLOUD COMPUTING
|
|
|
- Brooke Nicholson
- 9 years ago
- Views:
Transcription
1 ENERGY EFFICIENT DATA TRAFFIC MANAGEMENT IN MOBILE CLOUD COMPUTING Bharath V 1, Priyadarsini K 2 1 Department of CSE, SRM University, [email protected] 2 Department of CSE, SRM University, [email protected] Abstract The cloud heralds a new era of computing where application services are provided through the Internet. Cloud computing can enhance the computing capability of mobile systems, but is it the ultimate solution for extending such system s battery lifetimes. Cloud computing1 is a new paradigm in which computing resources such as processing, memory, and storage are not physically present at the user s location. Instead, a service provider owns and manages these resources, and users access them via the Internet. For example, Amazon Web Services lets users store personal data via its Simple Storage Service (S3) and perform computations on stored data using the Elastic Compute Cloud (EC2). This type of computing provides many advantages for businesses including low initial capital investment, shorter start-up time for new services, lower maintenance and operation costs, higher utilization through virtualization, and easier disaster recovery that make cloud computing an attractive option. Reports suggest that there are several benefits in shifting computing from the desktop to the cloud.1, 2. The primary constraints for mobile computing are limited energy and wireless bandwidth. Cloud computing can provide energy savings as a service to mobile users, though it also poses some unique challenges. Keywords: Feed Cloud (FC), Feed Base (FB), Organizer, Collector, Temporary Feed Base 1. INTRODUCTION Energy efficiency is a fundamental consideration for mobile devices. Cloud computing has the potential to save mobile client energy but the savings from offloading the computation need to exceed the energy cost of the additional communication. Existing studies thus focus on determining whether to offload computation by predicting the relationships among these three factors. The computation offloading depends on the wireless bandwidth B, the amount of computation to be performed C, and the amount of data to be transmitted D. In proposed system we identified a service provider owns and manages resources (such as processing, memory, storage), and users access them via the Internet. For example, Amazon Web Services Simple Storage Service (S3): let users store personal data, Elastic Compute Cloud (EC2): perform computations on stored data. There are several benefits in shifting computing from the desktop to the cloud. The primary constraints for mobile computing are limited energy and wireless bandwidth. 2. SYSTEM DESIGN Feed cloud (FC), which is the key role of feed prefetching and pushing. In the FC, there is the main feed base (FB), which stores all pre fetched feed contents, including the XML-based updates of the feed and all 2014, IJCSMA All Rights Reserved, 59
2 text, image, and multimedia contents of the original website. There is also a tempfb, which temporarily stores new feeds, and once it is accessed by a required number of users, it will be moved to FB. There is the organizer to make a summary of all RSSs of all users by filtering out duplicated ones, and then the collector will fetch the RSS updates and the original content from the feed content SPs. In particular, for each active subscribing user, the cloud virtualizes a smart agent called subfc to monitor the user RSS requirement, as well as the wireless link quality, and then to decide how to request the RSS content and how to push content to the mobile user. Due to the elastic computation of dynamic resource allocation of cloud computing, FCs with subfcs is working with optimal performance adaptively to the user demands. Figure 1: PreFeed In PreFeed, users first share their subscribed RSS lists to the cloud agent subfc, which will report to FC s organizer to shrink the duplicated RSSs (due to the disparity of the RSS popularity) with the requests from other users. Due to the disparity of RSS popularity, it is expected that many duplicated subscriptions will be filtered out and the redundant bandwidth and storage consumption will be maximally reduced. Each subfc will evaluate the update frequency of each RSS feed of each user and then carry out prefetching feed content periodically. The RSS feed is only an XML-based file containing the URL address of the RSS site, and if we take HTML request to that address, a list of up-to-date news in format of abstract will be returned. The collector will not only fetch the abstracts of the RSS updates but also parse the HTML source code of the original website of the specified document in order to obtain the texts, images, and even embedded videos. Once all the files of the document are obtained, they will be stored in tempfc by extending new names with suffixes while the controller will update the file database FB. The naming system can be referred to the Named Data Networking architecture. Anytime any new request arrives from subfc, the FC will check the tempfb and FB to check if the needed file is already cached by maximal prefix matching. If so, it will be directly reused. Every user has her own habit on mobile reading while she may be also in varying mobility conditions. Furthermore, the cellular link condition is fluctuating all the time. So how to find an appropriate time to push the content to the user while many people prefer to not to use cellular data plan but only access to free Wi-Fi for obtaining the RSS contents. When link quality is bad, they should not refresh for new RSS updates due to large amount of energy consumption. Therefore, the mobile client at user s device will periodically report the link condition (whether it is connected to 3G/4G or to Wi-Fi and whether the signal is good or bad). Hence, the cloud agent subfc will check the availability. The system has been identified to have the following Saving Energy for Mobile Systems, Offloading Computation to Save Energy, Making Computation Offloading More Attractive & Challenges and Possible Solution. 2014, IJCSMA All Rights Reserved, 60
3 2.1 SAVING ENERGY FOR MOBILE SYSTEM Various studies have identified longer battery lifetime as the most desired feature of such systems. Many applications are too computation intensive to perform on a mobile system. If a mobile user wants to use such applications, the computation must be performed in the cloud. Other applications can run on a mobile system. However, they consume significant amounts of energy, such as Image retrieval, voice recognition, gaming, and navigation. Eliminate computation all together. The mobile system does not perform the computation. Instead computation is performed somewhere else. 2.2 OFFLOADING COMPUTATION TO SAVE ENERGY Client Server computing: Service providers managing programs running on servers Cloud computing: Figure 2: Energy analysis for computation offloading Allows cloud vendors to run arbitrary applications from different customers on virtual machines. Cloud vendors thus provide computing cycles, and users can use these cycles to reduce the amounts of computation on mobile systems and save energy. Cloud computing can save energy for mobile users through computation offloading. Virtualization: Lets applications from different customers run on different virtual machines, thereby providing separation and protection. 2.3 MAKING COMPUTATION OFFLOADING MORE ATTRACTIVE: Energy saved by computation offloading through wireless bandwidth, amount of computation to be performed, and amount of data to be transmitted. Client-Server Model: Because the server does not already contain the data, all the data must be sent to the service provider. Cloud Computing: The cloud stores data and performs computation on it. Google s Picasa, Amazon S3, Amazon EC CHALLENGES AND POSSIBLE SOLUTIONS Because the data is stored and managed in the cloud, security and privacy settings depend on the IT (information technology) management of the cloud provides. Some types of data cannot be stored in the cloud without considering these privacy and security implications. One possible solution is to encrypt data before storage Reliability. A mobile user performing computation in the cloud depends on the wireless network and cloud service. 3. TRAFFIC LOAD CONTROL PreFeed can find proper link condition to push to users, the total delay is reduced. Then, we test how the system performs when there are a group of 78 mobile users. 2014, IJCSMA All Rights Reserved, 61
4 Figure 3: Traffic load without and with PreFeed. They access RSS feeds during their daily life, and we evaluate the real traffic via the PreFeed service per day. As shown in Fig. 3, the total traffic is the estimated full traffic by assuming if there is no caching, which shows traditional RSS services for multiple users, and the optimized traffic is the realistic traffic going through PreFeed. Obviously, due to the reutilization of RSS content files cached in subfb/fb, a large portion of the traffic, around 43% 74%, is reduced. 4 CONCLUSION In this paper, we have utilized the cloud computing technology to propose a new framework to improve the system s battery life time for mobile users. PreFeed consists of two parts, i.e., cloud-assisted prefetching, which will proactively fetch the multimedia content of the RSS feeds for all subscribed mobile users, and cognitive pushing, which will push the content to mobile users at an appropriate time by evaluating the link quality and user QoS requirements. Furthermore, the social impact among users is considered. We implement a prototype of the PreFeed framework to evaluate its performance. It is shown that cloud computing can effectively facilitate feed prefetching and cognitive pushing for mobile users; a large portion of traffic load (around 43% 74%) due to redundant downloads can be reduced. REFERENCES [1] X. Wang, A. V. Vasilakos, M. Chen, Y. Liu, and T. T. Kwon, A survey of green mobile networks: Opportunities and challenges, ACM/Springer MONET, vol. 17, no. 1, pp. 4 20, Feb [2] M. Chen, MM-QoS for BAN: Multi-Level MAC-Layer QoS Design in Body Area Networks, in Proc. IEEE Globecom, Atlanta, GA, USA, Dec. 9 13, [3] RSS 2.0 Specification, Advisory R. S. S. Board, Jun [4] Power Law. Power_law [5] X. Li, J. Yan, Z. Deng, L. Ji, W. Fan, B. Zhang, and Z. Chen, A Novel Clustering-based RSS Aggregator, in Proc. 16th Int. Conf. World Wide Web, 2007, pp [6] M. Chen, Y.Wen, H. Jin, and V. Leung, Enabling technologies for future data center networking: A primer, IEEE Netw., vol. 27, no. 4, pp. 8 15, Jul [7] C. Lai, H. Chao, Y. Lai, and J. Wan, Cloud-assisted real-time transrating for http live streaming, IEEE Wireless Commun., vol. 20, no. 3, pp , Jun , IJCSMA All Rights Reserved, 62
5 [8] D. Niu, H. Xu, B. Li, and S. Zhao, Quality-assured cloud bandwidth autoscaling for video-on-demand applications, in Proc. IEEE INFOCOM, 2012, pp [9] X.Wang, M. Chen, T. T. Kwon, L. T. Yang, and V. C. M. Leung, AMESCloud:A framework of adaptive mobile video streaming and efficient social video sharing in the clouds, IEEE Trans. Multimedia, vol. 15, no. 4, pp , Feb [10] L. Zhou and H. Wang, Toward blind scheduling in mobile media cloud: Fairness, simplicity, and asymptotic optimality, IEEE Trans. Multimedia, vol. 15, no. 4, pp , Jun [11] N. Davies, The case for VM-based cloudlets in mobile computing, in IEEE Pervasive Comput., Oct. Dec. 2009, vol. 8, no. 4, pp [12] B. Aggarwal, N. Spring, and A. Schulman, Stratus: Energy-efficient mobile communication using cloud support, in Proc. ACM SIGCOMM, 2010, pp [13] C. Ji and J. Zhou, A study on recommendation features for an RSS reader, in Proc. Int. Conf. CyberC, Oct. 2010, pp [14] J. J. Samper, P. A. Castillo, L. Araujo, J. J. Merelo, Cordón Ó., and F. Tricas, NectaRSS, an intelligent RSS feed reader, J. Netw. Comput. Appl., vol. 31, no. 4, pp , Nov [15] A. Das, M. Datar, and A. Garg, Google news personalization: Scalable online collaborative filtering, in Proc. 16th Int. Conf. World Wide Web, 2007, pp [16] Y. Kim, J. W. Lee, S. R. Park, and B. C. Choi, Mobile advertisement system using data push scheduling based on user preference, in Wireless Telecommun. Symp., 2009, pp [17] G. Cugola and H.-A. Jacobsen, Using publish/subscribe middleware for mobile systems, ACM SIGMOBILE Mobile Comput. Commun. Rev., vol. 6, no. 4, pp , Oct [18] S. Zhao, P. P. C. Lee, J. C. S. Lui, X. Guan, X. Ma, and J. Tao, Cloud based push-styled mobile botnets: A case study of exploiting the cloud to device messaging service, in Proc. ACSAC, Dec. 2012, pp [19] G. Yunwen, W. Shaochun, Y. Bowen, and L. Jiazheng, The methods of data prefetching based on user model in cloud computing, in Proc. Int. Conf. ithings/cpscom, Oct [20] B. Cheluvaraju, A. S. R. Kousik, and S. Rao, Anticipatory retrieval and caching of data for mobile devices in variable-bandwidth environments, in Proc. IEEE Int. SysCon, Apr. 2011, pp [21] B. Li and X. Jia, Caching and prefetching for web content distribution, in Proc. Comput. Sci. Eng., Jul./Aug. 2004, vol. 6, no. 4, pp [22] B. D. Higgins, J. Flinn, T. J. Giuli, B. Noble, C. Peplin, and D. Watson, Informed mobile prefetching, in Proc. ACM MobiSys, 2012, pp [23] Y. Yang and H. Zhang, HTML page analysis based on visual cues, in Proc. 6th Int. Conf. Document Anal. Recog., 2001, p [24] B. Han, X. Wang, N. Choi, T. T. Kwon, and Y. Choi, AMVS-NDN: Adaptive mobile video streaming and sharing in wireless named data networking, in Proc. INFOCOM NOMEN Workshop, 2013, pp [25] X. Wang, T. T. Kwon, Y. Choi, H. Wang, and J. Liu, Cloud-assisted adaptive video streaming and social-aware video prefetching for mobile users, IEEE Wireless Commun. Mag., vol. 20, no. 3, pp , Jun , IJCSMA All Rights Reserved, 63
6 A Brief Author Biography 1 Bharath V Bharath is pursuing MTECH CSE in SRM University who is interested in Cloud Computing research. He holds BE CSE and working in a software concern. 2 Priyadarsini K Priyadarsini is working as an Asst. Professor in SRM University, who currently doing research in Cloud is computing. 2014, IJCSMA All Rights Reserved, 64
Abstract. Keywords mobile networks, cloud computing, Scalability, Adaptability, social video sharing
Mobile video streaming and social video sharing in the cloud: The Study of AMES-CLOUD Yashodhara 1 Md Abdul Wheed 2 Rekha.Patil 3 1. M Tech Student, Dept of Computer Science and Engineering, VTU PG Centre
EFFECTIVE DATA RECOVERY FOR CONSTRUCTIVE CLOUD PLATFORM
INTERNATIONAL JOURNAL OF REVIEWS ON RECENT ELECTRONICS AND COMPUTER SCIENCE EFFECTIVE DATA RECOVERY FOR CONSTRUCTIVE CLOUD PLATFORM Macha Arun 1, B.Ravi Kumar 2 1 M.Tech Student, Dept of CSE, Holy Mary
ISSN 2319-8885 Vol.04,Issue.19, June-2015, Pages:3633-3638. www.ijsetr.com
ISSN 2319-8885 Vol.04,Issue.19, June-2015, Pages:3633-3638 www.ijsetr.com Refining Efficiency of Cloud Storage Services using De-Duplication SARA BEGUM 1, SHAISTA NOUSHEEN 2, KHADERBI SHAIK 3 1 PG Scholar,
IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD
IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD R.Dhanya 1, Mr. G.R.Anantha Raman 2 1. Department of Computer Science and Engineering, Adhiyamaan college of Engineering(Hosur).
Mobile Hybrid Cloud Computing Issues and Solutions
, pp.341-345 http://dx.doi.org/10.14257/astl.2013.29.72 Mobile Hybrid Cloud Computing Issues and Solutions Yvette E. Gelogo *1 and Haeng-Kon Kim 1 1 School of Information Technology, Catholic University
Efficient Energy Reduction and Enhancing Security Privacy in Mobile Cloud Computing
Efficient Energy Reduction and Enhancing Security Privacy in Mobile Cloud Computing B.Sudhanantham 1, M.Shankar 2 PG Scholar, Dept. of CSE, Angel College of Engineering and Technology, Tirupur, India 1
Mobile video streaming and sharing in social network using cloud by the utilization of wireless link capacity
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 7 July, 2014 Page No. 7247-7252 Mobile video streaming and sharing in social network using cloud by
ADAPTIVE MOBILE VIDEO STREAMING AND SHARING USING CLOUD COMPUTING
ADAPTIVE MOBILE VIDEO STREAMING AND SHARING USING CLOUD COMPUTING 1 ASHALA VIJAY KUMAR, 2 D. PHANI KUMAR 1 Department of CSE, Sreenidhi Institute of Science and Technology, India. [email protected] 2
perform computations on stored data (Elastic Compute Cloud (EC2). )
Karthik Kumar and Yung-Hsiang Lu, Purdue University Presenter Yifei Sun Take Amazon cloud for example. store personal data (Simple Storage Service (S3) ) perform computations on stored data (Elastic Compute
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental
Security in Offloading Computations in Mobile Systems Using Cloud Computing
Security in Offloading Computations in Mobile Systems Using Cloud Computing S.Masiperiyannan 1,C.M.Mehathaf Begum 2,I.Mohammed Farook Ali 3,G.Mayuri Priya 4,S.Sudhakar 5 UG Student, Dept. of CSE, K S R
DESIGN OF CLUSTER OF SIP SERVER BY LOAD BALANCER
INTERNATIONAL JOURNAL OF REVIEWS ON RECENT ELECTRONICS AND COMPUTER SCIENCE DESIGN OF CLUSTER OF SIP SERVER BY LOAD BALANCER M.Vishwashanthi 1, S.Ravi Kumar 2 1 M.Tech Student, Dept of CSE, Anurag Group
International Journal of Advance Foundation and Research in Computer (IJAFRC) Volume 2, Special Issue (NCRTIT 2015), January 2015.
Survey On Cloud Computing For Mobile Users Using Machine Servers Ms. Deepali Gothawal 1, Deepali Patil 2, Sneha Chavan 3, Tejaswini Chandekar 4, Rohit Koti 5 Department of Computer Engineering, DYPCOE,
Efficient Parallel Distributed Load Balancing in Content Delivery Networks
Efficient Parallel Distributed Load Balancing in Content Delivery Networks P.Jyothi*1, N.Rajesh*2, K.Ramesh Babu*3 M.Tech Scholar, Dept of CSE, MRECW, Maisammaguda, Secunderabad, Telangana State, India,
IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 1, March, 2013 ISSN: 2320-8791 www.ijreat.
Intrusion Detection in Cloud for Smart Phones Namitha Jacob Department of Information Technology, SRM University, Chennai, India Abstract The popularity of smart phone is increasing day to day and the
AUTOMATED AND ADAPTIVE DOWNLOAD SERVICE USING P2P APPROACH IN CLOUD
IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 63-68 Impact Journals AUTOMATED AND ADAPTIVE DOWNLOAD
Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud
Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud Pramod Kumar H N Post-Graduate Student (CSE), P.E.S College of Engineering, Mandya, India Abstract: Now days, more
Optimizing Congestion in Peer-to-Peer File Sharing Based on Network Coding
International Journal of Emerging Trends in Engineering Research (IJETER), Vol. 3 No.6, Pages : 151-156 (2015) ABSTRACT Optimizing Congestion in Peer-to-Peer File Sharing Based on Network Coding E.ShyamSundhar
Dynamic Scheduling and Pricing in Wireless Cloud Computing
Dynamic Scheduling and Pricing in Wireless Cloud Computing R.Saranya 1, G.Indra 2, Kalaivani.A 3 Assistant Professor, Dept. of CSE., R.M.K.College of Engineering and Technology, Puduvoyal, Chennai, India.
Security Infrastructure for Trusted Offloading in Mobile Cloud Computing
Security Infrastructure for Trusted Offloading in Mobile Cloud Computing Professor Kai Hwang University of Southern California Presentation at Huawei Forum, Santa Clara, Nov. 8, 2014 Mobile Cloud Security
Load Balancing and Maintaining the Qos on Cloud Partitioning For the Public Cloud
Load Balancing and Maintaining the Qos on Cloud Partitioning For the Public Cloud 1 S.Karthika, 2 T.Lavanya, 3 G.Gokila, 4 A.Arunraja 5 S.Sarumathi, 6 S.Saravanakumar, 7 A.Gokilavani 1,2,3,4 Student, Department
Accessing Private Network via Firewall Based On Preset Threshold Value
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 3, Ver. V (May-Jun. 2014), PP 55-60 Accessing Private Network via Firewall Based On Preset Threshold
Efficient File Sharing Scheme in Mobile Adhoc Network
Efficient File Sharing Scheme in Mobile Adhoc Network 1 Y. Santhi, 2 Mrs. M. Maria Sheeba 1 2ndMECSE, Ponjesly College of engineering, Nagercoil 2 Assistant professor, Department of CSE, Nagercoil Abstract:
Mobile Cloud Computing: Survey & Discussion. Jianting Yue Sep 27, 2013
Mobile Cloud Computing: Survey & Discussion Jianting Yue Sep 27, 2013 1 Outline Lead-in Definition Main Functions Architecture Computation Offloading: an example Challenges Potential Ideas Summary 2 3
Chapter 19 Cloud Computing for Multimedia Services
Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5
Enlarge Bandwidth of Multimedia Server with Network Attached Storage System
Enlarge Bandwidth of Multimedia Server with Network Attached Storage System Dan Feng, Yuhui Deng, Ke Zhou, Fang Wang Key Laboratory of Data Storage System, Ministry of Education College of Computer, Huazhong
Cloud Computing for Agent-based Traffic Management Systems
Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud P.Gayathri Atchuta*1, L.Prasanna Kumar*2, Amarendra Kothalanka*3 M.Tech Student*1, Associate Professor*2,
DATA SECURITY IN CLOUD USING ADVANCED SECURE DE-DUPLICATION
DATA SECURITY IN CLOUD USING ADVANCED SECURE DE-DUPLICATION Hasna.R 1, S.Sangeetha 2 1 PG Scholar, Dhanalakshmi Srinivasan College of Engineering, Coimbatore. 2 Assistant Professor, Dhanalakshmi Srinivasan
Mobile Multimedia Meet Cloud: Challenges and Future Directions
Mobile Multimedia Meet Cloud: Challenges and Future Directions Chang Wen Chen State University of New York at Buffalo 1 Outline Mobile multimedia: Convergence and rapid growth Coming of a new era: Cloud
Mobile Cloud Computing: A Comparison of Application Models
Volume 1, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Mobile Cloud Computing: A Comparison of Application Models Nidhi
Development of Statistical Server to Apply Call Center Management Solution IkSoon Kown*, Byung Hyun Choi and Hiesik Kim
Advanced Engineering Forum Vols. 2-3 (2012) pp 655-658 Online: 2011-12-22 (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/aef.2-3.655 Development of Statistical Server to Apply
OPTIMIZED CONSUMPTION AND ACCESS OF REMOTE DISPLAY ON MOBILE DEVICE ENVIRONMENT
IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 2, Feb 2014, 167-174 Impact Journals OPTIMIZED CONSUMPTION AND
Orchestration and detection of stealthy DoS/DDoS Attacks
Orchestration and detection of stealthy DoS/DDoS Attacks Mohammedshahzan A Mulla 1, Asst prof Shivraj V B 2 Mtech - Dept. of CSE CMRIT Bangalore. Abstract The accomplishment of the cloud computing model
International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1681 ISSN 2229-5518
International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1681 Software as a Model for Security in Cloud over Virtual Environments S.Vengadesan, B.Muthulakshmi PG Student,
Saving Mobile Battery Over Cloud Using Image Processing
Saving Mobile Battery Over Cloud Using Image Processing Khandekar Dipendra J. Student PDEA S College of Engineering,Manjari (BK) Pune Maharasthra Phadatare Dnyanesh J. Student PDEA S College of Engineering,Manjari
Enhancing Data Security in Cloud Storage Auditing With Key Abstraction
Enhancing Data Security in Cloud Storage Auditing With Key Abstraction 1 Priyadharshni.A, 2 Geo Jenefer.G 1 Master of engineering in computer science, Ponjesly College of Engineering 2 Assistant Professor,
SECURE CLOUD STORAGE PRIVACY-PRESERVING PUBLIC AUDITING FOR DATA STORAGE SECURITY IN CLOUD
Volume 1, Issue 7, PP:, JAN JUL 2015. SECURE CLOUD STORAGE PRIVACY-PRESERVING PUBLIC AUDITING FOR DATA STORAGE SECURITY IN CLOUD B ANNAPURNA 1*, G RAVI 2*, 1. II-M.Tech Student, MRCET 2. Assoc. Prof, Dept.
CHARACTERIZING OF INFRASTRUCTURE BY KNOWLEDGE OF MOBILE HYBRID SYSTEM
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE CHARACTERIZING OF INFRASTRUCTURE BY KNOWLEDGE OF MOBILE HYBRID SYSTEM Mohammad Badruzzama Khan 1, Ayesha Romana 2, Akheel Mohammed
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under
Robust and Seamless Control Flow for Load Balancing in Content Delivery Networks
Robust and Seamless Control Flow for Load Balancing in Content Delivery Networks Gopu.Obaiah*1, S.Suresh Babu*2, S.Gopikrishna*3 1*M.Tech Scholar, Dept of CSE, SRI Mittapalli College of Engg, Tummalapalem,
Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks
Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks Kiruthiga S PG student, Coimbatore Institute of Engineering and Technology Anna University, Chennai,
CcMS: A Cloud Computing Based Content Management System
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 4 (2013), pp. 329-334 International Research Publications House http://www. irphouse.com /ijict.htm CcMS:
A Comparative Study of cloud and mcloud Computing
A Comparative Study of cloud and mcloud Computing Ms.S.Gowri* Ms.S.Latha* Ms.A.Nirmala Devi* * Department of Computer Science, K.S.Rangasamy College of Arts and Science, Tiruchengode. [email protected]
Exploring Resource Provisioning Cost Models in Cloud Computing
Exploring Resource Provisioning Cost Models in Cloud Computing P.Aradhya #1, K.Shivaranjani *2 #1 M.Tech, CSE, SR Engineering College, Warangal, Andhra Pradesh, India # Assistant Professor, Department
Published by the IEEE Computer Society
CLOUD COMPUTING FOR MOBILE USERS: CAN OFFLOADING COMPUTATION SAVE ENERGY? Karthik Kumar and Yung-Hsiang Lu, Purdue University The cloud heralds a new era of computing where application services are provided
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,
CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING
Journal homepage: http://www.journalijar.com INTERNATIONAL JOURNAL OF ADVANCED RESEARCH RESEARCH ARTICLE CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING R.Kohila
Mobile Adaptive Opportunistic Junction for Health Care Networking in Different Geographical Region
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 2 (2014), pp. 113-118 International Research Publications House http://www. irphouse.com /ijict.htm Mobile
TIME EFFICIENT DISTRIBUTED FILE STORAGE AND SHARING USING P2P NETWORK IN CLOUD
TIME EFFICIENT DISTRIBUTED FILE STORAGE AND SHARING USING P2P NETWORK IN CLOUD Sapana Kapadnis 1,Prof. Ranjana Dahake 2 Department of Computer Engineering, MET BKC, Adgoan ABSTRACT In cloud computing most
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with Computation Offload
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 01-06 Cloud Computing for hand-held Devices:Enhancing Smart phones viability
A Proposed Framework for Ranking and Reservation of Cloud Services Based on Quality of Service
II,III A Proposed Framework for Ranking and Reservation of Cloud Services Based on Quality of Service I Samir.m.zaid, II Hazem.m.elbakry, III Islam.m.abdelhady I Dept. of Geology, Faculty of Sciences,
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Ensuring Reliability and High Availability in Cloud by Employing a Fault Tolerance Enabled Load Balancing Algorithm G.Gayathri [1], N.Prabakaran [2] Department of Computer
Cooperative Caching Framework for Mobile Cloud Computing
Global Journal of Computer Science and Technology Network, Web & Security Volume 13 Issue 8 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals
How To Understand Cloud Computing
Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition
Top 10 IT Trends that will shape 2014. David Chin Chair BICSI Southeast Asia
Top 10 IT Trends that will shape 2014 David Chin Chair BICSI Southeast Asia Gartner Hype Cycle: Emerging Technologies 2013 Convergence of cloud, social, mobile, devices, analytic-driven automation and
Mobile Cloud Computing. Chamitha de Alwis, PhD Senior Lecturer University of Sri Jayewardenepura [email protected]
Mobile Cloud Computing Chamitha de Alwis, PhD Senior Lecturer University of Sri Jayewardenepura [email protected] Mobile Computing Rapid progress of mobile computing have become a powerful trend in the
Proxy-Assisted Periodic Broadcast for Video Streaming with Multiple Servers
1 Proxy-Assisted Periodic Broadcast for Video Streaming with Multiple Servers Ewa Kusmierek and David H.C. Du Digital Technology Center and Department of Computer Science and Engineering University of
Multi-Channel DDOS Attack Detection & Prevention for Effective Resource Sharing in Cloud
Multi-Channel DDOS Attack Detection & Prevention for Effective Resource Sharing in Cloud 1 J. JANCYRANI, 2 B. NITHIA 1 PG scholar, Department Of Computer Science and Engineering, Surya school of engineering
A Road Map on Security Deliverables for Mobile Cloud Application
A Road Map on Security Deliverables for Mobile Cloud Application D.Pratiba 1, Manjunath A.E 2, Dr.N.K.Srinath 3, Dr.G.Shobha 4, Dr.Siddaraja 5 Asst. Professor, Department of Computer Science and Engineering,
A Study on Service Oriented Network Virtualization convergence of Cloud Computing
A Study on Service Oriented Network Virtualization convergence of Cloud Computing 1 Kajjam Vinay Kumar, 2 SANTHOSH BODDUPALLI 1 Scholar(M.Tech),Department of Computer Science Engineering, Brilliant Institute
On the Feasibility of Prefetching and Caching for Online TV Services: A Measurement Study on Hulu
On the Feasibility of Prefetching and Caching for Online TV Services: A Measurement Study on Hulu Dilip Kumar Krishnappa, Samamon Khemmarat, Lixin Gao, Michael Zink University of Massachusetts Amherst,
Cloud Based E-Learning Platform Using Dynamic Chunk Size
Cloud Based E-Learning Platform Using Dynamic Chunk Size Dinoop M.S #1, Durga.S*2 PG Scholar, Karunya University Assistant Professor, Karunya University Abstract: E-learning is a tool which has the potential
Gaming as a Service. Prof. Victor C.M. Leung. The University of British Columbia, Canada www.ece.ubc.ca/~vleung
Gaming as a Service Prof. Victor C.M. Leung The University of British Columbia, Canada www.ece.ubc.ca/~vleung International Conference on Computing, Networking and Communications 4 February, 2014 Outline
Optimal Service Pricing for a Cloud Cache
Optimal Service Pricing for a Cloud Cache K.SRAVANTHI Department of Computer Science & Engineering (M.Tech.) Sindura College of Engineering and Technology Ramagundam,Telangana G.LAKSHMI Asst. Professor,
Rethinking the Small Cell Business Model
CASE STUDY Intelligent Small Cell Trial Intel Architecture Rethinking the Small Cell Business Model In 2011 mobile data traffic experienced a 2.3 fold increase, reaching over 597 petabytes per month. 1
Mobile Cloud Computing Security Considerations
보안공학연구논문지 (Journal of Security Engineering), 제 9권 제 2호 2012년 4월 Mobile Cloud Computing Security Considerations Soeung-Kon(Victor) Ko 1), Jung-Hoon Lee 2), Sung Woo Kim 3) Abstract Building applications
Private Vs Public Cloud
Private Vs Public Cloud Solanke Vikas 1, Kulkarni Gurudatt 2, Maske Vishnu 3, Kumbharkar Prashant 4 1 Lecturer in Information Technology Department,MM Polytechnic Pune, India [email protected]
A STUDY OF WORKLOAD CHARACTERIZATION IN WEB BENCHMARKING TOOLS FOR WEB SERVER CLUSTERS
382 A STUDY OF WORKLOAD CHARACTERIZATION IN WEB BENCHMARKING TOOLS FOR WEB SERVER CLUSTERS Syed Mutahar Aaqib 1, Lalitsen Sharma 2 1 Research Scholar, 2 Associate Professor University of Jammu, India Abstract:
OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM
OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM S. Sofia 1, M.Varghese 2 1 Student, Department of CSE, IJCET 2 Professor, Department of CSE, IJCET Abstract This paper proposes fault node recovery
Internet Video Streaming and Cloud-based Multimedia Applications. Outline
Internet Video Streaming and Cloud-based Multimedia Applications Yifeng He, [email protected] Ling Guan, [email protected] 1 Outline Internet video streaming Overview Video coding Approaches for video
Big Data Storage Architecture Design in Cloud Computing
Big Data Storage Architecture Design in Cloud Computing Xuebin Chen 1, Shi Wang 1( ), Yanyan Dong 1, and Xu Wang 2 1 College of Science, North China University of Science and Technology, Tangshan, Hebei,
A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION
A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION Mr. T.CHANDRA SEKHAR RAO PROFESSOR and HEAD T.SREEDHAR M.TECH DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING LOYOLA INSTITUTE
DELEGATING LOG MANAGEMENT TO THE CLOUD USING SECURE LOGGING
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.
Security Considerations for Public Mobile Cloud Computing
Security Considerations for Public Mobile Cloud Computing Ronnie D. Caytiles 1 and Sunguk Lee 2* 1 Society of Science and Engineering Research Support, Korea [email protected] 2 Research Institute of
CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES
CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES 1 MYOUNGJIN KIM, 2 CUI YUN, 3 SEUNGHO HAN, 4 HANKU LEE 1,2,3,4 Department of Internet & Multimedia Engineering,
IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION N.Vijaya Sunder Sagar 1, M.Dileep Kumar 2, M.Nagesh 3, Lunavath Gandhi
CLOUD COMPUTING USABILITY IN MOBILE COMMUNICATION NETWORK
BEST: International Journal of Management, Information Technology and Engineering (BEST: IJMITE) ISSN 2348-0513 Vol. 2, Issue 3, Mar 2014, 105-110 BEST Journals CLOUD COMPUTING USABILITY IN MOBILE COMMUNICATION
INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK GEARING THE RESOURCE POOR MOBILE DEVICES INTO RESOURCEFULL BY USING THE MOBILE
SPECIAL FEATURES OF TCP/IP NETWORK TRAFFIC AND PROBLEMS OF THE PROGRAM MONITORING. (1)Radi ROMANSKY
1 SPECIAL FEATURES OF TCP/IP NETWORK TRAFFIC AND PROBLEMS OF THE PROGRAM MONITORING (1)Radi ROMANSKY (1)Department of Computer Systems, Technical University Sofia e-mail address: [email protected] Bulgaria
