The real-time operation server model of the digital signage system for a lift based on Web Socket

Size: px
Start display at page:

Download "The real-time operation server model of the digital signage system for a lift based on Web Socket"

Transcription

1 Volume 118 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu The real-time operation server model of the digital signage system for a lift based on Web Socket SoonGohn Kim 1, Seok-Gyu Park 2 and Woon-Yong Kim 3 1 Dept. of Computer and Game Science, Joongbu University, 101 Daehakro, Chubu-Meon, GumsanGun, Chungnam, Korea sgkim@joongbu.ac.kr 2 3 Dept. of Computer & Internet Technique, Gangwon State University, 115 Gyohang-ro, Jumunjin-eup, Gangneung-shi, Gangwon-do, Korea skpark@gw.ac.kr, wykim@gw.ac.kr February 13, 2018 Abstract Background/Objectives: Digital Signage market is increasingly expanding into more diverse areas such as way finding, place making, exhibitions, public installations, marketing so on. Therefore, the efficient management and operating models that support the needs of the environment is required in the Digital Signage market. Methods/Statistical analysis: We propose a Websocket based service model that can operate efficiently manage the digital signage system specifically for the lift environment. Through real-time monitoring and operation using a web sockets, the system management display devices constantly and it provide the reliable and effective approach for a four function such as schedule, user, device and content management including the streaming service

2 Findings: We build the environment of connectionoriented real time monitoring system based on web socket. And we define the real-time service protocol for a lift. Based on this, we propose an efficient operation model to manage contents and lift information. In addition, we implement the web-socket based operation server. this server provide the reliable and effective approach for a digital signage four function such as schedule, user, device and content management. By including a variety of services structure considering the lift properties, we will be able to define a specific service model for the digital signage of the lift. Improvements/Applications: In the future, the proposed digital signage operation server for a lift will be able to expanded in consideration of the characteristics of the convergence model and service information to various industries fields. Key Words : Lift Service, Digital Signage, Web Socket, Operating Model, Web Service. 1 Introduction A digital signage market has continued to grow with the development of IT technology. And it is also operated in a variety of approaches in a variety of fields such as way finding, place making, exhibitions, public installations, marking and outdoor 1. In addition, in the process of the advanced lift, the display of lift information using display device and advertising service have constantly expanded in the lift industry 2. However, such digital signage has mainly been developed by focusing on how to express the information in the display device; it is a lack of measures of the effective management for the devices and contents. In this paper, we propose a web-based service management models capable of operating the service in the digital signage specialized in the elevator. In particular, the display device is contained inside the lift without human intervention and has to service a variety of contents continuously. So it need to the effective model to control distribution and operation to the devices. To do this, we build the environment of connection-oriented real time monitoring system based on web socket, based on this; we propose an efficient operation model to

3 manage contents and lift information. In addition, by including a variety of services structure considering the lift properties, we will be able to define a specific service model for the digital signage of the lift. The remaining parts of the paper are organized as follows, In Section 2, we discuss the related technology for the digital signage service. In Section 3, we propose the operation model of the digital signage for the lift. Section 4 presents the implementation model of the system. And last, Section 5 concludes this paper. 2 Literature review 2.1 The service technique of the digital signage Digital signage technique is being used in various industries. It is utilized mainly in the areas for advertising with the existing information system for end users and also has been extended to a model in combination with a user interaction 3. And also, the methods of information representation have a various forms such as text, images, animation, video and streaming services. And it has been utilized in various fields 4,5. Out-of home advertising show the technique to display video content, advertisements and message to specific locations and consumers at specific times 1. And in the digital signage screen area, various studies using 3D technique have been conducted such as holographic display and water screens etc., 6,7. And a lift also has been a change in a structure that utilized the display devices for a call service and information representation. To cope with these changes, the system is required more effective information transfer, and management techniques. 2.2 The protocol of Web Socket Web Sockets is an advanced technology that makes it possible to open an interactive communication session between the browser and a server with some API. And we can send messages to a server and receive event-driven responses without having to poll the server for a reply based on real-time. The Web Sockets is a bidirectional communication technology for web applications which operates over a single socket. And The Web Socket protocol was designed to work

4 well with the existing Web infrastructure. The protocol specification defines that the Web Socket connection starts its life as an HTTP connection, guaranteeing full backwards compatibility with the pre-web Socket world. The protocol switch from HTTP to Web Socket is referred to as the Web Socket handshake. The Web Socket protocol works in two phases named handshake and data transfer. First, the opening handshake phase is a unique HTTP request/response between the one who initiate the connection client and the server. This HTTP exchange is specific because it uses the concept of Upgrade, defined in the HTTP specification. Once the handshake is approved, the use of Web Socket protocol is established. There is an open connection on the server side as well on the client side; callback handlers are called to initiate the communication. And last, closing handshake phase can be initiated by both peers. A peer that wants to close the communication need to send a close control frame and it will receive a close control frame too as a response. Fig. 1 shows the work flow of the Web socket protocol 8,9. Figure 1: The work flows of the Web Socket protocol

