Telematics Transport Gateway for Telematics Systems. Independent on Mobile Networks

Size: px
Start display at page:

Download "Telematics Transport Gateway for Telematics Systems. Independent on Mobile Networks"

Transcription

1 Telematics Transport Gateway for Telematics Systems Independent on Mobile Networks Chul-Su Kim 1 *, Jongik Kim, Woo-Yong Han, and Oh-Cheon Kwon 1. Electronics and Telecommunications Research Institute, KOREA 161 Gajeong-dong, Yuseong-gu, Daejon, KOREA FAX: : , TEL: {chulsu1*, jongik.kim, wyhan, ockwon}@etri.re.kr Jin-Ho Song 2 2. UBIST CO., LTD. KOREA 7F Duwon B/D Sinsa-Dong, Kangnam-Gu, Seoul, KOREA FAX: : , TEL: kkrut@ubist.com ABSTRACT In this paper, we describe the telematics transport gateway which is an important part of the suggested open telematics system. We added more functionalities to the telematics gateway for more efficient management of sessions, protocols and services using various data transport protocols providing various telematics services simultaneously. Our telematics transport gateway gives service developers a transparent data transport method which enables them to use various protocol such as TCP, HTTP, SMS and enables them to develop service applications without knowing about an underlying mobile network technology and detailed methods. INTRODUCTION Many existing telematics systems have been dependently developed and provided on specific systems of a mobile network. We adapted the telematics gateway and framework [1] as an open telematics systems architecture to solve the dependency problems in our study. The suggested open telematics systems have client-gateway-server architecture to provide users with their services, in which data transport is a vital factor. It is necessary to support various ways of data transport methods considering the telematics services to improve the 1

2 quality of the services. However, it is a big burden for telematics service developers to understand various data transport methods fully and to implement them. With our telematics transport gateway, service developers and service providers can develop and provide services more easily and stably. Telematics service providers can use more than one transport protocols such as TCP, HTTP and SMS in one telematics service. When a service uses more than one transport methods, the service should maintain a service session. However it is not easy for service developers to write a service to maintain only one session using several transport protocols because it usually manage sessions on the transport layer. Therefore we put an application level session manager into the telematics transport gateway to solve the problem. In the suggested open telematics system which we adopted, the telematics gateway is placed between telematics terminals and telematics service servers. Telematics terminals connect to the telematics gateway to be provided services by many service servers. Therefore we put a service router into the telematics transport gateway to provide an efficient service management method. In the next section of this paper, we show the gateway and framework for telematics system which we took as an open telematics system. In the next section, we describe the architecture of the telematics transport gateway and its protocol. And in the next section, we show example services which was developed with the telematics transport gateway technology. And then finally we go to conclusion. THE GATEWAY AND FRAMEWORK FOR TELEMATICS SYSTEMS Many existing telematics server systems consist of server applications, a short messaging service center (SMSC) connection component, the related servers connection component, HTTP, and TCP/IP. The server application provide client applications in a vehicle with telematics services such as emergency service, remote door unlocking, and remote vehicle diagnostic service through the wireless application protocol(wap) gateway in a mobile network. If a telematics server system uses a WAP 2.0 gateway in the mobile network to provide services to telematics terminals, the services deeply depend on the mobile network. The services should be modified when they are deployed in other mobile networks. And the services should follow principles which mobile network providers suggest regardless service providers want to or not. To solve the problems, it has been suggested that the telematics gateway be placed in the system of service providers including the wireless optimized TCP, 2

3 the wireless optimized HTTP, the SMS Gateway, the Push Module and the Framework as shown in Figure 1. Figure 1. Telematics System independent on the Mobile Network The Gateway The gateway enables developers to write the telematics server applications which can be operated regardless of the gateway of the mobile network. It also enable developers to write applications without knowing about the interfaces of mobile networks which are related to the authentication and billing systems, and about details to integrate the related servers such as the E911 rescue server, the police reporting server and the traffic information distribution server. The Framework The developers can write applications without knowing about details to integrate the related servers distributed in networks using APIs which the framework supports. The framework supports various connection components which can connect telematics server applications into external related server applications. THE TELEMATICS TRANSPORT GATEWAY The telematics transport gateway manages data transport between telematics servers and 3

4 terminals through the Internet and mobile network. It has three gateways for data transport using TCP, HTTP and SMS, a service router which receives service requests from terminals and brings them to pre-registered service servers, and a session manager which manages session information based on services no matter which transport methods applications use. We developed our gateway trying to reduce redundant code. So, we defined some common gateway functions and the functions for TCP, HTTP and SMS separately and implemented all functions in one component with four blocks called Gateway Framework. Gateway Framework runs with some profiles which have lists of the functions and configurations for their protocols. Therefore, if Gateway Framework loads TCP profile, it works as a TCP Gateway and others do as the same way. Figure 2. Telematics Transport Gateway for telematics services Telematics Gateway Framework Telematics gateway framework consists of four blocks as depicted in Figure 3. Gateway common block is a set of interfaces which are used by all other blocks in common and should be implemented by other blocks. There are four kinds of interfaces in common function block, which are configuration interfaces to load and process configuration files and profiles, thread interfaces to use multi-threading environment and network interfaces to communicate with telematics terminals and servers. Service block is a set of modules which manages application level session, connections to distributed system, legacy systems and pre-registered services. Transport block is a set of modules which attach or detach the transport gateway header to data, manage an inter-operation with authentication and billing agent, and load profiles to set the gateway with them. Gateway service block takes the role of the communicator with 4

5 telematics terminals and servers. Configuration Gateway Framework Common Function Block Thread Network Session Information Service Information Service Block Session Transport Block Encode/Decode TCP Profile Content Auth/Bill HTTP Profile Service Server Service Gateway Service Block Profile Client Service SMS Profile Figure 3. The architecture of Telematics Transport Gateway with Profiles The Gateway Protocol for Service Router The gateway protocol is used to communicate service servers and terminals with the telematics gateway. Terminals and service servers exchange messages with the telematics gateway according to the protocol which can be processed by the gateway. The gateway protocol consists of header and body. Header includes the protocol version, service id, message type, terminal number and page information for segmentation and aggregation. Body includes actual message to be sent by servers or terminals. The gateway uses service ids and terminal numbers as keys to handle authentication and sessions. And it also uses service ids to determine that which service server should answer for the received message. Finally it uses message type to process billing and to determine if the session is closed. Octet Protocol Version Page Flag 2 Service ID reserved 3 Message ID 4 Message Type 5 Mobile Number 11 Current Page No 12 Validity Time 16+ Body Length End Flag Table 1. The gateway protocol header for service routing 5

6 Integrated Session The session handled by the integrated session manger of the telematics transport gateway is maintained during the life cycle of the service from the service server. With the integrated session management, seamless services are possible regardless of using various transport methods for a certain service. Figure 4. Integrated Session Session Model Life Cycle The session manager uses four session statuses to determine the start and the end of the service when the gateway receives service requests. The four session statuses and the meanings of them are followed. Session Invocation This status means that the gateway has received a request with an identifier meaning the start of the service. And then the gateway determines if it is a proper request through user authentication. If session information exists, the session manager will deletes the existing session information and change the status of the previous session into session termination using a query. Session Creation In a status of session invocation, if session information does not exist, the session manager 6

7 will create a new session and put session information into the session database. The session information includes session id, service id, the last query time for the session, authentication information, billing information, transport type, session status and so on. Session Query & Update The session information is created when a service starts and it is provided when there is a request querying the session information in the service. When service has ended, the session manager updates the last query time. Session Termination The session is terminated under following conditions. - The value of the timeout field of the session information exceeds the timeout limit. - The session manager receives a message meaning the end of the service - The session manager receives a request message with an identifier meaning service start and the previous session is not yet closed. TELEMATICS SERVICES DEVELOPED WITH TELEMATICS TRANSPORT GATEWAY Figure 5. The Telematics Services 7

8 We developed some telematics services based on the suggested open telematics system architecture with the telematics transport gateway to verify its usefulness, convenience, stability and so on. We put the telematics transport gateway under the processor of Worldwide Telematics Protocol which is a service application protocol defined by ETRI as a data transport component. We developed a push service using SMS and HTTP protocol and a mobile office service, an advertisement service and a POI service [2] using TCP protocol. CONCLUSIONS In this study we have developed the telematics transport gateway which has the following useful aspects. First, it provides services developers with a transparent data transport method which enables them to write applications without knowing about an underlying mobile network technology and detailed method. Second, it supports various transport methods such as TCP, HTTP and SMS, therefore developers can choose the best method for their services. Third, it has an integrated session management method which enables developers focus only on their service session regardless of which method they are using for data transport. REFERENCE [1] Woo-Yong Han, Oh-Cheon Kwon, Jong-Hyun Park, Ji-Hoon Kang A Gateway and Framework for Interoperable Telematics Systems Independent on Mobile Networks ETRI Journal, vol. 27, no. 1, pp , Feb., [2] Jong-Woo Choi, Woo-Yong Han, Chul-Su Kim, O-Cheon Kwon Open Telematics Services Deployment on the Gateway and Framework independent on Mobile Networks, Proc. of the 2005 international conference on wireless networks, pp , Las Vegas, USA, June [3] Yuka Gomi and Richard J. Weiland An Open Platform for Telematics, Proc. of the ITS World Congress 2005, Nagoya, Japan, Oct [4] North American Passenger Vehicle Telematics and Remote Vehicle Diagnostics markets Frost & Sullivan, Apr.,

The Interoperability of Location-Tracking Service based on Geographic Information

The Interoperability of Location-Tracking Service based on Geographic Information The Interoperability of Location-Tracking Service based on Geographic Information Do Hyun KIM and Byung Tae JANG, Korea Key words: Interoperability, Location-Tracking, GIS SUMMARY Tracking Service based

More information

Mobile IPv6 Security while traversing a NAT

