KR20010085501A - A system for synchronizing database of client systems and database of a host system and a method thereof - Google Patents

A system for synchronizing database of client systems and database of a host system and a method thereof Download PDF

Info

Publication number
KR20010085501A
KR20010085501A KR1020010009149A KR20010009149A KR20010085501A KR 20010085501 A KR20010085501 A KR 20010085501A KR 1020010009149 A KR1020010009149 A KR 1020010009149A KR 20010009149 A KR20010009149 A KR 20010009149A KR 20010085501 A KR20010085501 A KR 20010085501A
Authority
KR
South Korea
Prior art keywords
data
database
client
host
server
Prior art date
Application number
KR1020010009149A
Other languages
Korean (ko)
Other versions
KR100420551B1 (en
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 KR10-2001-0009149A priority Critical patent/KR100420551B1/en
Publication of KR20010085501A publication Critical patent/KR20010085501A/en
Application granted granted Critical
Publication of KR100420551B1 publication Critical patent/KR100420551B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication

Abstract

PURPOSE: A system and a method for synchronizing a database between a client system and a host system are provided to update and register a host database according to the update and registration of a plurality of client databases. CONSTITUTION: A host server(100) is comprised of a host web server operating part(110), a data receiving part(120), a DBMS(DataBase Management System)(130), and a host database(140). A client server(200) is comprised of a client web server operating part(210), a data transmitting part(220), a DBMS(230), and a client database(240). The host server(100) and the client server(200) are connected through Internet(600) each other. The data to be stored in the host database(140) and the data to be stored in the client database(240) should be identical overall or partially in their formats. The data inputted and outputted in the client database(240) are controlled by the DBMS(230). In other words, in order to access desired data stored in the client database(240), the data transmitting part(220) controls the DBMS(230). The client web server operating part(210) can be configured of the web service program or web page of the client server(200). And the data transmitting part(220) can be configured of a Java applet program. The Java applet program of the data transmitting part(220), installed inside of the client server(200), is linked with the webpage of the client server(200).

Description

클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 시스템 및 그 방법 {A SYSTEM FOR SYNCHRONIZING DATABASE OF CLIENT SYSTEMS AND DATABASE OF A HOST SYSTEM AND A METHOD THEREOF}Database synchronization system between client system and host system and its method {A SYSTEM FOR SYNCHRONIZING DATABASE OF CLIENT SYSTEMS AND DATABASE OF A HOST SYSTEM AND A METHOD THEREOF}

본 발명은 네트워크를 통한 데이터베이스 연동 및 동기화에 관한 것으로, 네트워크에 연결된 다수의 클라이언트 데이터베이스의 갱신/등록에 따라 호스트 데이터베이스를 갱신/등록시키는 것에 관한 것이다.The present invention relates to database interworking and synchronization via a network, and relates to updating / registering a host database according to update / registration of a plurality of client databases connected to a network.

데이터베이스는 방대한 자료를 저장할 수 있고, 검색이 용이한 장점을 갖고 있기 때문에, 중대형 컴퓨터 시스템에서 많이 사용되고 있다.Databases are widely used in medium-to-large computer systems because they can store huge amounts of data and are easy to search.

이러한 데이터베이스로는 오라클(ORACLE), 인포믹스(INFORMIX), 또는 MS-SQL 등이 많이 사용되고 있다.Such databases are frequently used by Oracle, Informix, or MS-SQL.

일반적으로 근거리통신망(LAN)은 지역적으로 국한되기 때문에 공통의 데이터베이스에 의해 다수의 클라이언트 컴퓨터가 데이터를 공유하기가 용이하다. 더욱이 이와 같이 근거리통신망(LAN)에 의해 공유되고 있는 데이터베이스는 운용하기가 용이한 장점이 있다.In general, a local area network (LAN) is localized so that multiple client computers can easily share data with a common database. Moreover, the database shared by the local area network (LAN) has an advantage that it is easy to operate.

그러나, 원격지 간에 떨어진 컴퓨터 간이나, 클라이언트 컴퓨터와 호스트 컴퓨터 간에는 데이터베이스 공유가 용이하지 못한 문제점이 있다.However, there is a problem in that the database sharing is not easy between the remote computer, or between the client computer and the host computer.

즉, 원격지 간의 컴퓨터는 데이터 전송속도가 빠르지 않으면 데이터 공유의 효율성이 떨어지게 된다. 더욱이 이와 같이 공유해야할 데이터베이스의 클라이언트가 증가될수록 그 복잡성이 증가하게 된다.In other words, if the computer between remote sites does not have a high data transfer rate, data sharing efficiency will be reduced. Moreover, as the number of clients in the database to be shared increases, the complexity increases.

본 발명은 인터넷을 통한 데이터베이스 연동 및 동기화에 관한 것으로, 네트워크에 연결된 다수의 클라이언트 데이터베이스의 갱신/등록에 따라 호스트 데이터베이스를 갱신/등록시키는 것이 그 목적이다.The present invention relates to the interworking and synchronization of the database through the Internet, the object of which is to update / register the host database in accordance with the update / registration of a plurality of client databases connected to the network.

도 1은 본 발명의 실시예에 따른 동기화 시스템을 구성하는 다수의 클라이언트 시스템과 호스트 시스템 간의 접속관계를 나타낸 도면이다.1 is a diagram illustrating a connection relationship between a plurality of client systems and a host system constituting a synchronization system according to an embodiment of the present invention.

도 2는 도 1의 동기화 시스템에서 클라이언트 서버 중 하나의 클라이언트 서버와 호스트 서버 간의 접속관계를 나타낸 도면이다.FIG. 2 is a diagram illustrating a connection relationship between one client server and a host server among client servers in the synchronization system of FIG. 1.

도 3은 본 발명의 실시예에 따른 동기화 시스템에 적용되는 데이터베이스의 예를 나타낸 도면이다.3 is a diagram illustrating an example of a database applied to a synchronization system according to an embodiment of the present invention.

도 4는 도 2의 동기화 시스템 중 클라이언트 서버에서의 데이터 추출 및 전송단계를 나타낸 순서도이다.4 is a flowchart illustrating a data extraction and transmission step of a client server in the synchronization system of FIG. 2.

도 5는 도 2의 동기화 시스템 중 호스트 서버에서의 데이터 수신 및 저장 단계를 나타낸 순서도이다.5 is a flowchart illustrating a data receiving and storing step in a host server of the synchronization system of FIG. 2.

도 6은 본 발명의 다른 실시예에 따른 동기화 시스템의 웹데이터베이스 운영을 나타낸 도면이다.6 is a diagram showing the web database operation of the synchronization system according to another embodiment of the present invention.

도 7은 본 발명의 다른 실시예에 따른 동기화 시스템이 적용되는 예를 나타낸 도면이다.7 is a diagram illustrating an example in which a synchronization system according to another embodiment of the present invention is applied.

상기한 목적을 달성하기 위한 수단으로서 본 발명은 소정의 클라이언트 데이터베이스를 구비하고, 상기 클라이언트 데이터베이스에 저장된 데이터가 갱신되거나 새로운 데이터가 등록되는 경우 상기 갱신되거나 등록된 데이터를 네트워크를 통해 전송하는 복수의 클라이언트 시스템; 및 상기 클라이언트 시스템의 클라이언트 데이터베이스에 저장되는 데이터 포맷과 특정 부분 동일한 데이터 포맷을 가지는 소정의 호스트 데이터베이스를 구비하고, 상기 클라이언트 시스템으로부터 네트워크를 통해 전송되는 상기 갱신되거나 등록된 데이터를 수신하여 상기 호스트 데이터베이스의 상기 클라이언트 데이터베이스에 해당되는 부분의 데이터를 갱신하거나 또는 새로 등록시키는 호스트 시스템을 포함한다.As a means for achieving the above object, the present invention provides a plurality of clients having a predetermined client database, and transmitting the updated or registered data through a network when data stored in the client database is updated or new data is registered. system; And a predetermined host database having a data format that is in particular the same as the data format stored in the client database of the client system, and receiving the updated or registered data transmitted through the network from the client system to receive the updated data from the host database. And a host system for updating or newly registering data of a portion corresponding to the client database.

상기한 목적을 달성하기 위한 본 발명의 다른 수단은 네트워크를 통해 서로 접속된 클라이언트 시스템과 호스트 시스템 간의 데이터베이스를 동기화시키는 방법에 있어서, 상기 클라이언트 시스템이 내부에 구비된 소정의 클라이언트 데이터베이스가 갱신되거나 새로 등록되는 경우, 상기 갱신되거나 새로 등록되는 데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하는 단계; 및 상기 호스트 시스템이 네트워크를 통해 상기 클라이언트 시스템으로부터 전송되는 상기 갱신되거나 새로 등록되는 데이터를 수신하고, 상기 호스트 시스템 내에 있는 소정의 호스트데이터베이스에 상기 수신된 데이터를 저장하는 단계를 포함한다.Another means of the present invention for achieving the above object is a method for synchronizing a database between a client system and a host system connected to each other via a network, wherein a predetermined client database provided therein is updated or newly registered. If so, transmitting the updated or newly registered data to the host system via a network; And receiving, by the host system, the updated or newly registered data transmitted from the client system via a network, and storing the received data in a predetermined host database in the host system.

상기한 목적을 달성하기 위한 본 발명의 또 다른 수단은 메시지 송신자와 관련되는 개인 또는 그룹의 수신자 데이터를 저장하는 호스트 데이터베이스를 포함하고, 유무선 네트워크를 통해 접속되는 메시지 송신자의 데이터 단말장치로부터 입력되는 메시지를 상기 호스트 데이터베이스를 통해 메시지 송신자에 의해 선택되는 개인 또는 그룹의 수신자의 데이터 단말장치로 각각 전송하는 호스트 시스템; 및 상기 호스트 데이터베이스에 저장되는 데이터 포맷과 특정 부분 동일한 데이터 포맷을 가지며 메시지를 수신받을 개인 또는 그룹의 수신자 데이터를 저장하는 클라이언트 데이터베이스를 포함하는 복수의 클라이언트 시스템을 포함하며, 상기 클라이언트 시스템은 상기 클라이언트 데이터베이스에 저장된 수신자 데이터가 갱신되거나 새로운 수신자 데이터가 등록되는 경우 상기 갱신되거나 등록된 수신자 데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하고, 상기 호스트 시스템은 네트워크를 통해 상기 클라이언트 시스템으로부터 전송되는 상기 갱신되거나 등록된 수신자 데이터를 수신하여 상기 호스트 데이터베이스의 상기 클라이언트 데이터베이스에 해당되는 부분의 수신자 데이터를 갱신하거나 새로 등록시키는 것을 특징으로 한다.Another means of the present invention for achieving the above object comprises a host database for storing the recipient data of individuals or groups associated with the message sender, the message input from the data terminal device of the message sender connected via the wired or wireless network A host system for transmitting the data to the data terminal device of a recipient of an individual or a group selected by a message sender through the host database; And a client database having a specific data format identical to a data format stored in the host database, the client database storing receiver data of an individual or a group to receive a message, wherein the client system includes the client database. The updated or registered receiver data is transmitted to the host system via a network when the receiver data stored in the receiver is updated or new receiver data is registered, and the host system transmits the updated or registered data transmitted from the client system via the network. Receiving receiver data and updating or newly registering receiver data of a part corresponding to the client database of the host database The.

이하, 본 발명의 실시예에 대해 첨부된 도면을 참조하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 동기화 시스템을 구성하는 다수의 클라이언트 시스템과 호스트 시스템 간의 접속관계를 나타낸 도면이다.1 is a diagram illustrating a connection relationship between a plurality of client systems and a host system constituting a synchronization system according to an embodiment of the present invention.

도 1에 도시되어 있듯이, 본 발명의 실시예에 따른 동기화 시스템은 호스트서버(100) 및 다수의 클라이언트 서버(200 ∼ 500)를 포함한다.As shown in FIG. 1, a synchronization system according to an embodiment of the present invention includes a host server 100 and a plurality of client servers 200 to 500.

호스트 서버(100)와 다수의 클라이언트 서버(200 ∼ 500)는 네트워크, 예컨대 인터넷을 통해 접속된다.The host server 100 and the plurality of client servers 200 to 500 are connected via a network, such as the Internet.

각 클라이언트 서버(200 ∼ 500) 측에는 클라이언트 데이터베이스가 접속되어 있어, 클라이언트에 입력되는 자료가 갱신/등록되게 된다.A client database is connected to each client server 200 to 500 side, and the data input to the client is updated / registered.

즉, 임의의 클라이언트 서버의 데이터베이스가 갱신/등록되게 되면, 해당 데이터는 예컨대 인터넷을 통해 호스트 서버(100)로 전송된다. 그러면, 호스트 서버(100)는 상기 인터넷을 통해 임의의 클라이언트 서버로부터 전송된 데이터를 호스트 서버(100)에 구성된 호스트 웹데이터베이스에 갱신/등록시킨다.That is, when a database of any client server is updated / registered, the data is transmitted to the host server 100 via, for example, the Internet. Then, the host server 100 updates / registers data transmitted from any client server through the Internet to a host web database configured in the host server 100.

도 2는 도 1의 동기화 시스템에서 클라이언트 서버(200 ∼ 500) 중 하나의 클라이언트 서버(200)와 호스트 서버(100) 간의 접속관계를 나타낸 도면이다.FIG. 2 is a diagram illustrating a connection relationship between one client server 200 and a host server 100 among the client servers 200 to 500 in the synchronization system of FIG. 1.

도 2에 도시되어 있듯이, 호스트 서버(100)는 호스트 웹서버 운영부(110), 데이터 수신부(120), DBMS(DataBase Management System, 130), 및 호스트 데이터베이스(140)를 포함하고, 클라이언트 서버(200)는 클라이언트 웹서버 운영부(210), 데이터 전송부(220), DBMS(230), 및 클라이언트 데이터베이스(240)를 포함하며, 호스트 시스템(100)과 클라이언트 시스템(200)은 인터넷(600)을 통해 접속된다.As shown in FIG. 2, the host server 100 includes a host web server operating unit 110, a data receiving unit 120, a database management system (DBMS) 130, and a host database 140, and the client server 200. ) Includes a client web server operation unit 210, a data transmission unit 220, a DBMS 230, and a client database 240. The host system 100 and the client system 200 are connected to the Internet 600. Connected.

