• Title/Summary/Keyword: User Application Information

Search Result 2,389, Processing Time 0.039 seconds

Performance Analysis and Architecture Proposal of IMS based OMA BCAST for 3Screens Service (3Screens 서비스를 위한 IMS 기반 OMA BCAST 구조 제안 및 성능 평가)

  • Hwang, Sung-Oh;Kim, Kyung-Min;Lee, Jai-Yong
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.34 no.11B
    • /
    • pp.1245-1253
    • /
    • 2009
  • Since 2000, the demand for multimedia content consumption has been continuously increasing. The research and standardization for the mobile broadcast service has been done to deliver multimedia contents to the huge number of users with the minimum cost. A few commercial services started after the related standards were released. We call this mobile broadcast service the 1st generation service. Now, many experts are researching and developing the technologies for 3Screens(TV, PC, and Mobile) Services that an user can enjoy multimedia contents at every place with the various networks and devices. To enable this service, two main technical areas exist. The first is a core network technology that can support the various access network and the second is a common application layer technology. To resolve these technical areas, we propose IMS(IP Multimedia Subsystem) based OMA BCAST(Open Mobile Alliance Mobile Broadcast Service Enabler Suite) as the technical solution for 3 Screen Services in the paper. In addition, we propose application layer multicast that is enable to implement IMS based OMA BCAST to the existing network with the minimum cost. Finally, we show how we can save the implementation cost of IMS based OMA BCAST with the simulation results.

Generic User Interface Model for Multi-Platform (다중플랫폼을 위한 제너릭 사용자 인터페이스 모델)

  • Kang, Hyo-Woon;Kim, Jin-Deog
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.12
    • /
    • pp.2926-2932
    • /
    • 2014
  • Smart Phone market consists of several platforms such as Windows Phone, Apple iOS and Android of Google. Each platform uses different coding style respectively. Platform-dependent application results in high cost and low code reusability during development of application. It also provides heterogeneous display forms to users. In this paper, we propose a platform-independent generic interface model that could be operated in both the various smart phones and PC. Because the proposed model provides the same UI on multiple platforms, users can operate applications without awkwardness. The model includes a module which copes with the changes of the resolutions in various platforms and a module which switches scenes of each application for performance improvement. Moreover, a module which connects DB is also proposed in order to overcome the difference of way to store data in each platform. The implementation results show that the difference of display and operating manner in any hetero-platform is eliminated.

A study on Development of Remote Vehicle Fault Diagnostic System (원격 자동차 고장 진단 시스템 개발에 대한 연구)

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.224-227
    • /
    • 2015
  • Data transmission via the car driver's tethered smart phone may have a volume-dependent billing in case car driver' phone transmits data in real-time to the remote data center. The on-board diagnosis data generated are temporary stored locally to mobile remote diagnosis application on the car driver's phone, and then transmit to the data center later when car driver connects to the Internet. To increase the easiest of using the remote vehicle application without blocking other tasks to be executing on the cloud, node.js stands as a suitable candidate for handling tasks of data storage on the cloud via mobile network. We demonstrate the effectiveness of the proposed architecture by simulating a preliminary case study of an android application responsible of real time analysis by using a vehicle-to- smart phones applications interface approach that considers the smart phones to act as a remote user which passes driver inputs and delivers output from external applications. In this paper, we propose a study on development of Remote Vehicle fault diagnostic system features web server architecture based event loop approach using node.js platform, and wireless communication to handle vehicle diagnostics data to a data center.

  • PDF

A Study on Automatic Generation Method of DDS Communication Class to Improve the Efficiency of Development of DDS-based Application Software (DDS 기반 응용 SW 개발의 효율성 향상을 위한 DDS 통신 클래스 자동생성 방법 연구)

  • Kim, Keun-hee;Kim, Ho-nyun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.05a
    • /
    • pp.93-96
    • /
    • 2017
  • DDS (Data Distribution Serivce) communication middleware is spreading to various private sector as well as the defense sector because it can obtain a very high application effect in a complex system environment in which a plurality of data producers and data consumers are connected by a network. However, application development using DDS middleware is an inefficient structure with a lot of repetitive codes because most users perform 1: 1 mapping with the message they want to exchange. Accordingly, the user has to perform unnecessary repetitive tasks as the topic increases. Therefore, a development support tool that identifies a series of processes required for using DDS middleware and automatically generates the classes that are repeated by Topic is required. In this paper, we propose a method for DDS communication by automatically generating a common class for efficient use of DDS middleware.

  • PDF

A Study of Attacks to Bypass CFI on Android Application Environment (안드로이드 애플리케이션 환경에서 CFI 우회 공격기법 연구)

  • Lee, Ju-yeop;Choi, Hyoung-kee
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.30 no.5
    • /
    • pp.881-893
    • /
    • 2020
  • CFI(Control Flow Integrity) is a mitigation mechanism that protects programs by verifying control flows. IFCC(Indirect Function Call Checks) and SCS(Shadow Call Stack), CFI supported by LLVM Clang compiler, were introduced to protect applications in Android. IFCC protects function calls and SCS protects function returns. In this paper, we propose attacks to bypass CFI on the application environment with IFCC and SCS. Even if IFCC and SCS were applied to user applications, it was confirmed that there were many code segments not protected by IFCC and SCS in the application memory. We execute code in CFI unprotected segments to construct 1) bypassing IFCC to call a protected function, 2) modulating return address via SCS bypass. We identify code segments not protected by IFCC and SCS in Android10 QP1A. 191005.007.A3. We also implement proof-of-concept exploits to demonstrate that modulation of control flow is possible in an environment where IFCC and SCS are applied.

