• Title/Summary/Keyword: Gateway Server

Search Result 267, Processing Time 0.037 seconds

Distributed Functional Model of WAP Gateway and WAP Server (WAP Gateway와 WAP Server의 기능 분산 모델)

  • Won, D.H.;Chu, S.W.;Oh, J.S.;Lee, J.Y.
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05b
    • /
    • pp.1481-1484
    • /
    • 2003
  • WAP은 WAP Form에서 제정한 무선 환경에서의 데이터 통신을 위한 표준 프로토콜이다. WAP에서는 WAP Gateway에 상이한 두 프로토콜의 변환 기능뿐만 아니라 컨텐츠의 Encoding/Decoding을 통한 데이터의 압축을 제안하고 있다. 이는 무선 단말기의 낮은 CPU 속도, 적은 메모리, 제한된 전력, 제한된 화면 등의 제약과 무선통신으로 인한 광대역폭을 최대한 활용하기 위해서이다. 그러나 많은 기능을 WAP Gateway에서 모두 담당하므로 여기서 발생하는 오버헤드로 인한 문제와 종단간 보안 문제가 발생하게 된다. 본 논문에서는 이러한 문제를 해결하기 위해 기존의 WAP Server 에 WAP Gateway의 기능을 분산한 새로운 형태의 WAP Server와 WAP Gateway를 제안하고자 한다.

  • PDF

Development of a Gateway System for Social Network Services

  • Kwon, Dongwoo;Jung, Insik;Lee, Shinho;Kim, Hyeonwoo;Ju, Hongtaek
    • Journal of Communications and Networks
    • /
    • v.17 no.2
    • /
    • pp.118-125
    • /
    • 2015
  • In this paper, we propose a method to reduce mobile social network services (SNSs) traffic using a mobile integrated SNS gateway (MISG) to improve network communication performance between the mobile client and SNS servers. The gateway connects the client and SNS servers using the contents adapter and the web service adapter and helps to improve communication performance using its cache engine. An integrated SNS application, the user's client, communicates with the gateway server using integrated SNS protocol. In addition, the gateway can alert the client to new SNS contents because of the broker server implemented by the message queuing telemetry transport protocol. We design and develop the modules of the gateway server and the integrated SNS application. We then measure the performance of MISG in terms of content response time and describe the result of the experiment.

IWAP : WAP Gateway/Server Integrated Platform (IWAP : WAP 게이트웨이/서버 통합 플랫폼)

  • 오태안;송병권;이상구
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10c
    • /
    • pp.129-131
    • /
    • 2000
  • 최근 무선 인터넷 서비스에 대한 관심이 고조되면서 관련 기술 개발이 활발히 진행되고 있다. 현재 가장 유력한 국제표준 중 하나로 인식되어 가고 있는 WAP(Wireless Application Protocol)의 규격에 따르면 이동 단말과 WAP 서버는 WAP Gateway를 통하여 통신하도록 되어 있다. 본 논문은 리눅스 기반으로 WAP Gateway와 Server가 통합적으로 지원되는 IWAP 플랫폼의 설계 및 구현에 것이다. 제안된 IWAP 플랫폼은 WAP Gateway JABA 기반의 Server 개발환경, WML Tool-Kit 및 MUI(Management User Interface)등 크게 4개의 모듈로 구성되고, 베어러(bearer) 망으로 SMSC(Short Message Service Center)나 CSD(Circuit Switched Data) 라우터를 고려하였다.

  • PDF

A Design and Implementation of WAP Gateway/server Integration Structure based on Linux (LINUX 기반 WAP 게이트웨이/서버 통합구조의 설계 및 구현)

  • Song, Byung-Kwen;Oh, Tae-An
    • The KIPS Transactions:PartC
    • /
    • v.10C no.2
    • /
    • pp.209-216
    • /
    • 2003
  • As the interest in the wireless internet services is increasing recently, the related technology development is in active progress. According to WAP (Wireless Application Protocol) specification which is currently considered as one of the most powerful international standardizations, mobile terminal and WAP server are supposed to communicate through WAP Gateway. This paper is about the design and implementation of IWAP platform where WAP Gateway and Server are integrated and supported based on Linux. The proposed WAP platform broadly consists of four modules like WAP Gateway, JAVA based Server development environment, WML Tool-Kit, and MUL (Management User Interface) and for bearer network, SMSC (Short Message Service Center) and CSD (Circuit Switched Data) router are considered.

Performance Evaluation of Node.js for Web Service Gateway in IoT Remote Monitoring Applications

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • International Journal of Advanced Culture Technology
    • /
    • v.4 no.3
    • /
    • pp.13-19
    • /
    • 2016
  • The growth of mobile devices in Internet of Things (IoT) leads to a number of remote and controlling system related IoT applications. For instance, home automation controlling system uses client system such web apps on smartphone or web service to access the home server by sending control commands. The home server receives the command, then controls for instance the light system. The web service gateway responsible for handling clients' requests attests an internet latency when an increasing number of end users requests submit toward it. Therefore, this web service gateway fails to detect several commands, slows down predefined actions which should be performed without human intervention. In this paper, we investigate the performance of a web server-side platgorm based event-driven, non-blocking approach called Node.js against traditional thread-based server side approach to handle a large number of client requests simultaneously for remote and controlling system in IoT remote monitoring applications. The Node.JS is 40% faster than the traditional web server side features thread-based approach. The use of Node.js server-side handles a large number of clients' requests, then therefore, reduces delay in performing predefined actions automatically in IoT environment.

