SlideShare a Scribd company logo
Cloud Computing Platform for Applications in
Social-Commercial Area
George Suciu, Cristina Butca - Beia Consult International
Narcisa Mocanu, Stefan Ciprian Arseni -University POLITEHNICA of Bucharest
CONTENT
Short Biography
Introduction
Related work
Technology used
Implementation and design
Conclusions
References
G. Suciu, et.al. (2015)
SHORT BIOGRAPHY (1)
Graduated from the Faculty of Electronics,
Telecommunications and Information Technology at the
University “Politehnica” of Bucharest (UPB), Romania
(www.upb.ro)
MBA in Informatics Project Management from the Faculty of
Cybernetics, Statistics and Economic Informatics of the
Academy of Economic Studies Bucharest (www.ase.ro)
Currently, Ph.D. Eng. Post-doc Researcher focused on the
field of big data, cloud communications, open source, IPR and
IoT/M2M
Since 2008 IT&C Solutions Manager - R&D Department, being
employed starting 1998 at BEIA Consult International, a
research performing SME (www.beiaro.eu)
G. Suciu, et.al. (2015)
SHORT BIOGRAPHY (2)
Projects – www.beiaro.eu / www.mobcomm.pub.ro
FP7 (2 on-going)
REDICT : Regional Economic Development by ICT
eWALL : Electronic Wall for Active Long Living
NMSDMON : Network Management System Development and Monitoring
FAIR : Friendly Application for Interactive Receiver
Cloud Consulting : Cloud-based Automation of ERP and CRM software for Small Businesses
ACCELERATE: A Platform for the Acceleration of go-to market in the ICT industry
H2020 (1 on-going)
SWITCH: Software Workbench for Interactive, Time Critical and Highly self-adaptive Cloud applications (ICT-9)
National (more than 10 past projects, 5 on-going)
MobiWay: Mobility Beyond Individualism: an Integrated Platform for Intelligent Transportation Systems of Tomorrow
EV-BAT: Redox battery with fast charging capacity as a main source of energy for electric autovehicles
CarbaDetect: Imuno-biosensors for fast detection of carbamic pesticide residues (carbaryl, carbendazim) in horticultural
products
SARAT-IWSN : Scalable Radio Transceiver for Instrumental Wireless Sensor Networks
COMM-CENTER : Developing of a “cloud communication center" by integrating a call/contact center platform with
unified communication technology, CRM system, “text-to-speech” and “automatic speech recognition” solutions in
different languages (including Romanian)
G. Suciu, et.al. (2015)
Introduction
Since forever people have been interested in other people's opinion, especially
regarding the purchase or investment they want to do later.
Social-commercial field developed for mobile applications, incorporates the use of
communication platforms based on mobile technology - using generally integrated
mobile phones as a device for transmitting information in a marketing and
information campaign that occurs in different environments communication.
This paper presents the implementation of a mobile platform which allows a
personalized achievement, having at their disposal a wide range of options, being
possible the achievement of a user-friendly interface.
The platform uses Google Cloud Messaging (GCM) for sending messages between
user terminal and the server in which are stored data.
G. Suciu, et.al. (2015)
RELATED WORK
The main advantage of using cloud-based technology is to increase both speed and
performance.
In recent years, Android has managed to capture the market by specific attributes
that differentiate it: that is free technology and has superior features. Thus,
developing applications on the Android platform has become increasingly
widespread.
Some typical services that a client can use, that uses the cloud include: timing and
sending update notifications from the cloud server to customers in real time.
Comparing with pull methods, the push methods represent the best solution when
sending notifications.
The simplest solution would be given by e-mail or SMS (Short Message Service),
but they have drawbacks such as viewing during movement , or the high cost for
SMS and the impossibility achieving a real-time conversation.
G. Suciu, et.al. (2015)
TECHNOLOGY USED (1)
To implement this application will use Google Cloud Messaging, that provides a
mechanism to back-end applications that allows:
notifications to the user application,
informing the application of the existence of new data at the server to be removed,
receiving messages from the devices that are connected by the same connection.
This technology provides additional services, such as: multicast messages, the
existence of multiple senders and sending messages announcing (time-to-live
messages).
G. Suciu, et.al. (2015)
TECHNOLOGY USED (2)
G. Suciu, et.al. (2015)
The components in Fig. 1 interact in the following manner:
GCM connection servers provided by Google take messages from third application server
(3rd-party server) and send messages to a client application that has built-GCM.
Server application type 3rd-party is a component that must be implemented so as to
operate GCM connection servers. The server application sends messages to a GCM
connection server; connection server takes the message you put in a queue and stores it, then
send it to the client application. We use PHP to build the server from application.
The client application is an application for Android clients incorporating GCM. To receive
messages (GCM connection from server after the server application sent the message to the
server GCM), this application should have a record id.
IMPLEMENTATION AND DESIGN (1)
The steps that must be respected for sending notification messages are:
1. Android application enables GCM. The application requires the ID of the message sender to receive
the registration ID.
2. The GCM connection server receives the sender ID and return the application ID for registration.
3. The client application sends registration ID to the back-end server of
application for storage.
4. The server will retain the registration ID in a database.
5. When sending a new message, the server application brings the registration
ID from database and sends it to the GCM server with the new message.
6. GCM server sends the message to the application. In the social-commercial
application, each level has the following functionality, as described in the next
sections.
G. Suciu, et.al. (2015)
IMPLEMENTATION AND DESIGN (2)
G. Suciu, et.al. (2015)
A. Client application (Front-end)
The application is designed for the Android platform and can run on devices that support the
Android operating system.
To create the application, we used Android Studio, which is official IDE (Integrated
Development Service) for Android application development.
Because the client application can receive messages from GCM server, Android terminals must
register to the GCM servers.
To receive messages an Internet connection is required. In general, data exists in messages due to
key pair values.
Registration activities and connectivity within social- commercial application are available in the
first screen so as to be easy to use the application.
After completing the registration steps the connection step, where the application will provide a
list of users who are logged in at the time.
IMPLEMENTATION AND DESIGN (3)
G. Suciu, et.al. (2015)
B. GCM connection server
Exchange of data between the client application and server application is achieved through connection
server.
Interconnection to other public clouds is possible by using open authentication.
The application will have in menu a option which can select certain shops and for each one there will
be a number of products or services that will have a little description, and reviews from other users.
C. Application server (Back-end)
The server of social-commercial application has 2 main functions:
answer when receiving an incoming registration id from a mobile device
send messages to Android terminals through GCM servers.
CONCLUSIONS
In recent years, the development of Android applications has become increasingly costly,
necessary for updating a large consumption of data Internet traffic and battery.
A solution to these problems is the push notifications and implementation of cloud
messaging system -based on GCM service.
Using GCM service will reduce battery and Internet traffic consumption and at the same
time is provided to users an improved experience.
As future work we will analyze how such applications help users in finding what
information they wish to receive on certain products or services are available in one place,
thus sorting the multitude amount of information available online.
G. Suciu, et.al. (2015)
References
Z. Jian-ping, S. Yan-jie, “Study of Android's System Architecture and Application
Development,” Microcomputer Information,
G. Lei, Z. Cong, “Development and Research of Mobile Termination Application Based on
Android,” Computer and Modernization
L. Xian-yan, “Open Platform over Mobile Terminal-Overview of Android,” Information and
Communications Technologies,
S. Agarwal, “Toward a Push-scalable Global Internet,” In: Proceedings of 2011 IEEE
Conference on Computer Communications Workshops(INFOCOM WKSHPS).
Z. Hong, Z. Bei, J. Ai-rong, Z. Cheng-yu, “Design and Implementation of Library
Bibliography Information Self SMS Push Service,” New Technology of Library and Information
Service
for smartphones," Future Internet Communications (CFIC) Conference, B. Yang, S. Mishra, R.
Karri, “High Speed architecture for Galois/Counter Mode of Operation (GCM),” IACR
Cryptology ePrint Archive,
N. Gandhewar, R.Sheikh, “Google Android: An Emerging Software Platform For Mobile
Devices,” International Journal on Computer Science and Engineering (IJCSE), 2010
G. Suciu, E. G. Ularu, and R. Craciunescu. "Public versus private cloud adoption—A case
study based on open source cloud platforms." In IEEE Telecommunications Forum (TELFOR)
G. Suciu, et.al. (2015)
Any questions ?
The work has been funded by the Sectoral Operational Programme Human Resources
Development 2007-2013 of the Ministry of European Funds through the Financial Agreement
POSDRU/159/1.5/S/134398, POSDRU/187/1.5/S/155536 and supported in part by the
Accelerate and SWITCH projects.
G. Suciu, et.al. (2015)

More Related Content

What's hot

RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
ijcsit
 
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
Cisco Service Provider Mobility
 
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACHMOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
ijitcs
 
A unified dashboard for collaborative robot management system
A unified dashboard for collaborative robot management systemA unified dashboard for collaborative robot management system
A unified dashboard for collaborative robot management system
Conference Papers
 
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
IRJET Journal
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET Journal
 
Cloud Insights from 110 Projects
Cloud Insights from 110 ProjectsCloud Insights from 110 Projects
Cloud Insights from 110 Projects
None
 
IRJET- Design and Implementation of an Intelligent Biometric Attendance S...
IRJET-  	  Design and Implementation of an Intelligent Biometric Attendance S...IRJET-  	  Design and Implementation of an Intelligent Biometric Attendance S...
IRJET- Design and Implementation of an Intelligent Biometric Attendance S...
IRJET Journal
 
Lightweight IoT middleware for rapid application development
Lightweight IoT middleware for rapid application developmentLightweight IoT middleware for rapid application development
Lightweight IoT middleware for rapid application development
TELKOMNIKA JOURNAL
 
A methodology for model driven multiplatform mobile application development
A methodology for model driven multiplatform mobile application developmentA methodology for model driven multiplatform mobile application development
A methodology for model driven multiplatform mobile application developmentIAEME Publication
 
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
IRJET Journal
 
