WO2006065100A1 - Communication network system of bus network structure and method using the communication network system - Google Patents

Communication network system of bus network structure and method using the communication network system Download PDF

Info

Publication number
WO2006065100A1
WO2006065100A1 PCT/KR2005/004348 KR2005004348W WO2006065100A1 WO 2006065100 A1 WO2006065100 A1 WO 2006065100A1 KR 2005004348 W KR2005004348 W KR 2005004348W WO 2006065100 A1 WO2006065100 A1 WO 2006065100A1
Authority
WO
WIPO (PCT)
Prior art keywords
broker
service
message
connector
connection
Prior art date
Application number
PCT/KR2005/004348
Other languages
French (fr)
Inventor
Kyoung Wook Chun
Original Assignee
Nhn Corporation
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 Nhn Corporation filed Critical Nhn Corporation
Priority to JP2007546569A priority Critical patent/JP4555345B2/en
Priority to US11/721,396 priority patent/US8346892B2/en
Publication of WO2006065100A1 publication Critical patent/WO2006065100A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/403Bus networks with centralised control, e.g. polling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]

Definitions

  • the present invention relates to a communication network system in a bus network structure and a data transmitting/receiving method using the same, and more particularly, to a communication network system and a data transmitting/receiving method using the same, in which a bus network structure connects at least one service contained in one process to a broker processing a message routing via one connector and connects all brokers of a network to each other in a full mesh topology, and a connection structure between services is simplified via the bus network structure.
  • FIG. 1 is a diagram illustrating network connections between game servers according to the conventional art.
  • FIG. 2 is a diagram illustrating network connections between game servers which may occur as a number of game servers continuously increases in the conventional art.
  • one game server is connected to a login server, a ranking server, and a database server.
  • the game server is additionally grouped with a channel list server and a notice server as one multicast group. Accordingly, a substantial number of connections in the entire network greatly exceeds a number of connections between game servers. Also, its management is very difficult.
  • the present invention is conceived to solve the aforementioned problems in the conventional art, and the present invention provides a communication network system and a data transmitting/receiving method using the same, which can simplify a connection structure between servers by using a bus network structure and support service extendibility and performance extendibility, and also can easily maintain and manage the connection structure.
  • the present invention also provides a communication network system and a data transmitting/receiving method using the same, which can suggest a new communication structure that can deviate from a network structure according to the conventional art connecting all game servers in a mesh topology, simplify and easily manage a connection structure between servers, and efficiently extend services.
  • a communication network system including: a broker processing a message routing; a connector; and a plurality of services connected to the broker via the connector, wherein: the service is a communicable terminal node and each of the plurality of services is connected to the broker via one connector, the connector is a module for mediating a connection between the service and the broker, each connector connected to only one broker, and the broker is a module for setting up a routing path or the connection with the connector, to process the message routing, all brokers connected to each other in a full mesh topology.
  • the connector includes: an Application Programming Interface (API) exposing a function provided by the connector to the service; a message queue management module managing a transmitted/received Message Routing Protocol (MRP) packet, the MRP packet being a unit of data transmitted/received between the connector and the broker; a service pool management module registering the service in the broker or removing the service from the broker, and managing the registered service; a service management module managing information on the registered service; and a connection management module transmitting/receiving the MRP packet and managing a socket connection with the broker.
  • API Application Programming Interface
  • MRP Message Routing Protocol
  • a communication network system in which the broker includes: a link management module maintaining and managing a connection with the connector or other brokers, and transmitting/receiving data with the connector or other brokers; a routing information management module maintaining and managing routing information of a service registered in the broker; a message division module understanding a type of data received in the link management module and dividing the received data into a simple message and a complex message according to a predetermined standard; a message router receiving the simple message from the message division module, obtaining location information of a destination associated with the simple message, from the routing information management module, and transferring the obtained location information to the link management module; a message deserializer receiving the complex message from the message division module and converting the received complex message into an object; a message transactor receiving the object from the message deserializer and controlling the broker by using the object; a message serializer receiving the object from the message transactor, processing the object into transmittable linear data, and transferring the same to the link management module; and
  • a method for transmitting/receiving data by using a communication network system in a bus network structure in which the communication network system includes a broker processing a message routing, a connector, and a plurality of services connected to the broker via the connector, and the method includes the steps of: connecting all brokers of the communication network system to each other in a full mesh topology, the broker being a module for setting up a routing path or a connection with the connector to process the message routing; connecting the connector to the broker, the connector being a module for mediating the connection between the broker and at least one service contained in one process, each connector connected to only one broker; registering the service in the broker via the connector, the service being a communicable terminal node, each service connected to the broker via one connector; and transmitting/receiving data between the registered services via the connector and the broker.
  • FIG. 1 is a diagram illustrating network connections between game servers according to conventional art
  • FIG. 2 is a diagram illustrating network connections between game servers which may occur as a number of game servers continuously increases in the conventional art
  • FIG. 3 is a schematic diagram illustrating a bus network structure according to the present invention.
  • FIG. 4 is a schematic diagram illustrating a connection of a communication network system in a bus network structure according to the present invention
  • FIG. 5 is a diagram illustrating a connection of a broker, a connector, and a service in a communication network system according to the present invention
  • FIG. 6 is a diagram illustrating an example of various types of servers connected to each other via a message routing server (MRS) network according to the present invention
  • MRS message routing server
  • FIG. 7 is a diagram illustrating a format of a message used in a communication network system according to the present invention
  • FIG. 8 is a diagram illustrating an address system according to the present invention
  • FIG. 9 is a diagram illustrating a unicast data processing method according to an embodiment of the present invention.
  • FIG. 10 is a diagram illustrating a multicast data processing method according to an embodiment of the present invention.
  • FIGS. 11 and 12 are diagrams illustrating an anycast data processing method according to an embodiment of the present invention.
  • FIG. 13 is a flowchart illustrating a service registration process according to an embodiment of the present invention.
  • FIG. 14 is a flowchart illustrating a service cancellation process according to an embodiment of the present invention
  • FIG. 15 is a flowchart illustrating a message transmitting/receiving process according to an embodiment of the present invention
  • FIG. 16 is a flowchart illustrating a process of adding a new broker in an MRS network, in an embodiment of the present invention
  • FIG. 17 is a flowchart illustrating a normal termination process of a broker, in an embodiment of the present invention.
  • FIG. 18 is a flowchart illustrating a process in the case of other broker detecting abnormal termination of a broker, in an embodiment of the present invention.
  • FIG. 19 is a flowchart illustrating a process in the case of a connector detecting abnormal termination of a broker, in an embodiment of the present invention
  • FIG. 20 is a block diagram illustrating a structure of a connector according to the present invention
  • FIG. 21 is a diagram illustrating an Application Programming Interface (API) which is programming interface provided from a connector according to the present invention
  • FIG. 22 is a block diagram illustrating a structure of a message queue management module which is one component of a connector according to the present invention
  • FIG. 23 is a block diagram illustrating a structure of a service management module which is one component of a connector according to the present invention
  • FIG. 24 is a block diagram illustrating a structure of a connection management module which is one component of a connector according to the present invention
  • FIG. 25 is a block diagram illustrating a structure of a broker according to the present invention.
  • FIG. 26 is a block diagram illustrating a structure of a link management module which is one component of a broker according to the present invention.
  • FIG. 3 is a schematic diagram illustrating a bus network structure according to the present invention.
  • FIG. 4 is a schematic diagram illustrating a connection of a communication network system in a bus network structure according to the present invention.
  • each server maintains a connection with one broker. Also, in the case of extending the network, an intermediate connection is performed via brokers. Accordingly, although a server is additionally connected, a number of connections is not significantly increased from the viewpoint of the entire network. Accordingly, the communication network system adopting the bus network structure of the present invention, as illustrated in FIGS. 3 and 4, may easily link a new service and also may easily maintain and manage the linked service.
  • FIG. 5 is a diagram illustrating a connection of a broker, a connector, and a service in a communication network system according to the present invention.
  • the communication network system according to the present invention includes a broker 501 processing a message routing, a connector 502 and a plurality of services 503 connected to the broker 501 via the connector 502.
  • the service 503 is a communicable terminal node. Each service 503 is connected to the broker 501 via one connector 502.
  • the connector 502 is a module for mediating a connection between the broker 501 and the service 503.
  • Each connector 502 is connected to only one broker 501.
  • the connector 502 and the service 503 are contained in an identical process. Only one connector 502 is contained in one process and at least one service 503 is contained in one process. Namely, only one connector 502 exists for each process. Also, the connector 502 may mediate a connection between all services 503 and the broker 501. In this instance, all services 503 exist in a process containing the connector 502.
  • a communication network system may be unified. Also, inefficient routing, which may occur when connecting the services 503 contained in different processes to the same broker 501 via one connector 502, may be prevented. Also, complexity in transmitting/receiving data may be prevented.
  • the broker 501 is a module for setting up a routing path or the connection with the connector 502 to efficiently process the message routing.
  • the brokers 501 are connected to each other in a full mesh topology.
  • a network formed by connecting the brokers 501 in a full mesh topology is defined as a message routing server (MRS) network 500.
  • MRS message routing server
  • the MRS network 500 is a network service platform for efficiently transmitting/receiving a message between various types of communication systems.
  • the connector 502 is a module for providing a programming interface for transmitting/receiving a message by using the MRS network 500.
  • the service 503 utilizes the MRS network 500 via the programming interface provided by the connector
  • each service 503 sequentially communicates with the broker 501 via said only one connection.
  • FIG. 6 is a diagram illustrating an example of various types of servers connected to each other via an MRS network according to the present invention.
  • various types of game related servers such as a game string server, a channel list server, a game server, a notice server, a management server, a database server, etc.
  • MRS network 600 Each server maintains only one connection with any one of a plurality of brokers which are connected to each other in a full mesh topology.
  • each server maintains a connection with only one broker. Also, in the case of extending the network, an intermediate connection is performed via brokers. Accordingly, although a server is additionally connected, a number of connections is not significantly increased in the viewpoint of the entire network.
  • FIG. 7 is a diagram illustrating a format of a message used in a communication network system according to the present invention. Referring to FIG. 7, the format of transmitting/receiving a message between a connector and a broker, and between brokers, which are subsystems of the communication network system according to the present invention, will be described.
  • MRMSGHeader Messages used in the communication network system according to the present invention are grouped into MRMSGHeader and MRCMPHeader. Each message is divided into fields, of which one is a common field containing MRHeader, and remaining fields are specified fields of each message.
  • MRHeader is message header information that all messages exchanged in the communication network system, according to the present invention, should contain as a common field. An MRHeader message may not be used alone. The MRHeader message must be transmitted/received after inserting a valid value in a protocol type field and appending additional message information to the MRHeader. Table 1
  • a transferred message in the MRMSGHeader format has a structure for transferring a payload value designated by a service between a plurality of services connected to an MRS network.
  • a source address and a destination address are described in the message transmitted/received in the format of MRMSGHeader.
  • the source address is an address of a transmitter transmitting a message and the destination address is an address of a receiver receiving the message.
  • the MRS network tries routing on the basis of connection information and the destination address. Each field will be described in Table 2 below.
  • a transferred message in the format of MRCMPHeader is a message defined for transmitting/receiving a signal between a connector and a broker, and between brokers.
  • the connector and the broker are subsystems of the communication network system according to the present invention. Each field will be described in Table 3 below.
  • the present invention utilizes a new address system according to the present invention, not an IP address.
  • the MRS network supports three types of addresses, which are unicast, anycast, and multicast, to identify a particular service. Each address is in the form of a cast type and an address in any one of the three address types, and has the length of 16 bytes.
  • a network address is not allocated to the service instances. Namely, one process having an identical network address contains many service instances and processes a large number of communications between service instances.
  • the present invention utilizes a new address system, allocates a single address to each service instance and efficiently processes a communication between service instances.
  • a game server does not need to distribute messages to each of a plurality of game centers. Accordingly, management cost may be significantly reduced.
  • anycast or multicast may be applied to group instances operating in physically separated servers as one anycast or multicast group.
  • FIG. 8 is a diagram illustrating an address system according to the present invention.
  • a cast type is the type of an address and has one value from among CT-UNICAST, CT_MULTICAST and CT_ANYCAST.
  • the unicast address is a unique address capable of identifying all services using an MRS network.
  • the unicast address is in the form of a server name and an instance ID.
  • the server name identifies a server activating a particular service in the entire network.
  • the instance ID uniquely identifies a corresponding service in the same server.
  • the server name is a unique value of 11 bytes indicating a computer hardware server in which a service using the MRS network is activated.
  • a server name may be a unique value of 11 bytes identifying a server, in which a service is activated, within the entire network.
  • the instance ID is a unique identifier identifying a service in the same server.
  • values of 1 to 65535 are reserved for when a fixed unicast address is required. Values after 65536 may be dynamically allocated and used within the server.
  • the unicast address described above may be arranged as Table 4 below. Table 4
  • the multicast address and anycast addresses simply utilize a 15 byte length value. Accordingly, the multicast and anycast addresses may be readily set up and utilized between services. This value should be a unique value in the entire network and also known in advance.
  • the multicast/anycast address may be arranged as Table 5 below.
  • Examples of using an MRS network according to the present invention may include (1) the case of a service accessing the MRS network to utilize a function of other services and (2) the case of a service accessing the MRS network to provide a function of processing a matter requested from other services.
  • a service accessing the MRS network to use a function of other services there may be a service sending a request to a login server to confirm user login information and receiving a response thereto.
  • the service for utilizing a function provided by other services operates as shown below, via a connector which is a module for mediating the MRS network and the service.
  • a programming interface is initialized to transmit/receive data between the service and a connector.
  • the service After registering a unicast address of the service in the MRS network, the service sends a request message to other services and receives a response message therefrom. Also, in the case of completing the use of the function provided by other services, the unicast address of the service is removed from the MRS network.
  • the programming interface is also terminated.
  • (2) the case of a service accessing the MRS network to provide a function of processing a matter requested from other services, there may be a service providing a database reference function and a service providing a user's login information or location information.
  • the service for providing a particular function to other services operates as shown below, via a connector which is a module for mediating the MRS network and the service.
  • a programming interface is initialized to transmit/receive data between the service and a connector.
  • the service After registering a unicast address of the service in the MRS network, the service joins an anycast or multicast address with respect to a function to be provided. Also, the service receives a request message from other services and sends a response message thereto. Also, in the case of completing providing of the particular function to another service, the service leaves the joined anycast or multicast address. The unicast address of the service is removed from the MRS network.
  • the programming interface is also terminated.
  • a connector may cause a service to register a unicast address thereof in an MRS network and join an anycast or multicast address according to a function to be provided, and also cause the service to leave the joined anycast or multicast address in the case of termination of the service.
  • FIG. 9 is a diagram illustrating a unicast data processing method according to an embodiment of the present invention.
  • Sl is a service joined in neither an anycast nor a multicast address.
  • S2, S4 and S6 are services joined in an anycast address.
  • S3 and S5 are services joined in a multicast address.
  • the MRS network may transmit data from a unicast address of a source to a unicast address of a destination. Also, all unicast addresses registered in the MRS network may receive data from a unicast address of a physically separated area. As described above, to transmit or receive unicast data, the unicast address of the source is registered in the MRS network.
  • the unicast address of the destination registered in the MRS network is known.
  • FIG. 10 is a diagram illustrating a multicast data processing method according to an embodiment of the present invention.
  • the MRS network may transmit data from a unicast address of a source to a multicast address of a destination.
  • the MRS network transmits data to all unicast addresses joined in the multicast address.
  • FIG. 10 illustrates a process of transmitting data from Sl of a unicast address to S3 and S5 of a multicast address.
  • the unicast address of the source is registered in the MRS network.
  • the multicast address of the destination joined in the MRS network is known.
  • FIGS. 11 and 12 are drawings illustrating an anycast data processing method according to an embodiment of the present invention.
  • the MRS network may transmit data from a unicast address of a source to a multicast address of a destination.
  • an address of the destination is an anycast address
  • data is transmitted by selecting any one of unicast addresses joined in the anycast address.
  • the unicast address of the source is registered in the MRS network.
  • the anycast address of the destination joined in the MRS network is known.
  • a broker in an MRS network receiving an anycast address operates, in the case of having a unicast address directly connected to the broker among unicast addresses joined in the anycast address, to transmit data to the unicast address. Also, in the case of not having a unicast address directly connected to the broker, the broker may randomly select an address to receive data via other brokers connected in a full mesh topology.
  • a broker CS4 receives the anycast address from Sl and transmits data to S2 which is directly connected to the broker CS4, among S2, S4 and S6 joined in the anycast address.
  • a routing length may be significantly reduced.
  • the broker CS4 receives the anycast address from Sl and transmits data to S6 which is an anycast address connected to other broker CS6 or to S4 which is also an anycast address connected to other broker CS8. This is illustrated in FIG. 12.
  • fast routing becomes possible by processing anycast data as described above.
  • natural load balancing may be embodied without an L4 switch.
  • FIG. 13 is a flowchart illustrating a service registration process according to an embodiment of the present invention.
  • a system that wants to provide or use a particular service in a communication network system according to the present invention has to register in the system itself in an MRS network via its connector.
  • a service transmits a service registration message to a connector.
  • the connector analyzes the service registration message to check whether the same is a pre-registered service.
  • the connector transfers the service registration message to a broker.
  • step 1304 the broker adds routing information of the service having transmitted the service registration message, to its routing table. Also, in step 1305, the broker transmits the routing information to other brokers. In step 1306, other brokers update its routing information by using the received routing information.
  • FIG. 14 is a flowchart illustrating a service cancellation process according to an embodiment of the present invention.
  • a system that has registered in the system itself in an MRS network performs a service cancellation process via a connector, to remove the system itself from the MRS network. After performing the service cancellation process, all service requests via the MRS network are blocked.
  • a service transmits a service cancellation message to a connector.
  • step 1402 the connector analyzes the service cancellation message to check whether the same is a final cancellation.
  • step 1403 in the case of the final cancellation, the connector transfers the service cancellation message to a broker.
  • step S 1404 the broker deletes routing information of the service having transmitted the service cancellation message, from its routing table and updates its routing table.
  • step S1405 the broker notifies other brokers of deletion of the routing information.
  • step S 1406 other brokers receive the notice, detect deletion of the routing information, and update their own routing table.
  • FIG. 15 is a flowchart illustrating a message transmitting/receiving process according to an embodiment of the present invention. Namely, FIG. 15 illustrates a process of transmitting a message to a service to utilize the service, or receiving a message which requests a service.
  • step S 1501 a service that wants to utilize a particular service transfers a connection message to a connector, and sets up a virtual connection with the connector. In this case, an address of a desired service is designated.
  • step S 1502 the service transmits a message by using a programming interface of the connector.
  • step S 1503 the connector adds a Message Routing
  • MRP Mobile Remote Protocol
  • MRP Mobile Remote Protocol
  • the broker searches for a destination of the message received from the connector.
  • the broker transmits the message to a corresponding broker or a corresponding connector.
  • step S 1506 the broker receives a message from another broker.
  • step S 1507 the broker searches for a destination of the received message.
  • step S 1508 the broker transmits the message to a corresponding connector.
  • step S 1509 the connector removes the MRP Header from the transmitted message and searches for a destination address and instance of the transmitted message.
  • step Sl 510 the message is transmitted to a corresponding service and the corresponding service receives the message.
  • messages transferred to a broker via a connector through the aforementioned process are transparently transmitted/received to other brokers or connectors.
  • a message transferred by a particular service may be transparently transmitted/received via a routing path, between brokers provided in the routing path.
  • FIG. 16 is a flowchart illustrating a process of adding a new broker in an MRS network, in an embodiment of the present invention.
  • step S 1601 an additional broker is waiting for other brokers to be connected first.
  • the broker is connected to other brokers that are being implemented.
  • brokers connected to the additional broker add the same to their broker list and update the same.
  • the additional broker is connected to other brokers that are being implemented.
  • step S 1605 broker lists of the other brokers are also updated. As described above, broker lists of all brokers that are being implemented in the MRS network may be updated.
  • step S 1606 the additional broker is connected to all brokers that are being implemented, and randomly selects any one of the brokers.
  • step S 1607 the additional broker requests the selected broker for a routing table and, in step S 1608, receives the same.
  • the additional broker reflects the received routing table to its routing table.
  • the additional broker notifies other brokers that the additional broker itself is ready for a connection with a connector.
  • a broker receives the notice and counts a number of re-setup connectors to be moved to the new broker among its connectors connected to the broker and selects the same number of connectors as the counted number. Also, in step S 1612, the broker having received the notice notifies all connectors connected to the broker itself that the new broker has been connected. In step S 1613, all connectors having received the notice add the new broker to a broker list recording brokers connected to the broker itself.
  • step S1614 a message informing to re-setup a connection with the new broker is transferred to the selected re-setup connectors.
  • step S 1615 the connectors having received the message are connected to the new broker and transfer a service registration message with respect to services connected to the connectors, to the new broker.
  • the steps of S1610 to S1615 may be performed with respect to all brokers that are being implemented in the MRS network. Also, through the aforementioned process, a certain portion of connectors connected to a broker that is being implemented and services connected to the connectors may be moved to the additional broker in the
  • FIG. 17 is a flowchart illustrating a normal termination process of a broker, in an embodiment of the present invention.
  • a broker to be normally terminated sets itself so that a connector may no longer connect to the broker.
  • the broker to be normally terminated notifies other brokers that the broker will be terminated.
  • the terminating broker and other brokers having received the notice notifies the same to connectors connected to the other brokers.
  • step S 1704 the terminating broker transmits a message to connectors connected to the terminating broker.
  • the message is about re-setup of connectors, informing the connectors to move to other broker.
  • step S 1705 connectors having received the message are connected to another broker and transmit a service registration message with respect to services connected to the connectors.
  • step S 1706 the newly connected broker of connectors from the terminating broker soon updates its routing information and transmits the updated routing information to the terminating broker and other brokers.
  • step S 1707 the terminating broker updates its routing table by using the transmitted routing information and checks whether the terminating broker's connection with the connector is still included in the routing table of the broker. If not, the connection is terminated in step S 1708.
  • step S 1709 the terminating broker checks whether a predetermined time has passed from a point in time when a message about re-setup of connectors, informing the connectors to move to other broker, is transmitted to the connectors connected to the terminating broker.
  • step S 1710 in the case of having connectors connected to the terminating broker even after the certain time, the terminating broker terminates all connections with the connectors and terminates the broker itself.
  • FIG. 18 is a flowchart illustrating a process in the case of another broker detecting abnormal termination of a broker, in an embodiment of the present invention.
  • step S 1801 a broker is abnormally terminated.
  • another broker detects abnormal termination of the broker.
  • step S 1803 another broker readjusts its maximum capacity.
  • a maximum number of connectors connectable to one broker is the broker's maximum capacity.
  • another broker may increase its maximum number of connectors connectable to one broker to 60, and operate to enable connectors connected to the abnormally terminated broker to quickly move to other brokers and be connected thereto. In this case, a service disconnection time may be significantly reduced.
  • step S 1804 another broker having detected abnormal termination of the broker updates its routing information and notifies other brokers to update their routing table.
  • step S 1805 other brokers are notified of the abnormal termination of the broker and cause their connectors to update their broker list.
  • FIG. 19 is a flowchart illustrating a process in the case of a connector detecting abnormal termination of a broker, in an embodiment of the present invention.
  • step S 1901 a broker is abnormally terminated.
  • step S 1902 a connector connected to the broker detects that the broker connected to the connector is abnormally terminated.
  • step S 1903 the connector deletes the abnormally terminated broker from its broker list.
  • step S 1904 the connector having deleted the abnormally terminated broker from its broker list randomly selects any one of other brokers from its broker list.
  • step S 1905 the connector is connected to the selected broker.
  • step S 1906 the connector registers all services connected to the connector itself to the selected broker.
  • step S 1907 the broker with the newly added services transmits its updated routing information to other brokers and notifies the same that the services are registered.
  • FIG. 20 is a block diagram illustrating a structure of a connector according to the present invention.
  • a connector 2000 includes an API 2001, a message queue management module 2002, a service pool management module 2003, a service management module 2004 and a connection management module 2005.
  • the API 2001 is an Application Programming Interface which exposes a function of the connector 2000 to a service connected to the connector 2000.
  • a system that wants to utilize an MRS network according to the present invention uses the API 2001 and transmits/receives data.
  • FIG. 21 is a diagram for explaining the API 2001 and a relationship with respect to a process of a service and a connector.
  • a connector and a service are contained in an identical process. Only one connector may be contained in one process and at least one service may be contained in one process. Namely, one connector is contained in each process and the connector may mediate a connection between all services connected to the connector and the broker constructing an MRS network.
  • a communication network system may be unified by matching a connector and a process 1 :1. Also, inefficient routing may be prevented. In this instance, the inefficient routing occurs when connecting services contained in different processes to the same broker via one connector. Also, complexity in transmitting/receiving data may be prevented.
  • At least one service contained in one process may be connected to an MRS network via one connector 2000.
  • a connection and data transmitting/receiving between services and the connector 2000 may be performed via the API 2001.
  • the service may not directly set up a connection with the MRS network to transmit/receive data.
  • the service transmits/receives data by using the API 2001 provided from the connector 2000.
  • the API 2001 receives a request for registration or cancellation of a service, and a request for transmission of data to the broker 2010, from the service.
  • the connector 2000 is a module for providing the API 2001. Also, the connector 2000 is loaded in each process using the MRS network and functions to transmit/receive a message to the MRS network, with respect to all services generated in a corresponding process.
  • the message queue management module 2002 functions to manage an MRP packet used in the MRS network according to the present invention. In this instance, the MRP packet is a unit of data transmitted/received between the connector 2000 and the broker 2010.
  • FIG. 22 is a block diagram illustrating a structure of the message queue management module 2002.
  • the message queue management module 2002 may include a transmission queue 2201 and a receiving queue 2202.
  • the transmission queue 2201 functions to manage an MRP packet to be transmitted to the broker 2010, and the receiving queue 2202 functions to manage an MRP packet received from the broker 2010.
  • the service pool management module 2003 functions to register a service in the broker 2010 or remove the service from the broker, and to manage the registered service.
  • the service management module 2004 functions to manage information on the registered service.
  • FIG. 23 is a block diagram illustrating a structure of the service management module 2004.
  • the service management module 2004 may include a receiving message queue 2301, a receiving buffer queue 2302 and a completion queue 2303.
  • the receiving message queue 2301 functions to manage a received message from the broker 2010.
  • the receiving buffer queue 2302 functions to manage a receiving buffer registered by the service.
  • the completion queue 2303 functions to manage completed results with respect to input/output requested from the service.
  • connection management module 2005 functions to transmit/receive an MRP packet and manage a socket connection with the broker 2010.
  • FIG. 24 is a block diagram illustrating a structure of the connection management module 2005.
  • connection management module 2005 may include a message transmission module 2401 and a connection control module 2402.
  • the message transmission module 2401 functions to load an MRP packet to be transmitted from the message queue management module 2002 and transmit the same to the broker 2010 and to transfer an MRP packet received from the broker 2010 to the message queue management module 2002.
  • the connection control module 2402 functions to process a control message between the connector 2000 and the broker 2010 and control a connection therebetween.
  • FIG. 25 is a block diagram illustrating a structure of a broker.
  • a broker 2500 may include a link management module 2501, a routing information management module 2502, a message division module 2503, a message router 2504, a message deserializer 2505, a message transactor 2506, a message serializer 2507 and an automatic configurator 2508.
  • the link management module 2501 functions to maintain and manage a connection with a connector or other broker, and also to transmit/receive data with the connector or other broker.
  • the routing information management module 2502 functions to maintain and manage routing information of a service registered in the broker 2500. Also, the routing information management module 2502 may maintain a connection pool including connection information with a connector connected to the broker 2500 or other brokers.
  • the message division module 2503 functions to understand a type of data received in the link management module 2501 and divide the received data into a simple message and a complex message according to a predetermined standard.
  • the message router 2504 functions to receive the simple message from the message division module 2503, obtain location information of a destination associated with the simple message, from the routing information management module 2502, and transfer the obtained location information to the link management module 2501.
  • the message deserializer 2505 functions to receive the complex message from the message division module 2501 and convert the received complex message into an object.
  • the message transactor 2506 functions to receive the object from the message deserializer 2505 and control the broker 2500 by using the object.
  • the message serializer 2507 functions to receive the object from the message transactor 2506, process the object into transmittable linear data, and transfer the same to the link management module 2501.
  • the automatic configurator 2508 functions to track a status of a network containing the broker 2500 and automatically adjust the status of the broker 2500.
  • FIG. 26 is a block diagram illustrating a structure of the link management module 2501.
  • the link management module 2501 may include an OS socket subsystem 2601, a link accepter 2602, a data receiving module 2603, a data transmission module 2604 and a link agent 2605.
  • the OS socket subsystem 2601 functions as interface for transmitting/receiving data with a connector connected to the broker 2500 or other broker.
  • the link accepter 2602 functions to receive a connection request from the connector connected to the broker 2500 or other broker via the OS socket subsystem 2601 and record connection information according to the connection request in the connection pool maintained by the routing information management module 2502.
  • the data receiving module 2603 functions to receive data from the connector connected to the broker 2500 or other brokers and transfer the data to the message division module 2503.
  • the data transmission module 2604 functions to receive processed data from the message serializer 2507 and transmit the processed data to the connector connected to the broker 2500 or other brokers.
  • the link agent 2605 functions to attempt a connection with the connector connected to the broker 2500 or another broker via the OS socket subsystem 2601 according to a request from the data transmission module 2604, and in the case of a successful connection, update the connection pool maintained by the routing information management module 2502 by using connection information.
  • the data transmission module 2604 may check whether a connection with another broker or a connector associated with a destination of data to be transmitted is set up by referring to the connection pool. In the case the connection not set up, the data transmission module 2604 may operate to attempt data transmission after requesting the link agent 2605 to set up a connection with a connector connected to the broker or another broker.
  • the method for transmitting/receiving data in a communication network includes computer readable media including program instructions to implement various operations embodied by a computer.
  • the media may also include, alone or in combination with the program instructions, data files, data structures, tables, and the like.
  • the media and program instructions may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well known and available to those having skill in the computer software arts.
  • Examples of computer-readable media include magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD ROM disks; magneto-optical media such as floptical disks; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory devices (ROM) and random access memory (RAM).
  • the media may also be a transmission medium such as optical or metallic lines, wave guides, etc. including a carrier wave transmitting signals specifying the program instructions, data structures, etc.
  • Examples of program instructions include both machine code, such as produced by a compiler, and files containing higher level code that may be executed by the computer using an interpreter.
  • the described hardware devices may be configured to act as one or more software modules in order to perform the operations of the present invention.
  • a communication network system and a data transmitting/receiving method using the same can simplify a connection structure between servers via a bus network structure and support service extendibility and performance extendibility, and also can easily maintain and manage the connection structure.
  • a communication network system and a data transmitting/receiving method using the same according to the present invention can suggest a new communication structure that can deviate from a network structure according to the conventional art connecting all game servers in a full mesh topology, simplify and easily manage a connection structure between servers, and efficiently extend services.

Abstract

Disclosed is a communication network system in a bus network structure, the system including: a broker processing a message routing; a connector; and a plurality of services connected to the broker via the connector, wherein: the service is a communicable terminal node and each of the plurality of services is connected to the broker via one connector, the connector is a module for mediating a connection between the service and the broker, each connector connected to only one broker, and the broker is a module for setting up a routing path or the connection with the connector, and to process the message routing, all brokers connected to each other in a full mesh topology.

Description

COMMUNICATION NETWORK SYSTEM OF BUS NETWORK STRUCTURE AND METHOD USING THE COMMUNICATION NETWORK SYSTEM
Technical Field The present invention relates to a communication network system in a bus network structure and a data transmitting/receiving method using the same, and more particularly, to a communication network system and a data transmitting/receiving method using the same, in which a bus network structure connects at least one service contained in one process to a broker processing a message routing via one connector and connects all brokers of a network to each other in a full mesh topology, and a connection structure between services is simplified via the bus network structure.
Background Art
In the conventional art, all game servers providing game service are connected to each other in a mesh topology. FIG. 1 is a diagram illustrating network connections between game servers according to the conventional art.
According to the conventional art illustrated in FIG. 1, every time new game servers are added, there is a surprising increase in a number of connections from the viewpoint of the entire network. FIG. 2 is a diagram illustrating network connections between game servers which may occur as a number of game servers continuously increases in the conventional art.
According to the conventional art in which game servers are connected to each other with mesh topology, as described above, when a number of game servers increases, the connection structure thereof also becomes very complicated. As a result, a game server may not be able to be extended according to an increase of game users. Also, when a connection between game servers is globally extended, the management thereof also becomes difficult.
The more a number of partner servers connect to one server, the more the total number of connections geometrically increases. Generally, in the conventional art, one game server is connected to a login server, a ranking server, and a database server. In this instance, the game server is additionally grouped with a channel list server and a notice server as one multicast group. Accordingly, a substantial number of connections in the entire network greatly exceeds a number of connections between game servers. Also, its management is very difficult.
Consequently, a new communication network structure which can deviate from a network structure according to the conventional art connecting all game servers in a mesh topology, simplify and easily manage a connection structure between servers, and efficiently extend services is needed.
Disclosure of Invention Technical Goals The present invention is conceived to solve the aforementioned problems in the conventional art, and the present invention provides a communication network system and a data transmitting/receiving method using the same, which can simplify a connection structure between servers by using a bus network structure and support service extendibility and performance extendibility, and also can easily maintain and manage the connection structure.
The present invention also provides a communication network system and a data transmitting/receiving method using the same, which can suggest a new communication structure that can deviate from a network structure according to the conventional art connecting all game servers in a mesh topology, simplify and easily manage a connection structure between servers, and efficiently extend services.
Technical solutions
To achieve the above objectives and solve the aforementioned problems in the conventional art, according to an embodiment of the present invention, there is provided a communication network system including: a broker processing a message routing; a connector; and a plurality of services connected to the broker via the connector, wherein: the service is a communicable terminal node and each of the plurality of services is connected to the broker via one connector, the connector is a module for mediating a connection between the service and the broker, each connector connected to only one broker, and the broker is a module for setting up a routing path or the connection with the connector, to process the message routing, all brokers connected to each other in a full mesh topology. According to an aspect of the present invention, there is provided a communication network system, in which the connector includes: an Application Programming Interface (API) exposing a function provided by the connector to the service; a message queue management module managing a transmitted/received Message Routing Protocol (MRP) packet, the MRP packet being a unit of data transmitted/received between the connector and the broker; a service pool management module registering the service in the broker or removing the service from the broker, and managing the registered service; a service management module managing information on the registered service; and a connection management module transmitting/receiving the MRP packet and managing a socket connection with the broker.
According to another aspect of the present invention, there is provided a communication network system, in which the broker includes: a link management module maintaining and managing a connection with the connector or other brokers, and transmitting/receiving data with the connector or other brokers; a routing information management module maintaining and managing routing information of a service registered in the broker; a message division module understanding a type of data received in the link management module and dividing the received data into a simple message and a complex message according to a predetermined standard; a message router receiving the simple message from the message division module, obtaining location information of a destination associated with the simple message, from the routing information management module, and transferring the obtained location information to the link management module; a message deserializer receiving the complex message from the message division module and converting the received complex message into an object; a message transactor receiving the object from the message deserializer and controlling the broker by using the object; a message serializer receiving the object from the message transactor, processing the object into transmittable linear data, and transferring the same to the link management module; and an automatic configurator tracking a status of a network containing the broker and automatically adjusting the status of the broker.
According to an embodiment of the present invention, there is provided a method for transmitting/receiving data by using a communication network system in a bus network structure, in which the communication network system includes a broker processing a message routing, a connector, and a plurality of services connected to the broker via the connector, and the method includes the steps of: connecting all brokers of the communication network system to each other in a full mesh topology, the broker being a module for setting up a routing path or a connection with the connector to process the message routing; connecting the connector to the broker, the connector being a module for mediating the connection between the broker and at least one service contained in one process, each connector connected to only one broker; registering the service in the broker via the connector, the service being a communicable terminal node, each service connected to the broker via one connector; and transmitting/receiving data between the registered services via the connector and the broker.
Brief Description of Drawings
FIG. 1 is a diagram illustrating network connections between game servers according to conventional art;
FIG. 2 is a diagram illustrating network connections between game servers which may occur as a number of game servers continuously increases in the conventional art;
FIG. 3 is a schematic diagram illustrating a bus network structure according to the present invention;
FIG. 4 is a schematic diagram illustrating a connection of a communication network system in a bus network structure according to the present invention;
FIG. 5 is a diagram illustrating a connection of a broker, a connector, and a service in a communication network system according to the present invention; FIG. 6 is a diagram illustrating an example of various types of servers connected to each other via a message routing server (MRS) network according to the present invention;
FIG. 7 is a diagram illustrating a format of a message used in a communication network system according to the present invention; FIG. 8 is a diagram illustrating an address system according to the present invention;
FIG. 9 is a diagram illustrating a unicast data processing method according to an embodiment of the present invention;
FIG. 10 is a diagram illustrating a multicast data processing method according to an embodiment of the present invention;
FIGS. 11 and 12 are diagrams illustrating an anycast data processing method according to an embodiment of the present invention;
FIG. 13 is a flowchart illustrating a service registration process according to an embodiment of the present invention;
FIG. 14 is a flowchart illustrating a service cancellation process according to an embodiment of the present invention; FIG. 15 is a flowchart illustrating a message transmitting/receiving process according to an embodiment of the present invention;
FIG. 16 is a flowchart illustrating a process of adding a new broker in an MRS network, in an embodiment of the present invention;
FIG. 17 is a flowchart illustrating a normal termination process of a broker, in an embodiment of the present invention;
FIG. 18 is a flowchart illustrating a process in the case of other broker detecting abnormal termination of a broker, in an embodiment of the present invention;
FIG. 19 is a flowchart illustrating a process in the case of a connector detecting abnormal termination of a broker, in an embodiment of the present invention; FIG. 20 is a block diagram illustrating a structure of a connector according to the present invention;
FIG. 21 is a diagram illustrating an Application Programming Interface (API) which is programming interface provided from a connector according to the present invention; FIG. 22 is a block diagram illustrating a structure of a message queue management module which is one component of a connector according to the present invention;
FIG. 23 is a block diagram illustrating a structure of a service management module which is one component of a connector according to the present invention; FIG. 24 is a block diagram illustrating a structure of a connection management module which is one component of a connector according to the present invention;
FIG. 25 is a block diagram illustrating a structure of a broker according to the present invention; and
FIG. 26 is a block diagram illustrating a structure of a link management module which is one component of a broker according to the present invention.
Best Mode for Carrying Out the Invention
Hereinafter, a communication network system and a data transmitting/receiving method using the same according to the present invention will be described in detail with reference to the accompanying drawings.
FIG. 3 is a schematic diagram illustrating a bus network structure according to the present invention.
As illustrated in FIG. 1 , in the conventional art, all game servers are connected to each other in a mesh topology. However, in the bus network structure according to the present invention, as illustrated in FIG. 3, all servers are connected to each other in a bus structure. Accordingly, the connection structure between servers is very simplified. FIG. 4 is a schematic diagram illustrating a connection of a communication network system in a bus network structure according to the present invention.
According to the conventional art illustrated in FIG. 1 , as illustrated in FIG. 2, every time new game servers are added, there is a surprising increase in a number of connections from the viewpoint of the entire network. On the other hand, as illustrated in FIG. 4, in the bus network structure according to the present invention, each server maintains a connection with one broker. Also, in the case of extending the network, an intermediate connection is performed via brokers. Accordingly, although a server is additionally connected, a number of connections is not significantly increased from the viewpoint of the entire network. Accordingly, the communication network system adopting the bus network structure of the present invention, as illustrated in FIGS. 3 and 4, may easily link a new service and also may easily maintain and manage the linked service.
FIG. 5 is a diagram illustrating a connection of a broker, a connector, and a service in a communication network system according to the present invention. As illustrated in FIG. 5, the communication network system according to the present invention includes a broker 501 processing a message routing, a connector 502 and a plurality of services 503 connected to the broker 501 via the connector 502. The service 503 is a communicable terminal node. Each service 503 is connected to the broker 501 via one connector 502.
Also, the connector 502 is a module for mediating a connection between the broker 501 and the service 503. Each connector 502 is connected to only one broker 501. According to an embodiment of the present invention, the connector 502 and the service 503 are contained in an identical process. Only one connector 502 is contained in one process and at least one service 503 is contained in one process. Namely, only one connector 502 exists for each process. Also, the connector 502 may mediate a connection between all services 503 and the broker 501. In this instance, all services 503 exist in a process containing the connector 502.
According to the present embodiment, a connector and a process are matched
1 :1. Accordingly, a communication network system may be unified. Also, inefficient routing, which may occur when connecting the services 503 contained in different processes to the same broker 501 via one connector 502, may be prevented. Also, complexity in transmitting/receiving data may be prevented.
The broker 501 is a module for setting up a routing path or the connection with the connector 502 to efficiently process the message routing. The brokers 501 are connected to each other in a full mesh topology.
In the present specification, a network formed by connecting the brokers 501 in a full mesh topology is defined as a message routing server (MRS) network 500.
Accordingly, the MRS network 500 is a network service platform for efficiently transmitting/receiving a message between various types of communication systems.
The connector 502 is a module for providing a programming interface for transmitting/receiving a message by using the MRS network 500. The service 503 utilizes the MRS network 500 via the programming interface provided by the connector
502.
As illustrated in FIG. 5, in the communication network system according to the present invention, there is only one effective connection between the broker 501 and the connector 502. In the case of communicating with the broker 501, each service 503 sequentially communicates with the broker 501 via said only one connection.
FIG. 6 is a diagram illustrating an example of various types of servers connected to each other via an MRS network according to the present invention. As illustrated in FIG. 6, various types of game related servers such as a game string server, a channel list server, a game server, a notice server, a management server, a database server, etc., are connected to each other via an MRS network 600. Each server maintains only one connection with any one of a plurality of brokers which are connected to each other in a full mesh topology.
In the conventional art, all game related servers are connected to each other in a full mesh topology. Accordingly, the more a number of partner servers connected to one server, the more the total number of connections geometrically increases. On the other hand, according to the present invention, as illustrated in FIG. 6, each server maintains a connection with only one broker. Also, in the case of extending the network, an intermediate connection is performed via brokers. Accordingly, although a server is additionally connected, a number of connections is not significantly increased in the viewpoint of the entire network.
FIG. 7 is a diagram illustrating a format of a message used in a communication network system according to the present invention. Referring to FIG. 7, the format of transmitting/receiving a message between a connector and a broker, and between brokers, which are subsystems of the communication network system according to the present invention, will be described.
In the present specification, the structure of the message will be described based on a data type which is widely used in widows, rather than an octet notation, as a data type for defining a field of each message. In this case, windows data type and octet notation is mapped, such as "BYTE : octet(8)", "WORD: octet(16)", and "DWORD : octet(32)".
Messages used in the communication network system according to the present invention are grouped into MRMSGHeader and MRCMPHeader. Each message is divided into fields, of which one is a common field containing MRHeader, and remaining fields are specified fields of each message.
MRHeader is message header information that all messages exchanged in the communication network system, according to the present invention, should contain as a common field. An MRHeader message may not be used alone. The MRHeader message must be transmitted/received after inserting a valid value in a protocol type field and appending additional message information to the MRHeader. Table 1
Figure imgf000011_0001
A transferred message in the MRMSGHeader format has a structure for transferring a payload value designated by a service between a plurality of services connected to an MRS network.
In this case, a source address and a destination address are described in the message transmitted/received in the format of MRMSGHeader. The source address is an address of a transmitter transmitting a message and the destination address is an address of a receiver receiving the message. Also, the MRS network tries routing on the basis of connection information and the destination address. Each field will be described in Table 2 below.
Table 2
Figure imgf000011_0002
Figure imgf000012_0001
A transferred message in the format of MRCMPHeader is a message defined for transmitting/receiving a signal between a connector and a broker, and between brokers. In this instance, the connector and the broker are subsystems of the communication network system according to the present invention. Each field will be described in Table 3 below.
Table 3
Figure imgf000012_0002
Hereinafter, an address system used in the present invention will be described. In the case of designating a source address and a destination address to transmit/receive data using an MRS network, the present invention utilizes a new address system according to the present invention, not an IP address. The MRS network supports three types of addresses, which are unicast, anycast, and multicast, to identify a particular service. Each address is in the form of a cast type and an address in any one of the three address types, and has the length of 16 bytes.
In the case of an online game, a plurality of service instances interacts and communications between the service instances also increase. However, in the conventional art, a network address is not allocated to the service instances. Namely, one process having an identical network address contains many service instances and processes a large number of communications between service instances.
Accordingly, the present invention utilizes a new address system, allocates a single address to each service instance and efficiently processes a communication between service instances. In this case, a game server does not need to distribute messages to each of a plurality of game centers. Accordingly, management cost may be significantly reduced.
Also, the present invention supports three types of addresses, such as unicast, anycast and multicast. Accordingly, anycast or multicast may be applied to group instances operating in physically separated servers as one anycast or multicast group.
FIG. 8 is a diagram illustrating an address system according to the present invention.
In FIG. 8, a cast type is the type of an address and has one value from among CT-UNICAST, CT_MULTICAST and CT_ANYCAST.
The unicast address is a unique address capable of identifying all services using an MRS network. Also, the unicast address is in the form of a server name and an instance ID. In this instance, the server name identifies a server activating a particular service in the entire network. The instance ID uniquely identifies a corresponding service in the same server.
The server name is a unique value of 11 bytes indicating a computer hardware server in which a service using the MRS network is activated. A server name may be a unique value of 11 bytes identifying a server, in which a service is activated, within the entire network. The instance ID is a unique identifier identifying a service in the same server.
As an example, values of 1 to 65535 are reserved for when a fixed unicast address is required. Values after 65536 may be dynamically allocated and used within the server. The unicast address described above may be arranged as Table 4 below. Table 4
Figure imgf000014_0001
The multicast address and anycast addresses simply utilize a 15 byte length value. Accordingly, the multicast and anycast addresses may be readily set up and utilized between services. This value should be a unique value in the entire network and also known in advance.
The multicast/anycast address may be arranged as Table 5 below.
Table 5
Figure imgf000014_0002
Examples of using an MRS network according to the present invention may include (1) the case of a service accessing the MRS network to utilize a function of other services and (2) the case of a service accessing the MRS network to provide a function of processing a matter requested from other services.
As an example of (1) the case of a service accessing the MRS network to use a function of other services, there may be a service sending a request to a login server to confirm user login information and receiving a response thereto. The service for utilizing a function provided by other services operates as shown below, via a connector which is a module for mediating the MRS network and the service.
Initially, when starting a process, a programming interface is initialized to transmit/receive data between the service and a connector. After registering a unicast address of the service in the MRS network, the service sends a request message to other services and receives a response message therefrom. Also, in the case of completing the use of the function provided by other services, the unicast address of the service is removed from the MRS network. When ending the process, the programming interface is also terminated. As an example of (2) the case of a service accessing the MRS network to provide a function of processing a matter requested from other services, there may be a service providing a database reference function and a service providing a user's login information or location information. The service for providing a particular function to other services operates as shown below, via a connector which is a module for mediating the MRS network and the service.
Initially, when starting a process, a programming interface is initialized to transmit/receive data between the service and a connector. After registering a unicast address of the service in the MRS network, the service joins an anycast or multicast address with respect to a function to be provided. Also, the service receives a request message from other services and sends a response message thereto. Also, in the case of completing providing of the particular function to another service, the service leaves the joined anycast or multicast address. The unicast address of the service is removed from the MRS network. When ending the process, the programming interface is also terminated. As described above, in the present invention, a connector may cause a service to register a unicast address thereof in an MRS network and join an anycast or multicast address according to a function to be provided, and also cause the service to leave the joined anycast or multicast address in the case of termination of the service.
Hereinafter, a data transmitting/receiving method supported in an MRS network according to the present invention will be described.
A method of transmitting/receiving unicast data will be described. FIG. 9 is a diagram illustrating a unicast data processing method according to an embodiment of the present invention. In FIGS. 9 to 12, Sl is a service joined in neither an anycast nor a multicast address. S2, S4 and S6 are services joined in an anycast address. Also, S3 and S5 are services joined in a multicast address.
As illustrated in FIG. 9, the MRS network according to the present invention may transmit data from a unicast address of a source to a unicast address of a destination. Also, all unicast addresses registered in the MRS network may receive data from a unicast address of a physically separated area. As described above, to transmit or receive unicast data, the unicast address of the source is registered in the
MRS network. Also, the unicast address of the destination registered in the MRS network is known.
FIG. 10 is a diagram illustrating a multicast data processing method according to an embodiment of the present invention.
As illustrated in FIG. 10, the MRS network according to the present invention may transmit data from a unicast address of a source to a multicast address of a destination. When an address of the destination is a multicast address, the MRS network transmits data to all unicast addresses joined in the multicast address. FIG. 10 illustrates a process of transmitting data from Sl of a unicast address to S3 and S5 of a multicast address. As described above, to transmit multicast data, the unicast address of the source is registered in the MRS network. Also, the multicast address of the destination joined in the MRS network is known.
As S3 and S5 in FIG. 10, in order to receive desired data transmitted to a multicast address, the unicast address registered in the MRS network has to be joined in the multicast address. When a joining procedure is completed, data transmitted to the joined multicast address may be received. FIGS. 11 and 12 are drawings illustrating an anycast data processing method according to an embodiment of the present invention.
As illustrated in FIGS. 11 and 12, the MRS network according to the present invention may transmit data from a unicast address of a source to a multicast address of a destination. When an address of the destination is an anycast address, data is transmitted by selecting any one of unicast addresses joined in the anycast address. As described above, to transmit anycast data, the unicast address of the source is registered in the MRS network. Also, the anycast address of the destination joined in the MRS network is known.
According to an embodiment of the present invention, a broker in an MRS network receiving an anycast address operates, in the case of having a unicast address directly connected to the broker among unicast addresses joined in the anycast address, to transmit data to the unicast address. Also, in the case of not having a unicast address directly connected to the broker, the broker may randomly select an address to receive data via other brokers connected in a full mesh topology.
Referring to FIG. 11, according to the present embodiment, a broker CS4 receives the anycast address from Sl and transmits data to S2 which is directly connected to the broker CS4, among S2, S4 and S6 joined in the anycast address. In this case, a routing length may be significantly reduced.
If S2 is a service not joined in the anycast address, according to the present embodiment, the broker CS4 receives the anycast address from Sl and transmits data to S6 which is an anycast address connected to other broker CS6 or to S4 which is also an anycast address connected to other broker CS8. This is illustrated in FIG. 12.
According to the present embodiment, fast routing becomes possible by processing anycast data as described above. Also, natural load balancing may be embodied without an L4 switch.
As S2, S4 and S6 in FIGS. 11 and 12, to receive desired data transmitted to an anycast address, a unicast address registered in the MRS network has to be joined in the anycast address. When a joining procedure is completed, data transmitted to the joined anycast address may be received.
Hereinafter, an operation process of a service, a connector and a broker which are subsystems of a communication network system according to the present invention will be described with reference to FIGS. 13 to 19.
FIG. 13 is a flowchart illustrating a service registration process according to an embodiment of the present invention. A system that wants to provide or use a particular service in a communication network system according to the present invention has to register in the system itself in an MRS network via its connector.
In step S 1301, a service transmits a service registration message to a connector. In step S 1302, the connector analyzes the service registration message to check whether the same is a pre-registered service. In step S 1303, in the case of the service not pre- registered, the connector transfers the service registration message to a broker.
In step 1304, the broker adds routing information of the service having transmitted the service registration message, to its routing table. Also, in step 1305, the broker transmits the routing information to other brokers. In step 1306, other brokers update its routing information by using the received routing information.
As described above, in the present invention, a broker, in the case of updating its routing table, may transmit the updated routing information to other brokers constructing the MRS network and cause other brokers to maintain latest routing information at all times. FIG. 14 is a flowchart illustrating a service cancellation process according to an embodiment of the present invention. A system that has registered in the system itself in an MRS network performs a service cancellation process via a connector, to remove the system itself from the MRS network. After performing the service cancellation process, all service requests via the MRS network are blocked. In step 1401, a service transmits a service cancellation message to a connector.
In step 1402, the connector analyzes the service cancellation message to check whether the same is a final cancellation. In step 1403, in the case of the final cancellation, the connector transfers the service cancellation message to a broker.
In step S 1404, the broker deletes routing information of the service having transmitted the service cancellation message, from its routing table and updates its routing table. In step S1405, the broker notifies other brokers of deletion of the routing information. In step S 1406, other brokers receive the notice, detect deletion of the routing information, and update their own routing table.
FIG. 15 is a flowchart illustrating a message transmitting/receiving process according to an embodiment of the present invention. Namely, FIG. 15 illustrates a process of transmitting a message to a service to utilize the service, or receiving a message which requests a service. In step S 1501, a service that wants to utilize a particular service transfers a connection message to a connector, and sets up a virtual connection with the connector. In this case, an address of a desired service is designated.
In step S 1502, the service transmits a message by using a programming interface of the connector. In step S 1503, the connector adds a Message Routing
Protocol (MRP) Header according to MRP to the message transmitted from the service and transmits a corresponding message to a broker connected to the connector. In this instance, MRP is used in the MRS network. In step S 1504, the broker searches for a destination of the message received from the connector. In step S 1505, the broker transmits the message to a corresponding broker or a corresponding connector.
In step S 1506, the broker receives a message from another broker. In step S 1507, the broker searches for a destination of the received message. In step S 1508, the broker transmits the message to a corresponding connector. In step S 1509, the connector removes the MRP Header from the transmitted message and searches for a destination address and instance of the transmitted message. In step Sl 510, the message is transmitted to a corresponding service and the corresponding service receives the message.
In a communication network system according to the present invention, messages transferred to a broker via a connector through the aforementioned process are transparently transmitted/received to other brokers or connectors. Also, in the communication network system, a message transferred by a particular service may be transparently transmitted/received via a routing path, between brokers provided in the routing path.
FIG. 16 is a flowchart illustrating a process of adding a new broker in an MRS network, in an embodiment of the present invention.
In step S 1601, an additional broker is waiting for other brokers to be connected first. In step S 1602, the broker is connected to other brokers that are being implemented. In step S 1603, brokers connected to the additional broker add the same to their broker list and update the same. In the same manner, in step S 1604, the additional broker is connected to other brokers that are being implemented. In step S 1605, broker lists of the other brokers are also updated. As described above, broker lists of all brokers that are being implemented in the MRS network may be updated. In step S 1606, the additional broker is connected to all brokers that are being implemented, and randomly selects any one of the brokers. In step S 1607, the additional broker requests the selected broker for a routing table and, in step S 1608, receives the same. In step S 1609, the additional broker reflects the received routing table to its routing table. In step S 1610, the additional broker notifies other brokers that the additional broker itself is ready for a connection with a connector.
In step S 1611, a broker receives the notice and counts a number of re-setup connectors to be moved to the new broker among its connectors connected to the broker and selects the same number of connectors as the counted number. Also, in step S 1612, the broker having received the notice notifies all connectors connected to the broker itself that the new broker has been connected. In step S 1613, all connectors having received the notice add the new broker to a broker list recording brokers connected to the broker itself.
In step S1614, a message informing to re-setup a connection with the new broker is transferred to the selected re-setup connectors. In step S 1615, the connectors having received the message are connected to the new broker and transfer a service registration message with respect to services connected to the connectors, to the new broker.
The steps of S1610 to S1615 may be performed with respect to all brokers that are being implemented in the MRS network. Also, through the aforementioned process, a certain portion of connectors connected to a broker that is being implemented and services connected to the connectors may be moved to the additional broker in the
MRS network. Accordingly, load may be efficiently distributed between brokers.
FIG. 17 is a flowchart illustrating a normal termination process of a broker, in an embodiment of the present invention.
In step S 1701, a broker to be normally terminated sets itself so that a connector may no longer connect to the broker. In step S 1702, the broker to be normally terminated notifies other brokers that the broker will be terminated. In step S 1703, the terminating broker and other brokers having received the notice notifies the same to connectors connected to the other brokers.
In step S 1704, the terminating broker transmits a message to connectors connected to the terminating broker. In this instance, the message is about re-setup of connectors, informing the connectors to move to other broker. In step S 1705, connectors having received the message are connected to another broker and transmit a service registration message with respect to services connected to the connectors.
In step S 1706, the newly connected broker of connectors from the terminating broker soon updates its routing information and transmits the updated routing information to the terminating broker and other brokers.
In step S 1707, the terminating broker updates its routing table by using the transmitted routing information and checks whether the terminating broker's connection with the connector is still included in the routing table of the broker. If not, the connection is terminated in step S 1708.
In step S 1709, the terminating broker checks whether a predetermined time has passed from a point in time when a message about re-setup of connectors, informing the connectors to move to other broker, is transmitted to the connectors connected to the terminating broker. In step S 1710, in the case of having connectors connected to the terminating broker even after the certain time, the terminating broker terminates all connections with the connectors and terminates the broker itself.
FIG. 18 is a flowchart illustrating a process in the case of another broker detecting abnormal termination of a broker, in an embodiment of the present invention.
In step S 1801, a broker is abnormally terminated. In this case, in step S 1802, another broker detects abnormal termination of the broker. In step S 1803, another broker readjusts its maximum capacity.
A maximum number of connectors connectable to one broker, as an example, 50, is the broker's maximum capacity. In the case of another broker detecting abnormal determination of a broker, another broker may increase its maximum number of connectors connectable to one broker to 60, and operate to enable connectors connected to the abnormally terminated broker to quickly move to other brokers and be connected thereto. In this case, a service disconnection time may be significantly reduced.
In step S 1804, another broker having detected abnormal termination of the broker updates its routing information and notifies other brokers to update their routing table. In step S 1805, other brokers are notified of the abnormal termination of the broker and cause their connectors to update their broker list. FIG. 19 is a flowchart illustrating a process in the case of a connector detecting abnormal termination of a broker, in an embodiment of the present invention.
In step S 1901, a broker is abnormally terminated. In this case, in step S 1902, a connector connected to the broker detects that the broker connected to the connector is abnormally terminated. In step S 1903, the connector deletes the abnormally terminated broker from its broker list.
In step S 1904, the connector having deleted the abnormally terminated broker from its broker list randomly selects any one of other brokers from its broker list. In step S 1905, the connector is connected to the selected broker. In step S 1906, the connector registers all services connected to the connector itself to the selected broker.
In step S 1907, the broker with the newly added services transmits its updated routing information to other brokers and notifies the same that the services are registered.
Hereinafter, a structure of a connector which is a subsystem of a communication network system according to the present invention and a function of each component will be described.
FIG. 20 is a block diagram illustrating a structure of a connector according to the present invention.
As illustrated in FIG. 20, a connector 2000 includes an API 2001, a message queue management module 2002, a service pool management module 2003, a service management module 2004 and a connection management module 2005.
The API 2001 is an Application Programming Interface which exposes a function of the connector 2000 to a service connected to the connector 2000. A system that wants to utilize an MRS network according to the present invention uses the API 2001 and transmits/receives data.
FIG. 21 is a diagram for explaining the API 2001 and a relationship with respect to a process of a service and a connector.
As illustrated in FIG. 21, according to an embodiment of the present invention, a connector and a service are contained in an identical process. Only one connector may be contained in one process and at least one service may be contained in one process. Namely, one connector is contained in each process and the connector may mediate a connection between all services connected to the connector and the broker constructing an MRS network.
According to the present embodiment, a communication network system may be unified by matching a connector and a process 1 :1. Also, inefficient routing may be prevented. In this instance, the inefficient routing occurs when connecting services contained in different processes to the same broker via one connector. Also, complexity in transmitting/receiving data may be prevented.
As illustrated in FIG. 21, at least one service contained in one process may be connected to an MRS network via one connector 2000. In this case, a connection and data transmitting/receiving between services and the connector 2000 may be performed via the API 2001.
Namely, to transmit/receive data by using the MRS network, the service may not directly set up a connection with the MRS network to transmit/receive data. The service transmits/receives data by using the API 2001 provided from the connector 2000.
As a result, the API 2001 receives a request for registration or cancellation of a service, and a request for transmission of data to the broker 2010, from the service.
The connector 2000 is a module for providing the API 2001. Also, the connector 2000 is loaded in each process using the MRS network and functions to transmit/receive a message to the MRS network, with respect to all services generated in a corresponding process. The message queue management module 2002 functions to manage an MRP packet used in the MRS network according to the present invention. In this instance, the MRP packet is a unit of data transmitted/received between the connector 2000 and the broker 2010.
FIG. 22 is a block diagram illustrating a structure of the message queue management module 2002.
As illustrated in FIG. 22, the message queue management module 2002 may include a transmission queue 2201 and a receiving queue 2202.
In this instance, the transmission queue 2201 functions to manage an MRP packet to be transmitted to the broker 2010, and the receiving queue 2202 functions to manage an MRP packet received from the broker 2010.
The service pool management module 2003 functions to register a service in the broker 2010 or remove the service from the broker, and to manage the registered service. The service management module 2004 functions to manage information on the registered service.
FIG. 23 is a block diagram illustrating a structure of the service management module 2004. As illustrated in FIG. 23, the service management module 2004 may include a receiving message queue 2301, a receiving buffer queue 2302 and a completion queue 2303.
In this instance, the receiving message queue 2301 functions to manage a received message from the broker 2010. The receiving buffer queue 2302 functions to manage a receiving buffer registered by the service. The completion queue 2303 functions to manage completed results with respect to input/output requested from the service.
The connection management module 2005 functions to transmit/receive an MRP packet and manage a socket connection with the broker 2010. FIG. 24 is a block diagram illustrating a structure of the connection management module 2005.
As illustrated in FIG. 24, the connection management module 2005 may include a message transmission module 2401 and a connection control module 2402.
In this instance, the message transmission module 2401 functions to load an MRP packet to be transmitted from the message queue management module 2002 and transmit the same to the broker 2010 and to transfer an MRP packet received from the broker 2010 to the message queue management module 2002. Also, the connection control module 2402 functions to process a control message between the connector 2000 and the broker 2010 and control a connection therebetween. Hereinafter, a structure of a broker, which is another subsystem of a communication network system according to the present invention, and a function of each component will be described.
FIG. 25 is a block diagram illustrating a structure of a broker.
As illustrated in FIG. 25, a broker 2500 may include a link management module 2501, a routing information management module 2502, a message division module 2503, a message router 2504, a message deserializer 2505, a message transactor 2506, a message serializer 2507 and an automatic configurator 2508. The link management module 2501 functions to maintain and manage a connection with a connector or other broker, and also to transmit/receive data with the connector or other broker.
The routing information management module 2502 functions to maintain and manage routing information of a service registered in the broker 2500. Also, the routing information management module 2502 may maintain a connection pool including connection information with a connector connected to the broker 2500 or other brokers.
The message division module 2503 functions to understand a type of data received in the link management module 2501 and divide the received data into a simple message and a complex message according to a predetermined standard.
The message router 2504 functions to receive the simple message from the message division module 2503, obtain location information of a destination associated with the simple message, from the routing information management module 2502, and transfer the obtained location information to the link management module 2501.
The message deserializer 2505 functions to receive the complex message from the message division module 2501 and convert the received complex message into an object.
The message transactor 2506 functions to receive the object from the message deserializer 2505 and control the broker 2500 by using the object.
The message serializer 2507 functions to receive the object from the message transactor 2506, process the object into transmittable linear data, and transfer the same to the link management module 2501.
The automatic configurator 2508 functions to track a status of a network containing the broker 2500 and automatically adjust the status of the broker 2500.
FIG. 26 is a block diagram illustrating a structure of the link management module 2501.
As illustrated in FIG. 26, the link management module 2501 may include an OS socket subsystem 2601, a link accepter 2602, a data receiving module 2603, a data transmission module 2604 and a link agent 2605.
The OS socket subsystem 2601 functions as interface for transmitting/receiving data with a connector connected to the broker 2500 or other broker. The link accepter 2602 functions to receive a connection request from the connector connected to the broker 2500 or other broker via the OS socket subsystem 2601 and record connection information according to the connection request in the connection pool maintained by the routing information management module 2502. The data receiving module 2603 functions to receive data from the connector connected to the broker 2500 or other brokers and transfer the data to the message division module 2503.
The data transmission module 2604 functions to receive processed data from the message serializer 2507 and transmit the processed data to the connector connected to the broker 2500 or other brokers.
The link agent 2605 functions to attempt a connection with the connector connected to the broker 2500 or another broker via the OS socket subsystem 2601 according to a request from the data transmission module 2604, and in the case of a successful connection, update the connection pool maintained by the routing information management module 2502 by using connection information.
Also, the data transmission module 2604 may check whether a connection with another broker or a connector associated with a destination of data to be transmitted is set up by referring to the connection pool. In the case the connection not set up, the data transmission module 2604 may operate to attempt data transmission after requesting the link agent 2605 to set up a connection with a connector connected to the broker or another broker.
The method for transmitting/receiving data in a communication network according to the present invention includes computer readable media including program instructions to implement various operations embodied by a computer. The media may also include, alone or in combination with the program instructions, data files, data structures, tables, and the like. The media and program instructions may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well known and available to those having skill in the computer software arts. Examples of computer-readable media include magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD ROM disks; magneto-optical media such as floptical disks; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory devices (ROM) and random access memory (RAM). The media may also be a transmission medium such as optical or metallic lines, wave guides, etc. including a carrier wave transmitting signals specifying the program instructions, data structures, etc. Examples of program instructions include both machine code, such as produced by a compiler, and files containing higher level code that may be executed by the computer using an interpreter. The described hardware devices may be configured to act as one or more software modules in order to perform the operations of the present invention.
Although a few embodiments of the present invention have been shown and described, the present invention is not limited to the described embodiments. Instead, it would be appreciated by those skilled in the art that changes may be made to these embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.
Industrial Applicability
A communication network system and a data transmitting/receiving method using the same according to the present invention can simplify a connection structure between servers via a bus network structure and support service extendibility and performance extendibility, and also can easily maintain and manage the connection structure.
Also, a communication network system and a data transmitting/receiving method using the same according to the present invention can suggest a new communication structure that can deviate from a network structure according to the conventional art connecting all game servers in a full mesh topology, simplify and easily manage a connection structure between servers, and efficiently extend services.

Claims

1. A communication network system in a bus network structure, the system comprising: a broker processing a message routing; a connector; and a plurality of services connected to the broker via the connector, wherein: the service is a communicable terminal node and each of the plurality of services is connected to the broker via one connector, the connector is a module for mediating a connection between the service and the broker, each connector connected to only one broker, and the broker is a module for setting up a routing path or the connection with the connector, and to process the message routing, all brokers connected to each other in a full mesh topology.
2. The system of claim 1, wherein the connector and the service are contained in an identical process.
3. The system of claim 2, wherein only one connector is contained in one process and at least one service is contained in one process.
4. The system of claim 1, wherein the connector comprises: an Application Programming Interface (API) exposing a function provided by the connector to the service; a message queue management module managing a transmitted/received
Message Routing Protocol (MRP) packet, the MRP packet being a unit of data transmitted/received between the connector and the broker; a service pool management module registering the service in the broker or removing the service from the broker, and managing the registered service; a service management module managing information on the registered service; and a connection management module transmitting/receiving the MRP packet and managing a socket connection with the broker.
5. The system of claim 4, wherein the API receives a request for registration of the service or removal thereof and a request for transmission of data to the broker, from the service.
6. The system of claim 4, wherein the message queue management module comprises: a transmission queue managing an MRP packet to be transmitted to the broker; and a receiving queue managing an MRP packet received from the broker.
7. The system of claim 4, wherein the service management module comprises: a received message queue managing a message received from the broker; a receiving buffer queue managing a receiving buffer registered by the service; and a completion queue managing completed results with respect to an input/output requested by the service.
8. The system of claim 4, wherein the connection management module comprises: a message transmission module loading an MRP packet to be transmitted from the message queue management module, transmitting the loaded MRP packet to the broker, and transferring an MRP packet received from the broker to the message queue management module; and a connection control module processing a control message between the connector and the broker.
9. The system of claim 1, wherein the broker comprises: a link management module maintaining and managing a connection with the connector or other brokers, and transmitting/receiving data with the connector or other brokers; a routing information management module maintaining and managing routing information of a service registered in the broker; a message division module understanding a type of data received in the link management module and dividing the received data into a simple message and a complex message according to a predetermined standard; a message router receiving the simple message from the message division module, obtaining location information of a destination associated with the simple message, from the routing information management module, and transferring the obtained location information to the link management module; a message deserializer receiving the complex message from the message division module and converting the received complex message into an object; a message transactor receiving the object from the message deserializer and controlling the broker by using the object; a message serializer receiving the object from the message transactor, processing the object into transmittable linear data, and transferring the same to the link management module; and an automatic configurator tracking a status of a network containing the broker and automatically adjusting the status of the broker.
10. The system of claim 9, wherein: the routing information management module maintains a connection pool including connection information with the connector connected to the broker or with another broker, and the link management module comprises: a link accepter receiving a connection request from the connector or another broker and recording connection information in the connection pool; a data receiving module receiving data from the connector or another broker and transferring the data to the message division module; a data transmission module receiving processed data from the message serializer and transmitting the processed data to the connector or another broker; and a link agent attempting a connection with the connector or another broker according to a request from the data transmission module, and in the case of a successful connection, updating the connection pool.
11. The system of claim 10, wherein the data transmission module checks whether the connection with the connector or another broker associated with a destination of data to be transmitted is set up by referring to the connection pool and in the case the connection is not set up, requesting the link agent to set up the connection with the connector or another broker and attempting data transmission.
12. The system of claim 1, wherein: the service transmits a service registration message to the connector, the connector analyzes the service registration message and checks whether the service is pre-registered, and in the case the service is not pre-registered, transferring the service registration message to the broker, and the broker adds routing information, of the service having transmitted the service registration message, to its routing table and transmits the routing information to other brokers.
13. The system of claim 1 , wherein: the service transmits a service cancellation message to the connector, the connector analyzes the service cancellation message, checks whether the service cancellation message is a final cancellation, and in the case of the final cancellation, transfers the service cancellation message to the broker, the broker deletes routing information of the service that has transmitted the service cancellation message, from its routing table, and informs other brokers of the deletion of the routing information.
14. A method for transmitting/receiving data by using a communication network system in a bus network structure, wherein: the communication network system comprises a broker processing a message routing, a connector, and a plurality of services connected to the broker via the connector, and the method comprises the steps of: connecting all brokers of the communication network system to each other in a full mesh topology, the broker being a module for setting up a routing path or a connection with the connector to process the message routing; connecting the connector to the broker, the connector being a module for mediating the connection between the broker and at least one service contained in one process, each connector connected to only one broker; registering the service in the broker via the connector, the service being a communicable terminal node, each service connected to the broker via one connector; and transmitting/receiving data between the registered services via the connector and the broker.
15. The method of claim 14, wherein: the step of registering the service in the broker via the connector comprises the steps of: the service transmitting a service registration message to the connector; the connector analyzing the service registration message and checking whether the service is pre-registered, and in the case the service is not pre-registered, transferring the service registration message to the broker; and the broker adding routing information of the service having transmitted the service registration message, to its routing table and transmitting the routing information to other brokers.
16. The method of claim 14, further comprising the steps of: the service transmitting a service cancellation message to the connector; the connector analyzing the service cancellation message and checking whether the service cancellation message is a final cancellation, and in the case of the final cancellation, transferring the service cancellation message to the broker; and the broker deleting routing information of the service having transmitted the service cancellation message, from its routing table and informing deletion of the routing information to other brokers.
17. A computer readable record medium recording a program for implementing the method according to any one of claims 14 to 16.
PCT/KR2005/004348 2004-12-17 2005-12-16 Communication network system of bus network structure and method using the communication network system WO2006065100A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2007546569A JP4555345B2 (en) 2004-12-17 2005-12-16 Communication network system having bus type network structure and data transmission / reception method using the same
US11/721,396 US8346892B2 (en) 2004-12-17 2005-12-16 Communication network system of bus network structure and method using the communication network system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20040107496A KR100807815B1 (en) 2004-12-17 2004-12-17 Communication network system of bus network structure and method using the communication network system
KR10-2004-0107496 2004-12-17

