• Title/Summary/Keyword: mobile storage

Search Result 477, Processing Time 0.021 seconds

A Dynamic Service Library Reconfiguration Method of Android Platform (안드로이드 기반 서비스 라이브러리의 동적 재구성)

  • Lee, Young-Seok
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.5
    • /
    • pp.1145-1153
    • /
    • 2013
  • Android mobile platform copy the class files of all applications installed in android platform and keep them into one directory. But to add the service library into a platform, Android must generate a new binary image of platform and replace the platform because android refer the libraries using the memory-mapped file method in a directory. And this memory-mapped file reference method waste the storage space of mobile device because that directory include the duplicated libraries if the libraries refered by application are duplicated, Therefore a dynamic reconfiguration method on android mobile platform is needed to manage the service libraries of application executed on android platform and support the version management and function addition/modification. In this paper, we propose the platform dynamic reconfiguration method to add dynmically the service libraries on android platform.

The Design and Implementation of Web Agents for vCard Service in Mobile Enviromnent (모바일 환경에서 vCard 서비스를 위한 웹 에이전트의 설계 및 구현)

  • Yun, Se-Mi;Jo, Ik-Seong
    • The KIPS Transactions:PartD
    • /
    • v.9D no.3
    • /
    • pp.477-486
    • /
    • 2002
  • vCard that is the electronic business card automates the exchange of personal information typically found on a traditional business card. vCard information contains not only simple text, but also graphics and multimedia data like pictures, company logos, Web addresses, and so on. This paper describes the design and implementation of Web-based vCard agent system for exchanging vCard, an electronic business card and searching another user's vCard in mobile phone environment. In today's business environment, such as that this information is typically exchanged on business cards. Our web agent system in this paper connect web server which provide vCard service and search, edit vCard information displayed by web browser of mobile phone and exchange vCard with another user through internet. Considering characteristics of wireless devices that have limited storage space, It also saves constructed XML documents that include user's informations in a web server and solves the security problem by exchanging not personal data or XML but encrypted directory name where XML document exits as exchanging vcard.

Outsourcing decryption algorithm of Verifiable transformed ciphertext for data sharing

  • Guangwei Xu;Chen Wang;Shan Li;Xiujin Shi;Xin Luo;Yanglan Gan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.18 no.4
    • /
    • pp.998-1019
    • /
    • 2024
  • Mobile cloud computing is a very attractive service paradigm that outsources users' data computing and storage from mobile devices to cloud data centers. To protect data privacy, users often encrypt their data to ensure data sharing securely before data outsourcing. However, the bilinear and power operations involved in the encryption and decryption computation make it impossible for mobile devices with weak computational power and network transmission capability to correctly obtain decryption results. To this end, this paper proposes an outsourcing decryption algorithm of verifiable transformed ciphertext. First, the algorithm uses the key blinding technique to divide the user's private key into two parts, i.e., the authorization key and the decryption secret key. Then, the cloud data center performs the outsourcing decryption operation of the encrypted data to achieve partial decryption of the encrypted data after obtaining the authorization key and the user's outsourced decryption request. The verifiable random function is used to prevent the semi-trusted cloud data center from not performing the outsourcing decryption operation as required so that the verifiability of the outsourcing decryption is satisfied. Finally, the algorithm uses the authorization period to control the final decryption of the authorized user. Theoretical and experimental analyses show that the proposed algorithm reduces the computational overhead of ciphertext decryption while ensuring the verifiability of outsourcing decryption.

Cost-based Optimization of Block Recycling Scheme in NAND Flash Memory Based Storage System (NAND 플래시 메모리 저장 장치에서 블록 재활용 기법의 비용 기반 최적화)

  • Lee, Jong-Min;Kim, Sung-Hoon;Ahn, Seong-Jun;Lee, Dong-Hee;Noh, Sam-H.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.13 no.7
    • /
    • pp.508-519
    • /
    • 2007
  • Flash memory based storage has been used in various mobile systems and now is to be used in Laptop computers in the name of Solid State Disk. The Flash memory has not only merits in terms of weight, shock resistance, and power consumption but also limitations like erase-before-write property. To overcome these limitations, Flash memory based storage requires special address mapping software called FTL(Flash-memory Translation Layer), which often performs merge operation for block recycling. In order to reduce block recycling cost in NAND Flash memory based storage, we introduce another block recycling scheme which we call migration. As a result, the FTL can select either merge or migration depending on their costs for each block recycling. Experimental results with Postmark benchmark and embedded system workload show that this cost-based selection of migration/merge operation improves the performance of Flash memory based storage. Also, we present a solution of macroscopic optimal migration/merge sequence that minimizes a block recycling cost for each migration/merge combination period. Experimental results show that the performance of Flash memory based storage can be more improved by the macroscopic optimization than the simple cost-based selection.

A Component-Based Framework for Structural Embedding of Mobile Agent System (모바일 에이전트 시스템의 구성적 임베딩을 위한 컴포넌트 기반의 프레임워크)

  • Chung, Wonho;Kang, Namhi
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.12 no.6
    • /
    • pp.33-42
    • /
    • 2012
  • Rapid evolution of wired and wireless technologies results in various types of embedded systems, and the software to be embedded into those devices now needs the flexibility rather than the fixedness which was well-known property for the embedded software in the past. Mobile agent is one of the useful distributed technologies of reducing network load and latency because of its disconnected operations and high asynchrony. In this paper, a component-based mobile agent framework, called EmHUMAN, is designed and implemented for structural embedding into the devices showing different functions and resource constraints. It consists of 3 layers of components. Based on those components, a structural embedding, considering resource constraints of required functions, amount of storage space, computing power, network bandwidth, ${\ldots} $ etc can be performed. The components in each layer can be extended with addition of new components, removing some components and modifying components. EmHUMAN plays the role of a framework for developing mobile agent based distributed systems. It is also a mobile agent system by itself. EmHUMAN provides several utilities as built-in API's, and thus high effectiveness in programming mobile agents can be achieved.

An Asymmetric Buffer Management Policy for SSD (SSD를 위한 비대칭 버퍼 관리 기법)

  • Jung, Ho-Young;Kang, Soo-Yong;Cha, Jae-Hyuk
    • Journal of Digital Contents Society
    • /
    • v.12 no.2
    • /
    • pp.141-150
    • /
    • 2011
  • Recently the Solid State Drive (SSD) is widely used for storage system of various mobile devices. In this case, existing buffer replacement algorithms based on the hard disk do not consider characteristics of flash memory, so it caused performance degradation of the system. This paper proposes a novel buffer replacement policy called ABM (Asymmetric Buffer Management) policy. ABM policy separates read and write buffer space and applies different replacement unit and replacement algorithm for each buffer. In addition, write buffer delay scheme and dynamic size adaptation algorithm is applied for better performance. ABM outperforms other replacement policies, especially ABM-LRU-CLC shows 32% better performance than normal LRU policy.

Characteristics of Hybrid Optical Pickup Actuator at High Temperature (하이브리드형 광픽업 액추에이터의 고온특성)

  • Lee, Jin-Won;Kim, Kwang;Cheong, Young-Min;Kim, Dae-Whan
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2002.11b
    • /
    • pp.1010-1014
    • /
    • 2002
  • A new type actuator has been designed and investigated to overcome thermal problems in slim optical disc drive which is adopted in mobile storage devices. Recently, in optical storage device technical trends, the size of optical disc drives is slimmer to adopt notebook computer and the spindle rotate velocity is faster to achieve high transfer rate and the power of actuator is higher to perform tilting, etc. However, these trends of optical disc drives tend to raise the environment temperature of drives, actuator power and parts temperature. Moreover, it is more difficult to remove the heat inside a drive and the temperature of an actuator increases and drive slims. As a result, increase of surface temperature of actuator body caused that second resonance of an actuator moves down to a lower frequency band and the performance of optical parts also deteriorates. Especially objective lens, coil and magnet of the actuator parts are easily damaged. To manage these thermal problems, in this paper an actuator with a hybrid blade, which is composed of vectra which has low thermal conductivity and magnesium which has high thermal conductivity, has been suggested and verified. Despite the high temperature environment, the proposed actuator showed good dynamic performance.

  • PDF

Implementation of Video Surveillance System with Motion Detection based on Network Camera Facilities (움직임 감지를 이용한 네트워크 카메라 기반 영상보안 시스템 구현)

  • Lee, Kyu-Woong
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.14 no.1
    • /
    • pp.169-177
    • /
    • 2014
  • It is essential to support the image and video analysis technology such as motion detection since the DVR and NVR storage were adopted in the real time visual surveillance system. Especially the network camera would be popular as a video input device. The traditional CCTV that supports analog video data get be replaced by the network camera. In this paper, we present the design and implementation of video surveillance system that provides the real time motion detection by the video storage server. The mobile application also has been implemented in order to provides the retrieval functionality of image analysis results. We develop the video analysis server with open source library OpenCV and implement the daemon process for video input processing and real-time image analysis in our video surveillance system.

Base Structure Design of Laptop HDD for Anti-Shock Performance (내충격 성능 향상을 위한 랩탑 하드디스크의 베이스 설계)

  • Lim, Seung-Ho;Park, No-Cheol;Park, Young-Pil;Park, Kyoung-Su;Seol, Woong;Kim, Kyung-Tae
    • Transactions of the Society of Information Storage Systems
    • /
    • v.5 no.2
    • /
    • pp.76-81
    • /
    • 2009
  • Mobile devices have become an important part of daily life. This is especially true of laptop PCs, which are portable enough to be used almost anywhere. Laptop PCs, however, cannot be nomadic if each component is not robust enough to endure rugged laptop operating environment. Generally, external shock makes collision on head-disk interface and damage to read-write performance. To minimize the likelihood of failure, shock analysis must be incorporated into the design of hard disk drive in laptop. This research explores the structure modification of laptop HDD base, for improving shock performance using finite element analysis which considers the flexibility of whole HDD structure. FE model is verified by modal test and finely tuned. Then we obtained the transmitted acceleration of spindle and pivot and the relative displacement between disk and slider head as shock response. Based on shock simulation, the structural dynamics modification is performed and the primary design parameters are extracted.

  • PDF

Development of Room Temperature Na/S Secondary Batteries (상온형 나트륨/유황 이차전지 개발 동향)

  • RYU, HOSUK;KIM, INSOO;PARK, JINSOO
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.27 no.6
    • /
    • pp.753-763
    • /
    • 2016
  • High temperature sodium/sulfur battery(Na/S battery) has good electrochemical properties, but, the battery has some problems such as explosion and corrosion at al. because of using the liquid electrodes at high temperature and production of high corrosion. Room temperature sodium/sulfur batteries (NAS batteries) is developed to resolve of the battery problem. To recently, room temperature sodium/sulfur batteries has higher discharge capacity than its of lithium ion battery, however, cycle life of the battery is shorter. Because, the sulfur electrode and electrolyte have some problem such as polysulfide resolution in electrolyte and reaction of anode material and polysulfide. Cycle life of the battery is improved by decrease of polysulfide resolution in electrolyte and block of reaction between anode material and polysulfide. If room temperature sodium/sulfur batteries (NAS batteries) with low cost and high capacity improves cycle life, the batteries will be commercialized batteries for electric storage, electric vehicle, and mobile electric items.