Mobile IPv6 Security while traversing a NAT Mobile Pv6 Security while traversing a NAT Geon-Woo Kim, Jong-Wook Han, Dong-1 Seo Electronics and Telecommunications Research nstitute 161 Gajeong-Dong Yuseong-Gu Daejeon, KOREA Abstract- The mobile Wv6

More information

The XVC Framework for In-Vehicle User Interfaces

The XVC Framework for In-Vehicle User Interfaces T.J. Watson Research Center and Ubiquitous Computing Laboratory The XVC Framework for In-Vehicle User Interfaces Jonathan Munson IBM T.J. Watson Research Center Young Ju Tak IBM Ubiquitous Computing Laboratory,

More information

IP Mobility Support with a Multihomed Mobile Router

IP Mobility Support with a Multihomed Mobile Router IP Mobility Support with a Multihomed Mobile Router Hee-Dong Park 1, Dong-Won Kum 2, Yong-Ha Kwon 2, Kang-Won Lee 2, and You-Ze Cho 2 1 Department of Computer Engineering, Pohang College, Pohang, 791-711,

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P802.15 Working Group for Wireless Personal Area Networks N (WPANs) Submission Title: [ETRI MAC Proposal on Color Packet ] Date Submitted: [23 September, 2009] Source: [Ill Soon Jang, Tae-Gyu

More information

A Fast Handoff Scheme Between PDSNs in 3G Network

A Fast Handoff Scheme Between PDSNs in 3G Network A Fast Handoff Scheme Between PDSNs in 3G Network Jae-hong Ryu 1 and Dong-Won Kim 2, 1 Electronics and Telecommunications Research Institute (ETRI) 161 Gajeong-dong, Yuseong-gu, Daejeon, 305-350, Korea

More information

USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006

USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006 USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006 Hyeyeon Kwon, Kyung-yul Cheon, Kwang-hyun Roh, Aesoon Park Electronics and Telecommunications Research Institute 161, Gajeong-dong,

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

Seamless Multicast Handover in PMIPv6-based Wireless Networks

Seamless Multicast Handover in PMIPv6-based Wireless Networks Seamless Multicast Handover in PMIPv6-based Wireless Networks Moneeb Gohar*, Seok Joo Koh*, Tae-Won Um**, Hyun-Woo Lee** *School of Computer Science and Engineering, Kyungpook National University **Electronic

More information

Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling

Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.4, April 2007 173 Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling Pyung-Soo Kim 1 and Yong-Jin

More information

May doc.: IEEE Submission Title: [MAC for IEEE ]

May doc.: IEEE Submission Title: [MAC for IEEE ] Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: [MAC for IEEE802.15.6] Date Submitted: [April 29, 2009] Source: [Hyung-il Park 1, Sung-weon Kang 1, Youngmi Kwon 2

More information

Design of IP Sharing Device for Multimedia Streaming using UDP Datagram Switching Mechanism

Design of IP Sharing Device for Multimedia Streaming using UDP Datagram Switching Mechanism Design of IP Sharing Device for Multimedia Streaming using UDP Datagram Switching Mechanism Jong Wook Nam*, Kam Yong Kim*, Kee Sung Cho**, Hwa Suk Kim**, Seong Gon Choi* *School of Electrical & Computer

More information

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Jeong-Mi Kim 1, Oh-Han Kang 2, Jae-Il Jung 3, and Sung-Un Kim 1,4 1 Pukyong National University, 599-1 Daeyeon 3-Dong Nam-Gu, Busan,

More information

A Modeling and Analysis Methodology for DiffServ QoS Model on IBM NP architecture

A Modeling and Analysis Methodology for DiffServ QoS Model on IBM NP architecture A Modeling and Analysis Methodology for DiffServ QoS Model on IBM NP architecture Seong Yong Lim, Sung Hei Kim, Kyu Ho Lee Network Lab., Dept. of Internet Technology ETRI 161 Gajeong-dong Yuseong-gu Daejeon

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

XML and Inter-Operability in Distributed GIS

XML and Inter-Operability in Distributed GIS XML and Inter-Operability in Distributed GIS KIM Do-Hyun and KIM Min-Soo, Republic of Korea Key words: GML(Geography Markup Language), Interoperability, GIS. SUMMARY Web GIS (Geographic Information Systems)

More information

JAGUAR6000 Overview. Transparent Cache for ISP/Telco. Product Planning Team Nov 2013

JAGUAR6000 Overview. Transparent Cache for ISP/Telco. Product Planning Team Nov 2013 Document Code PP-C130913-01 JAGUAR6000 Overview Transparent Cache for ISP/Telco Product Planning Team Nov 2013 INDEX 1. What is JAGUAR6000? 2. JAGUAR6000 Benefits Performance Transparency Scalability Convenience

More information

Seamless Network Mobility Management for Realtime Service

Seamless Network Mobility Management for Realtime Service Seamless Network Mobility Management for Realtime Service Hee-Dong Park, Yong-Ha Kwon, Kang-Won Lee, Sung-Hyup Lee, Young-Soo Choi, Yang Li, and You-Ze Cho School of Electrical Engineering & Computer Science,

More information

A Study on the Communication Agent Model for One-way Data Transfer System

A Study on the Communication Agent Model for One-way Data Transfer System , pp. 161-168 http://dx.doi.org/10.14257/ijsh.2015.9.10.18 A Study on the Communication Agent Model for One-way Data Transfer System Young-Chul Oh 1, Mi-Ran Han 2, Yongtae Shin 3 and Jong-Bae Kim 4* 1

More information

QoS-Adaptive Router Based on Per-Flow Management over NGN 1

QoS-Adaptive Router Based on Per-Flow Management over NGN 1 QoS-Adaptive Router Based on Per-Flow Management over NGN 1 Boyoung Rhee 1, Sungchol Cho 1, Sunyoung Han 1,2, Chun-hyon Chang 1, and Jung Guk Kim 2 1 Department of Computer Science and Engineering, Konkuk

More information

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

More information

Efficient Handoff using Mobile IP and Simplified Cellular IP

Efficient Handoff using Mobile IP and Simplified Cellular IP Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 Efficient Handoff using Mobile IP and Simplified Cellular IP S. Omar School of Surveying & Spatial

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

More information

Ubiquitous based Control and Monitoring in M2M (Mobile to Machine) Environment

Ubiquitous based Control and Monitoring in M2M (Mobile to Machine) Environment Ubiquitous based Control and Monitoring in M2M (Mobile to Machine) Environment DONG-HOON KIM Intelligent Machine Systems Research Center, Korea Institute of Machinery and Materials (KIMM) 171, Jang-dong,

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

Development of Massive Data Transferring Method for UPnP based Robot Middleware

Development of Massive Data Transferring Method for UPnP based Robot Middleware Development of Massive Data Transferring Method for UPnP based Robot Middleware Kyung San Kim, Sang Chul Ahn, Yong-Moo Kwon, Heedong Ko, and Hyoung-Gon Kim Imaging Media Research Center Korea Institute

More information

Proxy Mobile IPv6 (PMIPv6)

Proxy Mobile IPv6 (PMIPv6) Sungkyunkwan University Proxy Mobile IPv6 (PMIPv6) - Grand ICT 연구센터지원사업라이프컴패니온쉽경험을위한지능형인터랙션융합연구 - 무선포함접속방식에독립적인차세대네트워킹기술개발 SDN/NFV 기반의기업유무선통합네트워크를위한액세스기술독립적오픈소스컨트롤러개발 - 자율제어네트워킹및자율관리핵심기술개발생체모방자율제어시스템및자율관리

More information

Context-Aware Vehicular Cyber-Physical Systems with Cloud Support: Architecture, Challenges, and Solutions

Context-Aware Vehicular Cyber-Physical Systems with Cloud Support: Architecture, Challenges, and Solutions Context-Aware Vehicular Cyber-Physical Systems with Cloud Support: Architecture, Challenges, and Solutions Siran Pavankumar(149344152) siranpavankumar@gmail.com Computer Science Department Seoul National

More information

Keywords PMIPv6, Local Mobility Anchor, Mobile Access Gateway, AAA.

Keywords PMIPv6, Local Mobility Anchor, Mobile Access Gateway, AAA. Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Optimized Handover

More information

Guardian PRODUCT BRIEF. Introduction. ... a suite of OAM&P NetApps

Guardian PRODUCT BRIEF. Introduction. ... a suite of OAM&P NetApps PRODUCT BRIEF Guardian... a suite of OAM&P NetApps NetKit Solutions NetApps, include a range of OAM&P application solutions to enhance the effectiveness of the SmartNet ACP platforms in Operational Support

More information

Squire Technologies DIAMETER Case Study

Squire Technologies DIAMETER Case Study Squire Technologies DIAMETER Case Study 1 Integrating an OCS platform to facilitate 3G < > 4G Roaming - The background to DIAMETER DIAMETER is a protocol that provides: Authentication identify the user

More information

FIG 7 Commission Cadastre & Land management

FIG 7 Commission Cadastre & Land management Towards Mobile-service from E-service in Korea FIG 7 Commission Cadastre & Land management 2007. 5. 19~23 Seoul, Korea KCSC Business Development Team Assistant manager Kim Young Hyun Contents Introduction

More information

Point-to-Multipoint Push Requirements

Point-to-Multipoint Push Requirements Point-to-Multipoint Push Requirements Candidate Version 1.0 26 May 2009 Open Mobile Alliance OMA-RD-PTM_Push_V1_0-20090526-C [OMA-Template-Spec-20090101-I] OMA-RD-PTM_Push_V1_0-20090526-C Page 2 (16) Use

More information

Design of Network Dependent Congestion Avoidance TCP (NDCA-TCP) for Performance Improvement in Broadband Networks

Design of Network Dependent Congestion Avoidance TCP (NDCA-TCP) for Performance Improvement in Broadband Networks International Journal of Principles and Applications of Information Science and Technology February 2010, Vol.3, No.1 Design of Network Dependent Congestion Avoidance TCP (NDCA-TCP) for Performance Improvement

More information

Provision of Global Number Portability Using CORBA

Provision of Global Number Portability Using CORBA Provision of Global Number Portability Using CORBA Kyu-Hyung Kim, Dong-Hee Lee, Eun-Ju Ha, and Jong-Tae Park Dept. of Electronic and Electrical engineering Kyungpook National University 1370 Sankyuk-Dong,

More information

TopGlobal MB8000 Hotspots Solution

TopGlobal MB8000 Hotspots Solution MB8000 s MB8000 is a mobile/portable wireless communication gateway. It combines the best of Wi-Fi technology and 2.5G/3G mobile communication technology. WISP can deploy their wireless hotspots with MB8000

More information

Location Management Agent for SCTP Handover in Mobile Network

Location Management Agent for SCTP Handover in Mobile Network Location Management Agent for SCTP Handover in Mobile Network Yong-Jin Lee Department of Technology Education, Korea National University of Education 250 Taesungtapyon-ro, Heungduk-ku, Cheongju, South

More information

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks Hyun-Ho Choi and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science

More information

Next Generation Emergency Communications Intelligent Migration

Next Generation Emergency Communications Intelligent Migration 2010 Texas NENA Conference Next Generation Emergency Communications Intelligent Migration A Well-Managed Path from Enhanced 9-1-1 to Integrated Next Generation 9-1-1 Services Mart D. Nelson Consulting

More information

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0 WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release 8.1.0 WAP9114 Release 8.1.0 Avaya Inc - External Distribution 1. Introduction This document provides

More information

Wireless Access Protocol(WAP) architecture

Wireless Access Protocol(WAP) architecture Wireless Access Protocol(WAP) architecture While the evolution of cellular networks has resulted in many mobile services, such services are primarily for voice. Mobile phone users do have the desire to

More information

Collaboration System using Agent based on MRA in Cloud

Collaboration System using Agent based on MRA in Cloud Collaboration System using Agent based on MRA in Cloud Jong-Sub Lee*, Seok-Jae Moon** *Department of Information & Communication System, Semyeong University, Jecheon, Korea. ** Ingenium college of liberal

More information

Mobile Application Ecosystems

Mobile Application Ecosystems Mobile Application Ecosystems Mika Mannermaa November 14, 2005 T-110.5120 Next Generation Wireless Networks Helsinki University of Technology Delivering Quality Content into the Hands of Mobile Consumers

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

Enhanced Mobility Control in Mobile LISP Networks

Enhanced Mobility Control in Mobile LISP Networks Enhanced Mobility Control in Mobile LISP Networks Moneeb Gohar School of Computer Science and Engineering Kyungpook National University Daegu, South Korea moneebgohar@gmail.com Ji In Kim School of Computer

More information

Building a New World of Mobile Communications

Building a New World of Mobile Communications Carrier Networks Business Building a New World of Mobile Communications The Migration to All- Wireless Networks Todd Landry Vice President Carrier Networks Business 3Com Corporation Worldwide Internet

More information

Connecting Sensor Networks with TCP/IP Network

Connecting Sensor Networks with TCP/IP Network Connecting Sensor Networks with TCP/IP Network Shu Lei, Wang Jin, Xu Hui, Jinsung Cho, and Sungyoung Lee Department of Computer Engineering Kyung Hee University, Korea {sl8132, wangjin, xuhui, sylee}@oslab.khu.ac.kr

More information

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks ICACT Transactions on on the Advanced Communications Technology (TACT) Vol. Vol. 2, 2, Issue Issue 3, 3, May May 2013 2013 233 A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

More information

Performance Comparison of UMTS/WLAN Integrated Architectures with Dynamic Home Agent Assignments

Performance Comparison of UMTS/WLAN Integrated Architectures with Dynamic Home Agent Assignments Performance Comparison of UMTS/WLAN Integrated Architectures with Dynamic Home Agent Assignments R. Surender, G. Sivaradje and P. Dananjayan Department of Electronics and Communication Engineering, Pondicherry

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

Cisco Service Control Overview

Cisco Service Control Overview CHAPTER 1 This chapter provides a general overview of the Cisco Service Control solution. It introduces the Cisco service control concept and capabilities. It also briefly describes the hardware capabilities

More information

Provläsningsexemplar / Preview TECHNICAL REPORT ISO/TR First edition

Provläsningsexemplar / Preview TECHNICAL REPORT ISO/TR First edition TECHNICAL REPORT ISO/TR 13185-1 First edition 2012-05-15 Intelligent transport systems Vehicle interface for provisioning and support of ITS services Part 1: General information and use case definition

More information

Network Traffic Anomaly Detection based on Ratio and Volume Analysis

Network Traffic Anomaly Detection based on Ratio and Volume Analysis 190 Network Traffic Anomaly Detection based on Ratio and Volume Analysis Hyun Joo Kim, Jung C. Na, Jong S. Jang Active Security Technology Research Team Network Security Department Information Security

More information

IEEE C /26. IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/>

IEEE C /26. IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/> 2003-03-09 IEEE C802.20-03/26 Project Title Date Submitted IEEE 802.20 Working Group on Mobile Broadband Wireless Access Architectural Attributes of an IP-based

More information

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS)

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS) NG40 IMS Emulator IMS Emulation for LTE has been added to the ng4t portfolio. The NG40 IMS Emulator is an extension to the NG40 eutran and to the NG40 EPC Emulator. The NG40 eutran Emulator simulates the

More information

Connected Car Solutions Based on IoT

Connected Car Solutions Based on IoT FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Connected Car Solutions Based on IoT With the aim of achieving a prosperous society in which people and vehicles exist in harmony, the

More information

WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning

WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning Jong-Cheol Seo 1, Hyung-Soo Kim 2, Dong-Sik Yun 2, Young-Tak Kim 1, 1 Dept. of Information and

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

RELIABLE CONNECTIONS FOR A CONNECTED WORLD

RELIABLE CONNECTIONS FOR A CONNECTED WORLD RELIABLE CONNECTIONS FOR A CONNECTED WORLD AlphaGateway The Enabling Technology AlphaGateway Family With over 40 years of broadband cable TV powering expertise and over 1 million hardened modems in operation

More information

INFORMATION-ORIENTED DESIGN MANAGEMENT SYSTEM PROTOTYPE

INFORMATION-ORIENTED DESIGN MANAGEMENT SYSTEM PROTOTYPE Second International Conference World of Construction Project Management 2007 Shin, Jae Won, Ryu, Han-Guk, Lee, Dong-Ryul CSRI, HanmiParsons Co., Ltd. INFORMATION-ORIENTED DESIGN MANAGEMENT SYSTEM PROTOTYPE

More information

Protocol Compliance Statements for the CSG2

