• Title/Summary/Keyword: 주소 검색

Search Result 142, Processing Time 0.029 seconds

Contents Framework of Basic ICT Literacy Education for the Elder (노년층의 기초 ICT 리터러시 교육을 위한 내용체계 탐색)

  • Kim, Sung-Mi;Lee, Eun-Chul
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2017.07a
    • /
    • pp.215-216
    • /
    • 2017
  • 본 연구는 60대 이상 세대와 기초 ICT 리터러시 수준을 50대 이하 세대를 비교 분석하여 노년층을 위한 ICT 리터러시 교육을 위한 내용체계을 제시하기 위해 시행되었다. 오프라인 지필 객관식 문항으로 개발된 조사문항을 분석한 결과를 보면 기초 ICT 리터러시 수준에서 세대별 격차가 드러났으며 이를 해소하기 위해서 컴퓨터 하드웨어 명칭 및 사용법, 운영체제 사용법, 인터넷 검색 및 주소 입력 방법, 저작권 및 정보윤리의 4개 영역을 구분하여 내용체계를 구성해야 한다는 결론을 도출하였다. 또한 노년층을 위한 기초 ICT 리터러시 교육은 컴퓨터 관련 장치 또는 체제에 대한 명칭에 대한 낯섦 해소, 디지털 기능에 대한 활용 빈도나 실생활의 연계성 강화, 노년층의 신체반응 및 인지적 상황을 고려한 반복 학습 등이 고려되어야 한다.

  • PDF

An Efficient IP address Lookup Algorithm Using a Priority-Trie (IP 주소 검색을 위한 Priority Trie)

  • Lim, Hye-Sook;Mun, Ju-Hyoung
    • Proceedings of the IEEK Conference
    • /
    • 2006.06a
    • /
    • pp.3-4
    • /
    • 2006
  • Fast IP address lookup in routers is essential to achieve packet forwarding in wire-speed. The longest prefix matching for IP address lookup is more complex than exact matching because of its dual dimensions, length and value. By thoroughly studying the current proposals for IP address lookup, we find out that the binary search could be a low-cost solution while providing high performance. Most of the existing binary search algorithms based on trie have simple data structures which can be easily implemented, but they have some problems because of empty internal nodes. The proposed algorithm is based on trie structure, but empty internal nodes are replaced by priority prefixes. The best-matching-prefix search in the proposed algorithm is more efficiently performed since search can be finished earlier when input is matched with a priority prefix. The performance evaluation results show that the constructed priority-trie has very good performance in the lookup speed and the scalability.

  • PDF

IP Address Lookup Algorithm Using a Vectored Bloom Filter (벡터 블룸 필터를 사용한 IP 주소 검색 알고리즘)

  • Byun, Hayoung;Lim, Hyesook
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.65 no.12
    • /
    • pp.2061-2068
    • /
    • 2016
  • A Bloom filter is a space-efficient data structure popularly applied in many network algorithms. This paper proposes a vectored Bloom filter to provide a high-speed Internet protocol (IP) address lookup. While each hash index for a Bloom filter indicates one bit, which is used to identify the membership of the input, each index of the proposed vectored Bloom filter indicates a vector which is used to represent the membership and the output port for the input. Hence the proposed Bloom filter can complete the IP address lookup without accessing an off-chip hash table for most cases. Simulation results show that with a reasonable sized Bloom filter that can be stored using an on-chip memory, an IP address lookup can be performed with less than 0.0003 off-chip accesses on average in our proposed architecture.