호스트 데이터베이스(140)에 저장되는 데이터(150)와 클라이언트 데이터베이스(240)에 저장되는 데이터(250)는 그 포맷에서 전체가 동일하거나 특정 부분이 동일하여야 한다.The data 150 stored in the host database 140 and the data 250 stored in the client database 240 should be identical in whole or in particular in the format.

클라이언트 데이터베이스(240)에 입출력되는 데이터는 데이터 전송부(220)에의해 제어되는 DBMS(230)에 의해 제어된다. 즉, 데이터 전송부(220)가 클라이언트 데이터베이스(240)에 저장된 소정의 데이터를 액세스하기 위해서는 DBMS(230)를 제어하게 된다.Data inputted to and outputted from the client database 240 is controlled by the DBMS 230 controlled by the data transmitter 220. That is, the data transmitter 220 controls the DBMS 230 to access predetermined data stored in the client database 240.

한편, 클라이언트 웹서버 운영부(210)는 클라이언트 서버(200)의 예컨대 웹서비스 프로그램(예를 들어 웹페이지)으로 구성될 수 있고, 데이터 전송부(220)는 예컨대 자바 애플릿 프로그램 등으로 구성될 수 있다.Meanwhile, the client web server operating unit 210 may be configured as, for example, a web service program (for example, a web page) of the client server 200, and the data transmitter 220 may be configured as, for example, a Java applet program. .

이와 같이 구성된 본 발명에 의하면, 데이터 전송부(220)의 자바 애플릿 프로그램이 클라이언트 시스템(200) 내에 설치되며, 클라이언트 웹서버 운영부(210)의 웹페이지에 상기 자바 애플릿 프로그램을 링크시켜 둔다.According to the present invention configured as described above, the Java applet program of the data transmission unit 220 is installed in the client system 200 and links the Java applet program to the web page of the client web server operating unit 210.

클라이언트 서버(200)의 사용자는 클라이언트 데이터베이스(240)에 저장된 데이터를 호스트 서버(100)로 전송시키기 위해 자바 애플릿 프로그램이 링크된 웹페이지의 해당 버튼을 클릭한다. 그러면, 데이터 전송부(220)는 DBMS(230)를 제어하여 클라이언트 데이터베이스(240)로부터 소정의 데이터를 추출하여 인터넷(600)을 통해 호스트 서버(100)로 전송시킨다. 이 때, 클라이언트 데이터베이스(240)에 저장된 데이터를 호스트 서버(100)로 전송시키기 위해 자바 애플릿 프로그램이 링크된 웹 페이지의 해당 버튼을 클릭하는 것으로 설명하였으나, 본 특허의 기술적 범위는 여기에 한정되지 않고, 클라이언트 데이터베이스(240)에 새로운 데이터의 등록 또는 이미 등록된 데이터의 갱신 등의 사건이 발생될 때 DBMS(230)가 해당 사실을 데이터 전송부(220)에 알리고, 데이터 전송부(220)는 DBMS(230)를 제어하여 해당 데이터가 인터넷(600)을 통해 호스트 서버(100)로 전송되도록 할 수 있다.A user of the client server 200 clicks a corresponding button of a web page linked with a Java applet program to transmit data stored in the client database 240 to the host server 100. Then, the data transmitter 220 controls the DBMS 230 to extract predetermined data from the client database 240 and transmit the predetermined data to the host server 100 through the Internet 600. In this case, in order to transmit the data stored in the client database 240 to the host server 100 was described as clicking the corresponding button of the web page linked to the Java applet program, the technical scope of the present invention is not limited thereto. When an event such as registration of new data or update of already registered data occurs in the client database 240, the DBMS 230 notifies the data transmitter 220 of the fact, and the data transmitter 220 transmits the DBMS. The control unit 230 may control the data to be transmitted to the host server 100 through the Internet 600.

호스트 데이터베이스(140)에 입출력되는 데이터는 데이터 수신부(120)에 의해 제어되는 DBMS(130)에 의해서 제어된다. 즉, 데이터 수신부(120)가 호스트 데이터베이스(140)의 소정의 데이터를 액세스하기 위해서는 DBMS(130)를 제어하게 된다.Data input and output to the host database 140 is controlled by the DBMS 130 controlled by the data receiver 120. That is, the data receiver 120 controls the DBMS 130 to access predetermined data of the host database 140.

한편, 호스트 웹서버 운영부(110)는 호스트 웹서버(100)이 예컨대 웹서비스 프로그램(예를 들어 웹페이지)으로 구성될 수 있고, 데이터 수신부(120)는 예컨대 자바 애플릿 프로그램 등으로 구성될 수 있다. 또한, DBMS(130)는 예컨대 JDBC(Java DataBase Conectivity), ODBC(Open DataBase Conectivity) 등의 드라이버로 구성될 수 있다.In the meantime, the host web server operating unit 110 may include a host web server 100 as a web service program (for example, a web page), and the data receiving unit 120 may include, for example, a Java applet program. . In addition, the DBMS 130 may be configured with, for example, a driver such as JDBC (Java DataBase Conectivity) or ODBC (Open DataBase Conectivity).

인터넷(600)을 통해 클라이언트 서버(200)로부터 수신된 데이터는 데이터 수신부(120)에서 수신되고, 데이터 수신부(120)는 DBMS(130)를 제어하여 상기 클라이언트 서버(200)의 클라이언트 데이터베이스(240)와 동기화되는 호스트 데이터베이스(140)의 특정 부분에 상기 수신된 데이터를 기록시킨다.Data received from the client server 200 via the Internet 600 is received by the data receiving unit 120, the data receiving unit 120 controls the DBMS 130 to the client database 240 of the client server 200 The received data is written to a specific portion of the host database 140 which is synchronized with the.

도 3은 본 발명의 실시예에 따른 동기화 시스템에 적용되는 데이터베이스의 예를 나타낸 도면이다.3 is a diagram illustrating an example of a database applied to a synchronization system according to an embodiment of the present invention.

도 3에 도시된 바와 같이, 예컨대 대학교에서 최고 경영자 과정 수강자의 인적사항이나 수강내역이 바뀌거나 추가되게 되면, 상기 대학교와 데이터베이스를 동기화하도록 제휴된 라이온스 클럽의 웹서버 내의 데이터베이스가 갱신되게 된다.As shown in FIG. 3, if the personal information or course details of the CEO courses taken at a university are changed or added, the database in the affiliated Lions club's web server is updated to synchronize the database with the university.

마찬가지로, 예컨대 구청에 소속된 동사무소에서 주민이 등록정보가 바뀌게 되면, 동사무소의 웹서버와 접속된 구청의 웹데이터베이스의 해당 주민의 등록정보가 바뀌게 된다.Similarly, if the registration information is changed in a resident office belonging to the ward office, the registration information of the corresponding resident in the web database of the ward office connected to the web server of the office is changed.

또한, 회사/개인과 데이터베이스 동기화가 제휴된 기술심사 서버인 경우에 회사/개인의 기술자료 파일이 갱신/등록되게 되면, 기술심사 데이터베이스의 해당 자료도 갱신/등록되게 된다.In addition, in the case of the technical review server in which the company / person and database synchronization are affiliated, when the technical data file of the company / person is updated / registered, the corresponding data of the technical review database is also updated / registered.

도 4는 도 2의 동기화 시스템 중 클라이언트 서버(200)에서의 데이터 추출 및 전송단계를 나타낸 순서도이다.4 is a flowchart illustrating a data extraction and transmission step of the client server 200 in the synchronization system of FIG. 2.

도 4에 도시된 바와 같이, 클라이언트 데이터베이스(240) 내에 새로운 데이터가 등록되거나 또는 기존의 데이터가 갱신되어 호스트 데이터베이스(140) 내의 데이터를 동기화시키기 위하여 수동 또는 자동으로 데이터 전송이 선택되게 되면(S210), 클라이언트 서버(200)의 데이터 전송부(220)는 클라이언트 데이터베이스(240)에서 상기 등록되거나 갱신된 데이터를 추출한 후(S220), 추출된 데이터를 인터넷(600)을 통해 호스트 서버(100)로 전송한다(S230).As shown in FIG. 4, when new data is registered in the client database 240 or existing data is updated to select data transmission manually or automatically to synchronize data in the host database 140 (S210). After the data transmission unit 220 of the client server 200 extracts the registered or updated data from the client database 240 (S220), the data transmission unit 220 transmits the extracted data to the host server 100 through the Internet 600. (S230).

도 5는 도 2의 동기화 시스템 중 호스트 서버(100)에서의 데이터 수신 및 저장 단계를 나타낸 순서도이다.5 is a flowchart illustrating a data receiving and storing step in the host server 100 in the synchronization system of FIG. 2.

도 5에 도시되어 있듯이, 클라이언트 데이터베이스(240)에서 새로 등록되거나 갱신된 데이터가 인터넷(600)을 통해 동기화를 위해 호스트 서버(100)에 수신되게 되면(S110), 데이터 수신부(120)는 상기 데이터가 호스트 데이터베이스(140) 내에 등록된 자료인 지의 여부를 판단한 다음(S120), 상기 데이터가 등록되어 있지 않으면 호스트 데이터베이스(140)의 해당 부분에 상기 데이터를 갱신하거나 등록시킨다(S130).As shown in FIG. 5, when data newly registered or updated in the client database 240 is received by the host server 100 for synchronization through the Internet 600 (S110), the data receiving unit 120 receives the data. Determines whether the data is registered in the host database 140 (S120). If the data is not registered, the data is updated or registered in the corresponding portion of the host database 140 (S130).

도 6은 본 발명의 다른 실시예에 따른 동기화 시스템의 웹데이터베이스 운영을 나타낸 도면이다.6 is a diagram showing the web database operation of the synchronization system according to another embodiment of the present invention.

도 6에 도시된 바와 같이, 본 발명에 따른 동기화 시스템의 웹데이터베이스를 동기화시키기 위해서는 여러 가지 업무적인 절차가 필요하게 된다.As shown in FIG. 6, various business procedures are required to synchronize the web database of the synchronization system according to the present invention.

먼저, 호스트 서버(100)의 운영자는 다수의 클라이언트 서버(200) 운영자를 확보할 필요가 있고, 이렇게 하기 위해 클라이언트 서버(200) 운영자와 계약을 하게 된다(S310).First, the operator of the host server 100 needs to secure a plurality of client server 200 operators, and in order to do so, a contract with the operator of the client server 200 is performed (S310).

이와 같이 계약이 이루어지면, 호스트 서버(100)의 운영자는 웹데이터베이스를 동기화시키기 위해 계약된 클라이언트 서버(200)의 운영 형태를 파악하게 된다(S320).When the contract is made in this way, the operator of the host server 100 to grasp the operation form of the client server 200 contracted to synchronize the web database (S320).

그리고, 파악된 상기 클라이언트 서버(200)의 운영 형태에 따라 웹데이터베이스 연동 프로그램(예컨대 자바 애플릿)을 맞춘다(S330).Then, the web database interlocking program (for example, a Java applet) is tailored according to the identified operation type of the client server 200 (S330).

이와 같이 상기 계약된 클라이언트 서버(200)의 운영 형태에 맞춰진 웹데이터베이스 연동 프로그램은 클라이언트 서버(200)에 설치되게 된다(S340).In this way, the web database interworking program tailored to the contracted operation of the client server 200 is installed in the client server 200 (S340).

이어서, 호스트 서버(100)의 운영자는 상기 계약된 클라이언트 서버(200)를 예컨대 홈페이지에 등록시키게 된다(S350).Subsequently, the operator of the host server 100 registers the contracted client server 200 on the homepage, for example (S350).

그러면, 웹데이터베이스를 동기화시켜 연동시키기 위한 모든 절차가 완료되고, 데이터베이스 동기화 시스템이 운영되게 된다(S360).Then, all procedures for synchronizing and interlocking the web database are completed, and the database synchronization system is operated (S360).

도 7은 본 발명의 다른 실시예에 따른 동기화 시스템이 적용되는 예를 나타낸 도면이다.7 is a diagram illustrating an example in which a synchronization system according to another embodiment of the present invention is applied.

도 7에 도시된 바와 같이, 본 발명의 다른 실시예에 따른 동기화 시스템에는 데이터베이스에 저장된 데이터에서 수신자의 그룹을 선택하고, 소정의 메시지를 선택된 그룹의 수신장치로 전송하는 데이터 유무선 그룹전송 장치(700)가 사용된다.As shown in FIG. 7, the synchronization system according to another exemplary embodiment of the present invention selects a group of recipients from data stored in a database and transmits a predetermined message to a receiver of the selected group. ) Is used.

유무선 그룹전송 장치(700)는 PSTN(Public switched telephone network, 20)을 통해 이동전화(10), 전화(50), 팩스(40) 등의 사용자 단말기에 접속되는 대화형 음성 응답 서버(760), 자동 호출 분배 서버(765), 및 팩스 서버(770)를 포함한다.The wired / wireless group transmission apparatus 700 includes an interactive voice response server 760 connected to a user terminal such as a mobile telephone 10, a telephone 50, a fax 40, or the like through a public switched telephone network (PSTN) 20, Automatic call distribution server 765, and fax server 770.

각 서버(760, 765, 770)는 데이터베이스 서버(780) 및 단문메시지 서버(730)에 접속되고, 파일 서버(785)는 데이터베이스 서버(780)에 접속된다.Each server 760, 765, 770 is connected to a database server 780 and a short message server 730, and a file server 785 is connected to a database server 780.

단문메시지 서버(730)는 WAN(Wide Area Network)과 같은 전용선을 통해 이동통신 서비스사(30)에 접속된다. 이 때, 이동통신 서비스사(30)는 예를 들어 011, Ol6, 017, 018, 019 등 이동통신 서비스 종류에 관계없이 접속가능하다.The short message server 730 is connected to the mobile communication service company 30 through a dedicated line such as a wide area network (WAN). At this time, the mobile communication service company 30 may be connected regardless of the type of mobile communication service such as 011, Ol6, 017, 018, 019.

전자우편 서버(790)는 데이터베이스 서버(780)와 단문메시지 서버(730) 사이에 접속된다.The email server 790 is connected between the database server 780 and the short message server 730.

인터넷(600)을 통해 클라이언트 시스템(800)에 접속되는 웹서버(710)는 데이터베이스 서버(780)에 접속된다.The web server 710, which is connected to the client system 800 via the Internet 600, is connected to the database server 780.

메시지 송신자로는 클라이언트 시스템(800) 및 사용자 단말기, 즉 이동 전화(10), 전화(50), 팩스(40)가 모두 될 수 있으나, 본 실시예에서는 클라이언트 시스템(800)이 송신자이며, 수신자로는 사용자 단말기가 되는 것으로 한정하여 설명한다.The message sender may be both a client system 800 and a user terminal, i.e., a mobile telephone 10, a telephone 50, and a fax 40. In this embodiment, the client system 800 is a sender and a receiver. Will be described as being a user terminal.

대화형 음성 응답 서버(760)는 PSTN(20)을 통한 이동전화(10) 또는 전화(50)접속이 있는 경우 사용자에 대한 음성 응답 인터페이스 기능을 한다.The interactive voice response server 760 functions as a voice response interface to the user when there is a connection to the mobile phone 10 or the phone 50 via the PSTN 20.

자동 호출 분배 서버(765)는 음성 데이터를 PSTN(20)을 통해 이동전화(10) 나 전화(50)로 출력하며, 다수의 사용자에게 음성 데이터를 분배하여 출력할 수 있다.The automatic call distribution server 765 outputs voice data to the mobile phone 10 or the phone 50 through the PSTN 20, and distributes and outputs the voice data to a plurality of users.

팩스 서버(770)는 PSTN(20)을 통해 사용자의 팩스(40)에 접속되며 팩스 대 및 팩스 전송, 문자 또는 전자우편 대 팩스 전송 등의 작업을 수행한다.The fax server 770 is connected to the user's fax 40 through the PSTN 20 and performs tasks such as fax-to-fax and fax transmission, text or email-to-fax transmission, and the like.

데이터베이스 서버(780)는 개인 또는 그룹의 데이터베이스를 관리한다.The database server 780 manages a database of individuals or groups.

데이터베이스 서버(780)는 예를 들어, 동호회, 친목회, 동창회 등의 인명부를 저장하고 있다. 인명부에는 개인 또는 그룹의 그룹명, 성명, 주소, 전화번호, 이동전화번호, 팩스번호, ID 등의 데이터가 포함된다.The database server 780 stores, for example, name books such as clubs, social gatherings, and reunions. The directory includes data such as group name, name, address, telephone number, mobile phone number, fax number, ID, etc. of an individual or group.

전자우편 서버(790)는 전자우편 전송에 관련된 작업을 수행한다.The email server 790 performs a task related to email transmission.

웹서버(710)는 클라이언트 시스템(800)이 접속되면, 웹브라우저를 통해 서비스 메뉴를 출력시키며, 클라이언트 시스템(800)이 소정의 서비스 메뉴를 선택하면 해당 서비스가 수행되도록 전체적인 제어를 수행한다.When the client system 800 is connected, the web server 710 outputs a service menu through a web browser. When the client system 800 selects a predetermined service menu, the web server 710 performs overall control to perform a corresponding service.

단문메시지 서버(730)는 이동통신 서비스사(30)를 통한 단문메시지 전송 관련 작업을 수행한다.The short message server 730 performs a task of transmitting a short message through the mobile communication service company 30.

한편, 클라이언트 시스템(800)은 클라이언트 웹서버(810), DBMS(820), 클라이언트 데이터베이스(830)를 포함한다.The client system 800 includes a client web server 810, a DBMS 820, and a client database 830.

클라이언트 웹서버(810)는 인터넷(600)을 통해 유무선 그룹전송 장치(700)의 웹서버(710)에 접속된다. 클라이언트는 클라이언트 웹서버(810)를 사용하여 유무선 그룹전송 장치(700)를 통해 특정 메시지를 사용자 단말기로 전송할 수 있다.The client web server 810 is connected to the web server 710 of the wired / wireless group transmission apparatus 700 via the Internet 600. The client may transmit a specific message to the user terminal through the wired / wireless group transmission apparatus 700 using the client web server 810.

클라이언트 데이터베이스(830)에는 개인 또는 그룹의 데이터가 저장된다. 예를 들면, 동호회, 친목회, 동창회 등의 인명부가 저장된다. 인명부에는 개인 또는 그룹의 그룹명, 성명, 주소, 전화번호, 이동전화번호, 팩스번호, ID 등의 데이터가 포함된다.The client database 830 stores data of individuals or groups. For example, a name book such as a fellowship, a social gathering, or a class reunion is stored. The directory includes data such as group name, name, address, telephone number, mobile phone number, fax number, ID, etc. of an individual or group.

이 때, 클라이언트 데이터베이스(830)에 저장되는 데이터와 유무선 그룹전송 장치(700)의 데이터베이스 서버(780) 내에 저장되는 데이터는 그 포맷에서 전체가 동일하거나 특정 부분이 동일하여야 한다.At this time, the data stored in the client database 830 and the data stored in the database server 780 of the wired / wireless group transmission apparatus 700 should be the same in whole or in a specific part in the format.

클라이언트 데이터베이스(830)에 저장되는 데이터는 DBMS(820)에 의해 제어되며, 클라이언트 데이터베이스(830)와 DBMS(820)을 포함시켜 클라이언트 데이터베이스 서버를 별도로 구성하여도 좋다.The data stored in the client database 830 is controlled by the DBMS 820, and the client database server may be separately configured by including the client database 830 and the DBMS 820.

클라이언트 시스템(800) 사용자인 클라이언트와 유무선 그룹전송 장치(700)의 관리자 사이에는 유무선 그룹전송을 위한 데이터, 예컨대 수신자 그룹 데이터 등의 동기화 계약이 이루어져 있고, 해당 데이터를 동기화시키는 데이터베이스 연동 프로그램이 클라이언트 웹서버(810) 내에 설치된다.Between the client, the user of the client system 800, and the administrator of the wired / wireless group transmission apparatus 700, a synchronization contract for data for wired / wireless group transmission, for example, a receiver group data, is made, and a database interworking program for synchronizing the data includes a client web. It is installed in the server 810.