5 3 Real-Time Digital Signage Operation Model for the Lift 3.1 The Architecture of the real-time digital signage service for the Lift based on Web Socket The lift system operated with a unique identifier to manage the lift state. So it needs to manage the groups of devices effectively. In addition, with this group management, the system has to be provided the effective monitoring and content services for the various devices in the lift. Figure 2 shows the web-based digital signage operation architecture for these characteristics in the lift. Figure 2: The architecture of the real-time digital signage system based on the Web Socket The Lift system is represented by the elements in the Group, each system may have some devices for providing digital information. Web-based management server for the digital signage monitors and provides services based on web socket communication environment. It may also provide a variety of service environment through the smart phone or web client

6 3.2 The Design Model of the digital signage operation server for the Lift based on Web Socket To design a digital signage server operating model for the lift, we configure the operating model as shown in Figure 3. Figure 3: The structure of the digital signage operation server model based on the Web Socket Web-Socket based digital signage operation server provide a various management modules such as company management, device management, schedule management, content management, user management, streaming service management using a database system and web socket. Each management module is associated with the web socket management class to handle the real-time status information monitoring and content management. Contents provided in the system include videos, images, web pages, news, emergency messages and streaming services so on. The main classes structure for web socket-based real-time operation is shown in Figure

7 Figure 4: The structure diagram of main classes for web socketbased real time digital signage The classes in the structure are composed web socket classes related with contents, user and device management connected with DsDBControl class. Also it includes a DsEndpoint web socket class responsible for the real-time control between the display devices and the server. The system manages the group included in the company, the lift in the group and the devices in the lift based on a lift unique identifier. 3.3 The operating flows of the real-time digital signage operation server system for the lift Real-time management of the device has a critical factor for flow control because it is necessary to control the flow of real-time in the digital signage platform. To support this, there is a need for effective management of devices connected and disconnected and the connection status monitoring. Flow for this process is presented in Figure 5,6,

8 Figure 5: The flow of the connection for real-time digital signage device Device is always to stay connected. For this purpose, it is necessary to check the communications situation of the socket of each device periodically and recognizes the problem situation. When the connection ended with an exception occurs, the system passes status information to the server and tries to reconnect to keep the device connected continuously. Figure 6: The flow of the disconnection for real-time digital signage device

9 Figure 7: The flow of the monitoring for real-time digital signage device alive Disconnecting device occurs on the device end state and passes the exit status information to the server through a web socket. And also, monitoring device is periodically accomplished by providing survival information to the server. In the monitoring process, when the system occurs abnormal termination the system should always stay connected to attempt to reconnect. Web socket based realtime monitoring is accurately recognize the status information and will be able to effectively deal with the digital signage and lift status information. 4 The Digital Signage Operation Server Implementation Model for the Lift We implemented a real-time monitoring operation server model that is the lift-specific digital signage based on Tomcat server defined in Section 3. And also we defined the schema as shown in Figure 8 to manage various contents and lift information using MySQL

10 Figure 8: The database schema of the web socket-based real time digital signage for the lift Based on the above information, we implement such a system in Figure 9 to establish the operating environment for real-time monitoring and provide efficient management from the user s point of view. This system provides monitoring for a company, group, lift, and devices and at the same time can manage contents and schedule data for the devices so that the system could provide the various services to operate remote device effectively

11 Figure 9: The user interface of the digital signage operation server model in the lift 5 Conclusion Lift industry is making progress in advanced courses in combination with the Information technology. In this growth process, the digital signage for the lift has the purpose of providing the lift information and a variety of contents to the end users using display devices. To provide these requirements effectively, the system requires the efficient management of the operating device and a variety of contents and schedules. In this paper, we presented a web socket based real-time digital signage operation server model for the lift to reflect this demand. For this, we built the environment of connection-oriented real time monitoring system based on web socket. And we defined the real-time service protocol for a lift. Based on this, we proposed an efficient operation model to manage contents and lift information. In addition, we implemented the web-socket based operation server. this server provide the reliable

12 and effective approach for a digital signage four function such as schedule, user, device and content management. The system provide a web socket-based real-time monitoring environment for the device monitoring and contents service and will be able to provide a more efficient resource management and services through efficient scheduling and control of various contents. References [1] J. V. Harrison and A. Andrusiewicz. The digital signage exchange: a virtual marketplace for out-of-home digital advertising. Proceedings 4th ACM Conference on Electronic Commerce June. [2] J. Jang. Elevators of the latest technology trends. The korea society of elevator engineering December. [3] J. Schaeffler. Digital Signage - Software, Networks, Advertising, and Displays, a Primer for Understanding the Business. NAB Broadcasters [4] Q. Chen, F. Malric, Y. Zhang, M. Abid, A. Cordeiro, E. M. Petriu and N. D. Georganas. Interacting with Digital Signage Using Hand Gestures. Image Analysis and Recognition Lecture Notes in Computer Science. 2009, vol. 5627, pp [5] Euiseok Nahm. Implementation of Context-aware Digital Signage System based on Mobile CPU Platform. Indian Journal of Science & Technology July, Vol. 8, Issue 14 [6] Researchers develop a 360-degree holographic display. Date accessed: 05/07/2016. [7] Fog screen, projecting images in the air. Date accessed: 10/07/2016. [8] Pimentel, Victoria, and Bradford G. Nickerson. Communicating and displaying real-time data with WebSocket. Internet Computing, IEEE

13 [9] J. John Livingston, A. Umamakeswari. Internet of Things Application using IP-enabled Sensor Node and Web Server. Indian Journal of Science & Technology. May 2015, Vol. 8, Issue

14 2878

Implementation of Digital Contents System for Cleaning Facility management

Implementation of Digital Contents System for Cleaning Facility management , pp.126-130 http://dx.doi.org/10.14257/astl.2016.135.32 Implementation of Digital Contents System for Cleaning Facility management Byeongtae Ahn 1, 1 Division of Liberal Arts at Anyang University, Daeshin-Hall

More information

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model Indian Journal of Science and Technology, Vol 8(20), DOI:10.17485/ijst/2015/v8i20/79311, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Future Internet Applications based on

More information

Study on design and implementation of web-based audience measurement platform for digital signage service

Study on design and implementation of web-based audience measurement platform for digital signage service ICACT Transactions on Advanced Communications Technology (TACT) Vol. 3, Issue 5, September 2014 505 Study on design and implementation of web-based audience measurement platform for digital signage service

More information

Performance Analysis of Web Systems Based on XMLHttpRequest, Server-Sent Events and WebSocket

Performance Analysis of Web Systems Based on XMLHttpRequest, Server-Sent Events and WebSocket Performance Analysis of Web Systems Based on XMLHttpRequest, Server-Sent Events and WebSocket Wojciech Słodziak, Ziemowit Nowak Wrocław University of Technology, Wrocław, Poland ziemowit.nowak@pwr.edu.pl

More information

Design and Implementation a Virtualization Platform for Providing Smart Tourism Services

Design and Implementation a Virtualization Platform for Providing Smart Tourism Services Design and Implementation a Virtualization Platform for Providing Smart Tourism Services Nam Don Kim, Jungho Moon, Tae Yun Chung Abstract This paper proposes an Internet of Things (IoT) based virtualization

More information

The Design of Real-time Display Screen Control Techniques for Mobile Devices 1

The Design of Real-time Display Screen Control Techniques for Mobile Devices 1 , pp.189-193 http://dx.doi.org/10.14257/astl.2016.133.36 The Design of Real-time Display Screen Control Techniques for Mobile Devices 1 Jungsoo Hwang 1, Ji Hee Jeong 1, Soon-Bum Lim 1, 1 Dept. of Multimedia

More information

A Real time Service for Mobile Wallpaper

A Real time Service for Mobile Wallpaper Indian Journal of Science and Technology, Vol 8(S5), 37 43, March 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI : 10.17485/ijst/2015/v8iS5/61465 A Real time Service for Mobile Wallpaper Jong-Chan

More information

Research on Autonomic Control System Connection Goal-model and Fault-tree

Research on Autonomic Control System Connection Goal-model and Fault-tree , pp.47-53 http://dx.doi.org/10.14257/astl.2016.129.10 Research on Autonomic Control System Connection Goal-model and Fault-tree Dongbeom Ko 1, Teayoung Kim 1, Sungjoo Kang 2, Ingeol Chun 2, Jeongmin Park

More information

A Design of Cooperation Management System to Improve Reliability in Resource Sharing Computing Environment

A Design of Cooperation Management System to Improve Reliability in Resource Sharing Computing Environment A Design of Cooperation Management System to Improve Reliability in Resource Sharing Computing Environment Ji Su Park, Kwang Sik Chung 1, Jin Gon Shon Dept. of Computer Science, Korea National Open University

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 266 270 The 10th International Conference on Future Networks and Communications (FNC 2015) A Context-based Future

More information

A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation

A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation T. Mahesh kumar 1, Dr. k. Santhisree 2, M. Bharat 3, V. Pruthvi Chaithanya Varshu 4 Student member of IEEE, M. tech

More information

Integrated Framework for Keyword-based Text Data Collection and Analysis

Integrated Framework for Keyword-based Text Data Collection and Analysis Sensors and Materials, Vol. 30, No. 3 (2018) 439 445 MYU Tokyo 439 S & M 1506 Integrated Framework for Keyword-based Text Data Collection and Analysis Minki Cha, 1 Jung-Hyok Kwon, 1 Sol-Bee Lee, 1 Jaehoon

More information

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors , pp.16-20 http://dx.doi.org/10.14257/astl.2017.145.04 Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors Jihoon Seo 1 and Kil-Hong Joo 2* 1 HI-CUBE,

More information

A New Digital Signage with Sensors: Experience and the issues

A New Digital Signage with Sensors: Experience and the issues A New Digital Signage with Sensors: Experience and the issues Sungkwan Jung (skjung@itc.kaist.ac.kr) Jinhong Yang, Hyojin Park {sunupnet, gaiaphj} @kaist.ac.kr JuYoung Youn (juyoung.yun@dartmedia.co.kr)

More information

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture 2016 International Computer Symposium Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture Jih-Ching Chiu, An-Ting Liu*, Chien-Chin Liao* Department of Electrical Engineering,

More information

Mobile Application Of Open Source Stack To Geo-Based Data Visualisation On E-Government Web Framework

Mobile Application Of Open Source Stack To Geo-Based Data Visualisation On E-Government Web Framework Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings Volume 15 Seoul, South Korea Article 18 2015 Mobile Application Of Open Source Stack To Geo-Based Data Visualisation On E-Government

More information

SLiM : Scalable Live Media Streaming Framework for a U-City