Efficient Implementation of the rank Function for Succinct Representation (Succinct 표현을 위한 rank 함수의 효율적인 구현)

  • 김지은;김동규
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10a
    • /
    • pp.715-717
    • /
    • 2004
  • 컴퓨터 상에서 집합, 트리, 그래프 등의 이산 객체(discrete object)는 메모리 주소와 같은 정수 값으로 표현되어 왔다. Succinct 표현(succinct representation)은 이산 객체를 이진화 하여 표현하는 방법으로, 정수 값으로 표현된 이산객체보다 적은 공간에 저장된다. Succinct 표현의 데이터는 이산 객체의 개별적 저장 위치를 파악하기 위해서rank와 select함수가 기본적으로 필요하다. rant와 select함수를 MBRAM 모델 상에서 O(1)시간에 계산하는 알고리즘이 제시되었다. MBRAM 모델은 비트연산을 unit cost로 수행하는 모델이다. 그러나 범용 컴퓨터는 바이트 단위의 기본 명령어를 제공하므로 비트연산을 unit cost에 수행할 수 없다. 본 논문은 범용 컴퓨터에서 효율적으로 rank함수를 구현하는 방법을 제시한다. rank함수의 효율적인 구현은 FM-index 등의 패턴 검색에 유용하다.

  • PDF

A Development of an URL Navigator using Speech Recognition (음성인식을 이용한 URL Navigator 개발)

  • Jeon, Han-Gil;Hong, In-Suk;Kim, Yoon-Joong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.04a
    • /
    • pp.122-125
    • /
    • 2009
  • 기존의 인터넷 익스플로러는 높은 보급률의 이점을 지니고 있지만 인터넷을 이용하기 위한 기본지식의 필요성과 키보드, 마우스와 같은 장치를 이용한 입력방식은 장애인 및 고령층의 사용자들이 이용하기에는 불편하다. 이와 같은 문제점을 해결하고자 본 논문에서는 웹 서비스 기술을 이용하여 기존의 음성인식 시스템을 웹 서비스로 재구성하고 클라이언트가 음성인식 웹 서비스를 요청하고 음성명령이 가능하도록 인터넷 익스플로러에 음성명령이 가능한 Navigaotr를 Toolbar 형태의 프로그램을 구현하였다. 본 시스템은 클라이언트가 사용하는 음성 Navigator Toolbar와 웹 서비스를 통해서 음성 서비스를 제공하는 음성 서비스 프로바이더로 구성된다. 음성 Navigator Toolbar는 인터넷 환경에서 음성데이터를 바이너리 포맷형식인 DIME을 이용하여 음성 서비스 프로바이더로 전송하고 반환 결과를 가지고 URL Navigator를 통해 인터넷 페이지를 이동시킨다. 음성 서비스 프로바이더는 사용자가 전송한 음성데이터를 인식기를 통해 인식하고 결과를 가지고 정보 Database를 검색하여 실제 인터넷 주소를 사용자에게 반환한다.

Implementation of Memory Copy Reduction Scheme for Networked Multimedia Service in Linux (리눅스 커널에서 네트워크 멀티미디어 서비스를 위한 메모리 복사 감소 기법 구현)

  • Kim, Jeong-Won
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.28 no.2B
    • /
    • pp.129-137
    • /
    • 2003
  • Multimedia streams, like MPEG continuously retrieve multimedia data because of their incessant playback. While these streams need an efficient support of kernel, the current buffer cache mechanism of Linux kernel such as Unix operating system was designed apt for small files, which is aperiodically requested as well as time uncritical. But, in case of continuous media, the CPU must enormously copy memory from kernel address space to user address space. This must lead to a large CPU overhead. This overhead both degrades system throughput and cannot guarantee QOS. In this paper, we have designed and implemented two memory copy reduction schemes in Linux kernel, direct I/O and one copy. The direct I/O skips the buffer cache layer of Linux kernel and results in dramatic reduction of CPU memory copy overhead. And, the one copy provides a fast disk-to-network data path without copying to user address space. The experimental results show considerable reduction of CPU overhead and throughput improvements.

Development of Mobile Application for Cadastre Information Service (지적정보 서비스 모바일 애플리케이션 개발)

  • Lee, Geun-Sang;Kim, Hyoung-Jun
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.15 no.4
    • /
    • pp.55-64
    • /
    • 2012
  • This study developed a mobile application system for serving cadastral information needed to propel diverse cadastral works including cadastral resurvey efficiently. First, BlackPoint-Xr was selected as a spatial client engine to embody the cadastral information system based on mobile device including smart phone and tablet PC. The mobile cadastral information system contains functions such as finding location with GPS based on spatial information such as aerial photo, cadastral map, administrative map, and digital map, parcel search with address and lot number, finding land register including land address, the classification of land, and land price. Especially, this study developed functions which can analyze the measurement of distance, area, slope and cross-section elevation of land to apply construction work and land maintenance project. This system can support efficiently cadastral work and construction project by serving diverse cadastral information to users in field and can be also applied to the field of digital cadastral information.

Building a Satellite Image Based Blog System using PPGIS(People Participatory GIS) (국민참여형 위성영상 블로그 시스템 구축)

  • Lee, Gi-Hwan;Lee, Dong-Cheon;Park, Seok-Ho;Kim, Il;Sin, Sang-Hui
    • Proceedings of the KSRS Conference
    • /
    • 2007.03a
    • /
    • pp.92-96
    • /
    • 2007
  • 전라남도 국민참여형 위성영상 블로그 시스템은 2006년도 행정자치부 자치단체정보화지원사업의 일환으로 구축된 것으로서, 사용자가 고해상도 위성영상 위에 직접 자신의 글,사진, 동영상을 올리고,이를 다른 사용자나 시스템과 공유할 수 있도록 구축된 시스템이다. 본 시스템이 궁극적으로 구현하고자 했던 과제는 다음과 같다. (1)지리정보 혹은 기타 정보의 고정성을 탈피하고,(2)지리정보와 멀티미디어 자료의 효율적 통합을 통해 geoUCC를 구축하며,(3)사용자의 참여를 통한 지리정보 제공 방식의 쌍방향성을 구현하여,(4) 사용자를 일방적 자료 활용자에서 자료 생성자로 발전시키고 궁극적으로는 자치단체와 국민 간 새로운 방식의 소통 방식을 생성하는 것이다. 본 시스템 구축의 결과로서 본 시스템에서 일반 국민에게 서비스되는 내용은 다음과 같다. (1) 전라남도 전역의 1m급 고해상도 위성영상의 대국민 서비스,(2)전라남도 전역에 대한 지번 단위까지의 주소 검색 서비스,(3)웹 상에서의 실시간 3차원 GIS 서비스,(4)Web2.0의 철학을 반영한 RSS, Trackback 및 Tag 검색 기능,(5)사용자가 직접 고해상도 위성영상 위에 자신의 글, 사진,동영상,홈페이지 등을 올릴 수 있는 "위성영상 블로그 쓰기 기능",(6)국내 거의 모든 포털 사이트의 블로그와 홈페이지를 지원하는 시스템 연계(퍼가기) 기능 등이다. 결론적으로 본 시스템의 사용자는 고해상도 위성영상 기반의 지도 위에 자신의 여행기,사진, 동영상을 올림으로써 자신만의 사용자제작콘텐츠(UCC)를 생성할 수 있을 뿐만 아니라, 이를 다른 사용자와 공유, 활용함으로써 실질적인 쌍방향,참여형 지리정보시스템을 이용하게 된 것이다.

  • PDF

A High PErformance Lookup Controller for ATM based IP Packet Forwarding Engine (ATM 기반 IP 패킷 포워딩 엔진을 위한 고성능 룩업 제어기)

  • Choi, Byeong-Cheol;Kwak, Dong-Yong;Lee, Jeong-Tae
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.28 no.4B
    • /
    • pp.298-305
    • /
    • 2003
  • In this paper, we proposed a high performance lookup controller for IP packet forwarding engine of ATM based label edge routers. The lookup controller is designed to provide services such as MPLS, VPN, ELL, and RT services as well as the best effort. For high speed searching for IP addresses, we employed a TCAM based hardware search device not using traditional algorithmic approaches. We also implement lookup control functions into FPGA for fast processing of packet header and lookup control. The proposed lookup controller is designed to support differenciated services for users and to process in pipelined mechanism for performance improvement. A two-step search scheme is also applied to perform lookup for the key combined with multi-field of packet header. We found that the proposed lookup controller provides the performance of about 16M packets per second through simulations.

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.