Addressing Concurrency Design for HealthCare Web Service Gateway in Remote Healthcare Monitoring System

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • International journal of advanced smart convergence
    • /
    • v.5 no.3
    • /
    • pp.32-39
    • /
    • 2016
  • With the help of a small wearable device, patients reside in an isolated village need constant monitoring which may increase access to care and decrease healthcare delivery cost. As the number of patients' requests increases in simultaneously manner, the web service gateway located in the village hall encounters limitations for performing them successfully and concurrently. The gateway based RESTful technology responsible for handling patients' requests attests an internet latency in case a large number of them submit toward the gateway increases. In this paper, we propose the design tasks of the web service gateway for handling concurrency events. In the procedure of designing tasks, concurrency is best understood by employing multiple levels of abstraction. The way that is eminently to accomplish concurrency is to build an object-oriented environment with support for messages passing between concurrent objects. We also investigate the performance of event-driven architecture for building web service gateway using node.js. The experiments results show that server-side JavaScript with Node.js and MongoDB as database is 40% faster than Apache Sling. With Node.js developers can build a high-performance, asynchronous, event-driven healthcare hub server to handle an increasing number of concurrent connections for Remote Healthcare Monitoring System in an isolated village with no access to local medical care.

The IoT Implementation Technology for e-Health Device Connection (e-Health장비 연결을 위한 IoT구현기술)

  • Yoo, Jinho
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.8 no.5
    • /
    • pp.394-399
    • /
    • 2015
  • This paper is a study related to connecting to medical device in IoT environment for e-Health Implementation. The implementation environment of this paper consists of sensing device node, gateway and its server. The information from medical devices on sensor node is transferred to gateway. The gateway transfers the information from their devices into the server and the server saves their transferred information. The medical information from medical devices is ready to use in making medical decision which is saved in database. In this paper, we connected the gateway to the commercial sensor node for implementing gateway functions. We studied and implemented how their network entities communicate each other.

SCTS Conformance Test for OMA DS Standard for an Embedded Data Synchronization Gateway (임베디드 자료동기화 게이트웨이를 위한 OMA DS 표준 SCTS 적합성 테스트)

  • Pak, Ju Geon;Park, Kee Hyun
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.5 no.4
    • /
    • pp.217-224
    • /
    • 2010
  • Nowadays, people perform their tasks anywhere anytime using their mobile devices. For this reason, data synchronization (DS) between mobile devices and a central server has become one of the most essential technologies in mobile environments. Currently, several mobile DS protocols are proposed and used. However, the existing DS protocols cannot guarantee interoperability between them. To solve the problem, an embedded DS gateway has been developed in our previous study. The gateway runs on a Windows Mobile-based emulator. It converts data on a mobile device into common data specified by OMA DS standard protocol and vice versa. The embedded gateway has been built to support the OMA DS standard protocol. In order to verify that the embedded gateway conforms to the OMA DS standard protocol, two kinds of OMA conformance tests have to be conducted - interoperability test with an OMA DS-based server and conformance test with SCTS (SyncML Conformance Test Suit). In this paper, some parts of the gateway previously built are modified and the modified gateway is installed on a Windows Mobile-based smart phone. And the interoperability test and the conformance test with the SCTS are conducted. The results of the tests show that the embedded DS gateway operates properly on the Windows Mobile-based smart phone and that the gateway passes the tests, verifying its conformity to the OMA DS standard protocol. In addition, DS performance tests show that DS delay times between a real smart phone and a DS server increase gently as the number of DS data increases. In other words, the embedded DS gateway built in this paper can be used for a real smart phone at a reasonable performance cost.

Design of Home Gateway Architecture for Efficient Multimedia distribution in Home Network (홈 네트워크에서 멀티미디어의 효율적 분배를 위한 홈 게이트웨이 구조 설계)

  • Lee Dongwook;Han Sangwoo;Lee Chulho;Kim JongWon;Cho Chunglae;Jun Yong-il
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.6B
    • /
    • pp.355-368
    • /
    • 2005
  • The need for a unified data communication for home digital devices and realtime multimedia services in home network has led to recent research on home gateway over the broadcasting and communication convergence network. In this paper, we discuss requirement for such home gateway design and define services that the home gateway provides. Then, we propose a home gateway architecture aimed to efficient multimedia distribution for heterogeneous devices in the home network. The proposed home gateway has a role of protocol gateway, media server, and media trans-coder. Finally, we show the feasibility of the proposed home gateway in several multimedia distribution scenario.

Implementation and Performance Analysis of Web Service Adapter for Integrated SNS Gateway (통합 SNS 게이트웨이를 위한 웹 서비스 어댑터 구현 및 성능 분석)

  • Jung, Insik;Kim, Hyeonwoo;Kwon, Dongwoo;Ju, Hongtaek
    • Journal of Internet Computing and Services
    • /
    • v.15 no.1
    • /
    • pp.135-142
    • /
    • 2014
  • In this paper, we present integrated SNS Gateway as way to reduce mobile SNS traffic. Integrated SNS gateway's role is communication broker that located between mobile clients and SNS server. In Integrated SNS gateway, web service adapter communicates with SNS Server. Experiment was performed in aspects of contents RTT and network traffic. We evaluate and propose performances of integrated SNS gateway using gateway.