Publications (1)

Publication Number Publication Date
WO2006065100A1 true WO2006065100A1 (en) 2006-06-22

Family

ID=36588116

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2005/004348 WO2006065100A1 (en) 2004-12-17 2005-12-16 Communication network system of bus network structure and method using the communication network system

Country Status (4)

Country Link
US (1) US8346892B2 (en)
JP (1) JP4555345B2 (en)
KR (1) KR100807815B1 (en)
WO (1) WO2006065100A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248576A (en) * 2013-05-15 2013-08-14 西北工业大学 In-site bus type network topology identification method

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080162644A1 (en) * 2006-12-29 2008-07-03 Krishnan Kalyanaraman B Auto selection of connectors in a middleware framework
US9148362B2 (en) 2010-12-08 2015-09-29 At&T Intellectual Property I, L.P. Methods and apparatus for network multicasting using hierarchical replication
WO2014043430A1 (en) * 2012-09-14 2014-03-20 Silversmith, Inc. Data packet transport and delivery system and method
CN115190166A (en) * 2021-04-01 2022-10-14 山东华软金盾软件股份有限公司 Message transmission method under micro-service architecture
US20230108209A1 (en) * 2021-10-05 2023-04-06 International Business Machines Corporation Managing workload in a service mesh

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030101265A1 (en) * 2001-11-27 2003-05-29 International Business Machines Corporation System and method for dynamically allocating processing on a network amongst multiple network servers
KR20040010038A (en) * 2002-07-26 2004-01-31 이남재 Server for online role playing game
US6732175B1 (en) * 2000-04-13 2004-05-04 Intel Corporation Network apparatus for switching based on content of application data
US6757291B1 (en) * 2000-02-10 2004-06-29 Simpletech, Inc. System for bypassing a server to achieve higher throughput between data network and data storage system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7003571B1 (en) * 2000-01-31 2006-02-21 Telecommunication Systems Corporation Of Maryland System and method for re-directing requests from browsers for communication over non-IP based networks
US7406537B2 (en) * 2002-11-26 2008-07-29 Progress Software Corporation Dynamic subscription and message routing on a topic between publishing nodes and subscribing nodes
US7196193B2 (en) * 2002-04-11 2007-03-27 Konica Minolta Chemical Co., Ltd. Method for preparing 6-aminomethyl-6, 11-dihydro-5h-dibenz[b,e]azepine
JP2003324468A (en) 2002-05-08 2003-11-14 Hitachi Ltd Data transfer system and node device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6757291B1 (en) * 2000-02-10 2004-06-29 Simpletech, Inc. System for bypassing a server to achieve higher throughput between data network and data storage system
US6732175B1 (en) * 2000-04-13 2004-05-04 Intel Corporation Network apparatus for switching based on content of application data
US20030101265A1 (en) * 2001-11-27 2003-05-29 International Business Machines Corporation System and method for dynamically allocating processing on a network amongst multiple network servers
KR20040010038A (en) * 2002-07-26 2004-01-31 이남재 Server for online role playing game

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248576A (en) * 2013-05-15 2013-08-14 西北工业大学 In-site bus type network topology identification method

Also Published As

Publication number Publication date
US8346892B2 (en) 2013-01-01
US20090240813A1 (en) 2009-09-24
KR20060069644A (en) 2006-06-22
KR100807815B1 (en) 2008-02-27
JP2008524910A (en) 2008-07-10
JP4555345B2 (en) 2010-09-29

Similar Documents

Publication Publication Date Title
US8260894B2 (en) Method for balancing load among subsystems in communication network system of bus network structure
US6522654B1 (en) Method for hosting the internet protocol suite on the IEEE-1394 high speed serial bus
JPH11194981A (en) Input/output device
US8321585B2 (en) Communication network system of bus network structure and message routing method using the system
US8346892B2 (en) Communication network system of bus network structure and method using the communication network system
US9210073B2 (en) System and method for message routing in a network
US8416754B2 (en) Network location based processing of data communication connection requests
US9432475B2 (en) Communication network system of bus network structure and method for transmitting and receiving data using the system
US6311222B1 (en) Translator memory management system
US7010548B2 (en) Sparse and non-sparse data management method and system
CN110809033B (en) Message forwarding method and device and switching server
CN106059724A (en) Message transmission method and device
JPH11112503A (en) Network system and network equipment
JP5758572B2 (en) Message transmission / reception method of messaging network system
KR20010063749A (en) Apparatus For Policy-based Qos Management Client And Method For Quality Management Using It
KR100807816B1 (en) Communication network system of bus network structure and method using the communication network system
KR20070044427A (en) Communication network system of bus network structure and method using the communication network system
KR20070047272A (en) Method for balancing load among subsystems in communication network system of bus network structure
KR20000056539A (en) Interprocessor communication method between host digital terminal and optical network unit in optical local distribution loop)
KR20070047273A (en) Communication network system of bus network structure and method for transmitting and receiving data between services using the system
KR20070047271A (en) Communication network system of bus network structure and method using the communication network system
JPS60201759A (en) Data transmission system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 11721396

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2007546569

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 69(1) EPC OF 021007

122 Ep: pct application non-entry in european phase

Ref document number: 05822166

Country of ref document: EP

Kind code of ref document: A1