Abstract:
본 발명에 의한 차세대 통신 환경에서 사용자 프레젠스 정보를 이용하는 응급 구조 장치 및 그 방법은 사용자의 시간에 따라 변화하는 소정의 사용자 프레즌스(presence)정보를 수집한 후 상기 프레즌스 정보가 학습된 결과인 제1패턴과 비교하여 응급상황 여부를 판단하는 패턴부; 신경망과 접속하여 상기 사용자 프레즌스 정보를 전달하고, 상기 제1패턴을 수신하는 신경망호출부; 상기 제1패턴을 저장하여 상기 판단부의 요구시 제공하는 저장부; 상기 패턴부가 응급상황으로 판단하면 응급구조 호출 대상을 선정한 후 구조요청을 발생시키는 응급호출부; 및 상기 응급상황 판단시 개방형 게이트웨이에 존재하는 터미널 가용성, 호제어, 사용자 상호작용 서비스 인터페이스를 포함하는 인터페이스를 호출하여 상기 호출부로 제공하는 API 호출부;를 포함하는 것을 특징으로 하며, 유무선 통합망의 핵심 기술인 개방형 게이트웨이를 이용하여 사용자의 프레즌스 정보를 수집하고 신경망을 통하여 패턴을 학습하여 사용자의 프레즌스 패턴에 따른 개인 맞춤화된 응급 상황 기준을 마련하여 사용자의 패턴 변화에 따른 응급상황을 판단, 구조요청을 수행할 수 있다. 응급구조, 프레즌스, 신경망, 패턴, 상태 정보, 게이트웨이, 개방형 API
Abstract:
An apparatus and a method for providing presence information by using an RFID(Radio Frequency Identification) technology are provided to enable a subscriber to offer reliable presence information, updated in real time, to an approved person and a service provider to develop more reliable, various presence-based services on the basis of reliable presence information by acquiring presence information directly from a network within a permitted range. An apparatus for providing presence information by using an RFID technology comprises an information acquiring part(320) and an information providing part(310). The information acquiring part(320) receives the identification information stored in an RFID tag(3202), dispersedly located within the communication coverage of a subscriber's RFID reader(3201), from the RFID reader(3201), and acquires subscriber presence information, based on the received identification information. The information providing part(310) provides the acquired subscriber presence information when an information request is made from an approved subscriber. The RFID tag(3202) is arranged in a communication unit(3204), and the identification information stored in an RFID tag(3202) comprises the number of the communication unit(3204).
Abstract:
PURPOSE: A device for collecting IP packets including header information of a link layer is provided to define a common part for analysis, and to realize the defined common part in hardware system, then to make analysis software for configuring a monitoring system lighter, thereby constructing a network monitoring system which can measure in real time. CONSTITUTION: A network interface connection port(200) receives bit stream-type traffic. A PPS(Precise Positioning Service) port(206) generates a precise time stamp. A framer(201) makes the traffic inputted through the network interface connection port(200) into a PDU packet of a link layer. An FPGA(Field Programmable Gate Array)(202) records IP length and IP packets collected according to the designated length in an FIFO buffer(207) by detecting the generated time stamp information and the header of an IP frame and the length of the IP frame, and performs a designated filtering function. A booter(210) performs an initialization process. FIFO buffers(203,204) supply buffer functions for transmitting data between the FPGA(202) and a MPC(Micro Processor Controller)(205).
Abstract:
PURPOSE: A traffic measurement system and a traffic analyzing method are provided to offer a detailed traffic analysis result by measuring traffics from multiple points and correlatively analyzing the measured traffics. CONSTITUTION: A measuring unit(10) collects packets flowing on the Internet line, extracts and processes information required for traffic analysis, and provides it to an analyzing server(20). A packet collector(100) collects information on packets flowing on the Internet line, records accurate time received from a visual receiver(40) by each packet, and provides it to a flow generator(110). The flow generator(110) generates packets having the same address, the same protocol and the same port number as one flow. A transmitter(130) transmits information stored in a storing unit(120) to the analyzing server(20). The analyzing server(20) classifies traffics in detail, obtains traffic statistics, and generates a traffic report on a line. A data receiver(210) receives collected information from multiple measuring units(10) and provides it to a traffic analyzer(200). The traffic analyzer(200) analyzes the information and stores a result in a data storing unit(230) or provides it to a report output unit(220). The report output unit(220) processes the data to a report form and stores it in the data storing unit(230). A user interface(240) displays the report and various analysis data for a user.
Abstract:
PURPOSE: A dividing method for a timer is provided to perform a division of 64-bit integer/32-bit integer necessary for converting a value of 64-bit timer register into a time rapidly using a software when the time is managed using a 64-bit timer register in a CPU. CONSTITUTION: If numerator n = "(n0n1), and denumerator is 'd', it is judged whether the n0 is more than '0'(S210). If the n0 is more than '0', the calculation of an estimation value of 'q' is performed as q = "0xffff,"ffff/d x n0(S202), and the process is repeated until the n0 is not a negative number by substituting new value of 'n' as n="n" - q x d(S203). Also, the value of "quotient q" is continuously changed as q = "q" + q. As the result of the process, the n0 becomes less than '0'. The solution of q = "q" + n1/d is obtained by using a high velocity 32-bit integer division provided from the CPU using a hardware with respect to the value of 'n1'(S204).
Abstract:
PURPOSE: A method for duplicating an IPC(Inter Process Communication) protocol of an ATM(Asynchronous Transfer Mode) UNI/NNI(User Network Interface/Network Network Interface) matching control apparatus having two utopia communication ports is provided to reduce the cost of production an ATM switching system by accommodating the subscribers, who have accommodated in two matching control apparatus, with a matching control apparatus. CONSTITUTION: It is determined whether the port number of a parameter transferred from an IPC message-processing module is negative(S30). If the port number is not negative, a pointer value for a main communication protocol window is obtained(S32). If the port number is negative, a pointer of a sub-communication protocol window is obtained(S32). Next, an IPC PDU(Protocol Data Unit) is connected with the obtained pointer(S33), and a protocol dispatcher is called for a real transmitting so that the IPC message is transmitted(S34).
Abstract:
PURPOSE: A method for managing a concurrent object in an objected-oriented CHILL language is provided to manage a creation unit capable of creating a concurrent object and a life-cycle as a creation and a termination regardless of forms and kinds of program languages through a concurrent object life period management interface. CONSTITUTION: A concurrent class is declared for creating a concurrent object by requesting of a user. A concurrent object creation unit is created for creating a concurrent object by requesting of the user, and the created concurrent object creation unit is terminated. A concurrent object is created by requesting of the user. The created concurrent object is terminated. An entity having a concurrent object characteristic in a specific objected-oriented language is managed and entities having concurrent object characteristics which may exist in a predetermined language are managed through the above processes.
Abstract:
PURPOSE: A method is provided to call a member function of a parallel object in a same method with a common object without editing an existing operating system or a kernel. CONSTITUTION: A parallel object consists of member data, member functions, and a receptor function. The member data are variables which are being defined in the parallel object. The member functions are methods capable of being called by another object. The receptor function provides a function for branching to each member function. The receptor function is created by a complier or a code creating tool. If a member function of a transmitting parallel object(13) calls a member function of another parallel object(15), a parallel object member function call managing device transmits an identifier sensing an entry of the member function and medium variables to a receptor function of a receiving parallel object(14)(16). The receptor function of a receiving parallel object(14) transmits the medium variables to the entry of the member function using the identifier, and receives a control to the receptor function(18). If a restoring value exists in a called member function, the receptor function transmits a restoring value to the parallel object member function call managing device(19) and waits the next member function call requesting at a member function receiving block state. In the case of a member function having a restoring value, the parallel object member function call managing device returns the restoring value to the calling parallel object(20).
Abstract:
본 발명은 비동기전달모드(ATM : Asynchronous Transfer Mode) 제어계와 ATM 적응계층(AAL : ATM Adaptation Layer) 처리장치의 수신부를 정합하여 분산구조하의 서로 다른 ATM 교환기 제어계내에 존재하는 프로세스간에 프로세스간 통신(IPC : Interprocess Communication)이 가능하도록 한 정합 방법에 관한 것으로, ATM 스위치를 통한 ATM 제어계간의 IPC 통신에 적용될 수 있고, 향후 자체 내부 프로토콜을 갖는 임의의 제어계를 ATM 스위치에 접속하기 위한 참조모델로 사용될 수 있는 효과가 있다. 또한, IPC_PDU를 CPCS_ID 부분에 사상(Mapping)하는 방법을 사용하면, 교환기 제작 업체가 ATM 교환기의 구축시 스위치 및 스위치와 관련된 정합 부분만을 교체하고 기존 교환기(TDX-10)의 하드웨어들은 재사용하므로써, 하드웨어 비용을 현저하게 절감할 수 있는 효과가 있다.
Abstract:
본 발명은 실시간 분산시스템에서 디스크를 갖지 않는 노드의 부팅 방법에 관한 것으로, 첫째, 분산 시스템에서 디스크를 갖지 않는 노드가 부팅할 수 있는 방법으로 공하고, 둘째, 첫째의 효과에 따라 디스크를 갖지 않는 노드들로 분산 시스템을 구성할 수 있게 함으로써 하드웨어의 구조를 단순화시키고 이에 따른 하드웨어의 비용을 절감시키며 셋째, 통신 하드웨어 장치 및 드라이버를 하나의 모듈로 분리할 수 있는 구조를 갖게함으로써 어떤 종류의 상호접속(interworking) 하드웨어에도 적용할 수 있는 효과가 있다.