KR20040026765A - SMS message loss preventing system - Google Patents

SMS message loss preventing system Download PDF

Info

Publication number
KR20040026765A
KR20040026765A KR1020020058323A KR20020058323A KR20040026765A KR 20040026765 A KR20040026765 A KR 20040026765A KR 1020020058323 A KR1020020058323 A KR 1020020058323A KR 20020058323 A KR20020058323 A KR 20020058323A KR 20040026765 A KR20040026765 A KR 20040026765A
Authority
KR
South Korea
Prior art keywords
message
smsc
sms
memory queue
memory
Prior art date
Application number
KR1020020058323A
Other languages
Korean (ko)
Inventor
박덕현
김승한
전창국
Original Assignee
에스케이 텔레콤주식회사
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 에스케이 텔레콤주식회사 filed Critical 에스케이 텔레콤주식회사
Priority to KR1020020058323A priority Critical patent/KR20040026765A/en
Publication of KR20040026765A publication Critical patent/KR20040026765A/en

Links

Abstract

PURPOSE: A system for preventing the loss of an SMS message is provided to prevent loss of a message between an SMSC(Service Management System Center) and an SMS(Short Message Service) server by applying a memory queue to disassemble a system resource when short messages are congested. CONSTITUTION: An SMSC includes an SMSC operating DB(310), a memory queue(320) and a process(330). The SMSC operating DB(310) stores short message information. The memory queue(330) divides a message exceeding a memory buffer capacity of the SMSC operating DB(310) and stores the divided parts of the message. The process(330) checks the size of the message and the number of the parts of the message to determine whether they reach a maximum limit value. An SMS server(400) manages a message transmitted for a TCP/IP communication with the SMSC(300).

Description

SMS 메시지의 유실 방지시스템{SMS message loss preventing system}SMS message loss preventing system

본 발명은 SMS 메시지의 유실 방지시스템에 관한 것이다. 보다 상세하게는 이동통신 시스템에서의 SMSC와 SMS서버 간의 메시지 폭주로 인해 발생되는 SMS 메시지의 유실 방지 시스템에 관한 것이다.The present invention relates to a system for preventing the loss of SMS messages. More specifically, the present invention relates to a system for preventing the loss of SMS messages caused by congestion between SMSCs and SMS servers in a mobile communication system.

현재 이동 통신 단말기 기술의 급진적인 발달과 이동통신 가입자의 증가에따라 이동통신서비스 사업자는 이동통신 가입자의 요구를 충족하고 더 많은 가입자를 유치하기 위해 다양한 부가서비스를 제공하고 있다.With the rapid development of mobile terminal technology and the increase of mobile subscribers, mobile communication service providers are providing various additional services to meet the needs of mobile subscribers and attract more subscribers.

이러한 부가 서비스로는 단문 메시지 서비스(SMS)가 있다. SMS는 미리 설정된 용량의 문장을 통신 단말기 간에 주고 받을 수 있게 하는 서비스이다. SMS는 양방향 무선 호출과 동일한 기능을 가지고 있어서 간단한 문자 수신, 음성 사서함 알림, 문자 전송 등이 가능하여 고객의 요구를 충족시켜 주고 있다.Such an additional service is a short message service (SMS). SMS is a service that allows the communication terminal to send and receive a sentence of a predetermined capacity. SMS has the same features as two-way radio calling, which allows for simple text reception, voice mailbox notification, and text delivery to meet customer needs.

통상적으로 이동 통신 단말기를 사용하는 사용자들은 단말기에 부가적으로 구현된 SMS 기능의 이용을 통해 필요한 메시지를 원하는 상대측으로 전송하거나 받 을 수 있었다. 이러한 SMS 기능은 상기 단말기가 가입된 디지털 휴대용 단말기 시스템의 지원이 있어야 하며, 동시에 단말기 자체에 있어서도 필요한 메시지의 입력 및 편집, 그리고 발신할 수 있는 기능의 구현이 이루어짐으로써 가능하게 된다.In general, users using a mobile communication terminal have been able to send or receive necessary messages to a desired party through the use of an SMS function additionally implemented in the terminal. The SMS function must be supported by the digital portable terminal system to which the terminal is subscribed, and at the same time, the terminal itself can realize the function of inputting, editing, and sending a required message.

도 1은 종래 기술에 따른 SMSC와 SMS서버 간의 메시지 처리 과정을 나타낸 블록 구성도 이다.1 is a block diagram illustrating a message processing process between an SMSC and an SMS server according to the prior art.

도 1를 살펴보면, 단문메시지 정보를 저장하는 SMSC 운용DB(11), SMSC 내의 메시지 전송 방식인 UDP(User Datagram Protocol; 12), SMS서버(20)와의 통신을 전담하고 단문 메시지를 전달하는 역할을 하는 프로세스(13)가 구비된 SMSC(10)와; 상기 SMSC(10)와의 TCP/IP 통신을 통해 전송된 메시지를 관리하는 SMS서버(20)로 구성되어 있다.Referring to Figure 1, SMSC operation DB (11) for storing the short message information, UDP (User Datagram Protocol; 12) of the message transmission method in the SMSC, dedicated to communication with the SMS server 20 and serves to deliver a short message An SMSC 10 equipped with a process 13; SMS server 20 for managing the message transmitted through the TCP / IP communication with the SMSC (10).

이러한 구성을 갖는 SMSC와 SMS서버 간의 메시지 처리 시스템은 SMSC에서 SMS서버로 메시지를 전송할 때 SMSC 내 메시지 전송방식으로 UDP 방식을 사용함으로써 TCP/IP 결선 당 버퍼 크기가 100개로 한정되어 메모리 버퍼 용량이 초과될 가능성이 크며, 메시지 전송 후 관리 기능(메시지 저장 등)이 부재하여 메시지의 유실 가능성을 초래한다.The message processing system between the SMSC and the SMS server having such a configuration uses the UDP method as a message transmission method within the SMSC when transmitting a message from the SMSC to the SMS server, thereby limiting the memory buffer capacity by limiting the buffer size per 100 TCP / IP connections. There is a high possibility that the management function (message storage, etc.) is missing after the message is transmitted, resulting in the possibility of the message being lost.

또한, SMSC에서 SMS서버로 메시지 유실이 발생될 때 재처리(전송) 과정의 부재로 인하여 SMS서버에서의 무응답 현상이 발생된다.In addition, when a message is lost from the SMSC to the SMS server, a non-response phenomenon occurs at the SMS server due to the absence of a reprocessing process.

본 발명은 상기한 문제점을 해결하기 위한 것으로서 본 발명은 이동통신 시스템에서의 단문 메시지가 폭주할 때 이를 저장하고 분배하는 기능의 메시지 큐를 적용함으로써 SMSC와 SMS서버 간의 메시지 유실을 최대한 방지하는 데 그 목적이 있다.The present invention is to solve the above problems, the present invention is to prevent the loss of messages between the SMSC and the SMS server by applying a message queue of the function of storing and distributing the short message in the mobile communication system when congested There is a purpose.

상기한 본 발명의 목적을 달성하기 위한 기술적 사상으로서 본 발명은As the technical idea for achieving the above object of the present invention

이동 통신망에서의 SMSC와 SMS 간의 메시지 유실 방지 시스템에 있어서,In the message loss prevention system between SMSC and SMS in mobile communication network,

단문 메시지 정보를 저장하기 위한 SMSC 운용DB와; 상기 SMSC 운용DB의 메모리 버퍼 용량을 초과하는 메시지를 분할하여 저장하는 메모리 큐(Queue)와; 상기 메모리 큐의 메시지 크기와 개수를 점검하여 최대 한계치의 도달 여부를 판단하는 프로세스를 구비하는 SMSC와;An SMSC operation DB for storing short message information; A memory queue for dividing and storing a message exceeding a memory buffer capacity of the SMSC operation DB; An SMSC including a process of checking the size and number of messages in the memory queue to determine whether a maximum limit has been reached;

상기 SMSC와의 TCP/IP 통신을 통해 전송된 메시지를 관리하는 SMS서버를 포함하는 것을 특징으로 하는 SMS 메시지의 유실 방지시스템이 제공된다.Provided is a system for preventing the loss of an SMS message comprising an SMS server for managing a message transmitted through TCP / IP communication with the SMSC.

도 1은 종래 기술에 따른 SMSC와 SMS서버 간의 메시지 처리 과정을 나타낸 블록 구성도 이다.1 is a block diagram illustrating a message processing process between an SMSC and an SMS server according to the prior art.

도 2는 본 발명에 따른 SMSC와 SMS서버 간의 메시지 처리 과정을 나타낸 블록 구성도 이다.2 is a block diagram illustrating a message processing process between an SMSC and an SMS server according to the present invention.

< 도면의 주요부분에 대한 부호의 설명 ><Description of Symbols for Major Parts of Drawings>

100,300: SMSC(Service Management System Center)100,300: Service Management System Center (SMSC)

110,310: SMSC 운용DB120: UDP(User Datagram Protocol)110,310: SMSC operation DB120: User Datagram Protocol (UDP)

130,330: 프로세스(Process)200,400: SMS서버130,330 Process 200,400 SMS Server

320: 메모리 큐(Queue)320: memory queue

이하, 본 발명의 실시 예에 대한 구성 및 그 작용을 첨부한 도면을 참조하면서 상세히 설명하기로 한다.Hereinafter, with reference to the accompanying drawings, the configuration and operation of the embodiment of the present invention will be described in detail.

도 2는 본 발명에 따른 SMSC와 SMS서버 간의 메시지 처리 과정을 나타낸 블록 구성도이다.2 is a block diagram illustrating a message processing process between an SMSC and an SMS server according to the present invention.

도 2를 살펴보면, 단문 메시지 정보를 저장하기 위한 SMSC 운용DB(310)와; 상기 SMSC 운용DB(320)의 메모리 버퍼 용량을 초과하는 메시지를 분할하여 저장하는 메모리 큐(Queue)(330)와; 상기 메모리 큐(330)의 메시지 크기와 개수를 점검하여 최대 한계치의 도달 여부를 판단하는 프로세스(330)를 구비하는 SMSC(300)와; 상기 SMSC(300)와의 TCP/IP 통신을 통해 전송된 메시지를 관리하는 SMS서버(400)로 구성되어 있다.2, an SMSC operation DB 310 for storing short message information; A memory queue 330 for dividing and storing a message exceeding a memory buffer capacity of the SMSC operation DB 320; An SMSC (300) having a process (330) for determining whether a maximum limit has been reached by checking the size and number of messages in the memory queue (330); SMS server 400 for managing the message transmitted through the TCP / IP communication with the SMSC (300).

여기서, 상기 SMSC(300)에서 SMS서버(400)로 메시지 처리과정의 차이점을 살펴보면 종래의 파일 형태로 구현되는 UDP(120) 대신에 메모리 형태의 분할 메모리 큐(320)를 사용함으로써 버퍼 용량이 초과되어 발생되는 메시지 유실을 방지할 수 있다.Here, referring to the difference in the message processing process from the SMSC 300 to the SMS server 400, the buffer capacity is exceeded by using the divided memory queue 320 of the memory type instead of the UDP 120 implemented in the conventional file type. This can prevent the loss of messages that occur.

즉, 종래의 UDP(120)는 OS 의존적이어서 사이즈(size) 변경시 OS 부팅 등으로 인해 운영체제 부팅 시 장시간 소요되고, 메시지 전달 후 관리 기능이 없으며, TCP/IP 결선 당 버퍼 크기가 100개로 한정되어 버퍼 용량이 초과될 가능성이 켜서 메시지 유실을 초래하였다.That is, the conventional UDP 120 is OS dependent, so it takes a long time to boot the OS due to OS booting when the size is changed, there is no management function after message transfer, and the buffer size per TCP / IP connection is limited to 100. The possibility of exceeding the buffer capacity turned on, resulting in message loss.

그러나, 본 발명에서는 UDP(120) 대신에 메모리 큐(320)를 적용함으로써 메모리 큐 Full시 알람 기능으로 관리 기능이 탁월하며, 어플리케이션 재기동으로 단시간에 처리할 수 있으며, 분할 메모리 큐 형태로 사용되어 어플리케이션이 메모리사용 상태를 관리할 수 있다. 또한, TCP/IP 결선 당 메모리 버퍼 크기가 1000개로 할당되어 메모리 여유에 따라 확장이 가능하게 된다.However, in the present invention, by applying the memory queue 320 in place of the UDP 120, the management function is excellent with the alarm function when the memory queue is full, and can be processed in a short time by restarting the application, the application is used in the form of a divided memory queue You can manage this memory usage. In addition, the memory buffer size per TCP / IP connection is allocated to 1000, allowing expansion according to memory margin.

이는 SMSC(300)의 메시지 저장 및 분할 기능을 갖는 메모리 큐(320)에 의해 메시지 전송 후 메시지 저장 등을 관리할 수 있어 메시지 유실을 방지한다.This can be managed by the memory queue 320 having the message storage and partitioning function of the SMSC 300 to manage the message storage after the message transmission, thereby preventing the loss of the message.

또한, 메모리 큐(320)와 SMS서버(400) 간의 무응답시 매 1시간 마다 3회까지 메시지를 재전송함으로써 결과적으로 메시지 유실을 방지할 수 있다.In addition, when the non-response between the memory queue 320 and the SMS server 400, the message is retransmitted up to three times every hour, thereby preventing the loss of the message.

이상에서와 같이 본 발명에 의한 이동 통신망에서의 SMS 메시지 유실 방지시스템에 따르면, 종래의 UDP 대신에 메모리 큐를 적용함으로써 단문 메시지 폭주시 시스템 자원을 분해하여 SMSC와 SMS서버 간의 메시지 유실을 방지할 수 있다.As described above, according to the SMS message loss prevention system in the mobile communication network according to the present invention, by applying a memory queue instead of the conventional UDP, it is possible to prevent the message loss between the SMSC and SMS server by decomposing system resources during short message congestion. have.

이는 SMSC와 SMS서버 간의 메시지 전송에 있어서 무결성이 보장됨으로써 단문메시지 서비스의 신뢰성을 더욱 증대 시킬 수 있다.This ensures the integrity of the message transmission between the SMSC and the SMS server can further increase the reliability of the short message service.

Claims (2)

이동통신망에서의 SMSC와 SMS 간의 메시지 유실 방지 시스템에 있어서,In the message loss prevention system between SMSC and SMS in mobile communication network, 단문 메시지 정보를 저장하기 위한 SMSC 운용DB와; 상기 SMSC 운용DB의 메모리 버퍼 용량을 초과하는 메시지를 분할하여 저장하는 메모리 큐(Queue)와; 상기 메모리 큐의 메시지 크기와 개수를 점검하여 최대 한계치의 도달 여부를 판단하는 프로세스를 구비하는 SMSC와;An SMSC operation DB for storing short message information; A memory queue for dividing and storing a message exceeding a memory buffer capacity of the SMSC operation DB; An SMSC including a process of checking the size and number of messages in the memory queue to determine whether a maximum limit has been reached; 상기 SMSC와의 TCP/IP 통신을 통해 전송된 메시지를 관리하는 SMS서버를 포함하는 것을 특징으로 하는 SMS 메시지의 유실 방지시스템.And a SMS server managing a message transmitted through TCP / IP communication with the SMSC. 청구항 1에 있어서, 상기 메모리 큐와 SMS서버 간의 무응답시 매 1시간 마다 3회까지 메시지를 재전송하는 것을 특징으로 하는 SMS 메시지의 유실 방지시스템.The system of claim 1, wherein the message is retransmitted up to three times every 1 hour when there is no response between the memory queue and the SMS server.
KR1020020058323A 2002-09-26 2002-09-26 SMS message loss preventing system KR20040026765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020058323A KR20040026765A (en) 2002-09-26 2002-09-26 SMS message loss preventing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020058323A KR20040026765A (en) 2002-09-26 2002-09-26 SMS message loss preventing system