Mobile First Companies: A Case of App Usability in Kuwait
Mobile First Companies: A Case of App Usability in KuwaitMobile First Companies: A Case of App Usability in Kuwait
Mobile First Companies: A Case of App Usability in Kuwait
IJCSIS Research Publications
 
Ajay
AjayAjay
Government Scheme Awareness Through App
Government Scheme Awareness Through AppGovernment Scheme Awareness Through App
Government Scheme Awareness Through App
vivatechijri
 
Html 5 impact analysis for mobile
Html 5 impact analysis for mobileHtml 5 impact analysis for mobile
Html 5 impact analysis for mobile
Tanushree Jana
 
Security and privacy issues and solutions of Mobile Cloud Computing
Security and privacy issues and solutions of Mobile Cloud ComputingSecurity and privacy issues and solutions of Mobile Cloud Computing
Security and privacy issues and solutions of Mobile Cloud Computing
Tahmin Aysha Murshed
 

What's hot (18)

RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
RAILWAY SAFETY PROTECTION WITH ANDROID MOBILE APPLICATION FOR 5G NEW RADIO NE...
 
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
MTC: When Machines Communicate (A New Hot Topic Taking Over the Industry) - a...
 
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACHMOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
MOBILE CLOUD COMPUTING APPLIED TO HEALTHCARE APPROACH
 
A unified dashboard for collaborative robot management system
A unified dashboard for collaborative robot management systemA unified dashboard for collaborative robot management system
A unified dashboard for collaborative robot management system
 
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
Survey on Mobile Cloud Computing [MCC], its Security & Future Research Challe...
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
 
White paper openmtc
White paper openmtcWhite paper openmtc
White paper openmtc
 
Cloud Insights from 110 Projects
Cloud Insights from 110 ProjectsCloud Insights from 110 Projects
Cloud Insights from 110 Projects
 
IRJET- Design and Implementation of an Intelligent Biometric Attendance S...
IRJET-  	  Design and Implementation of an Intelligent Biometric Attendance S...IRJET-  	  Design and Implementation of an Intelligent Biometric Attendance S...
IRJET- Design and Implementation of an Intelligent Biometric Attendance S...
 
Lightweight IoT middleware for rapid application development
Lightweight IoT middleware for rapid application developmentLightweight IoT middleware for rapid application development
Lightweight IoT middleware for rapid application development
 
A methodology for model driven multiplatform mobile application development
A methodology for model driven multiplatform mobile application developmentA methodology for model driven multiplatform mobile application development
A methodology for model driven multiplatform mobile application development
 
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
Study on Mobile Cloud Computing, It's Architecture, Challenges and Various Tr...
 
Mobile First Companies: A Case of App Usability in Kuwait
Mobile First Companies: A Case of App Usability in KuwaitMobile First Companies: A Case of App Usability in Kuwait
Mobile First Companies: A Case of App Usability in Kuwait
 
Ajay
AjayAjay
Ajay
 
Government Scheme Awareness Through App
Government Scheme Awareness Through AppGovernment Scheme Awareness Through App
Government Scheme Awareness Through App
 
ijais13-451015
ijais13-451015ijais13-451015
ijais13-451015
 
Html 5 impact analysis for mobile
Html 5 impact analysis for mobileHtml 5 impact analysis for mobile
Html 5 impact analysis for mobile
 
Security and privacy issues and solutions of Mobile Cloud Computing
Security and privacy issues and solutions of Mobile Cloud ComputingSecurity and privacy issues and solutions of Mobile Cloud Computing
Security and privacy issues and solutions of Mobile Cloud Computing
 

Similar to Suciu et al_rolcg_2015

GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
ijistjournal
 
A Survey on Mobile Cloud Computing Concept, Applications and Challenges..pdf
A Survey on Mobile Cloud Computing  Concept, Applications and Challenges..pdfA Survey on Mobile Cloud Computing  Concept, Applications and Challenges..pdf
A Survey on Mobile Cloud Computing Concept, Applications and Challenges..pdf
Karla Long
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
IJRES Journal
 
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTINGMOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
ijistjournal
 
Cloud Computing and Validated Learning for Accelerating Innovation in IoT
Cloud Computing and Validated Learning for Accelerating Innovation in IoTCloud Computing and Validated Learning for Accelerating Innovation in IoT
Cloud Computing and Validated Learning for Accelerating Innovation in IoT
Accelerate Project
 
GOOGLE CLOUD MESSAGING PPT 2017
GOOGLE CLOUD MESSAGING PPT 2017GOOGLE CLOUD MESSAGING PPT 2017
GOOGLE CLOUD MESSAGING PPT 2017
ketan Bordekar
 
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
Karla Long
 
Cloud Computing using Mobile Phone
Cloud Computing using Mobile PhoneCloud Computing using Mobile Phone
Cloud Computing using Mobile Phone
ijtsrd
 
Fog-Computing-Applications.pdf
Fog-Computing-Applications.pdfFog-Computing-Applications.pdf
Fog-Computing-Applications.pdf
engdlshadfm
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
paperpublications3
 
M2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
M2M Remote Telemetry and Cloud IoT Big Data Processing in ViticultureM2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
M2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
Accelerate Project
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud Computing
Vineet Garg
 
Offline Sms Internet
Offline Sms InternetOffline Sms Internet
Offline Sms Internet
IRJET Journal
 
Advancement in infotainment system in automotive sector with vehicular cloud ...
Advancement in infotainment system in automotive sector with vehicular cloud ...Advancement in infotainment system in automotive sector with vehicular cloud ...
Advancement in infotainment system in automotive sector with vehicular cloud ...
IJECEIAES
 
Suciu et al_fabulous_2015
Suciu et al_fabulous_2015Suciu et al_fabulous_2015
Suciu et al_fabulous_2015
Accelerate Project
 
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
Accelerate Project
 
Cloud computing on smartphone
Cloud computing on smartphoneCloud computing on smartphone
Cloud computing on smartphone
Alexander Decker
 
Research on Mobile Cloud Computing Review,Trend and Perspec.docx
Research on Mobile Cloud Computing Review,Trend and Perspec.docxResearch on Mobile Cloud Computing Review,Trend and Perspec.docx
Research on Mobile Cloud Computing Review,Trend and Perspec.docx
audeleypearl
 
A Survey On Mobile Cloud Computing
A Survey On Mobile Cloud ComputingA Survey On Mobile Cloud Computing
A Survey On Mobile Cloud Computing
IRJET Journal
 
Report on cloud computing
Report on cloud computingReport on cloud computing
Report on cloud computing
FarhanAhmade
 

Similar to Suciu et al_rolcg_2015 (20)

GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
GOOGLE CLOUD MESSAGING (GCM): A LIGHT WEIGHT COMMUNICATION MECHANISM BETWEEN ...
 
A Survey on Mobile Cloud Computing Concept, Applications and Challenges..pdf
A Survey on Mobile Cloud Computing  Concept, Applications and Challenges..pdfA Survey on Mobile Cloud Computing  Concept, Applications and Challenges..pdf
A Survey on Mobile Cloud Computing Concept, Applications and Challenges..pdf
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTINGMOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
MOBILE CLOUD COMPUTING –FUTURE OF NEXT GENERATION COMPUTING
 
Cloud Computing and Validated Learning for Accelerating Innovation in IoT
Cloud Computing and Validated Learning for Accelerating Innovation in IoTCloud Computing and Validated Learning for Accelerating Innovation in IoT
Cloud Computing and Validated Learning for Accelerating Innovation in IoT
 
GOOGLE CLOUD MESSAGING PPT 2017
GOOGLE CLOUD MESSAGING PPT 2017GOOGLE CLOUD MESSAGING PPT 2017
GOOGLE CLOUD MESSAGING PPT 2017
 
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
1. MOBILE CLOUD COMPUTING AS A FUTURE OF MOBILE MULTIMEDIA DATABASE.pdf
 
Cloud Computing using Mobile Phone
Cloud Computing using Mobile PhoneCloud Computing using Mobile Phone
Cloud Computing using Mobile Phone
 
Fog-Computing-Applications.pdf
Fog-Computing-Applications.pdfFog-Computing-Applications.pdf
Fog-Computing-Applications.pdf
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 
M2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
M2M Remote Telemetry and Cloud IoT Big Data Processing in ViticultureM2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
M2M Remote Telemetry and Cloud IoT Big Data Processing in Viticulture
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud Computing
 
Offline Sms Internet
Offline Sms InternetOffline Sms Internet
Offline Sms Internet
 
Advancement in infotainment system in automotive sector with vehicular cloud ...
Advancement in infotainment system in automotive sector with vehicular cloud ...Advancement in infotainment system in automotive sector with vehicular cloud ...
Advancement in infotainment system in automotive sector with vehicular cloud ...
 
Suciu et al_fabulous_2015
Suciu et al_fabulous_2015Suciu et al_fabulous_2015
Suciu et al_fabulous_2015
 
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
Cloud Search Based Applications for Big Data - Challenges and Methodologies f...
 
Cloud computing on smartphone
Cloud computing on smartphoneCloud computing on smartphone
Cloud computing on smartphone
 
Research on Mobile Cloud Computing Review,Trend and Perspec.docx
Research on Mobile Cloud Computing Review,Trend and Perspec.docxResearch on Mobile Cloud Computing Review,Trend and Perspec.docx
Research on Mobile Cloud Computing Review,Trend and Perspec.docx
 
A Survey On Mobile Cloud Computing
A Survey On Mobile Cloud ComputingA Survey On Mobile Cloud Computing
A Survey On Mobile Cloud Computing
 
Report on cloud computing
Report on cloud computingReport on cloud computing
Report on cloud computing
 

More from Accelerate Project

Hemila_ISL2017
Hemila_ISL2017Hemila_ISL2017
Hemila_ISL2017
Accelerate Project
 
Ispim2017_Hemila
Ispim2017_HemilaIspim2017_Hemila
Ispim2017_Hemila
Accelerate Project
 
Poms2017_Hemila
Poms2017_HemilaPoms2017_Hemila
Poms2017_Hemila
Accelerate Project
 
Hemila_MOTSP2017
Hemila_MOTSP2017Hemila_MOTSP2017
Hemila_MOTSP2017
Accelerate Project
 
Still ispim 2017
Still ispim 2017Still ispim 2017
Still ispim 2017
Accelerate Project
 
ISPIM2017_Hemila
ISPIM2017_HemilaISPIM2017_Hemila
ISPIM2017_Hemila
Accelerate Project
 
Accelerate malli liiketoimintainnovaatiohin
Accelerate malli liiketoimintainnovaatiohinAccelerate malli liiketoimintainnovaatiohin
Accelerate malli liiketoimintainnovaatiohin
Accelerate Project
 
Yhte2017 voipio duara_travels
Yhte2017 voipio duara_travelsYhte2017 voipio duara_travels
Yhte2017 voipio duara_travels
Accelerate Project
 
Yhte2017_vaden robin_hood
Yhte2017_vaden robin_hoodYhte2017_vaden robin_hood
Yhte2017_vaden robin_hood
Accelerate Project
 
Yhte2017_maenpaa_faehnle
Yhte2017_maenpaa_faehnleYhte2017_maenpaa_faehnle
Yhte2017_maenpaa_faehnle
Accelerate Project
 
Yhte2017_makkonen_sharetribe
Yhte2017_makkonen_sharetribeYhte2017_makkonen_sharetribe
Yhte2017_makkonen_sharetribe
Accelerate Project
 
Yhte2017_henttonen_johdanto
Yhte2017_henttonen_johdantoYhte2017_henttonen_johdanto
Yhte2017_henttonen_johdanto
Accelerate Project
 
Yhte2017_eskelinen
Yhte2017_eskelinenYhte2017_eskelinen
Yhte2017_eskelinen
Accelerate Project
 
Yhte2017_antikainen
Yhte2017_antikainenYhte2017_antikainen
Yhte2017_antikainen
Accelerate Project
 
