KR20050075491A - Aaa server structure for using thread - Google Patents
Aaa server structure for using thread Download PDFInfo
- Publication number
- KR20050075491A KR20050075491A KR1020040002984A KR20040002984A KR20050075491A KR 20050075491 A KR20050075491 A KR 20050075491A KR 1020040002984 A KR1020040002984 A KR 1020040002984A KR 20040002984 A KR20040002984 A KR 20040002984A KR 20050075491 A KR20050075491 A KR 20050075491A
- Authority
- KR
- South Korea
- Prior art keywords
- thread
- intelligent network
- subs
- subscriber
- server
- Prior art date
Links
- 230000009977 dual effect Effects 0.000 claims abstract description 8
- 238000000034 method Methods 0.000 abstract description 11
- 238000010586 diagram Methods 0.000 description 3
- 238000013475 authorization Methods 0.000 description 1
- 230000015556 catabolic process Effects 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
Classifications
-
- A—HUMAN NECESSITIES
- A01—AGRICULTURE; FORESTRY; ANIMAL HUSBANDRY; HUNTING; TRAPPING; FISHING
- A01K—ANIMAL HUSBANDRY; AVICULTURE; APICULTURE; PISCICULTURE; FISHING; REARING OR BREEDING ANIMALS, NOT OTHERWISE PROVIDED FOR; NEW BREEDS OF ANIMALS
- A01K49/00—Rearing-boxes; Queen transporting or introducing cages
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
- G06F9/526—Mutual exclusion algorithms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0892—Network architectures or network communication protocols for network security for authentication of entities by using authentication-authorization-accounting [AAA] servers or protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1001—Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Environmental Sciences (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Life Sciences & Earth Sciences (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Animal Husbandry (AREA)
- Biodiversity & Conservation Biology (AREA)
- Accounting & Taxation (AREA)
- Telephonic Communication Services (AREA)
- Mobile Radio Communication Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
본 발명은 쓰레드를 이용한 AAA 서버 구조에 관한 것으로, 더욱 상세하게는 쓰레드를 이용한 AAA 서버 구조에 관한 것으로서, 본 발명은 지능망 서버로부터 정상적인 응답메시지를 수신하면, 임시 데이터베이스에 저장된 정보와 함께 데이터 호 연결 응답메시지를 구성한 후 PDSN으로 송신함과 동시에 Mutex 잠금과 해제를 통해 임시 데이터베이스 정보를 삭제하는 SUBS 크레이트 쓰레드; 및 상기 SUBS 크레이트 쓰레드를 통해 지능망 가입자인지를 판단한 후 지능망 가입자인 경우 배열을 사용한 이중연결 리스트 구조의 임시 데이터베이스에 자원의 동기화를 위해 Mutex 잠금을 수행한 후 데이터 호 응답 메시지 구성을 위한 정보를 저장하고 Mutex 해제를 수행한 후 지능망 서버의 가입자 정보 요청 메시지를 송신하는 SUBS 메인 쓰레드로 구성된 것으로, 본원발명은 CDMA 1X 시스템의 지능망 가입자에 대한 데이터 호 설정 기능 중 PDSN과 SCP 서버와의 연동을 담당하고 있는 AAA 서버에 쓰레드를 사용하여 이중 프로세스의 구조를 만듦에 따라 기존의 단일 프로세스를 통한 데이터 호 설정 과정의 처리 작업을 이중 프로세스로 분배 처리함으로써 처리속도 및 처리량의 증가 등 성능을 향상시킬 수 있는 뛰어난 효과가 있다. The present invention relates to an AAA server structure using threads, and more particularly, to an AAA server structure using threads. The present invention relates to a data call connection with information stored in a temporary database when a normal response message is received from an intelligent network server. A SUBS crate thread that composes a response message and sends it to the PDSN and deletes temporary database information by locking and releasing mutex; And after determining whether the subscriber is an intelligent network through the SUBS crate thread, in the case of the intelligent network subscriber, after performing a mutex lock for synchronization of resources to a temporary database of a dual-connected list structure using an array, storing information for constructing a data call response message. It consists of SUBS main thread that sends subscriber information request message of intelligent network server after performing mutex release. The present invention is in charge of interworking with PDSN and SCP server among data call setup functions for intelligent network subscriber of CDMA 1X system. By using a thread on the AAA server to create a dual process structure, the processing of the data call setup process using a single process can be distributed to the dual process, thereby improving performance such as increased throughput and throughput. There is.
Description
본 발명은 쓰레드를 이용한 AAA 서버 구조에 관한 것으로, 더욱 상세하게는 CDMA 1x 시스템의 지능망 가입자에 대한 데이터 호 설정 시 PDSN과 지능망 서버와의 연동을 담당하고 있는 AAA 서버에 쓰레드를 사용하여 성능을 향상시킨 쓰레드를 이용한 AAA 서버 구조에 관한 것이다. The present invention relates to an AAA server structure using threads, and more particularly, to improve performance by using a thread in an AAA server in charge of interworking with a PDSN and an intelligent network server when establishing a data call for an intelligent subscriber of a CDMA 1x system. The AAA server architecture is based on the threads used.
CDMA 1X 시스템에서 지능망 가입자 또는 일반 가입자에 대한 데이터 호 설정 기능, 가입자에 대한 인증기능, 과금기능을 담당하는 AAA 서버가 PDSN에서 지능망 가입자에 대한 데이터 호 요청 메시지를 입력을 받고 응답메시지를 PDSN에 전송하기 위해 SCP 서버와의 연동이 필요하였다. In the CDMA 1X system, the AAA server responsible for data call setup, subscriber authentication, and billing functions for the intelligent network subscriber or general subscriber receives the data call request message for the intelligent network subscriber from the PDSN and sends a response message to the PDSN. In order to do this, interworking with SCP server was required.
종래의 기술은 하나의 프로세스를 통한 메시지 입출력 구조로서 입출력 처리량의 증가시 처리속도의 지연으로 성능 저하를 가져왔습니다. The conventional technology is a message I / O structure through a single process, resulting in performance degradation due to delay in processing speed when I / O throughput increases.
따라서, 본 발명은 상기와 같은 종래의 문제점을 해결하기 위해 이루어진 것으로서, 본 발명의 목적은 쓰레드를 사용한 AAA(Authentication, Authorization, Accounting) 서버(Server) 구조를 통해 데이터 호 처리를 하기 위한 이중의 프로세스를 가지게 됨으로써 입출력 처리속도의 향상 및 성능을 향상시킬 수 있는 쓰레드(Thread)를 이용한 AAA 서버 구조를 제공하는 데 있다. Accordingly, the present invention has been made to solve the above-mentioned conventional problems, and an object of the present invention is to provide a dual process for data call processing through an AAA (Authentication, Authorization, Accounting) server structure using threads. It is to provide an AAA server structure using a thread that can improve the input / output processing speed and performance by having a.
상기 목적을 달성하기 위하여 본 발명 쓰레드를 이용한 AAA 서버 구조는 PDSN과 SCP 서버에 연동되며 임시 데이터베이스를 구비한 AAA 서버 구조에 있어서, In order to achieve the above object, the AAA server structure using the thread of the present invention is linked to the PDSN and the SCP server in the AAA server structure having a temporary database,
지능망 서버로부터 정상적인 응답메시지를 수신하면, 임시 데이터베이스에 저장된 정보와 함께 데이터 호 연결 응답메시지를 구성한 후 PDSN으로 송신함과 동시에 Mutex 잠금과 해제를 통해 임시 데이터베이스 정보를 삭제하는 SUBS 크레이트 쓰레드; 및 When receiving a normal response message from the intelligent network server, a SUBS crate thread for constructing a data call connection response message with the information stored in the temporary database, and then transmits to the PDSN and deletes the temporary database information through mutex locking and unlocking; And
상기 SUBS 크레이트 쓰레드를 통해 지능망 가입자인지를 판단한 후 지능망 가입자인 경우 배열을 사용한 이중연결 리스트 구조의 임시 데이터베이스에 자원의 동기화를 위해 Mutex 잠금을 수행한 후 데이터 호 응답 메시지 구성을 위한 정보를 저장하고 Mutex 해제를 수행한 후 지능망 서버의 가입자 정보 요청 메시지를 송신하는 SUBS 메인 쓰레드로 구성된 것을 특징으로 한다. After determining whether the subscriber is an intelligent network through the SUBS crate thread, in the case of the intelligent network subscriber, after locking the mutex for synchronization of resources to a temporary database of a dual linked list structure using an array, storing information for constructing a data call response message and storing the mutex After performing the release, it is characterized by consisting of the SUBS main thread for transmitting the subscriber information request message of the intelligent network server.
이하, 본 발명의 일 실시예에 의한 쓰레드를 이용한 AAA 서버 구조에 대하여 첨부된 도면을 참조하여 상세히 설명하기로 한다. Hereinafter, an AAA server structure using threads according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings.
도 2는 본 발명의 일 실시예에 의한 쓰레드를 이용한 AAA 서버 구조의 기능블록도로서, 본 발명의 일 실시예에 의한 쓰레드를 이용한 AAA 서버 구조는 SUBS 크레이트 쓰레드(100), SUBS 메인 쓰레드(200), 및 임시 데이터베이스(300)로 구성되어 있다. 2 is a functional block diagram of the AAA server structure using a thread according to an embodiment of the present invention, AAA server structure using a thread according to an embodiment of the present invention is a SUBS crate thread 100, SUBS main thread 200 ), And a temporary database (300).
상기 SUBS 크레이트 쓰레드(100)는 지능망 서버로부터 정상적인 응답메시지를 수신하면, 임시 데이터베이스(300)에 저장된 정보와 함께 데이터 호 연결 응답메시지를 구성한 후 PDSN(Packet Data Serving Node)으로 송신함과 동시에 Mutex 잠금과 해제를 통해 임시 데이터베이스(300) 정보를 삭제하는 역할을 한다. When the SUBS crate thread 100 receives a normal response message from the intelligent network server, the SUBS crate thread 100 configures a data call connection response message with the information stored in the temporary database 300 and transmits it to the packet data serving node (PDSN) and simultaneously locks the mutex. It serves to delete the temporary database 300 information through and release.
그리고, 상기 SUBS 메인 쓰레드(200)는 상기 SUBS 크레이트 쓰레드(100)를 통해 지능망 가입자인지를 판단한 후 지능망 가입자인 경우 배열을 사용한 이중연결 리스트 구조의 임시 데이터베이스(300)에 자원의 동기화를 위해 Mutex 잠금을 수행한 후 데이터 호 응답 메시지 구성을 위한 정보를 저장하고 Mutex 해제를 수행한 후 지능망 서버의 가입자 정보 요청 메시지를 송신하는 역할을 한다. In addition, the SUBS main thread 200 determines whether the intelligent network subscriber through the SUBS crate thread 100, and then locks the mutex for synchronization of resources to the temporary database 300 of the dual linked list structure using an array in the case of the intelligent network subscriber. After performing the operation, it stores information for configuring a data call response message, performs a mutex release, and transmits a subscriber information request message of the intelligent network server.
그러면, 상기와 같은 구성을 가지는 쓰레드를 이용한 AAA 서버 구조의 동작과정에 대해 도 2를 참조하여 설명하기로 한다. Next, an operation process of the AAA server structure using the thread having the above configuration will be described with reference to FIG. 2.
상기 AAA 서버는 PDSN과 SCP(Service Control Point) 서버에 연동되는 것으로, 먼저, 상기 SUBS 크레이트 쓰레드(100)가 상기 지능망 서버로부터 정상적인 응답메시지를 수신하면, 임시 데이터베이스(300)에 저장된 정보와 함께 데이터 호 연결 응답메시지를 구성한 후 PDSN으로 송신함과 동시에 Mutex 잠금과 해제를 통해 임시 데이터베이스(300) 정보를 삭제한다. 즉, 상기 SUBS 크레이트 쓰레드(100)는 상기 SUBS 메인 쓰레드(200)와는 독립적으로 상기와 같은 작업을 반복하게 된다. The AAA server is interworking with the PDSN and the SCP (Service Control Point) server. First, when the SUBS crate thread 100 receives a normal response message from the intelligent network server, data is stored together with information stored in the temporary database 300. After constructing the call connection response message, it transmits to the PDSN and deletes the temporary database 300 information through the lock and release of the mutex. That is, the SUBS crate thread 100 repeats the above operation independently of the SUBS main thread 200.
이와 동시에 상기 SUBS 메인 쓰레드(200)는 상기 SUBS 크레이트 쓰레드(100)를 통해 지능망 가입자인지를 판단한 후 지능망 가입자인 경우 배열을 사용한 이중연결 리스트 구조의 임시 데이터베이스(300)에 자원의 동기화를 위해 Mutex 잠금을 수행한 후 데이터 호 응답 메시지 구성을 위한 정보를 저장하고 Mutex 해제를 수행한 후 지능망 서버의 가입자 정보 요청 메시지를 송신한다. At the same time, the SUBS main thread 200 determines whether it is an intelligent network subscriber through the SUBS crate thread 100 and then locks a mutex for synchronization of resources to a temporary database 300 of a dual linked list structure using an array in the case of an intelligent network subscriber. After performing the operation, it stores information for configuring a data call response message, performs a mutex release, and then transmits a subscriber information request message of the intelligent network server.
상술한 바와 같이 본 발명에 의한 쓰레드를 이용한 AAA 서버 구조에 의하면, CDMA 1X 시스템의 지능망 가입자에 대한 데이터 호 설정 기능 중 PDSN과 SCP 서버와의 연동을 담당하고 있는 AAA 서버에 쓰레드를 사용하여 이중 프로세스의 구조를 만듦에 따라 기존의 단일 프로세스를 통한 데이터 호 설정 과정의 처리 작업을 이중 프로세스로 분배 처리함으로써 처리속도 및 처리량의 증가 등 성능을 향상시킬 수 있는 뛰어난 효과가 있다. As described above, according to the AAA server structure using a thread according to the present invention, among the data call setup functions for the intelligent network subscriber of the CDMA 1X system, a double process is performed by using a thread on the AAA server that is in charge of interworking with the PDSN and the SCP server. By making the structure of, it is possible to improve the performance such as increase the processing speed and throughput by distributing the processing of the data call setup process through the existing single process to the dual process.
도 1은 본 발명의 일 실시예에 따른 쓰레드를 이용한 AAA 서버 구조의 내부 구성을 나타낸 기능블록도1 is a functional block diagram showing an internal configuration of an AAA server structure using threads according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른 쓰레드를 이용한 AAA 서버 구조중 인터페이스부의 세부 구성을 나타낸 기능블록도이다. 2 is a functional block diagram showing the detailed configuration of the interface unit of the AAA server structure using a thread according to an embodiment of the present invention.
<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>
100 : SUBS 크레이트 쓰레드 200 : SUBS 메인 쓰레드 100: SUBS crate thread 200: SUBS main thread
300 : 임시 데이터베이스 300: temporary database
Claims (1)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020040002984A KR20050075491A (en) | 2004-01-15 | 2004-01-15 | Aaa server structure for using thread |
PCT/KR2005/000142 WO2005069510A1 (en) | 2004-01-15 | 2005-01-14 | Aaa server structure with threads |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020040002984A KR20050075491A (en) | 2004-01-15 | 2004-01-15 | Aaa server structure for using thread |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20050075491A true KR20050075491A (en) | 2005-07-21 |
Family
ID=34793263
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020040002984A KR20050075491A (en) | 2004-01-15 | 2004-01-15 | Aaa server structure for using thread |
Country Status (2)
Country | Link |
---|---|
KR (1) | KR20050075491A (en) |
WO (1) | WO2005069510A1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102215244A (en) * | 2010-04-06 | 2011-10-12 | 深圳市智游通科技有限公司 | Tour guide instrument control method and device as well as tour guide instrument and monitoring server |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6925297B2 (en) * | 2000-09-19 | 2005-08-02 | Nortel Networks, Limited | Use of AAA protocols for authentication of physical devices in IP networks |
-
2004
- 2004-01-15 KR KR1020040002984A patent/KR20050075491A/en not_active Application Discontinuation
-
2005
- 2005-01-14 WO PCT/KR2005/000142 patent/WO2005069510A1/en active Application Filing
Also Published As
Publication number | Publication date |
---|---|
WO2005069510A1 (en) | 2005-07-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108650262B (en) | Cloud platform expansion method and system based on micro-service architecture | |
Canini et al. | A distributed and robust SDN control plane for transactional network updates | |
CN106973050A (en) | A kind of method and device of inter-network lock information sharing | |
CN110287206B (en) | Method for constructing distributed lock for Redis database | |
CN106293972A (en) | The single page application page means of communication and device | |
CN113098982B (en) | Block chain message transmission method and device | |
CN101404575B (en) | Method and system for updating indorsement algorithm | |
CN113067902A (en) | Block chain message transmission method and device | |
CN113157450A (en) | Method and apparatus for performing blocks in a blockchain system | |
CN101778131A (en) | Data synchronization system | |
CN114363162A (en) | Block chain log generation method and device, electronic equipment and storage medium | |
US20070206744A1 (en) | Method for providing virtual private network services | |
KR20050075491A (en) | Aaa server structure for using thread | |
FI108325B (en) | Provision of services in a telecommunications network | |
US7305554B2 (en) | Dynamic acquisition of state during security system reconfiguration | |
CN104038557A (en) | Batch upgrading method of equipment software in optical fiber connection tree shape network structure | |
CN101572624A (en) | Cross-platform cross-method SNMP extension MIB realization method | |
CN100512303C (en) | Method for confirming mapping relation between cross-domain service domain interior domains | |
CN100417236C (en) | Intelligeat network control method of network exchange equipment | |
KR100567324B1 (en) | Diameter server system and service method for handoff of wireless LAN terminal | |
Singh et al. | Structured design of communication protocols | |
US20240348670A1 (en) | Apparatus and method for requesting time sensitive communication management information in wireless communication system | |
Huang et al. | Secure Collaboration Between Consortiums in Permissioned Blockchains | |
CN102130777A (en) | Network management system and method for ensuring consistency with data of safety management system | |
KR20240150373A (en) | Apparatus and method for requesting time sensitive communication management information in wireless communication system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
N231 | Notification of change of applicant | ||
WITN | Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid |