• Title/Summary/Keyword: PDAS

Search Result 165, Processing Time 0.021 seconds

Wireless u-PC: Personal workspace on an Wireless Network Storage (Wireless u-PC : 무선 네트워크 스토리지를 이용한 개인 컴퓨팅 환경의 이동성을 지원하는 서비스)

  • Sung, Baek-Jae;Hwang, Min-Kyung;Kim, In-Jung;Lee, Woo-Joong;Park, Chan-Ik
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.9
    • /
    • pp.916-920
    • /
    • 2008
  • The personal workspace consists of user- specified computing environment such as user profile, applications and their configurations, and user data. Mobile computing devices (i.e., cellular phones, PDAs, laptop computers, and Ultra Mobile PC) are getting smaller and lighter to provide personal work-space ubiquitously. However, various personal work-space mobility solutions (c.f. VMWare Pocket ACE[1], Mojopac[2], u-PC[3], etc.) are appeared with the advance of virtualization technology and portable storage technology. The personal workspace can be loaded at public PC using above solutions. Especially, we proposed a framework called ubiquitous personal computing environment (u-PC) that supports mobility of personal workspace based on wireless iSCSI network storage in our previous work. However, previous u-PC could support limited applications, because it uses IRP (I/O Request Packet) forwarding technique at filter driver level on Windows operating system. In this paper, we implement OS-level virtualization technology using system call hooking on Windows operating system. It supports personal workspace mobility and covers previous u-PC limitation. Also, it overcomes personal workspace loading overhead that is limitation of other solutions (i.e., VMWare Pocket ACE, Mojopac, etc). We implement a prototype consisting of Windows XP-based host PC and Linux-based mobile device connected via WiNET protocol of UWB. We leverage several use~case models of our framework for proving its usability.

Measurement and Analysis of Performance to Transfer Data in a Wireless-Cum-Wired Intra-Network (유무선 통합 인트라넷 환경에서 데이터 전송 성능 측정 및 분석)

  • Hur Hye-Sun;Hong Youn-Sik;Woo Yo-Seop
    • Journal of Internet Computing and Services
    • /
    • v.5 no.3
    • /
    • pp.99-108
    • /
    • 2004
  • We have designed and implemented a Voice Messenger System(VMS) for sending and receiving voice data in order to measure and analyze the performance of a multimedia data transfer system using PDAs(Personal Digital Assistants) in a fast wireless LAN environment. The VMS has been configured as an infrastructure network by integrating a wireless intra-network based on IEEE 802,11 b standard with a wired network based on Ethernet. A sending time, a receiving time and a round-trip time(RTT) have been measured by varying its pecket size from 256 to 6656 bytes, Besides, we have performed the experiments to see which NIC is more stable between CF and PCMCIA type in such a wireless LAN environment, The results of such experiments show that the NIC with PCMClA type is better than that with CF type from the points of both efficiency and stability. The performance of a notebook computer with the attachment of a wireless NIC that is used as a VMS client is almost constant by varying its packet size when transferring voice data. However, with PDA client, in the case of receiving packets from the VMS server, the performance is the best when the pecket size is 6656 bytes, In addition, in the case of sending packets from PDA client to the VMS server, the performance is the best when the packet size is 4096 bytes. Even with the same pecket size, the time of receiving packets from the VMS server to PDA is longer than the time of sending packets from PDA to the VMS Server, Thus, we conclude that when PDA is used as a client by applying different pecket size when sending and receiving packets should be achieved a better performance over a wireless LAN environment.

  • PDF

Design and Implementation of a Main Memory Index based on the R-tree for Moving Object Databases (이동체 데이터베이스를 위한 R-tree 기반 메인 메모리 색인의 설계 및 구현)

  • Ahn, Sung-Woo;An, Kyoung-Hwan;Lee, Chaug-Woo;Hong, Bong-Hee
    • Journal of Korea Spatial Information System Society
    • /
    • v.8 no.2 s.17
    • /
    • pp.53-73
    • /
    • 2006
  • Recently, the need for Location-Based Services (LBS) has increased due to the development of mobile devices, such as PDAs, cellular phones and GPS. As a moving object database that stores and manages the positions of moving objects is the core technology of LBS, the scheme for maintaining the main memory DBMS to the server is necessary to store and process frequent reported positions of moving objects efficiently. However, previous works on a moving object database have studied mostly a disk based moving object index that is not guaranteed to work efficiently in the main memory DBMS because these indexes did not consider characteristics of the main memory. It is necessary to study the main memory index scheme for a moving object database. In this paper, we propose the main memory index scheme based on the R-tree for storing and processing positions of moving objects efficiently in the main memory DBMS. The proposed index scheme, which uses a growing node structure, prevents the splitting cost from increasing by delaying the node splitting when a node overflows. The proposed scheme also improves the search performance by using a MergeAndSplit policy for reducing overlaps between nodes and a LargeDomainNodeSplit policy for reducing a ratio of a domain size occupied by node's MBRs. Our experiments show that the proposed index scheme outperforms the existing index scheme on the maximum 30% for range queries.

  • PDF

Schedule Management for Outside Duty Personnels Using Mobile Communication Data Synchronization (이동통신 자료 동기화를 이용한 외근 사원 일정관리)

  • Jang, Dae-Jin;Park, Kee-Hyun;Ju, Hong-Taek;Yoo, Sang-Jin
    • Information Systems Review
    • /
    • v.8 no.2
    • /
    • pp.1-15
    • /
    • 2006
  • Schedule Management for outside duty personnels and their groups is fairly difficult since they spend most of their time on working outside individually rather than inside office. Everytime when schedule change for personnels or their groups is needed, it is necessary to call every personnel in order to notify the schedule change. It would be much easier to handle the schedule management problem if outside duty personnels are able to download schedule of their groups(and, upload their schedule) using their mobile communication devices such as PDAs. In this paper, using a data synchronization protocol in mobile communication environments, a schedule management system for outside duty personnels is designed and implemented. Data synchronization in mobile communication environments is a process of maintaining consistency between data stored in mobile devices and data stored in a (central) server at office. In other words, using SyncML data synchronization protocol proposed by OMA(Open Mobile Alliance) as an open standard for data synchronization in mobile communication environments, a schedule management system for outside duty personnels which allows them to check schedule of their groups and to notify their schedule to their groups at anytime anyplace is designed and implemented.

Design and Implementation of B-Tree on Flash Memory (플래시 메모리 상에서 B-트리 설계 및 구현)

  • Nam, Jung-Hyun;Park, Dong-Joo
    • Journal of KIISE:Databases
    • /
    • v.34 no.2
    • /
    • pp.109-118
    • /
    • 2007
  • Recently, flash memory is used to store data in mobile computing devices such as PDAs, SmartCards, mobile phones and MP3 players. These devices need index structures like the B-tree to efficiently support some operations like insertion, deletion and search. The BFTL(B-tree Flash Translation Layer) technique was first introduced which is for implementing the B-tree on flash memory. Flash memory has characteristics that a write operation is more costly than a read operation and an overwrite operation is impossible. Therefore, the BFTL method focuses on minimizing the number of write operations resulting from building the B-tree. However, we indicate in this paper that there are many rooms of improving the performance of the I/O cost in building the B-tree using this method and it is not practical since it increases highly the usage of the SRAM memory storage. In this paper, we propose a BOF(the B-tree On Flash memory) approach for implementing the B-tree on flash memory efficiently. The core of this approach is to store index units belonging to the same B-tree node to the same sector on flash memory in case of the replacement of the buffer used to build the B-tree. In this paper, we show that our BOF technique outperforms the BFTL or other techniques.

A Property-Based Data Sealing using the Weakest Precondition Concept (최소 전제조건 개념을 이용한 성질 기반 데이터 실링)

  • Park, Tae-Jin;Park, Jun-Cheol
    • Journal of Internet Computing and Services
    • /
    • v.9 no.6
    • /
    • pp.1-13
    • /
    • 2008
  • Trusted Computing is a hardware-based technology that aims to guarantee security for machines beyond their users' control by providing security on computing hardware and software. TPM(Trusted Platform Module), the trusted platform specified by the Trusted Computing Group, acts as the roots for the trusted data storage and the trusted reporting of platform configuration. Data sealing encrypts secret data with a key and the platform's configuration at the time of encryption. In contrast to the traditional data sealing based on binary hash values of the platform configuration, a new approach called property-based data sealing was recently suggested. In this paper, we propose and analyze a new property-based data sealing protocol using the weakest precondition concept by Dijkstra. The proposed protocol resolves the problem of system updates by allowing sealed data to be unsealed at any configuration providing the required property. It assumes practically implementable trusted third parties only and protects platform's privacy when communicating. We demonstrate the proposed protocol's operability with any TPM chip by implementing and running the protocol on a software TPM emulator by Strasser. The proposed scheme can be deployed in PDAs and smart phones over wireless mobile networks as well as desktop PCs.

  • PDF

Location Tracking and Remote Monitoring system of Home residents using ON/OFF Switches and Sensors (ON/OFF 스위치와 센서를 이용한 홈 거주자의 위치추적 및 원격모니터링 시스템)

  • Ahn Dong-In;Kim Myung-Hee;Joo Su-Chong
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.12 no.1
    • /
    • pp.66-77
    • /
    • 2006
  • In this paper, we researched the searching and tracking locations of a home resident using ON/OFF switches and sensors and designed a remote monitoring system. As an implementation environment, this system is developed on the base of the distributed object group framework we have developed from previous works. In order to trace the moving locations of a home resident, we firstly showed a home structure which attaches ON/OFF switches and sensors to home appliances and indoor facilities being fixed in home. Whenever a home resident opens/closes these objects, the signals operated from ON/OFF switches and sensors are sent to a home server system. In this time, the real locations of ON/OFF switches and sensors that the signals are being occurred must be the current location that he/she stays. A home server system provides the functionalities that map the real location of a resident in home to virtual location designed on remote desk-tops or terminals like PDAs, and that construct a healthcare database consisted of moving patterns, moving ranges, momentum for analyzing the given searching locations and times Finally, this system provides these information for remotely monitoring services.

Wearable antenna for Body area Network

  • Lim, Eng Gee;Wang, Zhao;Lee, Sanghyuk
    • Journal of Convergence Society for SMB
    • /
    • v.3 no.2
    • /
    • pp.27-32
    • /
    • 2013
  • Wireless Body Area Networks (WBAN) have been made possible by the emergence of small and lightweight wireless systems such as Bluetooth, enabled devices and PDAs. Antennas are an essential part of any WBAN system and due to various technical requirements and physical constraints, careful consideration of their design and deployment is needed. This paper is proposing on the design of wearable antenna as parts of clothing to serve communications functions, such as tracking and navigation in health care applications. The substrates of the wearable antennas will be made from textile materials and since it is wearable, it should have a small size, be light weight, low maintenance, and unobtrusive. This proposed paper will also investigate the influence of different parameters for wearable antenna including types of textile/substrate to ensure that the antenna design satisfies WBAN requirements. The characteristics and behavior of the antenna need to adhere to specifications set by wireless standards and system technology requirements. This means that the transmitting and receiving frequency bands of the various units need to be chosen accordingly. Since there are restrictions on the level of power to which the human body can be exposed to, the antenna as well as other RF system components must be designed to meet these restrictions. Antenna gain, which directly affects power transmitted, is a critical parameter in ensuring power levels fall within the safety guidelines and so will be of primary importance in the design. The electromagnetic interaction between WBAN antennas and devices and the human body will also be explored.

  • PDF

Efficient Local Decoding Using Bit Stream Map for High Resolution Video (비트 스트림 지도를 이용한 고해상도 영상의 효율적인 지역복호화)

  • Park Sungwon;Won Jongwoo;Lee Sunyoung;Kim Wookjoong;Kim Kyuheon;Jang Euee S
    • Journal of Broadcast Engineering
    • /
    • v.9 no.4 s.25
    • /
    • pp.391-401
    • /
    • 2004
  • In this paper, we introduce a novel coding method to efficiently enable spatial random access for high resolution video. In terms of resolution and display size, standard display devices (such as cathode-ray tubes. monitors. PDAs, and LCDs) do not sufficiently support high resolution video such as digital cinema and panoramic video. Currently, users have no choice but to view video at lower resolution as a result of down-sampling, or only a partial region of the video due to display size limitations. Our proposed method. which we call the B-map, represents the set of starting locations of the coded segments in a picture frame. This information, or B-map, is first sent to the decoder prior to the coded data stream of the frame and is then used for fast local decoding. To test our method, we compare our B-map with JPEG tiling and the JPEG Resynchronization marker. Experimental results show that the proposed coding method requires less overhead than existing methods during the same decoding time. The results show promise for future panoramic or digital cinema applications.

Design and Implementation of an Adaptive User Interface for Home Network Environments (홈 네트워크 환경을 위한 적응형 사용자 인터페이스 설계 및 구현)

  • Jung, Jae-Hwan;Jang, Hyun-Su;Ko, Kwang-Sun;Kim, Gu-Su;Eom, Young-Ik
    • The KIPS Transactions:PartB
    • /
    • v.15B no.1
    • /
    • pp.37-44
    • /
    • 2008
  • With the growing proliferation of mobile computing devices, several industrial and academic research groups have a vigorous studying to remote control for various appliances with mobile devices such as Notebooks, PDAs, and Smartphones in home network environments. We can utilize the good points of mobile devices such as portability and usability so that we can remote control and manage the mobile devices connected on home networks anytime, anywhere. However, mobile devices use different languages. Therefore, they cause some problems because their interfaces and the methods of operation are different each other. To solve these problems, there are two consideration. First, we may be solved development of the user interface and difficulty of maintenance in order to control various heterogeneous devices. Second, we may provide the user interface which is dynamically adapting user's preferences and device characteristics. To satisfy these considerations, we describe the design of an adaptive user interface for home network environments using the UIML (User Interface Markup Language) based on XML (eXtensible Markup Language) and the profile information of the user and device. Therefore, we present several implementation examples that show how the framework can form the basis of prototypical applications.