Protocol Compliance Statements for the CSG2 APPENDIXC This appendix provides protocol compliance statements for the CSG2. Any RFCs that are not explicitly listed are not supported. Layer 4 Inspection (parse protocol=other) The Cisco Content Services

More information

Track Title: Technology and Information Management. Abstract: Authors

Track Title: Technology and Information Management. Abstract: Authors Paper Title: A Case Study on the Development Methodology of a Factory Control System and Interface with an Integrated System in the Shipbuilding Industry Track Title: Technology and Information Management

More information

Next Generation Intelligent Migration SM. A Well-Managed Path from Enhanced to Next Generation Services

Next Generation Intelligent Migration SM. A Well-Managed Path from Enhanced to Next Generation Services Next Generation 9-1-1 Intelligent Migration SM A Well-Managed Path from Enhanced 9-1-1 to Next Generation 9-1-1 Services 1 How Do We Know When We Have Achieved NG9-1-1? From a NENA September, 2008 paper

More information

EXTRACTION OF REUSABLE COMPONENTS FROM LEGACY SYSTEMS

EXTRACTION OF REUSABLE COMPONENTS FROM LEGACY SYSTEMS EXTRACTION OF REUSABLE COMPONENTS FROM LEGACY SYSTEMS Moon-Soo Lee, Yeon-June Choi, Min-Jeong Kim, Oh-Chun, Kwon Telematics S/W Platform Team, Telematics Research Division Electronics and Telecommunications

More information

Contact: Contact: Seok J. Koh. Tel: KNU. Fax: KOREA.

Contact: Contact: Seok J. Koh. Tel: KNU. Fax: KOREA. Question(s): 1 Meeting, date: Geneva, April 2008 Study Group: 17 Working Party: 1 Intended type of document (R-C-TD-LS): C Source: ETRI Title: Revised Text of X.mmc-2 ISO/IEC WD 24793-2 (MMC-2) Contact:

More information

Methodology for Automatic Synthesis of Wargame Simulator using DEVS

Methodology for Automatic Synthesis of Wargame Simulator using DEVS Methodology for Automatic Synthesis of Wargame Simulator using DEVS Kim Ju Young, Shim Kwang Hyun ETRI kimjy1113@etri.re.kr, shimkh@etri.re.kr Abstract In specific domain such as wargame, simulator developers

More information

Benefits of using Ozeki NG SMS Gateway for IP SMS connections

Benefits of using Ozeki NG SMS Gateway for IP SMS connections Benefits of using Ozeki NG SMS Gateway for IP SMS connections / Introduction to Ozeki NG SMS Gateway / Author: Mr. János Aranyász Mr. Gyula Rábai Creation date: 24. 10. 2006. Last updated: 14. 06. 2007.

More information

The Next Generation Signaling Transfer Point

The Next Generation Signaling Transfer Point The Next Generation Signaling Transfer Point Overview As the Global network is undergoing immense changes and the Next-Generation IP networks become a reality, it signals an evolution towards using Internet

More information

Machine-to-machine platform architecture for horizontal service integration

Machine-to-machine platform architecture for horizontal service integration Kim and Youm EURASIP Journal on Wireless Communications and Networking 2013, 2013:79 RESEARCH Machine-to-machine platform architecture for horizontal service integration Eui-Jik Kim 1 and Sungkwan Youm

