실시간 객체지향 분산 플랫폼에서 고장감내 서비스를지원하는 그룹통신 방법
    11.
    发明授权
    실시간 객체지향 분산 플랫폼에서 고장감내 서비스를지원하는 그룹통신 방법 失效
    实时面向对象分布式平台支持容错服务的组通信方式

    公开(公告)号:KR100310285B1

    公开(公告)日:2001-09-28

    申请号:KR1019990061286

    申请日:1999-12-23

    Abstract: 본발명은실시간객체지향분산플랫폼에서고장감내서비스를지원하는그룹통신방법및 그기록매체에관한것으로, 분산컴퓨팅환경에서프로세서들의그룹내부및 다수의그룹간의멤버쉽을관리하며, 객체중복성의개념에근거하여실시간객체지향분산플랫폼상에서고장감내서비스를지원하기위한그룹통신방법및 그기록매체를제공하기위하여, 데이터무결성을보장하기위하여그룹내모든객체의수신처리부에서모든메시지를동일한순서로나열하여플랫폼으로전달하는단계; 토큰처리부에서토큰메시지를그룹객체들사이로순환시키면서결핍된메시지를재전송하고, 순차번호를새로이배정하여수신메시지를정렬되고완전한형태로관리하는단계; 송신처리부에서메시지전송의효율을기하기위해그룹모델별로메시지송신여부를결정하여실행하고, 송신버퍼를고장감내를위하여관리하는단계; 및그룹내일부객체에고장이발생했을때, 고장처리부에의하여새로운그룹멤버를결정하는단계를포함하며, 분산플랫폼을가진실시간시스템등에이용됨.

    주기억장치 데이터베이스 관리시스템에서의 티-트리 인덱스 키 관리방법
    12.
    发明公开
    주기억장치 데이터베이스 관리시스템에서의 티-트리 인덱스 키 관리방법 失效
    在主存储器中管理数据库中的T-TREE索引键的方法

    公开(公告)号:KR1020010078492A

    公开(公告)日:2001-08-21

    申请号:KR1019990056219

    申请日:1999-12-09

    Abstract: PURPOSE: A T-tree index key management method is provided to effectively support a variable length key, a multiple attribute key and an overlapping key in a T-tree widely used in a main memory DBMS as an index structure. CONSTITUTION: The method comprises steps of inserting a newly allocated node in an entry if a root node is a null(101,102), replacing a current node with the root node if the root node is not a null(103), stopping a process if the current node is a null(104), comparing a key value of an entry with a minimum value of the current node if the current node is not a null(105), comparing the key value of the entry with a maximum value of the current node if the key value is larger, replacing the current node with a right side child node of the current node and then returning to the step 104 in the case that the key value is larger and the right side child node exists, inserting the entry in the current node and then stopping the process in the case that the right side child node does not exist and an insertion space exists at the current node, inserting the entry in the current node and then stopping the process in the case that the key value is not larger than the maximum value of the current node and an insertion space exists at the current node, deleting the minimum value at the current node and inserting the entry in the current node in the case that an insertion space does not exist, searching the lowest boundary node from the current node in the case that a left side child node exists at the current node, inserting a minimum of the current node in the case that a space exists at the boundary node, allocating a new node and inserting a minimum value in the space does not exist at the boundary node, checking if a left side child node exists at the current node in the case that the key value of the entry is smaller than a minimum value of the current node(118), replacing the current node with the left side child node in the case that the left side child node exists(119), inserting the entry and stopping the process in the case that the left side child node does not exist and a space exists at the current node(120,121), and allocating a new node, inserting the entry in the new node and stopping the process in the case that a space does not exist(120,122).

    Abstract translation: 目的:提供一种T-tree索引密钥管理方法,以有效支持在主存储器DBMS中广泛使用的T-tree中的可变长度密钥,多属性密钥和重叠密钥作为索引结构。 构成方法:该方法包括以下步骤:如果根节点为空(101,102),则在条目中插入新分配的节点,如果根节点不为零则替换当前节点(103),停止进程,如果 当前节点是空值(104),如果当前节点不是空值(105),将条目的键值与当前节点的最小值进行比较(105),将条目的键值与 当前节点如果密钥值较大,则用当前节点的右侧子节点替换当前节点,然后在密钥值较大且右侧子节点存在的情况下返回到步骤104,插入条目 在当前节点中,然后在右侧子节点不存在并且当前节点存在插入空间的情况下停止进程,将该条目插入当前节点,然后在密钥值的情况下停止该进程 不大于卷曲的最大值 nt节点和当前节点存在插入空间,删除当前节点的最小值,并在插入空间不存在的情况下插入当前节点中的条目,在当前节点中搜索最低边界节点 在当前节点处存在左侧子节点的情况下,在边界节点处存在空格的情况下插入当前节点的最小值,在该边界处分配新节点并插入最小值在边界处不存在 节点,在条目的键值小于当前节点(118)的最小值的情况下,检查当前节点是否存在左侧子节点,用当前节点的左侧子节点替换当前节点 在左侧子节点存在的情况下(119),在左侧子节点不存在的情况下插入条目并停止进程,并且在当前节点处存在空格(120,121),并分配新节点,插入 进入 新节点并在空间不存在的情况下停止进程(120,122)。

    체크 포인트를 이용한 실시간 병렬 프로그램 디버깅 방법
    13.
    发明公开
    체크 포인트를 이용한 실시간 병렬 프로그램 디버깅 방법 失效
    使用检查点实时调试并行程序的方法

    公开(公告)号:KR1020010057785A

    公开(公告)日:2001-07-05

    申请号:KR1019990061193

    申请日:1999-12-23

    Abstract: PURPOSE: A method for debugging a parallel program is provided to improve the quality of a program, and to reduce the time for developing the program by instantaneously stopping an execution of the program using a check point, and by performing the program after check. CONSTITUTION: It is judged whether an execution code is terminated(200). When the execution code is terminated, a debugging is terminated. In case that the execution code isn't terminated, it is judged whether the execution code is a real-time or a parallel process statement(210). In case that the execution code is the real-time or a parallel process statement, a support process of an execution time is performed(220). In case that the execution code isn't the real-time or the parallel process statement, it is judged whether a check point is set on the execution code(230). In case that the check point is set, a process of the check point is performed(240). A general execution statement is processed(250).

    Abstract translation: 目的:提供一种用于调试并行程序的方法,以提高程序的质量,并通过使用检查点立即停止程序的执行,并通过在检查后执行程序来减少开发程序的时间。 构成:判断执行代码是否终止(200)。 执行代码终止时,调试结束。 在执行代码未终止的情况下,判断执行代码是实时还是并行处理语句(210)。 在执行代码是实时或并行处理语句的情况下,执行执行时间的支持处理(220)。 在执行代码不是实时或并行处理语句的情况下,判断是否在执行代码上设置了检查点(230)。 在检查点被设置的情况下,执行检查点的处理(240)。 处理一般执行语句(250)。

    서비스 교환기 시뮬레이터에서의 지능망 서비스 호 처리 방법
    14.
    发明授权
    서비스 교환기 시뮬레이터에서의 지능망 서비스 호 처리 방법 失效
    SSP仿真器服务呼叫处理方法

    公开(公告)号:KR100275507B1

    公开(公告)日:2000-12-15

    申请号:KR1019980049833

    申请日:1998-11-19

    Abstract: 1. 청구 범위에 기재된 발명이 속한 기술분야
    본 발명은 서비스 교환기 시뮬레이터에서의 지능망 서비스 처리 방법에 관한 것임.
    2. 발명이 해결하려고 하는 기술적 과제
    본 발명은 지능형 정보 제공 시스템의 기능을 확인하기 위해 필요한 지능망을 구성하는 타 망 요소들을 직접 연동하지 않고, 서비스 교환기 시뮬레이터에서 서비스를 처리하는 지능망 서비스 호처리 방법을 제공하고자 함.
    3. 발명의 해결방법의 요지
    본 발명은, 가입자 보드 및 중계선 보드를 초기화하고, 훅 오프 신호를 수신하여 발신음을 송출하고, 디지트 신호를 수집 및 분석하여 지능망 호인지 또는 비지능망 호인지를 확인하는 단계; 초기 감지 신호를 SCP 시뮬레이터로 전송하고, 임시 연결 설정 요구 신호를 수신하여 상관 번호를 확인하며, 초기 주소 메시지를 지능형 정보 제공 시스템으로 전송하여 주소 완료 및 응답 메시지를 수신하고, 베어러 채널을 설정하는 단계; 및 SCP 시뮬레이터로부터 연결 신호를 수신하여 착신 번호를 번역 및 확인하여 착신 처리 및 응답 처리를 수행하는 제 3 단계를 포함한다.
    4. 발명의 중요한 용도
    본 발명은 지능망 서비스 등에 이용됨.

    대용량 통신처리 시스템에서 각 망정합 장치간 브로드 캐스팅을이용한 경로 설정 방법
    15.
    发明公开
    대용량 통신처리 시스템에서 각 망정합 장치간 브로드 캐스팅을이용한 경로 설정 방법 有权
    使用非常大的容量的信息通信处理系统中的网络接口单元之间的广播来设置路径的方法

    公开(公告)号:KR1020000040231A

    公开(公告)日:2000-07-05

    申请号:KR1019980055810

    申请日:1998-12-17

    Abstract: PURPOSE: A method for setting up a path using broadcasting between a network interface units in information communication processing system with very large capacity is provided to perform efficiently a path setup between new networks. CONSTITUTION: A method for setting up a path using broadcasting between a network interface units in information communication processing system with very large capacity comprises the following steps. A process drive board is initialized. An assigned routing table is searched and Data are transmitted to a high-speed switch by using an assigned channel. A connection permission signal is determined by reading data received from the high-speed switch. A success response is returned according to the determined result.

    Abstract translation: 目的:提供一种在具有非常大容量的信息通信处理系统中的网络接口单元之间使用广播建立路径的方法,以有效地执行新网络之间的路径设置。 构成:在具有非常大容量的信息通信处理系统中的网络接口单元之间使用广播建立路径的方法包括以下步骤。 过程驱动板被初始化。 搜索分配的路由表,并通过使用分配的信道将数据发送到高速交换机。 通过读取从高速开关接收的数据来确定连接允许信号。 根据确定的结果返回成功响应。

    지능형정보제공시스템에서의지능망응용프로토콜오퍼레이션통계데이타처리방법
    16.
    发明公开
    지능형정보제공시스템에서의지능망응용프로토콜오퍼레이션통계데이타처리방법 失效
    用于处理智能网络智能外设(AIN IP)的智能网络应用协议(INAP)操作统计数据的方法

    公开(公告)号:KR1020000039753A

    公开(公告)日:2000-07-05

    申请号:KR1019980055175

    申请日:1998-12-15

    Abstract: PURPOSE: A method for processing intelligent network application protocol(INAP) operation statistical data in advanced intelligent network-intelligent peripheral(AIN IP) is provided to minimize a load of a system and a load provided by a service by collecting an INAP operation statistical data and formatting a data write portion stored in a memory and necessary information to divide a read portion transmitted to an operator. CONSTITUTION: A MSLC(202) accesses a corresponding library and collects the library to store the library as low data in a local memory when a measuring event is occurred to a transmission and receipt of an INAP operation and a resource supply of an intelligent peripheral corresponding to the INAP operation from a service control block(201). A measurement data gathering for AINIP service(MDGS) block(204) reads data need for an INAP operation statistic from row data stored in the MSLC library and transmits the read data to the MSDP block(204). A statistic performing command is analyzed when the statistic performing command is received from an operator. Information collected during a time required in the MDGS block(204) is processed in the case of the INAP operation statistic, and processed information is transmitted to the operator. Information collected during a time required in a system is processed, and processed information is transmitted to the operator.

    Abstract translation: 目的:提供一种高级智能网络智能外设(AIN IP)智能网应用协议(INAP)操作统计数据处理方法,通过收集INAP操作统计数据来最小化系统负载和服务提供的负载 并且格式化存储在存储器中的数据写入部分和必要信息,以将发送给操作者的读取部分分开。 规定:当发送和接收INAP操作和智能外设的资源供应相对应的测量事件时,MSLC(202)访问相应的库并收集库以将库作为低数据存储在本地存储器中 从服务控制块(201)到INAP操作。 用于AINIP服务(MDGS)块(204)的测量数据收集从存储在MSLC库中的行数据读取需要INAP操作统计量的数据,并将读取的数据发送到MSDP块(204)。 当从操作员接收到统计执行命令时,分析统计执行命令。 在INAP操作统计的情况下处理在MDGS块(204)中所需的时间内收集的信息,并将处理的信息发送给操作者。 在系统所需的时间内收集的信息被处理,处理的信息被传送给操作者。

    정보 제공 시스템에서 서비스 제어기로의 오퍼레이션 상태 관리방법
    17.
    发明公开
    정보 제공 시스템에서 서비스 제어기로의 오퍼레이션 상태 관리방법 失效
    从信息供应系统到维修控制器管理操作状态的方法

    公开(公告)号:KR1020000033959A

    公开(公告)日:2000-06-15

    申请号:KR1019980051043

    申请日:1998-11-26

    CPC classification number: H04L41/50 H04Q3/0029 H04Q3/54566

    Abstract: PURPOSE: A method for managing an operation state from an information supply system to a service controller is provided to transfer a treating demand of operation from an intelligent network information supply system to the service controller and to receive the treating result of the service controller for the demand. CONSTITUTION: An idle state(301) is changed to a mooring state(302) of operation by transferring(41) a TC_linvoke request component meaning the demand of a fourth grade operation to an SCP. Therefore, the mooring state of operation transfers a CONr or an ENDr message demanding continuance or finish of dialog. Then, the SCP processes corresponding operation in an operating state(303) for becoming the idle state by receiving(43) an I_can(TC_L_Cancel indication) from a TCAP(Transaction Capabilities Application Protocol) after a certain period. If the SCP receives a U_REJi(TC_U_Reject indication) or an R_REJi(TC_R_Reject indication) before generating the I_can, the operating state is changed to a mooring state(304) of denial. Therefore, the mooring state of denial is changed into the idle state after transferring(45) an U_ABOr(TC_U_Abort request) message with dial_rel or dial_rel message.

    Abstract translation: 目的:提供从信息提供系统到服务控制器的管理操作状态的方法,将处理的需求从智能网络信息提供系统传送到服务控制器,并接收服务控制器的处理结果 需求。 构成:通过将指向四级操作的需求的TC_linvoke请求组件传送(41)到SCP,将空闲状态(301)改变为操作的系泊状态(302)。 因此,系泊状态转移一个CONr或ENDr消息要求继续或完成对话。 然后,SCP经过一段时间后,通过从TCAP(交易能力应用协议)中接收(43)I_can(TC_L_Cancel指示)来处理用于变为空闲状态的操作状态(303)中的对应操作。 如果SCP在生成I_can之前接收到U_REJi(TC_U_Reject指示)或R_REJi(TC_R_Reject指示),则操作状态被改变为拒绝的系泊状态(304)。 因此,在传输(45)具有dial_rel或dial_rel消息的U_ABOr(TC_U_Abort请求)消息之后,拒绝的系泊状态变为空闲状态。

    지능형 정보 제공 시스템의 특수 자원 스위치및 그를 이용한자원별 서비스 통계 데이터 처리 방법
    18.
    发明公开
    지능형 정보 제공 시스템의 특수 자원 스위치및 그를 이용한자원별 서비스 통계 데이터 처리 방법 失效
    高级智能网络智能外设专用资源开关及使用其处理服务统计数据的方法

    公开(公告)号:KR1020000032116A

    公开(公告)日:2000-06-05

    申请号:KR1019980048479

    申请日:1998-11-12

    Abstract: PURPOSE: A specialized resource switch of an advanced intelligent network intelligent peripheral and a method for processing service statistics data using the same are provided to minimize a load applied to the system and service supply by separately realizing data write part and read part and easily analyze the result outputting information as several types. CONSTITUTION: An MSLC(Measurement Shared Library for Call)(221) collects data continually during operation of AIN IP(Advanced Intelligent Network-Intelligent Peripheral) and stores data in a memory by calling a corresponding library according to a resource supply event kind(302) if a resource supply event is generated in a service control part(210). An MSDP(Measurement and Statistics Data Processing)(222) determines a kind of a message from a manager. If the MSDP receives statistics performance command message, the MSDP analyzes input contents, formats the same to consistent with the request of the manager, and transmits the result to the manager. If the MSDP receives statistics performance cancel command message receive, the MSDP analyzes a statistics cancel request, searches statistics operation management table, and deletes a corresponding statistics information, then transmits statistics operation performance cancel success message to the manager.

    Abstract translation: 目的:提供高级智能网智能外设的专业资源交换机和一种处理服务统计数据的方法,通过单独实现数据写入部分和读取部分,轻松分析 结果输出信息为几种类型。 规定:一个MSLC(呼叫测量共享库)(221)在AIN IP(高级智能网络智能外设)的运行期间不断地收集数据,并通过根据资源供应事件种类(302)调用相应的库将数据存储在存储器中 )如果在服务控制部分(210)中产生资源供应事件。 MSDP(测量和统计数据处理)(222)确定来自管理者的消息的种类。 如果MSDP收到统计性能命令消息,则MSDP分析输入内容,格式相同,与管理者的请求一致,并将结果发送给管理员。 如果MSDP收到统计性能取消命令消息接收,MSDP分析统计消息请求,查询统计操作管理表,删除相应的统计信息,然后向管理员发送统计操作性能取消成功消息。

    서비스제어기시뮬레이터에서의서비스로직처리방법
    19.
    发明公开
    서비스제어기시뮬레이터에서의서비스로직처리방법 失效
    服务控制器模拟器中的服务逻辑处理方法

    公开(公告)号:KR1020000009626A

    公开(公告)日:2000-02-15

    申请号:KR1019980030177

    申请日:1998-07-27

    Abstract: PURPOSE: A service logic processing method applied to a service controller simulator in an intelligent network service is provided to process service logic by implementing a network element part as a simulator. CONSTITUTION: An initial sensing signal is received from a service switching point to drive a corresponding service logic and an auxiliary command request signal is received from an intelligent information supply system to perform a service according to applicant information and a service state, wherein the initial sensing signal is received from the service switching point by a packet reception and transmission processor.

    Abstract translation: 目的:提供一种应用于智能网服务中的服务控制器仿真器的服务逻辑处理方法,通过实现网元部件作为仿真器来处理服务逻辑。 构成:从服务切换点接收初始感测信号,驱动对应的服务逻辑,并从智能信息供应系统接收辅助命令请求信号,根据申请人信息和服务状态执行服务,其中初始感测 通过分组接收和发送处理器从业务交换点接收信号。

    에이티엠 망 환경에서 이질 멀티미디어 서비스 수용을 위한 분산구조를 갖는 서비스 연동 장치 및 방법
    20.
    发明公开
    에이티엠 망 환경에서 이질 멀티미디어 서비스 수용을 위한 분산구조를 갖는 서비스 연동 장치 및 방법 失效
    一种具有用于在IT网络环境中适应异构多媒体服务的分布式结构的服务互通装置和方法

    公开(公告)号:KR1019990052156A

    公开(公告)日:1999-07-05

    申请号:KR1019970071605

    申请日:1997-12-22

    Abstract: 본 발명은 ATM 기술을 채용한 B-ISDN망 환경에서 다양한 서비스 품질을 요구하는 이질의 멀티미디어 서비스 간의 중단없는 서비스 제공을 가능하게 하며 통신망 및 서비스 차원의 상호운용성을 보장하기 위한 장치인 서비스 연동 장치와 그 연동 방법에 관한 것이다. 본 발명은 이종의 서비스 단말 및 서버들과 연결되는 서비스 연동장치-에지 요소와, 실시간 처리가 필요하여 별도의 프로세싱 능력이 요구될 때 동작하는 서비스 연동장치-에이젼트 요소와, 상기 서비스 연동장치간의 서비스 연동, 위치, 장치간의 통신 등을 제어하는 서비스 연동장치-코어 요소로 구성된다. 이와 같은 구성에 따라 본 발명은 다양한 종류의 서비스 단말과 다양한 유형의 서버가 연결된 B-ISDN 망 환경에서 인터넷 서비스 뿐만 아니라 표준 ATM 응용 서비스를 선택적으로 제공할 수 있으며, 서비스 이용자가 단말의 종류 및 처리 능력에 무관하게 다양한 멀티미디어 서비스를 제공받을 수 있도록 도와주는 역할을 담당하며 에이젼트 개념에 따라 분산 구조를 갖게 설계된 서비스 연동 장치의 기능 구조와 이 장치와 서비스 단말과 서버간의 표준 접속하기 위한 방법 및 동작에 대하여 정의한 것이다.

Patent Agency Ranking