데이터베이스 연동 프로그램은 클라이언트에 의해 동기화 목적으로 수동으로 동작되어 클라이언트 데이터베이스(830) 내에 저장된 데이터를 인터넷(600)을 통해 유무선 그룹전송 장치(700)의 데이터베이스 서버(780)로 전송하거나, 또는 클라이언트 데이터베이스(830) 내에 새로운 데이터가 등록되거나 또는 기존의 데이터가 갱신되는 경우 이를 자동으로 감지하여 해당 데이터를 동기화시키기 위해인터넷(600)을 통해 데이터베이스 서버(780)로 전송한다.The database interlocking program is manually operated by the client for synchronization purposes and transmits data stored in the client database 830 to the database server 780 of the wired / wireless group transmission apparatus 700 via the Internet 600, or the client database ( If new data is registered or existing data is updated in the 830, it is automatically detected and transmitted to the database server 780 through the Internet 600 to synchronize the corresponding data.

유무선 그룹전송 장치(700)의 데이터베이스 서버(780)는 인터넷(600)을 통해 동기화를 위해 전송되는 데이터를 받아서 이미 등록된 데이터인 경우 해당 데이터로 갱신하고, 등록되어 있지 않은 데이터인 경우에는 새로 등록하여 클라이언트 데이터베이스(830)에 저장된 데이터의 내용과 동기화되어 일치하도록 동작한다.The database server 780 of the wired / wireless group transmitting apparatus 700 receives data transmitted for synchronization through the Internet 600 and updates the data if it is already registered, and newly registers the data if it is not registered. To synchronize with the contents of the data stored in the client database 830.

한편, 유무선 그룹전송 장치(700)는 클라이언트 데이터베이스(830)와 동기화되는 데이터베이스 서버(780) 내에 저장된 클라이언트 관련 데이터를 사용하여, 음성 서비스 작업인 VMS(Voice Mail Service), 단문메시지 서비스 작업인 SMS(Short Message Service), 및 팩스 전송 서비스 작업인 FMS(Fax Message Service)로 크게 3가지 작업을 수행할 수 있다.Meanwhile, the wire / wireless group transmission apparatus 700 uses client-related data stored in the database server 780 which is synchronized with the client database 830, and uses a voice mail service (VMS), which is a voice service operation, and an SMS (short message service operation). Short Message Service (FMS), and Fax Message Service (FMS), which is a fax transmission service job, can perform three major tasks.

먼저, VMS 작업의 경우 클라이언트가 이동전화(10) 또는 전화(50)를 사용하여 특정 전화번호를 통해 대화형 음성 응답 서버(760)에 접속하면, 대화형 음성 응답 서버(760)는 해당 단말기(10, 50)에의 대화형 음성 응답 서비스를 제공한다. 예를 들어, 메일 내용 확인, 메일 내용 전송, 음성 녹음 전송 등의 서비스를 제공한다.First, in the case of a VMS operation, when the client connects to the interactive voice response server 760 through a specific phone number using the mobile phone 10 or the phone 50, the interactive voice response server 760 is connected to the corresponding terminal ( 10, 50) provides an interactive voice response service. For example, it provides services such as checking mail contents, sending mail contents, and transmitting voice recordings.

메일 내용 확인 서비스는 자신에게 수신되어 데이터베이스 서버(780)에 저장된 메일을 확인하는 것으로 종래에도 잘 알려진 서비스이다.The mail content confirmation service is a service well known in the art to check mail received by the user and stored in the database server 780.

여기서는 음성 녹음 전송 서비스에 대해 설명한다.Here, the voice recording transmission service will be described.

클라이언트가 이동전화(10) 또는 전화(50)를 사용하여 특정 음성을 개별 또는 그룹으로 전송하고자 하는 경우에 사용되는 서비스로, 클라이언트가 해당 서비스를 선택하는 경우, 대화형 음성 응답 서버(760)는 클라이언트의 이동전화(10) 또는 전화(50)로부터 입력되는 음성을 해당 음성 데이터 파일로 파일 서버(785) 내에 저장한다.The service is used when the client wants to transmit a specific voice to an individual or a group using the mobile phone 10 or the phone 50. When the client selects the service, the interactive voice response server 760 The voice input from the client's mobile phone 10 or phone 50 is stored in the file server 785 as a corresponding voice data file.

이 때, 대화형 음성 응답 서버(760)는 데이터베이스 서버(780) 내에 저장된 해당 클라이언트의 환경 정보를 전달받아서 클라이언트의 회원 가입 유무, 해당 서비스 사용 가능 여부 등을 판단한다.At this time, the interactive voice response server 760 receives the environment information of the client stored in the database server 780 to determine whether the client is a member, whether the service is available, or the like.

한편, 클라이언트로부터 입력되는 음성이 모두 저장되면, 대화형 음성 응답 서버(760)는 해당 음성을 수신할 수신자의 범위를 클라이언트로부터 지정받는다. 이 때, 클라이언트로부터 지정되는 수신자의 범위는 클라이언트 서버(800)에 의해 동기화되는 데이터베이스 서버(780)에 미리 저장되어 있으며, 클라이언트 서버(800)의 클라이언트 데이터베이스(830)가 변경될 때마다 데이터베이스 서버(780) 내에 저장된 해당 데이터도 일치하도록 되어 있다.On the other hand, if all of the voice input from the client is stored, the interactive voice response server 760 receives the range of the receiver to receive the voice from the client. At this time, the range of the receiver designated from the client is stored in advance in the database server 780 synchronized by the client server 800, and whenever the client database 830 of the client server 800 is changed, the database server ( The data stored in 780 is also matched.

클라이언트로부터 해당 음성을 수신할 수신자 지정이 완료되면, 대화형 음성 응답 서버(760)는 해당 음성을 지정된 수신자에게 출력하라는 지시를 자동 호출 분배 서버(765)에 전달한다.When the designation of the receiver to receive the voice from the client is completed, the interactive voice response server 760 transmits an instruction to the automatic call distribution server 765 to output the voice to the designated receiver.

그 후, 자동 호출 분배 서버(765)는 파일 서버(785)로부터 해당 음성 데이터를 받고, 데이터베이스 서버(780)로부터 지정된 수신자 범위를 받은 후, 수신자 범위 내에 포함된 수신자의 이동전화번호 또는 전화번호를 추출하여 해당 음성 데이터를 PSTN(20)을 통해 해당 수신자의 단말기(10, 50)로 출력한다.Thereafter, the automatic call distribution server 765 receives the corresponding voice data from the file server 785, receives the designated recipient range from the database server 780, and then receives the mobile phone number or the telephone number of the recipient included in the recipient range. The voice data is extracted and output to the terminals 10 and 50 of the corresponding receiver through the PSTN 20.

한편, 수신자의 단말기가 전화(50)일 경우에는 3회까지 시도를 하고, 이동전화(10)일 경우에는 수신 불가시 음성 사서함으로 자동 전환된 후 해당 음성을 녹음하도록 처리한다.On the other hand, if the receiver's terminal is the phone 50, up to three attempts are made, and in the case of the mobile phone 10, the receiver automatically switches to the voice mailbox when the reception is not possible and records the corresponding voice.

다음, 단문메시지 서비스 작업인 SMS 작업의 경우 클라이언트가 서버(800)를 통해 웹서버(710)에 접속하면, 웹서버(710)는 저장되어 있는 웹페이지를 제공하여 클라이언트의 회원 가입 여부, 해당 SMS 서비스 사용 가능 여부 등을 판단한 후, 사용 가능한 경우 클라이언트가 수신자에게 전송할 문자메시지를 입력 또는 선택하도록 한다.Next, in the case of an SMS task, which is a short message service task, when the client accesses the web server 710 through the server 800, the web server 710 provides a stored web page, and whether or not the client is a member of the SMS. After determining whether the service is available or not, the client inputs or selects a text message to be sent to the receiver if it is available.

클라이언트가 수신자에게 전송할 문자메시지를 입력하는 것을 선택하는 경우에는 클라이언트 서버(800)로부터 입력되는 문자메시지를 데이터베이스 서버(780) 내에 저장한다.When the client selects to input a text message to be sent to the receiver, the text message input from the client server 800 is stored in the database server 780.

그러나, 클라이언트가 웹서버(710) 내에 미리 저장되어 있는 예문 중에서 선택하고자 하는 경우 웹서버(710)는 해당 예문을 클라이언트 서버(800)를 통해 클라이언트에게 표시하고, 클라이언트는 해당 예문 중 원하는 예문을 선택한다. 이 때, 해당 예문 중 날짜, 시간 등은 클라이언트가 변경할 수 있도록 한다.However, if the client wants to select among the example sentences stored in the web server 710 in advance, the web server 710 displays the example sentence to the client through the client server 800, and the client selects the desired example sentence among the example sentences. do. At this time, the date, time, etc. of the examples can be changed by the client.

예를 들면, 웹서버(710)에 의해 제공되어 클라이언트에 의해 선택되는 예문이 "모임시간이 금일 17시에서 19시로 변경되었습니다."인 경우, 클라이언트는, 예문 중 표시된 시간(17시, 19시)을 변경할 수 있다.For example, if the example sentence provided by the web server 710 and selected by the client is "the meeting time was changed from 17:00 to 19:00 today", the client may display the time displayed during the example (17:00, 19:00). ) Can be changed.

이와 같이 클라이언트에 의해 특정 예문이 선택되면 웹서버(710)는 해당 예문을 데이터베이스 서버(780) 내에 저장한다.As such, when a specific example is selected by the client, the web server 710 stores the example in the database server 780.

그 후, 웹서버(710)는 클라이언트가 해당 문자메시지 또는 예문을 수신할 수신자 범위를 선택할 수 있도록 데이터베이스 서버(780) 내에 있는 클라이언트가 속한 개인 또는 그룹의 데이터를 추출하여 클라이언트에게 표시하고, 클라이언트는 표시되는 수신자 개인 또는 그룹으로부터 특정 수신자 범위를 지정한다.Thereafter, the web server 710 extracts and displays the data of the individual or group to which the client in the database server 780 belongs to the client so that the client can select a range of recipients to receive the corresponding text message or example. Specifies a specific recipient range from the recipients individual or group to be displayed.

한편, 단문메시지 서버(730)는 데이터베이스 서버(780) 내에 문자메시지가 저장되는 지를 감시하고 있다가 웹서버(710)에 의해 특정 문자메시지 또는 예문이 저장되면, 클라이언트에 의해 지정된 수신자 범위 내에 포함된 수신자의 이동전화번호를 추출한 후, 데이터베이스 서버(780) 내에 저장된 문자메시지 또는 예문을 수신자 이동전화번호와 함께 WAN과 같은 전용선을 통해 접속되는 이동통신 서비스사(30)로 전송하고, 해당 이동통신 서비스사는 해당 문자메시지 또는 예문을 해당 수신자에게 전송한다. 이 때, 클라이언트로부터 지정되는 수신자의 범위는 클라이언트 서버(800)에 의해 동기화되는 데이터베이스 서버(780)에 미리 저장되어 있으며, 클라이언트 서버(800)의 클라이언트 데이터베이스(830)가 변경될 때마다 데이터베이스 서버(780) 내에 저장된 해당 데이터도 일치하도록 되어 있다.Meanwhile, the short message server 730 monitors whether a text message is stored in the database server 780, and when a specific text message or example sentence is stored by the web server 710, the short message server 730 is included in the range of recipients specified by the client. After extracting the mobile phone number of the receiver, the text message or example sentence stored in the database server 780 is transmitted to the mobile communication service company 30 connected through a dedicated line such as a WAN along with the receiver mobile phone number, and the corresponding mobile communication service. The company sends the text message or example sentence to the recipient. At this time, the range of the receiver designated from the client is stored in advance in the database server 780 synchronized by the client server 800, and whenever the client database 830 of the client server 800 is changed, the database server ( The data stored in 780 is also matched.

한편, 단문메시지 서버(730)는 수신자의 이동전화번호에 따라 이동통신 서비스사가 달라지므로, 이동통신 서비스사에 해당되는 문자메시지 형태로 변환하여 전송할 수 있어야 한다는 점에 유의하여야 한다.On the other hand, the short message server 730 is a mobile communication service company varies depending on the mobile phone number of the receiver, it should be noted that to be converted to a text message type corresponding to the mobile communication service provider to be transmitted.

다음, 팩스 서비스 작업인 FMS 작업의 경우 클라이언트가 팩스(40)를 사용하여 특정 전화번호를 통해 팩스 서버(770)에 접속하면, 팩스 서버(770)가 해당 팩스(40)에의 대화형 팩스 응답 서비스를 제공한다. 예를 들어, 송신자의 ID 및 패스워드 등을 확인하고, 팩스 전송 또는 전자우편 전송 등의 선택 여부를 확인하는 서비스를 제공한다.Next, in the case of the FMS job, which is a fax service job, when a client uses a fax (40) to connect to the fax server (770) through a specific phone number, the fax server (770) is an interactive fax answering service to the fax (40). To provide. For example, the present invention provides a service for checking a sender's ID and password, and checking whether a fax transmission or an electronic mail transmission is selected.

여기에서는 팩스 전송 서비스의 경우에 대해 설명한다.This section describes the case of a fax transmission service.

클라이언트가 팩스(40)를 사용하여 특정 팩스를 개별 또는 그룹으로 전송하고자 하는 경우에 사용되는 서비스로, 클라이언트가 해당 서비스를 선택하는 경우, 팩스 서버(770)는 클라이언트의 팩스(40)로부터 전송되는 팩스 데이터를 파일 서버(785) 내에 저장한다.A service used when a client wants to send a specific fax to an individual or a group using a fax 40. When the client selects the service, the fax server 770 is sent from the client's fax 40. The fax data is stored in file server 785.

이 때, 팩스 서버(770)는 데이터베이스 서버(780) 내에 저장된 해당 클라이언트의 환경 정보를 전달받아서 클라이언트의 회원 가입 유무, 해당 서비스 사용 가능 여부 등을 판단한다.At this time, the fax server 770 receives the environment information of the client stored in the database server 780 to determine whether the client is a member, whether or not to use the service.

한편, 클라이언트로부터 입력되는 팩스 데이터가 모두 저장되면, 팩스 서버(770) 해당 팩스 데이터를 수신할 수신자의 범위를 클라이언트로부터 지정받는다. 이 때, 클라이언트로부터 지정되는 수신자의 범위는 데이터베이스 서버(780)에 저장되어 있다.On the other hand, if all of the fax data input from the client is stored, the fax server 770 is designated from the client the range of the recipient to receive the fax data. At this time, the range of the receiver designated from the client is stored in the database server 780.

이 때, 클라이언트로부터 지정되는 수신자의 범위는 클라이언트 서버(800)에 의해 동기화되는 데이터베이스 서버(780)에 미리 저장되어 있으며, 클라이언트 서버(800)의 클라이언트 데이터베이스(830)가 변경될 때마다 데이터베이스 서버(780) 내에 저장된 해당 데이터도 일치하도록 되어 있다.At this time, the range of the receiver designated from the client is stored in advance in the database server 780 synchronized by the client server 800, and whenever the client database 830 of the client server 800 is changed, the database server ( The data stored in 780 is also matched.

클라이언트로부터 해당 팩스 데이터를 수신할 수신자 지정이 완료되면, 팩스 서버(770)는 파일 서버(785)로부터 해당 팩스 데이터를 받고, 데이터베이스 서버(780)로부터 지정된 수신자 범위를 받은 후, 수신자 범위 내에 포함된 수신자의 팩스번호를 추출하여 해당 팩스 데이터를 PSTN(20)을 통해 해당 수신자의 팩스로 출력한다.When the specification of the recipient to receive the corresponding fax data from the client is completed, the fax server 770 receives the corresponding fax data from the file server 785, receives the designated recipient range from the database server 780, and then includes the recipients included in the recipient range. Extract the recipient's fax number and output the fax data to the recipient's fax via the PSTN 20.

한편, 수신자의 팩스로 팩스 데이터 전송은 오류가 발생될 경우 3회까지 시도되지만 이것으로만 한정되는 것은 아니다.On the other hand, fax data transmission by the recipient is attempted up to three times when an error occurs, but is not limited thereto.

이상으로 VMS, SMS, 및 FMS의 작업에 대해 설명하였지만, 상기 설명된 예에만 한정되는 것은 아니고 다른 경로의 VMS, SMS, 및 FMS 작업이 가능함은 당업자에 의해 쉽게 이해될 것이다.Although the operation of the VMS, SMS, and FMS has been described above, it will be easily understood by those skilled in the art that the VMS, SMS, and FMS operations of other paths are not limited to the above-described examples.

비록, 본 발명이 가장 실제적이며 바람직한 실시예를 참조하여 설명되었지만, 본 발명은 상기 개시된 실시예에 한정되지 않으며, 후술되는 특허청구범위 내에 속하는 다양한 변형 및 등가물들도 포함한다.Although the present invention has been described with reference to the most practical and preferred embodiments, the present invention is not limited to the above disclosed embodiments, but also includes various modifications and equivalents within the scope of the following claims.

본 발명에 따르면, 클라이언트 컴퓨터와 호스트 컴퓨터가 인터넷에 접속되어 있기만 하면, 데이터베이스의 연동 및 동기화가 가능하다. 그리고 클라이언트의 수가 증가되더라도 호스트 컴퓨터를 효율적으로 운영할 수 있게 된다.According to the present invention, as long as the client computer and the host computer are connected to the Internet, interworking and synchronization of the database are possible. And even if the number of clients increases, the host computer can operate efficiently.

따라서, 아무리 먼 원격지 간이라도 호스트 컴퓨터의 데이터베이스는 클라이언트 컴퓨터의 데이터베이스의 데이터와 일치된 정보를 저장하고 있으므로, 데이터의 정확성이 확보된다.Therefore, the database of the host computer stores the information consistent with the data of the database of the client computer no matter how far away the remote computer is.

Claims (9)

소정의 클라이언트 데이터베이스를 구비하고, 상기 클라이언트 데이터베이스에 저장된 데이터가 갱신되거나 새로운 데이터가 등록되는 경우 상기 갱신되거나 등록된 데이터를 네트워크를 통해 전송하는 복수의 클라이언트 시스템; 및A plurality of client systems having a predetermined client database and transmitting the updated or registered data through a network when data stored in the client database is updated or new data is registered; And 상기 클라이언트 시스템의 클라이언트 데이터베이스에 저장되는 데이터 포맷과 특정 부분 동일한 데이터 포맷을 가지는 소정의 호스트 데이터베이스를 구비하고, 상기 클라이언트 시스템으로부터 네트워크를 통해 전송되는 상기 갱신되거나 등록된 데이터를 수신하여 상기 호스트 데이터베이스의 상기 클라이언트 데이터베이스에 해당되는 부분의 데이터를 갱신하거나 또는 새로 등록시키는 호스트 시스템A predetermined host database having a data format specific to the data format stored in a client database of the client system, the data format being stored in a client database of the client system; Host system that updates or newly registers data in the appropriate part of the client database 을 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 시스템.Database synchronization system between the client system and the host system comprising a. 제1항에 있어서,The method of claim 1, 상기 클라이언트 시스템이The client system 상기 클라이언트 데이터베이스의 데이터 입출력을 관리하는 데이터베이스 운영 시스템;A database operating system managing data input / output of the client database; 소정의 데이터 전송 신호에 따라 상기 데이터베이스 운영 시스템을 제어하여 상기 클라이언트 데이터베이스로부터 데이터를 추출하는 데이터 전송부; 및A data transmitter configured to extract data from the client database by controlling the database operating system according to a predetermined data transmission signal; And 상기 데이터 전송부를 제어하여 상기 클라이언트 데이터베이스로부터 추출된데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하는 클라이언트 서버 운영부A client server operator which controls the data transmitter to transmit data extracted from the client database to the host system through a network; 를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 시스템.Database synchronization system between the client system and the host system comprising a. 제1항에 있어서,The method of claim 1, 상기 호스트 시스템이The host system 상기 호스트 데이터베이스의 데이터 입출력을 관리하는 호스트 데이터베이스 운영 시스템;A host database operating system managing data input / output of the host database; 네트워크를 통해 상기 클라이언트 시스템으로부터 전송되는 데이터를 수신하는 데이터 수신부; 및A data receiver configured to receive data transmitted from the client system via a network; And 상기 데이터 수신부에 데이터가 수신되면, 상기 호스트 데이터베이스 운영 시스템을 제어하여 상기 수신된 데이터를 상기 호스트 데이터베이스에 등록시키거나 갱신시키는 호스트 시스템 운영부When data is received in the data receiver, the host system operating unit controls the host database operating system to register or update the received data in the host database. 를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 시스템.Database synchronization system between the client system and the host system comprising a. 네트워크를 통해 서로 접속된 클라이언트 시스템과 호스트 시스템 간의 데이터베이스를 동기화시키는 방법에 있어서,In a method for synchronizing a database between a client system and a host system connected to each other via a network, 상기 클라이언트 시스템이 내부에 구비된 소정의 클라이언트 데이터베이스가갱신되거나 새로 등록되는 경우, 상기 갱신되거나 새로 등록되는 데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하는 단계; 및Transmitting the updated or newly registered data to the host system through a network when a predetermined client database provided therein is updated or newly registered. And 상기 호스트 시스템이 네트워크를 통해 상기 클라이언트 시스템으로부터 전송되는 상기 갱신되거나 새로 등록되는 데이터를 수신하고, 상기 호스트 시스템 내에 있는 소정의 호스트 데이터베이스에 상기 수신된 데이터를 저장하는 단계The host system receiving the updated or newly registered data transmitted from the client system via a network, and storing the received data in a predetermined host database within the host system. 를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 방법.Database synchronization method between the client system and the host system comprising a. 제4항에 있어서,The method of claim 4, wherein 상기 데이터를 전송하는 단계는The step of transmitting the data 상기 클라이언트 시스템이 상기 클라이언트 데이터베이스가 갱신되거나 새로운 데이터가 등록되는 지의 여부를 판단하는 단계;Determining, by the client system, whether the client database is updated or new data is registered; 상기 클라이언트 데이터베이스에 갱신되거나 등록되는 데이터를 전송 데이터로 선택하는 단계;Selecting data to be updated or registered in the client database as transmission data; 상기 선택된 데이터를 추출하는 단계; 및Extracting the selected data; And 상기 추출된 데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하는 단계Transmitting the extracted data to the host system through a network. 를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 방법.Database synchronization method between the client system and the host system comprising a. 제4항에 있어서,The method of claim 4, wherein 상기 데이터를 수신하는 단계는Receiving the data 상기 호스트 시스템이 네트워크를 통해 전송되는 데이터를 입력받는 단계;Receiving, by the host system, data transmitted through a network; 상기 입력된 데이터를 상기 호스트 데이터베이스에 등록시키거나 갱신시킬 것인 지의 여부를 판단하는 단계; 및Determining whether to register or update the input data in the host database; And 상기 입력된 데이터를 등록시키거나 갱신시키는 것으로 판단되는 경우 상기 데이터를 상기 호스트 데이터베이스 내에 등록시키거나 갱신시키는 단계Registering or updating the data in the host database when it is determined to register or update the input data. 를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 방법.Database synchronization method between the client system and the host system comprising a. 메시지 송신자와 관련되는 개인 또는 그룹의 수신자 데이터를 저장하는 호스트 데이터베이스를 포함하고, 유무선 네트워크를 통해 접속되는 메시지 송신자의 데이터 단말장치로부터 입력되는 메시지를 상기 호스트 데이터베이스를 통해 메시지 송신자에 의해 선택되는 개인 또는 그룹의 수신자의 데이터 단말장치로 각각 전송하는 호스트 시스템; 및A host database that stores recipient data of individuals or groups associated with the message sender, wherein the individual inputted by the message sender via the host database receives a message input from a data terminal device of the message sender connected through a wired or wireless network; A host system for transmitting to the data terminal apparatus of the receiver of the group, respectively; And 상기 호스트 데이터베이스에 저장되는 데이터 포맷과 특정 부분 동일한 데이터 포맷을 가지며 메시지를 수신받을 개인 또는 그룹의 수신자 데이터를 저장하는 클라이언트 데이터베이스를 포함하는 복수의 클라이언트 시스템A plurality of client systems comprising a client database that has a data format that is partly identical to the data format stored in the host database and that stores recipient data of individuals or groups to receive messages. 을 포함하며,Including; 상기 클라이언트 시스템은 상기 클라이언트 데이터베이스에 저장된 수신자데이터가 갱신되거나 새로운 수신자 데이터가 등록되는 경우 상기 갱신되거나 등록된 수신자 데이터를 네트워크를 통해 상기 호스트 시스템으로 전송하고,The client system transmits the updated or registered receiver data to the host system through a network when the receiver data stored in the client database is updated or new receiver data is registered. 상기 호스트 시스템은 네트워크를 통해 상기 클라이언트 시스템으로부터 전송되는 상기 갱신되거나 등록된 수신자 데이터를 수신하여 상기 호스트 데이터베이스의 상기 클라이언트 데이터베이스에 해당되는 부분의 수신자 데이터를 갱신하거나 새로 등록시키는The host system receives the updated or registered receiver data transmitted from the client system through a network to update or newly register receiver data of a portion corresponding to the client database of the host database. 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 방법.How to synchronize a database between a client system and a host system. 제7항에 있어서,The method of claim 7, wherein 상기 호스트 시스템이The host system 유무선 네트워크를 통해 접속되는 송신자의 음성 송수신 단말장치에 대한 음성 응답 인터페이스 기능을 수행하며, 송신자의 음성 송수신 단말장치로부터 수신자에게 전송될 음성 데이터를 입력받아서 상기 호스트 데이터베이스에 저장시키는 대화형 음성 응답 서버;An interactive voice response server configured to perform a voice response interface function of a sender's voice transmit / receive terminal device connected through a wired / wireless network, and receive voice data to be transmitted to the receiver from the sender's voice transmit / receive terminal device and store the received voice data in the host database; 상기 대화형 음성 응답 서버의 지시에 따라 상기 호스트 데이터베이스에 저장된 음성 데이터를 송신자에 의해 선택되어 상기 호스트 데이터베이스 내에 저장된 송신자 관련 개인 또는 그룹의 수신자 음성 송수신 단말장치로 각각 전송하는 자동 호출 분배 서버;An automatic call distribution server configured to transmit voice data stored in the host database to a receiver voice transmitting / receiving terminal apparatus of a sender-related person or group stored in the host database according to an instruction of the interactive voice response server; 유무선 네트워크를 통해 접속되는 송신자의 팩스에 대한 인터페이스 기능을 수행하며, 송신자의 팩스로부터 수신자에게 전송될 팩스 데이터를 입력받아서 상기호스트 데이터베이스에 저장시키고, 저장된 팩스 데이터를 송신자에 의해 선택되어 상기 호스트 데이터베이스 내에 저장된 송신자 관련 개인 또는 그룹의 수신자 팩스로 각각 전송하는 팩스 서버;It functions as an interface to the sender's fax, which is connected via wired or wireless network, receives the fax data to be sent to the receiver from the sender's fax, stores it in the host database, and stores the stored fax data in the host database. A fax server for transmitting each of the stored sender-related individuals or groups to a recipient fax; 전용 네트워크를 통해 복수의 이동통신 서비스사에 접속되며, 상기 호스트 데이터베이스 내에 특정 문자 메시지가 저장되는 경우, 해당 문자 메시지를 상기 복수의 이동통신 서비스사 중 해당 이동통신 서비스사를 통해 송신자에 의해 선택되어 상기 호스트 데이터베이스 내에 저장된 송신자 관련 개인 또는 그룹의 수신자 음성 송수신 단말장치로 각각 전송하는 단문 메시지 서버;When a specific text message is stored in the host database through a dedicated network, the text message is selected by the sender through the corresponding mobile communication service provider among the plurality of mobile communication service providers. A short message server for transmitting to a receiver voice transmitting / receiving terminal apparatus of a sender-related person or group stored in the host database, respectively; 네트워크를 통해 접속되는 송신자의 데이터 단말장치에 대한 사용자 인터페이스 기능을 수행하며, 송신자의 데이터 단말장치로부터 입력되는 문자 데이터 또는 문서 데이터, 또는 미리 저장된 문자 데이터 또는 미리 저장된 문서 데이터 중 송신자에 의해 선택되는 문자 데이터 또는 문서 데이터를 상기 호스트 데이터베이스에 저장시키는 웹서버; 및A user interface function for a data terminal device of a sender connected through a network, the character selected by the sender among text data or document data input from the sender's data terminal device, or prestored text data or prestored document data. A web server for storing data or document data in the host database; And 상기 웹서버를 통해 송신자의 데이터 단말장치로부터 송신되는 전자우편을 받아서 저장하고, 상기 팩스 서버로부터 전달되는 전자우편을 송신자에 의해 선택되어 상기 호스트 데이터베이스 내에 저장된 송신자 관련 개인 또는 그룹의 수신자의 전자우편 주소로 각각 전송하는 전자우편 서버를 포함하는 클라이언트 시스템과 호스트 시스템 간의 데이터베이스 동기화 시스템.Receives and stores the e-mail transmitted from the sender's data terminal device through the web server, and the e-mail address of the recipient of the sender related person or group selected by the sender and stored in the host database. A database synchronization system between a client system and a host system that includes an e-mail server each transmitting to a network. 제7항에 있어서,The method of claim 7, wherein 상기 클라이언트 시스템이The client system 상기 클라이언트 데이터베이스의 데이터 입출력을 관리하는 데이터베이스 운영 시스템; 및A database operating system managing data input / output of the client database; And 소정의 데이터 전송 신호에 따라 상기 데이터베이스 운영 시스템을 제어하여 상기 클라이언트 데이터베이스로부터 데이터를 추출하여 네트워크를 통해 상기 호스트 시스템으로 전송하는 클라이언트 웹서버A client web server which controls the database operating system according to a predetermined data transmission signal, extracts data from the client database, and transmits the data to the host system through a network.
KR10-2001-0009149A 2000-02-28 2001-02-23 A system for synchronizing database of client systems and database of a host system and a method thereof KR100420551B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0009149A KR100420551B1 (en) 2000-02-28 2001-02-23 A system for synchronizing database of client systems and database of a host system and a method thereof

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
KR1020000009710 2000-02-28
KR20000009710 2000-02-28
KR10-2001-0009149A KR100420551B1 (en) 2000-02-28 2001-02-23 A system for synchronizing database of client systems and database of a host system and a method thereof

Publications (2)

Publication Number Publication Date
KR20010085501A true KR20010085501A (en) 2001-09-07
KR100420551B1 KR100420551B1 (en) 2004-03-02

Family

ID=26637295

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0009149A KR100420551B1 (en) 2000-02-28 2001-02-23 A system for synchronizing database of client systems and database of a host system and a method thereof

Country Status (1)

Country Link
KR (1) KR100420551B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030068624A (en) * 2002-02-15 2003-08-25 홍정기 Method for synchronizing a information of a client based on the internet-network
KR100723616B1 (en) * 2005-05-19 2007-06-04 인벤텍 코오포레이션 Method And System For Sharing Digital Database
KR20180094249A (en) * 2017-02-15 2018-08-23 주식회사 이루기술 In real time data-link method and system based on database

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030068624A (en) * 2002-02-15 2003-08-25 홍정기 Method for synchronizing a information of a client based on the internet-network
KR100723616B1 (en) * 2005-05-19 2007-06-04 인벤텍 코오포레이션 Method And System For Sharing Digital Database
KR20180094249A (en) * 2017-02-15 2018-08-23 주식회사 이루기술 In real time data-link method and system based on database

Also Published As

Publication number Publication date
KR100420551B1 (en) 2004-03-02

Similar Documents

Publication Publication Date Title
US6938076B2 (en) System, computer product and method for interfacing with a private communication portal from a wireless device
KR100436551B1 (en) System and method for providing e-mail address information using mobile phone number
US20010054041A1 (en) System and method for registering or searching in multiple relationship-searching hosts
JP2002202936A (en) Information collecting server, information collecting method and recording medium
US20100323729A1 (en) Electronic card presentation and exchange
CN101763566A (en) Contact information management system and method thereof
CN101764853A (en) Method and system for extending service of online address list management
KR100757757B1 (en) Method and device for information searching on wireless internet
CN100397822C (en) Advertisement information transfering method
KR100556530B1 (en) Method for information searching on wireless internet
KR20010085329A (en) An apparatus for transmitting data to a plurality of receivers using a network communication and thereof method
KR20160133775A (en) mobile apparatus with a communication information display and connecting function and system and method of the same
KR100420551B1 (en) A system for synchronizing database of client systems and database of a host system and a method thereof
CN101764850A (en) Method for inserting default item in online address list
KR20140140319A (en) Method of transmitting e-card usnig smart-phone
JP2005196493A (en) Schedule management system
KR20150138803A (en) Method for managing interactive communication and managing server thereof
KR100434647B1 (en) Method and apparauts for supplying correspondence information in network
JP2002183002A (en) Server device reporting domain name as candidate to be corrected, client computer using domain name as candidate to be corrected reported by the same server device, recording medium with recorded program running on the same client computer, and mail server reporting mail address as candidate to be corrected
JP2005057708A (en) Instant message transceiving system, server apparatus, terminal equipment, program, medium for recording program, and instant message transceiving method
JP2005012627A (en) Mobile communication terminal, mobile communication system and mail communication control method
CN101764851A (en) Method and mechanism for providing on-line address-book recycle bin
KR101252281B1 (en) Method and System for providing presence information and position information using instant messenger
KR20220047920A (en) The secured messenger system
JP2008070988A (en) Presence service support system, presence service support method, and computer program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E902 Notification of reason for refusal
N231 Notification of change of applicant
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130213

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20140116

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20150203

Year of fee payment: 12

FPAY Annual fee payment

Payment date: 20170210

Year of fee payment: 14

FPAY Annual fee payment

Payment date: 20180104

Year of fee payment: 15

FPAY Annual fee payment

Payment date: 20190108

Year of fee payment: 16

FPAY Annual fee payment

Payment date: 20200115

Year of fee payment: 17