More information

2017 SAVE International Value Summit International Forum Presentation. Presented by SKVM August 28, 2017

2017 SAVE International Value Summit International Forum Presentation. Presented by SKVM August 28, 2017 2017 SAVE International Value Summit International Forum Presentation Presented by SKVM August 28, 2017 1 Table of Contents SKVM Organization Chart CVS & VMA Status SKVM Corporate Members and CVS Members

More information

The simulation and emulation verification that was based on NS-2

The simulation and emulation verification that was based on NS-2 210 The simulation and emulation verification that was based on NS-2 Ju-Young Shin, Jong-Wook Jang, Jin-Man Kim Department of Computer Engineering Dong-Eui University, Busan, Korea Department of Computer

More information

Workshop on Standards in Action Pallanza, Italy, Oct 5, 2004 Toward Implementing Draft CD ISO 19134

Workshop on Standards in Action Pallanza, Italy, Oct 5, 2004 Toward Implementing Draft CD ISO 19134 Workshop on Standards in Action Pallanza, Italy, Oct 5, 2004 Toward Implementing Draft CD ISO 19134 Tschangho Kim Head, Korea Delegates Internet & Wireless Communication in Korea Since 1994, Growth of

More information

Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6

Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6 Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6 Taihyong Yim, Tri M. Nguyen, Youngjun Kim and Jinwoo Park School of Electrical Engineering Korea University Seoul, Rep. of Korea

More information

A study on MAC protocol for urgent data transmission in Wireless Bio Signal Monitoring Environment

A study on MAC protocol for urgent data transmission in Wireless Bio Signal Monitoring Environment , pp.93-98 http://dx.doi.org/10.14257/astl.2015.108.20 A study on MAC protocol for urgent data transmission in Wireless Bio Signal Monitoring Environment Rae Hyeon Kim, Pyung Soo Kim, Jeong Gon Kim 1 Department

More information

SMART ENERGY MANAGEMENT SYSTEM

SMART ENERGY MANAGEMENT SYSTEM International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 SMART ENERGY MANAGEMENT SYSTEM Mrs Ashwini Kale 1, Mr Jeevan Ugale

More information

Virtual Private Networks (VPNs)

Virtual Private Networks (VPNs) CHAPTER 19 Virtual Private Networks (VPNs) Virtual private network is defined as customer connectivity deployed on a shared infrastructure with the same policies as a private network. The shared infrastructure

More information

CCNA 1 Chapter 7 v5.0 Exam Answers 2013

CCNA 1 Chapter 7 v5.0 Exam Answers 2013 CCNA 1 Chapter 7 v5.0 Exam Answers 2013 1 A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the

More information

A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space

A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space , pp.70-74 http://dx.doi.org/10.14257/astl.2013.32.17 A Preliminary Study on Daylighting Performance of Light Shelf according to the Depth of Space Heangwoo Lee 1.1, Janghoo Seo 2.1, Yongseong Kim 2.2,

More information

Efficient Migration of Service Agent in P-Grid Environments based on Mobile Agent

Efficient Migration of Service Agent in P-Grid Environments based on Mobile Agent Efficient Migration of Service Agent in P-Grid Environments based on Mobile Agent Youn-gyou Kook, Woon-yong Kim, Young-Keun Choi Dept. of Computing Science, Kwangwoon University Wolgye-dong, Nowon-gu,

More information

KDDI, Hitachi Collaborate on Global IoT Business

KDDI, Hitachi Collaborate on Global IoT Business News Release June 7, 2018 KDDI CORPORATION Hitachi, Ltd. KDDI, Hitachi Collaborate on Global IoT Business ~Contribute to the business transformation of global corporations by linking the KDDI IoT Worldwide

More information

QoS and Mobility in Multicast/Broadcast Services (MBSs) in Mobile WiMAX Systems

QoS and Mobility in Multicast/Broadcast Services (MBSs) in Mobile WiMAX Systems Asia Future Internet Mobile/Wireless School QoS and Mobility in Multicast/Broadcast Services (MBSs) in Mobile WiMAX Systems Ji Hoon Lee, Taekyoung Kwon*, and Yanghee Choi Seoul National University Sangheon

More information

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

1 Introduction. 2 Annotations to the Standard. OpenLCB Technical Note. OpenLCB-TCP Transfer

1 Introduction. 2 Annotations to the Standard. OpenLCB Technical Note. OpenLCB-TCP Transfer OpenLCB Technical Note OpenLCB-TCP Transfer May 28, 2015 Preliminary 5 1 Introduction This explanatory note contains informative discussion and background for the corresponding OpenLCB-TCP Segment Transfer

More information

Operating Systems CS 571

Operating Systems CS 571 Computer Networks: Overview Operating Systems CS 571 Network types Range Bandwidth (Mbps) Latency (ms) LAN 1-2 kms 10-1000 1-10 WAN worldwide 0.010-600 100-500 MAN 2-50 kms 1-150 10 Wireless LAN 0.15-1.5

More information