Acceleration_in_ICT_industry
Acceleration_in_ICT_industryAcceleration_in_ICT_industry
Acceleration_in_ICT_industry
Accelerate Project
 
Accelerate_impacts
Accelerate_impactsAccelerate_impacts
Accelerate_impacts
Accelerate Project
 
Accelerate_results
Accelerate_resultsAccelerate_results
Accelerate_results
Accelerate Project
 
Accelerate_platform_Siveco
Accelerate_platform_SivecoAccelerate_platform_Siveco
Accelerate_platform_Siveco
Accelerate Project
 
Accelerate-Bittium usecase_final_ITEA_review
Accelerate-Bittium usecase_final_ITEA_reviewAccelerate-Bittium usecase_final_ITEA_review
Accelerate-Bittium usecase_final_ITEA_review
Accelerate Project
 
Accelerate _methodologies
Accelerate _methodologiesAccelerate _methodologies
Accelerate _methodologies
Accelerate Project
 

More from Accelerate Project (20)

Hemila_ISL2017
Hemila_ISL2017Hemila_ISL2017
Hemila_ISL2017
 
Ispim2017_Hemila
Ispim2017_HemilaIspim2017_Hemila
Ispim2017_Hemila
 
Poms2017_Hemila
Poms2017_HemilaPoms2017_Hemila
Poms2017_Hemila
 
Hemila_MOTSP2017
Hemila_MOTSP2017Hemila_MOTSP2017
Hemila_MOTSP2017
 
Still ispim 2017
Still ispim 2017Still ispim 2017
Still ispim 2017
 
ISPIM2017_Hemila
ISPIM2017_HemilaISPIM2017_Hemila
ISPIM2017_Hemila
 
Accelerate malli liiketoimintainnovaatiohin
Accelerate malli liiketoimintainnovaatiohinAccelerate malli liiketoimintainnovaatiohin
Accelerate malli liiketoimintainnovaatiohin
 
Yhte2017 voipio duara_travels
Yhte2017 voipio duara_travelsYhte2017 voipio duara_travels
Yhte2017 voipio duara_travels
 
Yhte2017_vaden robin_hood
Yhte2017_vaden robin_hoodYhte2017_vaden robin_hood
Yhte2017_vaden robin_hood
 
Yhte2017_maenpaa_faehnle
Yhte2017_maenpaa_faehnleYhte2017_maenpaa_faehnle
Yhte2017_maenpaa_faehnle
 
Yhte2017_makkonen_sharetribe
Yhte2017_makkonen_sharetribeYhte2017_makkonen_sharetribe
Yhte2017_makkonen_sharetribe
 
Yhte2017_henttonen_johdanto
Yhte2017_henttonen_johdantoYhte2017_henttonen_johdanto
Yhte2017_henttonen_johdanto
 
Yhte2017_eskelinen
Yhte2017_eskelinenYhte2017_eskelinen
Yhte2017_eskelinen
 
Yhte2017_antikainen
Yhte2017_antikainenYhte2017_antikainen
Yhte2017_antikainen
 
Acceleration_in_ICT_industry
Acceleration_in_ICT_industryAcceleration_in_ICT_industry
Acceleration_in_ICT_industry
 
Accelerate_impacts
Accelerate_impactsAccelerate_impacts
Accelerate_impacts
 
Accelerate_results
Accelerate_resultsAccelerate_results
Accelerate_results
 
Accelerate_platform_Siveco
Accelerate_platform_SivecoAccelerate_platform_Siveco
Accelerate_platform_Siveco
 
Accelerate-Bittium usecase_final_ITEA_review
Accelerate-Bittium usecase_final_ITEA_reviewAccelerate-Bittium usecase_final_ITEA_review
Accelerate-Bittium usecase_final_ITEA_review
 
Accelerate _methodologies
Accelerate _methodologiesAccelerate _methodologies
Accelerate _methodologies
 

Recently uploaded

Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
sonaliswain16
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
alishadewangan1
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Sérgio Sacani
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
IshaGoswami9
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
SAMIR PANDA
 
BLOOD AND BLOOD COMPONENT- introduction to blood physiology
BLOOD AND BLOOD COMPONENT- introduction to blood physiologyBLOOD AND BLOOD COMPONENT- introduction to blood physiology
BLOOD AND BLOOD COMPONENT- introduction to blood physiology
NoelManyise1
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Studia Poinsotiana
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 

Recently uploaded (20)

Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
 
BLOOD AND BLOOD COMPONENT- introduction to blood physiology
BLOOD AND BLOOD COMPONENT- introduction to blood physiologyBLOOD AND BLOOD COMPONENT- introduction to blood physiology
BLOOD AND BLOOD COMPONENT- introduction to blood physiology
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 

Suciu et al_rolcg_2015

  • 1. Cloud Computing Platform for Applications in Social-Commercial Area George Suciu, Cristina Butca - Beia Consult International Narcisa Mocanu, Stefan Ciprian Arseni -University POLITEHNICA of Bucharest
  • 2. CONTENT Short Biography Introduction Related work Technology used Implementation and design Conclusions References G. Suciu, et.al. (2015)
  • 3. SHORT BIOGRAPHY (1) Graduated from the Faculty of Electronics, Telecommunications and Information Technology at the University “Politehnica” of Bucharest (UPB), Romania (www.upb.ro) MBA in Informatics Project Management from the Faculty of Cybernetics, Statistics and Economic Informatics of the Academy of Economic Studies Bucharest (www.ase.ro) Currently, Ph.D. Eng. Post-doc Researcher focused on the field of big data, cloud communications, open source, IPR and IoT/M2M Since 2008 IT&C Solutions Manager - R&D Department, being employed starting 1998 at BEIA Consult International, a research performing SME (www.beiaro.eu) G. Suciu, et.al. (2015)
  • 4. SHORT BIOGRAPHY (2) Projects – www.beiaro.eu / www.mobcomm.pub.ro FP7 (2 on-going) REDICT : Regional Economic Development by ICT eWALL : Electronic Wall for Active Long Living NMSDMON : Network Management System Development and Monitoring FAIR : Friendly Application for Interactive Receiver Cloud Consulting : Cloud-based Automation of ERP and CRM software for Small Businesses ACCELERATE: A Platform for the Acceleration of go-to market in the ICT industry H2020 (1 on-going) SWITCH: Software Workbench for Interactive, Time Critical and Highly self-adaptive Cloud applications (ICT-9) National (more than 10 past projects, 5 on-going) MobiWay: Mobility Beyond Individualism: an Integrated Platform for Intelligent Transportation Systems of Tomorrow EV-BAT: Redox battery with fast charging capacity as a main source of energy for electric autovehicles CarbaDetect: Imuno-biosensors for fast detection of carbamic pesticide residues (carbaryl, carbendazim) in horticultural products SARAT-IWSN : Scalable Radio Transceiver for Instrumental Wireless Sensor Networks COMM-CENTER : Developing of a “cloud communication center" by integrating a call/contact center platform with unified communication technology, CRM system, “text-to-speech” and “automatic speech recognition” solutions in different languages (including Romanian) G. Suciu, et.al. (2015)
  • 5. Introduction Since forever people have been interested in other people's opinion, especially regarding the purchase or investment they want to do later. Social-commercial field developed for mobile applications, incorporates the use of communication platforms based on mobile technology - using generally integrated mobile phones as a device for transmitting information in a marketing and information campaign that occurs in different environments communication. This paper presents the implementation of a mobile platform which allows a personalized achievement, having at their disposal a wide range of options, being possible the achievement of a user-friendly interface. The platform uses Google Cloud Messaging (GCM) for sending messages between user terminal and the server in which are stored data. G. Suciu, et.al. (2015)
  • 6. RELATED WORK The main advantage of using cloud-based technology is to increase both speed and performance. In recent years, Android has managed to capture the market by specific attributes that differentiate it: that is free technology and has superior features. Thus, developing applications on the Android platform has become increasingly widespread. Some typical services that a client can use, that uses the cloud include: timing and sending update notifications from the cloud server to customers in real time. Comparing with pull methods, the push methods represent the best solution when sending notifications. The simplest solution would be given by e-mail or SMS (Short Message Service), but they have drawbacks such as viewing during movement , or the high cost for SMS and the impossibility achieving a real-time conversation. G. Suciu, et.al. (2015)
  • 7. TECHNOLOGY USED (1) To implement this application will use Google Cloud Messaging, that provides a mechanism to back-end applications that allows: notifications to the user application, informing the application of the existence of new data at the server to be removed, receiving messages from the devices that are connected by the same connection. This technology provides additional services, such as: multicast messages, the existence of multiple senders and sending messages announcing (time-to-live messages). G. Suciu, et.al. (2015)
  • 8. TECHNOLOGY USED (2) G. Suciu, et.al. (2015) The components in Fig. 1 interact in the following manner: GCM connection servers provided by Google take messages from third application server (3rd-party server) and send messages to a client application that has built-GCM. Server application type 3rd-party is a component that must be implemented so as to operate GCM connection servers. The server application sends messages to a GCM connection server; connection server takes the message you put in a queue and stores it, then send it to the client application. We use PHP to build the server from application. The client application is an application for Android clients incorporating GCM. To receive messages (GCM connection from server after the server application sent the message to the server GCM), this application should have a record id.
  • 9. IMPLEMENTATION AND DESIGN (1) The steps that must be respected for sending notification messages are: 1. Android application enables GCM. The application requires the ID of the message sender to receive the registration ID. 2. The GCM connection server receives the sender ID and return the application ID for registration. 3. The client application sends registration ID to the back-end server of application for storage. 4. The server will retain the registration ID in a database. 5. When sending a new message, the server application brings the registration ID from database and sends it to the GCM server with the new message. 6. GCM server sends the message to the application. In the social-commercial application, each level has the following functionality, as described in the next sections. G. Suciu, et.al. (2015)
  • 10. IMPLEMENTATION AND DESIGN (2) G. Suciu, et.al. (2015) A. Client application (Front-end) The application is designed for the Android platform and can run on devices that support the Android operating system. To create the application, we used Android Studio, which is official IDE (Integrated Development Service) for Android application development. Because the client application can receive messages from GCM server, Android terminals must register to the GCM servers. To receive messages an Internet connection is required. In general, data exists in messages due to key pair values. Registration activities and connectivity within social- commercial application are available in the first screen so as to be easy to use the application. After completing the registration steps the connection step, where the application will provide a list of users who are logged in at the time.
  • 11. IMPLEMENTATION AND DESIGN (3) G. Suciu, et.al. (2015) B. GCM connection server Exchange of data between the client application and server application is achieved through connection server. Interconnection to other public clouds is possible by using open authentication. The application will have in menu a option which can select certain shops and for each one there will be a number of products or services that will have a little description, and reviews from other users. C. Application server (Back-end) The server of social-commercial application has 2 main functions: answer when receiving an incoming registration id from a mobile device send messages to Android terminals through GCM servers.
  • 12. CONCLUSIONS In recent years, the development of Android applications has become increasingly costly, necessary for updating a large consumption of data Internet traffic and battery. A solution to these problems is the push notifications and implementation of cloud messaging system -based on GCM service. Using GCM service will reduce battery and Internet traffic consumption and at the same time is provided to users an improved experience. As future work we will analyze how such applications help users in finding what information they wish to receive on certain products or services are available in one place, thus sorting the multitude amount of information available online. G. Suciu, et.al. (2015)
  • 13. References Z. Jian-ping, S. Yan-jie, “Study of Android's System Architecture and Application Development,” Microcomputer Information, G. Lei, Z. Cong, “Development and Research of Mobile Termination Application Based on Android,” Computer and Modernization L. Xian-yan, “Open Platform over Mobile Terminal-Overview of Android,” Information and Communications Technologies, S. Agarwal, “Toward a Push-scalable Global Internet,” In: Proceedings of 2011 IEEE Conference on Computer Communications Workshops(INFOCOM WKSHPS). Z. Hong, Z. Bei, J. Ai-rong, Z. Cheng-yu, “Design and Implementation of Library Bibliography Information Self SMS Push Service,” New Technology of Library and Information Service for smartphones," Future Internet Communications (CFIC) Conference, B. Yang, S. Mishra, R. Karri, “High Speed architecture for Galois/Counter Mode of Operation (GCM),” IACR Cryptology ePrint Archive, N. Gandhewar, R.Sheikh, “Google Android: An Emerging Software Platform For Mobile Devices,” International Journal on Computer Science and Engineering (IJCSE), 2010 G. Suciu, E. G. Ularu, and R. Craciunescu. "Public versus private cloud adoption—A case study based on open source cloud platforms." In IEEE Telecommunications Forum (TELFOR) G. Suciu, et.al. (2015)
  • 14. Any questions ? The work has been funded by the Sectoral Operational Programme Human Resources Development 2007-2013 of the Ministry of European Funds through the Financial Agreement POSDRU/159/1.5/S/134398, POSDRU/187/1.5/S/155536 and supported in part by the Accelerate and SWITCH projects. G. Suciu, et.al. (2015)