Implementation of a Software Streaming System Using Pagefault Interrupt Routine Hooking (페이지폴트 인터럽트 루틴 후킹을 이용한 소프트웨어 스트리밍 시스템 구현)

  • Kim, Han-Gook;Lee, Chang-Jo
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.14 no.2
    • /
    • pp.8-15
    • /
    • 2009
  • The need for ASP(Application Service Provider) has evolved from the increasing costs of specialized software that have far exceeded the price rage of small to medium sized businesses. There are a lot of technologies that make ASP possible, and software streaming service is one of them Software streaming is a method for overlapping transmission and execution of stream-enabled software. The stream-enabled software is able to run on a device even while the transmission/streaming of the software may still be in progress. Thus, a user does not have to wait for the completion of the software's download prior to starting to execute the software. In this paper, we suggest the new concept of software streaming system implement using the PageFault Interrupt Routine Hooking. As it is able to efficiently manage application, we do not have to install the entire software. In addition, we can save hardware resources by using it because we load basic binaries without occupying the storage space of the hardware.

Users' Status Quo Bias in the Mobile Application Context : From the Myopic Loss Aversion Perspective (근시안적 손실회피 관점에서 본 모바일 애플리케이션 사용자의 현상유지 편향에 관한 연구)

  • Park, Sang-Cheol
    • The Journal of Information Systems
    • /
    • v.24 no.2
    • /
    • pp.189-208
    • /
    • 2015
  • Purpose While individuals have unique abilities for planned behavior, they also often act irrationally. In this study, we draw on myopic loss aversion perspective as a meta-theoretical lens to explain why mobile applications users have inertia from updating their applications, ultimately leading them to use current version of applications. Design/methodology/approach Based on a survey of 219 users, this study conducts its research model using partial least square analysis and also demonstrates that both subconscious triggers (habit and anxiety) of system 1 thinking and conscious triggers (sunk cost and transition cost) of system 2 thinking promotes user's inertia, thus leading to the willness to continue use current versions. Findings By grounding the research model in the combination of both status quo bias and dual information processing theory from the behavioral economics, this study provide an alternative theoretical lens to describe why mobile users hesitate to update their applications. The results of this research show that all triggers have significant impacts on inertia. This study also found that the relationship between inertia and willingness to continue to use current version was positively significant.

Development of Location Information Service App Using an Open Source for Augmented Reality (증강현실용 오픈소스를 이용한 위치정보 서비스 앱의 개발)

  • Son, Jeong-Gi;Joo, Bok-Gyu
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.13 no.1
    • /
    • pp.267-272
    • /
    • 2013
  • Augmented Reality(AR) is one of branch of virtual reality computer graphics techiniques that places images of both the real environments and virtual graphic objects over the user's view of the world. Recently, useful apps are being developed using the AR techniques. We developed the location information service app by applying AR techniques. We used the open source 'Mixare' for AR application development for smartphones. This paper presents the design and development of the app 'Go-To-Hongdae~' that shows street views and related detailed information in real-time about buildings around our campus.

An Adaptive FEC Mechanism Using Crosslayer Approach to Enhance Quality of Video Transmission over 802.11 WLANs

  • Han, Long-Zhe;Park, Sung-Jun;Kang, Seung-Seok;In, Hoh-Peter
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.4 no.3
    • /
    • pp.341-357
    • /
    • 2010
  • Forward Error Correction (FEC) techniques have been adopted to overcome packet losses and to improve the quality of video delivery. The efficiency of the FEC has been significantly compromised, however, due to the characteristics of the wireless channel such as burst packet loss, channel fluctuation and lack of Quality of Service (QoS) support. We propose herein an Adaptive Cross-layer FEC mechanism (ACFEC) to enhance the quality of video streaming over 802.11 WLANs. Under the conventional approaches, FEC functions are implemented on the application layer, and required feedback information to calculate redundancy rates. Our proposed ACFEC mechanism, however, leverages the functionalities of different network layers. The Automatic Repeat reQuest (ARQ) function on the Media Access Control (MAC) layer can detect packet losses. Through cooperation with the User Datagram Protocol (UDP), the redundancy rates are adaptively controlled based on the packet loss information. The experiment results demonstrate that the ACFEC mechanism is able to adaptively adjust and control the redundancy rates and, thereby, to overcome both of temporary and persistent channel fluctuations. Consequently, the proposed mechanism, under various network conditions, performs better in recovery than the conventional methods, while generating a much less volume of redundant traffic.

Study of Information Transmission System for Visually Impaired (시각 장애인을 위한 정보전송 시스템 연구)

  • Lee, Seo-Young;Choi, Jong-Yeob;Ahn, Sang-Jun;Kim, Jeong-Hun;Park, Yong Wook
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.12 no.6
    • /
    • pp.1227-1232
    • /
    • 2017
  • In this study, we have studied a system to reduce the inconvenience and the accident rate at the intersection when the visually impaired use traffic information by using pressure sensor and ultrasonic sensor. By using the pressure sensor to light the strip LED, the driver recognizes the pedestrian, thereby reducing the accident rate. In addition to the pedestrian signal light information, the ultrasonic sensor and Bluetooth transmit the bus position information to the application so that the user can listen to the voice.