Nissan Carwings connects driver to the world. Kenji Ikeura Nissan Motor Co., Ltd.

Nissan Carwings connects driver to the world. Kenji Ikeura Nissan Motor Co., Ltd. Nissan Carwings connects driver to the world Kenji Ikeura Nissan Motor Co., Ltd. Objectives of this presentation Current situation of Telematics Automotive industry has actively worked on Telematics. However,no

More information

DPtech IPS2000 Series Intrusion Prevention System User Configuration Guide v1.0

DPtech IPS2000 Series Intrusion Prevention System User Configuration Guide v1.0 DPtech IPS2000 Series Intrusion Prevention System User Configuration Guide v1.0 i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help, please contact Hangzhou

More information

Design and Performance Evaluation of High Efficient TCP for HBDP Networks

Design and Performance Evaluation of High Efficient TCP for HBDP Networks Design and Performance Evaluation of High Efficient TCP for HBDP Networks TaeJoon Park 1, ManKyu Park 2,JaeYongLee 2,, and ByungChul Kim 2 1 Electronics and Telecommunications Research Institute 161 Gajong-Dong,

More information

Subnet Multicast for Delivery of One-to-Many Multicast Applications

Subnet Multicast for Delivery of One-to-Many Multicast Applications Subnet Multicast for Delivery of One-to-Many Multicast Applications We propose a new delivery scheme for one-to-many multicast applications such as webcasting service used for the web-based broadcasting

More information

XML Key Information System for Secure e-trading

XML Key Information System for Secure e-trading XML Key Information System for Secure e-trading Nam-Je Park, Ki-Young Moon, Sung-Won Sohn Informatoion Security Research Division Electronics Telecommunications Research Institute(ETRI) 161 Gajeong-dong,

More information

Protocol Compliance Statements for the CSG2

Protocol Compliance Statements for the CSG2 APPENDIXJ This appendix provides protocol compliance statements for the CSG2. Any RFCs that are not explicitly listed are not supported. Layer 4 Inspection (parse protocol=other) The Cisco Content Services

More information

Business model-driven 5G deployment

Business model-driven 5G deployment EUCNC 2018 18-21 June 2018, Ljubliana, Slovenia Business model-driven 5G deployment Michele Zarri, Technical Director, GSMA We are GSMA Connecting everyone and everything to a better future Industry Purpose

More information

Department of Automation Engineering. Corporate R&D, Secutronix Inc., Seoul, Korea.

Department of Automation Engineering. Corporate R&D, Secutronix Inc., Seoul, Korea. DOSUNG AHN PH.D. Curriculum Vitae October 2007 Email: dosung@temple.edu / Phone: +1-215-204-3160 Adjunct Research Professor of Department of Electrical and Computer Engineering, Temple University, 1947

More information

OSI Network Layer. Chapter 5

OSI Network Layer. Chapter 5 OSI Network Layer Network Fundamentals Chapter 5 Objectives Identify the role of the Network Layer, as it describes communication from one end device to another end device. Examine the most common Network

More information

Chapter 09 Network Protocols

Chapter 09 Network Protocols Chapter 09 Network Protocols Copyright 2011, Dr. Dharma P. Agrawal and Dr. Qing-An Zeng. All rights reserved. 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems

More information

IMS Migrations IMS Enabling Common Network Convergence. Michael Coward CTO and Co-founder

IMS Migrations IMS Enabling Common Network Convergence. Michael Coward CTO and Co-founder IMS Migrations IMS Enabling Common Network Convergence Michael Coward CTO and Co-founder Introduction New wave of telecom infrastructure $4B IMS New generation of Fixed/Mobile Convergence 3G-LTE Equipment

More information

SonicWALL Security Appliances. SonicWALL SSL-VPN 200 Getting Started Guide

SonicWALL Security Appliances. SonicWALL SSL-VPN 200 Getting Started Guide SonicWALL Security Appliances SonicWALL SSL-VPN 200 Getting Started Guide SonicWALL SSL-VPN 200 Appliance Getting Started Guide This Getting Started Guide contains installation procedures and configuration

More information

Chapter 7. Local Area Network Communications Protocols

Chapter 7. Local Area Network Communications Protocols Chapter 7 Local Area Network Communications Protocols The Network Layer The third layer of the OSI Model is the network layer. The network layer is concerned with providing a means for hosts to communicate

More information

KREONET-S: Software-Defined Wide Area Network Design and Deployment on KREONET

KREONET-S: Software-Defined Wide Area Network Design and Deployment on KREONET KREONET-S: Software-Defined Wide Area Network Design and Deployment on KREONET Dongkyun Kim, Yong-Hwan Kim, Chanjin Park, and Kyu-Il Kim Abstract Software-defined networking (SDN) has emerged to achieve

More information

IPv6 Services: Present & Future

IPv6 Services: Present & Future IPv6 Services: Present & Future Yurie Rich President, Native6, Inc. Business Director, Approach to IPv6 Pragmatic AND/OR IPv6: The Growing Protocol IPv6 is mainstream IPv6 ability in OS & network hardware

More information