Publications (1)

Publication Number Publication Date
KR20040026765A true KR20040026765A (en) 2004-04-01

Family

ID=37329390

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020058323A KR20040026765A (en) 2002-09-26 2002-09-26 SMS message loss preventing system

Country Status (1)

Country Link
KR (1) KR20040026765A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100706924B1 (en) * 2005-09-22 2007-04-12 에스케이 텔레콤주식회사 Method for controlling short message congestion into a subscriber

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000039966A (en) * 1998-12-16 2000-07-05 김영환 Method for customer management request dispersion process in service management system of client-server communication structure
KR20020057190A (en) * 2000-12-30 2002-07-11 박종섭 Method for service data processing in intelligent network for mobile communication
KR20020075667A (en) * 2001-03-27 2002-10-05 주식회사 하이닉스반도체 Device and method for processing data using thread intention dynamic buffer in mobile communication system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000039966A (en) * 1998-12-16 2000-07-05 김영환 Method for customer management request dispersion process in service management system of client-server communication structure
KR20020057190A (en) * 2000-12-30 2002-07-11 박종섭 Method for service data processing in intelligent network for mobile communication
KR20020075667A (en) * 2001-03-27 2002-10-05 주식회사 하이닉스반도체 Device and method for processing data using thread intention dynamic buffer in mobile communication system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100706924B1 (en) * 2005-09-22 2007-04-12 에스케이 텔레콤주식회사 Method for controlling short message congestion into a subscriber

Similar Documents

Publication Publication Date Title
US9900754B2 (en) Wireless internet gateway limiting message distribution
US20100151866A1 (en) Method and system for routing inter-carrier messaging application traffic via a carrier-assigned identifier
US20060026242A1 (en) Messaging spam detection
US7228333B1 (en) Wireless internet gateway
GB2401010A (en) A terminal side component and a server side component collaborate and together constitute a client to a server
WO2012154317A1 (en) Automated reply messages among end user communication devices
EP3709664A1 (en) Stream pushing method, system and server
US11102319B2 (en) Method, system and server for stream-pushing
US7583958B2 (en) Integrated message delivery over a plurality of transport mediums
EP1579628B1 (en) A system, a method and a message interceptor for overload protection in a data network
US20020187788A1 (en) Mobile communications system
KR100451790B1 (en) The system and method of multimedia data transmission considering resource of mobile terminal
EP1361712B1 (en) Method for communicating messages to an electronic communication equipment
GB2401011A (en) A client terminal and a server are each provided with a message queue to facilitate session independent transfer of messages
US20040078439A1 (en) Messaging method
KR100706924B1 (en) Method for controlling short message congestion into a subscriber
KR20040026765A (en) SMS message loss preventing system
US7711802B2 (en) Method, system, and computer program product for activating non-SMS device using chat protocol
TW201517653A (en) Method of handling rejections of SMS messages and related communication system
Ivanov Controller for mobile control and monitoring via short message services
KR100833290B1 (en) System and method for providing service for package reception of message
KR100486538B1 (en) Short message transmission method for mobile communication device
EP1655914B1 (en) Method and device for integrated message delivery over a plurality of transport mediums
KR100635876B1 (en) System for preventing lose of sms-message
KR100826830B1 (en) Method of transmitting information to mobile terminal using short message and information service system for the same

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application