• Title/Summary/Keyword: 모바일 클라이언트-서버

Search Result 186, Processing Time 0.036 seconds

Improved Method of Reliance on a Network for Service - based Mobile Applications (서비스기반 모바일 어플리케이션의 네트워크 의존도 개선 방안)

  • Song, Tae-Joon;Park, Seok-Cheon;Kim, Jong-Hyeon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.05a
    • /
    • pp.853-856
    • /
    • 2013
  • 서비스기반 모바일 어플리케이션은 디바이스의 장점을 부각시키고 단점을 보안하기 위하여 제안된 응용 형태 이다. 사용자가 필요로 하는 기능의 일부는 서버 측에 배포하고, 모바일 디바이스에 설치된 클라이언트 어플리케이션과의 네트워크를 통한 상호작용을 통하여 전체 기능을 실행 한다. 사용자가 필요로 하는 전체 기능 및 데이터베이스는 모바일 디바이스에 설치된 클라이언트 측과 서비스 제공자 측에 설치된 서버 측에 분리되어 있다. 전체 어플리케이션 기능 중 비교적 적은 자원을 필요로 하는 간단한 기능은 클라이언트 측에서 실행이 되며, 복잡한 계산 및 데이터 조작을 요구하는 기능은 서버 측에서 실행이 된다. 더욱 공통적이며 재사용 가능한 기능들을 서비스 형태로 제공하며, 이는 클라우드 컴퓨팅 서비스와 유사하다. 다양하고 풍부한 네트워크를 이용하여 독립형 모바일 어플리케이션의 기능 제약성을 보완할 수 있다. 즉, 성능 좋은 서버에서 제공되는 서비스를 사용함으로써, 모바일 디바이스의 특징인 부족한 컴퓨팅 자원을 확장해서 복잡한 기능의 어플리케이션을 사용할 수 있게 된다. 그러나 이러한 서비스 적인 측면의 기능들은 네트워크의 안정성이 보장이 되어야만 사용자가 기능 호출에 대한 응답을 받을 수 있다. 따라서 본 논문에서는 이러한 서비스 기반 모바일 어플리케이션의 높은 네트워크 의존도를 낮추기 위한 방안을 제안한다.

The Design and Implementation of JAVA-based Motile Vector Map Service System (JAVA기반 모바일 벡터 지도서비스 시스템의 설계 및 구현)

  • 김미란;윤종준;이현수;김은경;최진오
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.04b
    • /
    • pp.166-168
    • /
    • 2002
  • JAVA 2 ME 언어의 등장과 최근 무선 단말기에서의 KVM(Kilobytes Virtual Machine) 지원이 보편화되었지만, 휴대폰 단말기에서 벡터 지도서비스는 여러 가지 제약으로 인하여 그 동안 구현되지 못하였다. 본 논문에서는 휴대폰에서의 모바일 벡터 지도서비스를 위한 서버 모듈과 클라이언트 브라우저 모듈을 새로 설계하고 구현하여 제시한다. 본 제안 시스템은 클라이언트 모듈의 기능을 최소화하고 서버에서 지도 간소화 작업을 수행하여, 기존의 지도 데이터베이스로부터 직접 모바일 벡터 지도서비스가 가능하게 하였다.

  • PDF

A Study on Caching Methods in Client-Server Systems for Mobile GIS (모바일 GIS를 위한 클라이언트-서버 시스템에서 캐슁기법 연구)

  • 김진덕;김미란;최진오
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.05a
    • /
    • pp.201-204
    • /
    • 2002
  • Although the reuse of the cached data for scrolling the map reduces the amount of passed data between client and server, it needs the conversions of data coordinates, selective deletion of objects and cache compaction at client. The conversion is time intensive operation due to limited resources of mobile phones such as low computing power, small memory. Therefore, for the efficient map control in the vector map service based mobile phone, it is necessary to study the method for reducing wireless network bandwidth and for overwhelming the limited resources of mobile phone as well. This paper proposes the methods for caching pre-received spatial objects in client-server systems for mobile GIS. We also analyze the strengths and drawbacks between the reuse of cached data and transmission of raw data respectively.

  • PDF

Mobile Volume Rendering System for Client-Server Environment (클라이언트 서버 기반 모바일 볼륨 가시화 시스템)

  • Lee, Woongkyu;Kye, Heewon
    • Journal of the Korea Computer Graphics Society
    • /
    • v.21 no.3
    • /
    • pp.17-26
    • /
    • 2015
  • In this paper, we explain a volume rendering system for client-server environment. A single GPU-equipped PC works as a server which is based on the ideas that only a few concurrent users use a volume rendering system in a small hospital. As the clients, we used Android mobile devices such as smart phones. User events are transformed to rendering requests by the client application. When the server receives a rendering request, it renders the volume using the GPU. The rendered image is compressed to JPEG or PNG format so that we can save network bandwidth and reduce transfer time. In addition, we perform an event pruning method while a user is dragging the touch to enhance latency. The server compensates the pruning by interpolating the touch positions. As the result, real-time volume rendering is possible for 5 concurrent users on single GPU-equipped commodity hardware.

Caching Methods of Client-Server Systems for Vector Map Services based on Mibile Phone (휴대폰 기반 벡터 지도 서비스를 위한 클라이언트-서버 시스템의 캐슁기법)

  • 김진덕;최진오
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.6 no.3
    • /
    • pp.452-458
    • /
    • 2002
  • Although the reuse of the cached data for scrolling the map reduces the amount of passed data between client and server, it needs the conversions of data coordinates, selertive deletion of objects and cache compaction at client. The conversion is time intensive operation due to limited resources of mobile phones such as low computing power, small memory. Therefore, for the efficient map control in the vector map service based mobile phone, it is necessary to study the method for reducing wireless network bandwidth and for overwhelming the limited resources of mobile phone as well. This paper proposes the methods for racking pre-received spatial objects in client-server systems for mobile CIS. We also analyze the strengths and drawbacks between the reuse of cached data and transmission of raw data respectively.

A mobile P2P a farming support system implementation which uses JXTA (JXTA를 이용한 모바일 P2P 영농 지원 시스템 구현)

  • Bae, Il-Ho;Cho, Ai-Ri;Min, Hae-Ran;Lee, Gwang;Lee, Joon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2004.05b
    • /
    • pp.579-582
    • /
    • 2004
  • File share system in client/server method requires server of High performance and capacity and this server is very expensive and management is complex and is been influenced much to flatform. Also, extension of correct memory or hard drive etc. causes a lot of expenses to server. While, may minimise human who happen by buying high-capacity server by dispersing file public ownership way unuse expensive server in client/serve. way who put up files in PC(client) to a sewer and manage files and make use of only client computers because public ownership of data and government official in P2P(peer to peer) environment, waste of material resources. Many people are interested to P2P by such reason, researches that use P2P to connection field to be Moba that have Gakgwangbatgo current are gone vigorously.

  • PDF

Design and Implementation of Shortest Path Manager for Real-time Mobile GIS (실시간 모바일 GIS를 위한 최단 경로 관리자 설계 및 구현)

  • Heo, Nam-Eun;Kim, Kyung-Chang
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11b
    • /
    • pp.184-186
    • /
    • 2005
  • 최근 모바일 기기의 성능이 발전함에 따라 다양한 상용 서비스들이 제공되고 있는데 특히 GIS를 이용한 검색 서비스나 차량용 네비게이션 시스템이 대표적이다. 본 논문에서는 GIS서버의 전반적인 시스템 구조와 최단 거리 관리자의 설계 및 구현, 서버 및 PDA기반의 클라이언트 사용자 인터페이스 등에 대해서 소개를 하고자 한다. 최단 경로 관리자는 클라이언트에서 질의 시 목적지까지 최단 거리를 구하여 질의 관리자에 결과를 넘겨주는 역할을 한다. 클라이언트 사용자 인터페이스 부분은 사용자가 쉽게 질의를 작성할 수 있도록 구현 하였다.

  • PDF

Development of the Mobile AddressBook Web Services (모바일 주소록 웹서비스 개발)

  • Ku Yong-Mo;Lee Eun-Jung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • pp.443-446
    • /
    • 2006
  • 최근 무선 인터넷 환경이 보편화 되면서 플랫폼과 언어에 독립적인 통신 방법인 웹서비스 기술이 모바일 환경에서도 주목을 받고 있다. 그러나 모바일 웹서비스를 위한 새로운 기술이 소개되고 있지만 아직 모바일 환경에서의 웹서비스 사례는 별로 많지 않다. 본 논문에서는 유무선 통합 환경을 지원하기 위한 주소록 웹서비스 시스템의 설계와 구현을 소개한다. 주소록 웹서비스는 개인 주소록 정보를 가지고 웹서비스를 지원하는 PIMS 주소록 웹서버와 웹서비스를 이용하는 모바일 클라이언트 및 온라인 클라이언트 애플리케이션으로 구성된다. 유선과 무선의 클라이언트 어플리케이션은 다른 접근 기능을 가지도록 설계하여 모바일 웹서비스 클라이언트의 활용 가능성을 확인하였다. 주소록 웹서비스를 구현하기 위해 Apache의 웹서비스 프로젝트인 Axis와 Axis의 J2ME 구현체인 Axis MIRAE 플랫폼을 이용하였다. 특히 모바일 웹서비스 클라이언트는 단말의 제한된 메모리 용량의 문제를 해결하기 위해 자동 생성된 Stub 코드를 사용하지 않고 파서 API를 통해 SOAP 메시지를 직접 생성하고 접근하는 방법을 도입하였다.

  • PDF

The potential of mobile execution offloading for enhanced device security (기기 보안성의 향상을 위한 모바일 수행 오프로딩의 가능성)

  • Yi, Hayoon;Cho, Yeongpil;Kwon, Donghyun;Paek, Yunheung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2014.04a
    • /
    • pp.240-242
    • /
    • 2014
  • 지금까지 모바일을 위한 본격적인 보안 소프트웨어 연구는 대부분 모바일 기기의 성능 제약 때문에 서버를 활용하는 서버-클라이언트 모델로 진행이 되었다. 본 논문에서는 서버-클라이언트 모델과 비슷하게 서버를 활용하면서도 다른 추가적인 이점을 가질 수 있는 모바일 수행 오프로딩 프레임워크를 활용한 모바일 기기의 보안 가능성에 대해 이야기한다.

Mobile DB Service of P2P Environment (P2P 환경에서 모바일 데이터베이스 서비스)

  • Kim, Dong-Hyun
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.2 no.1
    • /
    • pp.46-51
    • /
    • 2007
  • The file sharing method from P2P environments with client/server method to be different price does not use an expensive server from radio environment not to be, uses only the client computers and dispersed the joint ownership and a management of data. Human occurs from the client/server method which uses the server of large dosage with like this reason, will be able to minimize the waste of the waste of the material resources. Also valence increasing number of days rock operation of the user provides their benefit of etc. their result comes to be high. Like this is caused by with reason and the many people have an interest in P2P, also currently footlights the researches whice use P2P even in the mobile relation field which is receiving actively, is advanced.

  • PDF