SLiM : Scalable Live Media Streaming Framework for a U-City SLiM : Scalable Live Media Streaming Framework for a U-City Eun-Seok Ryu, Chuck Yoo 236, Department of Computer Science and Engineering, Korea University, Anam-Dong, Seongbuk-Gu, Seoul, Korea { esryu,

More information

A Static or Dynamic Reconfiguration Method of Security Functions for Mobile Devices by Using the Security Profiles

A Static or Dynamic Reconfiguration Method of Security Functions for Mobile Devices by Using the Security Profiles 6th WSEAS International Conference on Information Security and Privacy, Tenerife, Spain, December 14-16, 2007 146 A Static or Dynamic Reconfiguration Method of Security Functions for Mobile Devices by

More information

Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea

Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea Jeong Seok Oh 1, Hyo Jung Bang 1, Green Bang 2 and Il-ju Ko 2, 1 Institute of Gas Safety R&D, Korea Gas Safety

More information

The Design and Implementation of a BLE-based WebD2D Service for Android Smartphone

The Design and Implementation of a BLE-based WebD2D Service for Android Smartphone , pp.1-5 http://dx.doi.org/10.14257/astl.2017.146.01 The Design and Implementation of a BLE-based WebD2D Service for Android Smartphone Do-Hyung Kim 1, Seok-Jin Yoon 1, Hyung-Seok Lee 1 and Jae-Ho Lee

More information

A Position Paper for W3C workshop on. Web and digital marketing convergence

A Position Paper for W3C workshop on. Web and digital marketing convergence A Position Paper for W3C workshop on Web and digital marketing convergence Jinhong Yang, Hyojin Park, KyuYoung Jeon, Sungkwan Jung {sunupnet@kaist.ac.kr, gaiaphj@kaist.ac.kr, ky.jeon@kaist.ac.kr, skjung@itc.kaist.ac.kr

More information

The Role and Contribution of OMA in Service Delivery Platform Standardization

The Role and Contribution of OMA in Service Delivery Platform Standardization The Role and Contribution of OMA in Service Delivery Platform Standardization ITU-T SDP Workshop 17 October 2011 Musa Unmehopa Technical Plenary Chairman, OMA Senior Manager, Alcatel-Lucent What I ll be

More information

NPort Operation Mode Guidance

NPort Operation Mode Guidance Make the Most Out of Your NPort Serial Device Server by Properly Matching Operation Modes with Advanced Functions Preface Moxa has been a leader in device connectivity for more than 20 years, and provides

More information

A Study of Open Middleware for Wireless Sensor Networks

A Study of Open Middleware for Wireless Sensor Networks , pp.105-109 http://dx.doi.org/10.14257/astl.2014.60.26 A Study of Open Middleware for Wireless Sensor Networks Chen-Nam 1, Do-Hyeun Kim 2 1,2 Dept. of Computing Engineering Jeju National University Jeju-Si

More information

A Kinect Sensor based Windows Control Interface

A Kinect Sensor based Windows Control Interface , pp.113-124 http://dx.doi.org/10.14257/ijca.2014.7.3.12 A Kinect Sensor based Windows Control Interface Sang-Hyuk Lee 1 and Seung-Hyun Oh 2 Department of Computer Science, Dongguk University, Gyeongju,

More information

A Study on Multi-resolution Screen based Conference Broadcasting Technology

A Study on Multi-resolution Screen based Conference Broadcasting Technology 2 : (Young-ae Kim et al.: A Study on Multi-resolution Screen based Conference Broadcasting Technology) (Special Paper) 23 2, 2018 3 (JBE Vol. 23, No. 2, March 2018) https://doi.org/10.5909/jbe.2018.23.2.253

More information

Disconnecting the application from the interaction model

Disconnecting the application from the interaction model Disconnecting the application from the interaction model Ing-Marie Jonsson, Neil Scott, Judy Jackson Project Archimedes, CSLI Stanford University {ingmarie,ngscott,jackson}@csli.stanford.edu Abstract:

More information

Programming WebSockets. Sean Sullivan OSCON July 22, 2010

Programming WebSockets. Sean Sullivan OSCON July 22, 2010 Programming WebSockets Sean Sullivan OSCON July 22, 2010 About me Web application developers HTML 5! improved JavaScript implementations! WebSockets! WebSockets? WebSockets a technology that enables

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

Implementation of Kinetic Typography by Motion Recognition Sensor

Implementation of Kinetic Typography by Motion Recognition Sensor Implementation of Kinetic Typography by Motion Recognition Sensor Sooyeon Lim, Sangwook Kim Department of Digital Media Art, Kyungpook National University, Korea School of Computer Science and Engineering,

More information

Applicability Estimation of Mobile Mapping. System for Road Management

Applicability Estimation of Mobile Mapping. System for Road Management Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1407-1414 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49173 Applicability Estimation of Mobile Mapping System for Road Management

More information

An e-commerce Framework for Wearable Devices

An e-commerce Framework for Wearable Devices An e-commerce Framework for Wearable Devices Nicholas Micallef and Matthew Montebello Department of Artificial Intelligence, University of Malta nicholasmicallef@gmail.com, matthew.montebello@um.edu.mt

More information

Taking Back Control of Your Network With SD-LAN

Taking Back Control of Your Network With SD-LAN IHS TECHNOLOGY SEPTEMBER 2016 Taking Back Control of Your Network With SD-LAN Matthias Machowinski, Senior Research Director, Enterprise Networks and Video TABLE OF CONTENTS Access Networks Are Under Pressure...

More information

IERG 4080 Building Scalable Internet-based Services

IERG 4080 Building Scalable Internet-based Services Department of Information Engineering, CUHK MScIE 2 nd Semester, 2015/16 IERG 4080 Building Scalable Internet-based Services Lecture 9 Web Sockets for Real-time Communications Lecturer: Albert C. M. Au

More information

A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System

A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System , pp.197-202 http://dx.doi.org/10.14257/astl.2014.51.45 A Study on Development of Azimuth Angle Tracking Algorithm for Tracking-type Floating Photovoltaic System Young-Kwan Choi 1,1, In-Soo Kim 1, Sung-Taek

More information

A Survey on open Source Protocols SIP, RTP, RTCP, RTSP, H.264 for Video Conferencing System

A Survey on open Source Protocols SIP, RTP, RTCP, RTSP, H.264 for Video Conferencing System Available online at www.ijiere.com International Journal of Innovative and Emerging Research in Engineering e-issn: 2394 3343 p-issn: 2394-5494 A Survey on open Source Protocols SIP, RTP, RTCP, RTSP, H.264

More information

Web Application-based RDBMS Data Collection Framework Modeling

Web Application-based RDBMS Data Collection Framework Modeling Volume 116 No. 24 2017, 1-12 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Web Application-based RDBMS Data Collection Framework Modeling 1 Koo-Rack

More information

Research and Literature Review on Developing Motion Capture System for Analyzing Athletes Action

Research and Literature Review on Developing Motion Capture System for Analyzing Athletes Action International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research and Literature Review on Developing Motion Capture System for Analyzing Athletes Action HAN Fang

More information

Apache Spark: A Literature Review. Presenter: Aaron Sarson

Apache Spark: A Literature Review. Presenter: Aaron Sarson Apache Spark: A Literature Review Presenter: Aaron Sarson Outline Introduction to Spark Problem to be addressed Proposed Approach Ø Research Questions Contributions Results Ø RQ1, RQ2, RQ3 Conclusion &

More information

Performance Evaluation of XHTML encoding and compression

Performance Evaluation of XHTML encoding and compression Performance Evaluation of XHTML encoding and compression Sathiamoorthy Manoharan Department of Computer Science, University of Auckland, Auckland, New Zealand Abstract. The wireless markup language (WML),

More information

AN ANALYSIS OF COMMUNICATION WITH IOT DEVICES USING WEBSOCKETS

AN ANALYSIS OF COMMUNICATION WITH IOT DEVICES USING WEBSOCKETS AN ANALYSIS OF COMMUNICATION WITH IOT DEVICES USING WEBSOCKETS Preethika.R 1, Ganesh Prabhu 2 & AravindaPrabhu.S 3 International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM

More information

Journal of East China Normal University (Natural Science) .., PK (Player Killing) Design and implementation of PK answer based on WebSocket

Journal of East China Normal University (Natural Science) .., PK (Player Killing) Design and implementation of PK answer based on WebSocket 2 2018 3 ( ) Journal of East China Normal University (Natural Science) No. 2 Mar. 2018 : 1000-5641(2018)02-0089-12 WebSocket PK,, (, 200062) :,, PK (Player Killing) PK,, : ; B/S ; ; PK : TP391 : A DOI:

More information

Real Time Apps Using SignalR

Real Time Apps Using SignalR Real Time Apps Using SignalR Anurag Choudhry Solution Architect,Banking Technology Group,Tata Consultancy Services,New Delhi, India Anshu Premchand Lead, Presales & Solutions,Banking Technology Group,Tata

More information

Design & Implementation of an Energy Control System for Zigbee Based Home Automation Networks

Design & Implementation of an Energy Control System for Zigbee Based Home Automation Networks International Journal of Emerging Engineering Research and Technology Volume 2, Issue 3, June 2014, PP 73-78 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Design & Implementation of an Energy Control

More information

A Virtual-Synchronized-File Based Privacy Protection System

A Virtual-Synchronized-File Based Privacy Protection System Vol.133 (Information Technology and Computer Science 2016), pp.29-33 http://dx.doi.org/10.14257/astl.2016. A Virtual-Synchronized-File Based Privacy Protection System Hye-Lim Jeong 1, Ki-Woong Park 2 System

More information

A Design and Implementation of Network Traffic Monitoring System for PC-room Management

A Design and Implementation of Network Traffic Monitoring System for PC-room Management A Design and Implementation of Network Traffic Monitoring System for PC-room Management Yonghak Ahn, Oksam Chae Dept. of Computer Engineering, Kyunghee University, Sochen-ri, Giheung-eup, Yongin-si, Gyeonggi-do

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Design of Self-Adaptive System Observation over Internet of Things

Design of Self-Adaptive System Observation over Internet of Things , pp.165-171 http://dx.doi.org/10.14257/astl.2015.117.39 Design of Self-Adaptive System Observation over Internet of Things Young-Joo Kim 1, Jong-Soo Seok 1, Moon Soo Lee 1, Jeong-Si Kim 1, and YungJoon

More information

A Novel Model for Home Media Streaming Service in Cloud Computing Environment

A Novel Model for Home Media Streaming Service in Cloud Computing Environment , pp.265-274 http://dx.doi.org/10.14257/ijsh.2013.7.6.26 A Novel Model for Home Media Streaming Service in Cloud Computing Environment Yun Cui 1, Myoungjin Kim 1 and Hanku Lee1, 2,* 1 Department of Internet

More information

Cyber Physical. Systems 27/09/2018. Presented by Nicolas and Ayman

Cyber Physical. Systems 27/09/2018. Presented by Nicolas and Ayman 1 Cyber Physical Systems 27/09/2018 Presented by Nicolas and Ayman Summary I - What are Cyber Physical Systems? II - Applications III - Technical Design IV - Design Challenges V Benefits and potential

More information

Parallel Algorithm for Generation of Test Recommended Path using CUDA

Parallel Algorithm for Generation of Test Recommended Path using CUDA Parallel Algorithm for Generation of Test Recommended Path using CUDA Zhao Yu #1, Jae-Han Cho #2, Byoung-Woo Oh* 3, Lee-Sub Lee* 4 # Master's Course, Department of Computer Engineering, Kumoh National

More information

Streaming Multimedia via Overlay Networks using Wi-Fi Peer-to-Peer Connections

Streaming Multimedia via Overlay Networks using Wi-Fi Peer-to-Peer Connections Downloaded from orbit.dtu.dk on: Nov 2, 28 Streaming Multimedia via Overlay Networks using Wi-Fi Peer-to-Peer Connections Poderys, Justas; Soler, José Published in: Proceedings of 9th IEEE International

More information

Leakage Pattern Monitoring Method of CEP based Water Supply Block System

Leakage Pattern Monitoring Method of CEP based Water Supply Block System Indian Journal of Science and Technology, Vol 8(27), DOI:10.17485/ijst/2015/v8i27/81054, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Leakage Pattern Monitoring Method of CEP based Water

More information

A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes

A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes 1,* Chengpei Tang, 1 Jiao Yin, 1 Yu Dong 1

More information

Eduardo

Eduardo Eduardo Silva @edsiper eduardo@treasure-data.com About Me Eduardo Silva Github & Twitter Personal Blog @edsiper http://edsiper.linuxchile.cl Treasure Data Open Source Engineer Fluentd / Fluent Bit http://github.com/fluent

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

Life Science Journal 2017;14(2) Optimized Web Content Mining

Life Science Journal 2017;14(2)   Optimized Web Content Mining Optimized Web Content Mining * K. Thirugnana Sambanthan,** Dr. S.S. Dhenakaran, Professor * Research Scholar, Dept. Computer Science, Alagappa University, Karaikudi, E-mail: shivaperuman@gmail.com ** Dept.

More information

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network Evaluating the Performance of Mobile Agent-Based Communication among Mobile Hosts in Large Ad Hoc Wireless Network S. Bandyopadhyay Krishna Paul PricewaterhouseCoopers Limited Techna Digital Systems Sector

More information

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vols. 380-384, pp 4796-4799 doi:10.4028/www.scientific.net/amm.380-384.4796 2013 Trans Tech Publications, Switzerland Construction of

More information

Reliable Mobile Ad Hoc P2P Data Sharing

Reliable Mobile Ad Hoc P2P Data Sharing Reliable Mobile Ad Hoc P2P Data Sharing Mee Young Sung 1, Jong Hyuk Lee 1, Jong-Seung Park 1, Seung Sik Choi 1, and Sungtek Kahng 2 1 Department of Computer Science & Engineering, University of Incheon

More information

WHITE PAPER THE SOCIAL MEDIA FRAUD REVOLUTION A STUDY OF THE EXPANSION OF CYBERCRIME TO NEW PLATFORMS

WHITE PAPER THE SOCIAL MEDIA FRAUD REVOLUTION A STUDY OF THE EXPANSION OF CYBERCRIME TO NEW PLATFORMS WHITE PAPER THE SOCIAL MEDIA FRAUD REVOLUTION A STUDY OF THE EXPANSION OF CYBERCRIME TO NEW PLATFORMS Social media platforms have become one of the most visible and fastestgrowing technologies in the last

More information

Preserving Rich User Interface State in Web Applications across Various Platforms

Preserving Rich User Interface State in Web Applications across Various Platforms Preserving Rich User Interface State in Web Applications across Various Platforms Fabio Paternò, Carmen Santoro, and Antonio Scorcia ISTI-CNR, Via G. Moruzzi, 1 56124 Pisa, Italy {Fabio.Paterno,Carmen.Santoro,Antonio.Scorcia}@isti.cnr.it

More information

Load balancing with Modify Approach Ranjan Kumar Mondal 1, Enakshmi Nandi 2, Payel Ray 3, Debabrata Sarddar 4

Load balancing with Modify Approach Ranjan Kumar Mondal 1, Enakshmi Nandi 2, Payel Ray 3, Debabrata Sarddar 4 RESEARCH ARTICLE International Journal of Computer Techniques - Volume 3 Issue 1, Jan- Feb 2015 Load balancing with Modify Approach Ranjan Kumar Mondal 1, Enakshmi Nandi 2, Payel Ray 3, Debabrata Sarddar

More information

Building Ubiquitous Computing Environment Using the Web of Things Platform

Building Ubiquitous Computing Environment Using the Web of Things Platform , pp.105-109 http://dx.doi.org/10.14257/astl.2013 Building Ubiquitous Computing Environment Using the Web of Things Platform Woo-Chang Shin Dept. of Computer Science, at SeoKyeong University 16-1 Jungneung-Dong

More information

Web Gate Keeper: Detecting Encroachment in Multi-tier Web Application

Web Gate Keeper: Detecting Encroachment in Multi-tier Web Application Web Gate Keeper: Detecting Encroachment in Multi-tier Web Application Sanaz Jafari Prof.Dr.Suhas H. Patil (GUIDE) ABSTRACT The Internet services and different applications become vital part of every person

More information

Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service

Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service Joongjin Kook 1 Information Technology Department, Korea Electronics Technology Institute, Seoul,

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

Enriching UDDI Information Model with an Integrated Service Profile

Enriching UDDI Information Model with an Integrated Service Profile Enriching UDDI Information Model with an Integrated Service Profile Natenapa Sriharee and Twittie Senivongse Department of Computer Engineering, Chulalongkorn University Phyathai Road, Pathumwan, Bangkok

More information

ITM DEVELOPMENT (ITMD)

ITM DEVELOPMENT (ITMD) ITM Development (ITMD) 1 ITM DEVELOPMENT (ITMD) ITMD 361 Fundamentals of Web Development This course will cover the creation of Web pages and sites using HTML, CSS, Javascript, jquery, and graphical applications

More information

Design and Implementation of Secure OTP Generation for IoT Devices

Design and Implementation of Secure OTP Generation for IoT Devices , pp.75-80 http://dx.doi.org/10.14257/astl.2017.146.15 Design and Implementation of Secure OTP Generation for IoT Devices Young-Sae Kim 1 and Jeong-Nyeo Kim 1 1 Electronics and Telecommunications Research

More information

Considerations of Generic Framework For AR on the Web

Considerations of Generic Framework For AR on the Web Considerations of Generic Framework For AR on the Web Jonghong Jeon ETRI, SRC Email: hollobit@etri.re.kr Blog: http://mobile2.tistory.com http://twitter.com/hollobit http://www.etri.re.kr What is the Augmented

More information

A Mobile Scenario for the XX Olympic Winter Games Torino 2006

A Mobile Scenario for the XX Olympic Winter Games Torino 2006 A Mobile Scenario for the XX Olympic Winter Games Torino 2006 LUCIA TERRENGHI Fraunhofer Institute for Applied Information Technology, Information in Context Department, Schloss Brilinghoven, 53754 Sankt

More information

Deep Web Content Mining

Deep Web Content Mining Deep Web Content Mining Shohreh Ajoudanian, and Mohammad Davarpanah Jazi Abstract The rapid expansion of the web is causing the constant growth of information, leading to several problems such as increased

More information

An Efficient way of Number Plate Alphabets and Numbers Extraction for Security Purpose

An Efficient way of Number Plate Alphabets and Numbers Extraction for Security Purpose IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. V (Mar Apr. 2014), PP 63-67 An Efficient way of Number Plate Alphabets and

More information

Abstract. 1. Introduction

Abstract. 1. Introduction 보안공학연구논문지 제 권제 호 년 월 Abstract In these days, many organizations try to manage their information system in safe way(i.e., Evaluation, Assurance and Certification of Information Security) due to more rapidly

More information

Web Mining Evolution & Comparative Study with Data Mining

Web Mining Evolution & Comparative Study with Data Mining Web Mining Evolution & Comparative Study with Data Mining Anu, Assistant Professor (Resource Person) University Institute of Engineering and Technology Mahrishi Dayanand University Rohtak-124001, India

More information

Deep Learning Based Real-time Object Recognition System with Image Web Crawler

Deep Learning Based Real-time Object Recognition System with Image Web Crawler , pp.103-110 http://dx.doi.org/10.14257/astl.2016.142.19 Deep Learning Based Real-time Object Recognition System with Image Web Crawler Myung-jae Lee 1, Hyeok-june Jeong 1, Young-guk Ha 2 1 Department

More information

Protecting Data in Relational Database Management System using Purpose and Role- Based Access Control

Protecting Data in Relational Database Management System using Purpose and Role- Based Access Control Impact Factor Value: 4.029 ISSN: 2349-7084 International Journal of Computer Engineering In Research Trends Volume 4, Issue 8, August-2017, pp. 336-340 www.ijcert.org Protecting Data in Relational Database

More information

An Adaptive Prefetching Method for Web Caches

An Adaptive Prefetching Method for Web Caches An Adaptive Prefetching Method for Web Caches Jaeeun Jeon, Gunhoon Lee, Ki ong Lee, and Byoungchul Ahn Yeungnam nievrsity, School of Electrical Engineering and Computer Science 201-1 aedong, Gyungsan,

More information

Distributed CoAP Handover Using Distributed Mobility Agents in Internet-of-Things Networks

Distributed CoAP Handover Using Distributed Mobility Agents in Internet-of-Things Networks J. lnf. Commun. Converg. Eng. 15(1): 37-42, Mar. 2017 Regular paper Distributed CoAP Handover Using Distributed Mobility Agents in Internet-of-Things Networks Sang-Il Choi 1 and Seok-Joo Koh 2*, Member,

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 10, October 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Hierarchical Group Data Management Scheme using Priority Information Big Data Environment

Hierarchical Group Data Management Scheme using Priority Information Big Data Environment Indian Journal of Science and Technology, Vol 9(24), DOI: 10.17485/ijst/2016/v9i24/95993, June 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Hierarchical Group Data Management Scheme using Priority

More information

CSC443: Web Programming 2

CSC443: Web Programming 2 CSC443: Web Programming Lecture 20: Web Sockets Haidar M. Harmanani HTML5 WebSocket Standardized by IETF in 2011. Supported by most major browsers including Google Chrome, Internet Explorer, Firefox, Safari

More information

MPEG-7. Multimedia Content Description Standard

MPEG-7. Multimedia Content Description Standard MPEG-7 Multimedia Content Description Standard Abstract The purpose of this presentation is to provide a better understanding of the objectives & components of the MPEG-7, "Multimedia Content Description

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape

A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape , pp.89-94 http://dx.doi.org/10.14257/astl.2016.122.17 A Robust Hand Gesture Recognition Using Combined Moment Invariants in Hand Shape Seungmin Leem 1, Hyeonseok Jeong 1, Yonghwan Lee 2, Sungyoung Kim

More information

Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments

Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments Vol.8, No.3 (2014), pp.223-234 http://dx.doi.org/10.14257/ijsh.2014.8.3.21 Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments Yunsik Son 1, Seman

More information

Expanding ICT Infrastructure for Rural Areas in Korea

Expanding ICT Infrastructure for Rural Areas in Korea Expanding ICT Infrastructure for Rural Areas in Korea Hyongsoon Kim*, Eunyoung Lee** * Digital Infrastructure Division, National Information Society Agency, Seoul, Korea **Dept. of Computer Science, Dongduk

More information

Kaazing. Connect. Everything. WebSocket The Web Communication Revolution

Kaazing. Connect. Everything. WebSocket The Web Communication Revolution Kaazing. Connect. Everything. WebSocket The Web Communication Revolution 1 Copyright 2011 Kaazing Corporation Speaker Bio John Fallows Co-Founder: Kaazing, At the Heart of the Living Web Co-Author: Pro

More information

The Web of Things. Breakout session on service descriptions. Dave Raggett, W3C 1/27

The Web of Things. Breakout session on service descriptions. Dave Raggett, W3C 1/27 The Web of Things Breakout session on service descriptions Dave Raggett, W3C 1/27 The Web of Things A huge variety of potential application domains including... 2/27 Perils of Fragmentation Advances in

More information

Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid

Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid To cite this article: Zhibin Yin et al 2018

More information

OSI Transport Layer. objectives

OSI Transport Layer. objectives LECTURE 5 OSI Transport Layer objectives 1. Roles of the Transport Layer 1. segmentation of data 2. error detection 3. Multiplexing of upper layer application using port numbers 2. The TCP protocol Communicating

More information

WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games

WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games In-Hwan Kim*, Hoo-Jong Kim*, and Gu-Min Jeong** *Mobile Device Development Team 1, Mobile Device & Access

More information

Runtime Model Based Approach to Smart Home System Development

Runtime Model Based Approach to Smart Home System Development Runtime Model Based Approach to Smart Home System Development Kaidong Wu 1, Xiao He 2, Xing Chen 3, and Gang Huang 1 1 Peking University, Beijing 100871, China {wukd94, hg}@pku.edu.cn 2 University of Science

More information

The Comparative Software Reliability Cost Model based on Generalized Goel-NHPP Model

The Comparative Software Reliability Cost Model based on Generalized Goel-NHPP Model Vol.67 (Software 204), pp.96-00 http://dx.doi.org/0.4257/astl.204.67.23 The Comparative Software Reliability Cost Model based on Generalized Goel-NHPP Model Hee-Cheul Kim, Jeong-Beom Kim 2 Department of

More information

Automated Extraction of Large Scale Scanned Document Images using Google Vision OCR in Apache Hadoop Environment

Automated Extraction of Large Scale Scanned Document Images using Google Vision OCR in Apache Hadoop Environment Automated Extraction of Large Scale Scanned Images using Google Vision OCR in Apache Hadoop Environment Rifiana Arief, Achmad Benny Mutiara, Tubagus Maulana Kusuma, Hustinawaty Information Technology Gunadarma

More information

Subway : Peer-To-Peer Clustering of Clients for Web Proxy

Subway : Peer-To-Peer Clustering of Clients for Web Proxy Subway : Peer-To-Peer Clustering of Clients for Web Proxy Kyungbaek Kim and Daeyeon Park Department of Electrical Engineering & Computer Science, Division of Electrical Engineering, Korea Advanced Institute

More information

Mobile SCTP for IP Mobility Support in All-IP Networks

Mobile SCTP for IP Mobility Support in All-IP Networks Mobile SCTP for IP Mobility Support in All-IP Networks Seok Joo Koh sjkoh@cs.knu.ac.kr Abstract The Stream Control Transmission Protocol (SCTP) is a new transport protocol that is featured multi-streaming

More information

A Review on Security in Smart Grids

A Review on Security in Smart Grids International Journal of Allied Practice, Research and Review Website: www.ijaprr.com (ISSN 2350-1294) A Review on Security in Smart Grids Jeetu Sharma, Partha Pratim Bhattacharya and V K Jain College

More information

Abnormal Data Detection with CEP Engine for Smart Factory

Abnormal Data Detection with CEP Engine for Smart Factory , pp.1-5 http://dx.doi.org/10.14257/astl.2017.145.01 Abnormal Data Detection with CEP Engine for Smart Factory Won-chang Lee 1, Jae-Han Cho 2 and LeeSub Lee 3 1,2,3 Kumoh National Institute of Technology

More information