KR20030025621A - 네트워크의 트래픽 점검방법 - Google Patents
네트워크의 트래픽 점검방법 Download PDFInfo
- Publication number
- KR20030025621A KR20030025621A KR1020010058752A KR20010058752A KR20030025621A KR 20030025621 A KR20030025621 A KR 20030025621A KR 1020010058752 A KR1020010058752 A KR 1020010058752A KR 20010058752 A KR20010058752 A KR 20010058752A KR 20030025621 A KR20030025621 A KR 20030025621A
- Authority
- KR
- South Korea
- Prior art keywords
- message
- transmitted
- received
- field type
- data structure
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W24/00—Supervisory, monitoring or testing arrangements
- H04W24/06—Testing, supervising or monitoring using simulated traffic
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/50—Testing arrangements
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (9)
- 오에스(OS) 프롬프트 상에서 사용자로부터 목표 지점으로 송신하고자 하는 메시지 구조에 대한 정보와 내용을 입력받는 제1단계와;사용자가 원하는 테스트 옵션 또는 출력 형식을 지정하는 제2단계와;상기 제1단계 및 제2단계를 통해 생성된 메시지를 목표 지점으로 송신하는 제3단계와;목표 지점으로부터 응답 메시지를 수신하여 상기 제2단계에서 설정한 형태로 트래픽 점검 결과를 출력하는 제4단계로 이루어진 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제1항에 있어서, 상기 테스트 옵션 또는 출력 형식으로 지정하는 정보에는, 테스트 시간, 송/수신된 메시지 개수 및 손상된 메시지 개수 등이 포함되는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제1항에 있어서, 상기 사용자로부터 입력받은 정보에 의한 송신 메시지의 생성은, 메시지 구조 테이블을 초기화 한 후, 애플리케이션에서 요구하는 자료구조(Structure) 타입이 있는지 판단하는 제1단계와;상기 애플리케이션에서 요구하는 자료구조 타입이 있을 경우, 자료구조의 깊이를 증가시키는 제2단계와;각 자료구조에 대한 필드 타입을 판별하여, 각 필드 타입 정보의 메모리를 할당하고, 송/수신할 메시지의 변수 이름을 할당하는 제3단계와;상기 제3단계에 의한 과정을 자료구조의 설정이 끝날 때까지 반복 수행하는 제4단계로 이루어진 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제3항에 있어서, 애플리케이션에서 요구하는 자료구조 타입이 없을 경우에는, 필드 타입 정보에 따른 메모리를 할당하지 않고, 송수신할 메시지의 변수 이름만을 할당하는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제1항에 있어서, 상기 필드 타입에 따른 메모리 할당은, 필드 타입을 판별하여 그 필드 타입에 따라 메시지 구조 테이블의 한 열의 메모리를 할당하도록 하는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제3항에 있어서, 상기 메시지 구조 테이블은 메시지의 '종류','이름','깊이' 항목이 포함되어 이루어지는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제5항에 있어서, 상기 필드 타입에는 정수, 실수, 문자, 문자열 등이 포함되는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제1항에 있어서, 생성된 메시지를 송신하기 위해서는 메시지 구조 테이블의포인터를 구하는 제1단계와;상기 포인터를 따라 메시지 구조 테이블의 전체 사이즈를 구하고, 그 사이즈만큼의 메모리를 할당하는 제2단계와;다시 메시지 구조 테이블의 포인터를 구하여, 그 포인터를 따라 입력받은 변수들의 값을, 할당받은 메모리의 처음 번지부터 차례로 넣어 송신하는 제3단계로 이루어진 것을 특징으로 하는 네트워크의 트래픽 점검방법.
- 제8항에 있어서, 상기와 같이 메시지를 송신하거나 그 메시지에 응답을 수신할 경우에는, 송/수신한 메시지의 시퀀스 넘버 및 이제까지 송/수신한 메시지 개수를 모두 저장하였다가, 그 통계값을 사용자 요구나 주기적으로 출력하는 것을 특징으로 하는 네트워크의 트래픽 점검방법.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR10-2001-0058752A KR100459413B1 (ko) | 2001-09-21 | 2001-09-21 | 네트워크의 트래픽 부하 점검방법 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR10-2001-0058752A KR100459413B1 (ko) | 2001-09-21 | 2001-09-21 | 네트워크의 트래픽 부하 점검방법 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| KR20030025621A true KR20030025621A (ko) | 2003-03-29 |
| KR100459413B1 KR100459413B1 (ko) | 2004-12-03 |
Family
ID=27725107
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| KR10-2001-0058752A Expired - Fee Related KR100459413B1 (ko) | 2001-09-21 | 2001-09-21 | 네트워크의 트래픽 부하 점검방법 |
Country Status (1)
| Country | Link |
|---|---|
| KR (1) | KR100459413B1 (ko) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101048456B1 (ko) * | 2007-10-16 | 2011-07-11 | 삼성전자주식회사 | 무선 접속 통신 시스템에서 셀 부하 예측 장치 및 방법 |
| WO2014164774A1 (en) * | 2013-03-11 | 2014-10-09 | Seven Networks, Inc. | Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR19990051711A (ko) * | 1997-12-19 | 1999-07-05 | 정선종 | 코드분할다중접속 이동통신 교환기 트래픽 시뮬레이터의 테스트 시나리오 구성 방법 |
| JPH11340978A (ja) * | 1998-05-27 | 1999-12-10 | Nec Corp | ネットワーク監視方法及びその装置 |
| JP2001094573A (ja) * | 1999-09-24 | 2001-04-06 | Nippon Telegr & Teleph Corp <Ntt> | トラヒックの品質の測定装置 |
| KR20010045782A (ko) * | 1999-11-08 | 2001-06-05 | 윤종용 | 무선가입자망 시스템의 무선 환경 모니터링 방법 |
| KR100334766B1 (ko) * | 2000-09-27 | 2002-05-03 | 윤종용 | 무선 통신 시스템의 기지국과 단말간 통화품질 측정 장치및 방법 |
| KR20020009542A (ko) * | 2001-12-06 | 2002-02-01 | 엔엠소프트(주) | 테스트신호를 이용한 광선로 및 원격지 통신국의 장비와환경을 감시하는 방법 및 이를 위한 장치 |
-
2001
- 2001-09-21 KR KR10-2001-0058752A patent/KR100459413B1/ko not_active Expired - Fee Related
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101048456B1 (ko) * | 2007-10-16 | 2011-07-11 | 삼성전자주식회사 | 무선 접속 통신 시스템에서 셀 부하 예측 장치 및 방법 |
| US8059605B2 (en) | 2007-10-16 | 2011-11-15 | Samsung Electronics Co., Ltd. | Apparatus and method for estimating cell load in wireless communication system |
| WO2014164774A1 (en) * | 2013-03-11 | 2014-10-09 | Seven Networks, Inc. | Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network |
| US9326185B2 (en) | 2013-03-11 | 2016-04-26 | Seven Networks, Llc | Mobile network congestion recognition for optimization of mobile traffic |
| US9961584B2 (en) | 2013-03-11 | 2018-05-01 | Seven Networks, Llc | Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network |
Also Published As
| Publication number | Publication date |
|---|---|
| KR100459413B1 (ko) | 2004-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7278061B2 (en) | Building packets of data for testing a communication network | |
| EP1659753A1 (en) | Monitoring control system and method | |
| US12461919B2 (en) | Service processing methods and apparatuses | |
| CN111966556B (zh) | 性能压测方法、装置及服务器和计算机可读存储介质 | |
| EP2317436A2 (en) | Computer, computer system, and application execution method | |
| CN110647490B (zh) | 数据传输方法、装置、设备以及计算机存储介质 | |
| US7545821B2 (en) | Network system and communication method | |
| CN114465927B (zh) | Dns服务器压力测试方法、电子设备及可读存储介质 | |
| Lencse et al. | Performance analysis of SIIT implementations: Testing and improving the methodology | |
| KR100459413B1 (ko) | 네트워크의 트래픽 부하 점검방법 | |
| KR20180061589A (ko) | 소프트웨어 빌드 시스템 및 이를 이용한 소프트웨어 빌드 방법 | |
| JP2007082224A (ja) | オーバーヘッドが小さなネットワーク・プロトコルの性能評価のための方法および装置 | |
| CN116530071A (zh) | Can地址分配 | |
| CN114928556B (zh) | 接口服务的测试方法及相关设备 | |
| US20100110899A1 (en) | Stressing a network device | |
| CN112019491A (zh) | 一种报文处理方法及系统 | |
| KR100397468B1 (ko) | Mib 네임 서버를 이용한 망 관리 장치 및 방법 | |
| CN112565174B (zh) | 地址监视装置和地址监视方法 | |
| CN116886670A (zh) | 通信节点的地址标定方法、装置、电子设备及存储介质 | |
| CN115168215A (zh) | 基于服务的编排测试方法及装置 | |
| CN112491554A (zh) | 一种信息隐藏方法、装置,ip主机以及网络节点 | |
| CN108738061B (zh) | 基于cmpp3.0协议的短信发送性能测试方法及系统 | |
| US20040088395A1 (en) | Method for probing a server | |
| KR102874425B1 (ko) | 일시적 통신 두절 환경에서 계측 데이터의 저장 및 지연 전송을 수행하는 실시간 원격 모니터링용 계측 장치 및 데이터 저장 방법 | |
| CN120165809A (zh) | 定位封包提供装置及方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A201 | Request for examination | ||
| PA0109 | Patent application |
St.27 status event code: A-0-1-A10-A12-nap-PA0109 |
|
| PA0201 | Request for examination |
St.27 status event code: A-1-2-D10-D11-exm-PA0201 |
|
| N231 | Notification of change of applicant | ||
| PN2301 | Change of applicant |
St.27 status event code: A-3-3-R10-R13-asn-PN2301 St.27 status event code: A-3-3-R10-R11-asn-PN2301 |
|
| R17-X000 | Change to representative recorded |
St.27 status event code: A-3-3-R10-R17-oth-X000 |
|
| PG1501 | Laying open of application |
St.27 status event code: A-1-1-Q10-Q12-nap-PG1501 |
|
| D13-X000 | Search requested |
St.27 status event code: A-1-2-D10-D13-srh-X000 |
|
| D14-X000 | Search report completed |
St.27 status event code: A-1-2-D10-D14-srh-X000 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-3-3-R10-R18-oth-X000 |
|
| E902 | Notification of reason for refusal | ||
| PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
| P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |
|
| P13-X000 | Application amended |
St.27 status event code: A-2-2-P10-P13-nap-X000 |
|
| E701 | Decision to grant or registration of patent right | ||
| PE0701 | Decision of registration |
St.27 status event code: A-1-2-D10-D22-exm-PE0701 |
|
| GRNT | Written decision to grant | ||
| PR0701 | Registration of establishment |
St.27 status event code: A-2-4-F10-F11-exm-PR0701 |
|
| PR1002 | Payment of registration fee |
St.27 status event code: A-2-2-U10-U11-oth-PR1002 Fee payment year number: 1 |
|
| PG1601 | Publication of registration |
St.27 status event code: A-4-4-Q10-Q13-nap-PG1601 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R11-asn-PN2301 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R14-asn-PN2301 |
|
| PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 4 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R13-asn-PN2301 St.27 status event code: A-5-5-R10-R11-asn-PN2301 |
|
| FPAY | Annual fee payment |
Payment date: 20081031 Year of fee payment: 5 |
|
| PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 5 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |
|
| LAPS | Lapse due to unpaid annual fee | ||
| PC1903 | Unpaid annual fee |
St.27 status event code: A-4-4-U10-U13-oth-PC1903 Not in force date: 20091123 Payment event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE |
|
| PC1903 | Unpaid annual fee |
St.27 status event code: N-4-6-H10-H13-oth-PC1903 Ip right cessation event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE Not in force date: 20091123 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R13-asn-PN2301 St.27 status event code: A-5-5-R10-R11-asn-PN2301 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R13-asn-PN2301 St.27 status event code: A-5-5-R10-R11-asn-PN2301 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |