US20060020688A1 - System having generalized client-server computing - Google Patents

System having generalized client-server computing Download PDF

Info

Publication number
US20060020688A1
US20060020688A1 US11/235,610 US23561005A US2006020688A1 US 20060020688 A1 US20060020688 A1 US 20060020688A1 US 23561005 A US23561005 A US 23561005A US 2006020688 A1 US2006020688 A1 US 2006020688A1
Authority
US
United States
Prior art keywords
server
client
gsa
gateway
port
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/235,610
Inventor
Li Chang
Hui Luo
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BAMPTON TECHNOLOGIES LLC
Original Assignee
AT&T Corp
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 AT&T Corp filed Critical AT&T Corp
Priority to US11/235,610 priority Critical patent/US20060020688A1/en
Assigned to AT&T CORP. reassignment AT&T CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHANG, LI FUNG, LUO, HUI
Publication of US20060020688A1 publication Critical patent/US20060020688A1/en
Assigned to BAMPTON TECHNOLOGIES LLC reassignment BAMPTON TECHNOLOGIES LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AT&T INTELLECTUAL PROPERTY II, L.P.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams

Definitions

  • the present invention relates generally to communication networks and, more particularly, to networks having client-server communication.
  • personal portable networking devices such as wireless personal digital assistants and network appliances
  • wireless personal digital assistants and network appliances are becoming increasingly popular.
  • client-type applications such as Web browsing
  • server-type applications e.g., server programs running on the user's device.
  • IP Internet Protocol
  • IPv4 public Internet Protocol version 4
  • the present invention provides a protocol for providing generalized client-server computing.
  • a client can submit a service request to a server that includes a module for installing a program from the client and selecting a port for the program.
  • the server module then commands the installed program to listen for client service requests on the selected port. While the invention is primarily shown and described in conjunction with wireless devices and Internet protocols, it is understood that the invention is applicable to networks in general in which generalized client-server computing is desirable.
  • a client sends a service request message to a server via a gateway.
  • a module on the server receives the request on a standard port, selects a server port and launches the requested program, which is commanded by the server module to listen on the selected port.
  • the server module then sends a response to the client via the gateway that includes the selected port information for the requested program.
  • the client sends an IP address query message to a default domain name service (DNS) server, using the server's hostname.
  • DNS domain name service
  • the query eventually arrives at the border DNS server in the server's network.
  • the border DNS server replies with the public IP address of a generalized server application (GSA) gateway that serves as the gateway router for the server's subnet and has the lightest load.
  • GSA generalized server application
  • the client ultimately receives the IP address of the GSA gateway.
  • a uniform resource locator (URL) to indicate the requested server application
  • a client sends a service request message to the GSA gateway at the standard TCP port for the generalized client-server protocol, as if the GSA gateway were the server.
  • the GSA gateway sends an IP address query message to the border DNS, using the internal network interface.
  • the border DNS server replies with the private IP address of the server.
  • the GSA gateway forwards the service request message to the server and, more particularly, to the daemon program listening to the standard TCP
  • the daemon program selects a port on the server, launches the requested server program and commands the server program to listen to the selected port.
  • the daemon program then sends a response message back to the GSA gateway, with a “server-port” parameter.
  • the GSA gateway creates a new network address/port translation (NAPT) record in its look-up table. In the record, an unused port number at the external interface is used to replace the port number given by the server as the public port number.
  • the GSA gateway then rewrites the “server-port” parameter and sends the response message back to the client.
  • the GSA gateway also periodically broadcasts this NAPT record to other GSA gateways.
  • the client initiates client-server communications with the server using the GSA gateway's public IP address and the returned server port that also belongs to the GSA gateway.
  • the subsequent client-server traffic is routed by GSA gateways according to the NAPT record.
  • firewalls are transparent to client-server computing in both directions (from outside clients to inside servers and from inside clients to outside servers), even though the connections remain under the control of firewalls.
  • a service provider needs a relatively low number, e.g., a few hundreds to thousands, of public IPv4 addresses to support millions of connections across firewalls simultaneously.
  • server-type applications are identified by URLs (instead of a fixed port number), which can be encrypted for better communications privacy.
  • the advantages of the generalized client-server computing system include users, such as wireless device users, receiving information without polling servers on the network periodically. Thus uplink traffic in the service provider's network can be reduced significantly. Further new server-type applications can be easily developed to push information to users, such as location-based applications.
  • privacy for clients and servers is enhanced by hiding the type of communication being exchanged.
  • FIG. 1 is a schematic representation of a system having generalized client-server computing in accordance with the present invention
  • FIG. 2 is a schematic depiction of a server that can form a part of the system of FIG. 1 ;
  • FIG. 3 is a flow diagram for implementing generalized client-server computing in accordance with the present invention.
  • FIG. 4 is a further schematic depiction of a system having generalized client-server computing in accordance with the present invention.
  • FIG. 5 is a data flow diagram showing generalized client-server computing in accordance with the present invention.
  • FIG. 1 shows an exemplary system 100 providing a generalized client-server protocol for personal server-type computing in accordance with the present invention.
  • a client 102 interacts with a server 104 via a network 106 to launch existing applications and install new applications on the server.
  • the server 104 can be identified by a character string, such as a URL, and a port number can be designated for new applications as described more fully below.
  • a server 200 which can correspond to the server 104 of FIG. 1 , is provided as a portable IP-based networking device supporting generalized server computing in accordance with the present invention.
  • the server 200 runs a server module or daemon program 202 after power up.
  • the server 200 includes first and second I/O connectors 204 a,b each having a series of ports for interconnecting various network devices in an manner well known to one of ordinary skill in the art.
  • the daemon program 202 listens to a predetermined port, e.g., a TCP port, that is the well-known port for a particular generalized client-server protocol and waits for incoming connection requests.
  • the daemon program 202 can also listen to a non-standard TCP port, depending on configurations by the user. It is understood, however, that if the daemon program 202 listens to a non-standard TCP port, the daemon may not be able to receive connection requests from clients outside of firewalls.
  • the client 102 when the client 102 , which can be provided as a portable IP-based networking device, requests service for a generalized server application, the client first sends a service request message to the daemon program 202 running at the server using the standard or non-standard TCP port for the particular generalized client-server protocol.
  • the service request message from the client 102 has the following format, which is similar to that of an HTTP request message.
  • An illustrative command set includes “GET” and “PUT” commands.
  • a “GET” command instructs the daemon program 202 to launch the requested server program 206 , which already exists on the server, for conventional client-server computing.
  • a “PUT” command instructs the daemon program 202 to install a new server program 208 , which is wrapped in the optional content, on the server 200 and optionally to launch it for conventional client-server computing.
  • “PUT” commands include the optional content and a “content-length” parameter that identifies the number of bytes for the optional content.
  • the optional content can include a recursive structure. That is, the optional content can contain a child parameter block and, optionally, a child optional content. In this case, a “child-parameter-block” parameter must be presented in the parent parameter block and, if a child optional content exists, another “content-length” parameter that identifies the number of bytes for the child optional content should be included in the child parameter block.
  • the generalized server application URL has the following format.
  • Protocol name “://”+Server hostname+Optional port number+“/”+Optional server program filename
  • the protocol name is “gsa” (generalized server application) or “sgsa” (secure generalized server application).
  • the server hostname is a dotted character string, e.g., a URL, such as pcluo.research.att.com, which identifies the server host. It should be noted that it is preferred not to use an explicit IP address for the purpose of keeping transparency for generalized server-type computing across firewalls.
  • the optional port number begins with a character, e.g., “:”. In general, the port number is included only if the daemon program is not listening to the standard well-known port for the generalized client-server protocol.
  • the optional server program filename identifies the generalized server program with a path that may or may not be a full path, depending on the configuration for the user.
  • the optional server program filename does not exist in the URL. Instead, a “server-program-filename” parameter can be used for this purpose.
  • all parameters except some cryptographic configuration parameters, such as “encryption-algorithm” and “MAC-algorithm,” can be encrypted as a child parameter block and wrapped in the optional content.
  • the encryption key should be a pre-arranged key between the client and the server or should be the public key of the server. The exchange of encrypted information is well known to one of ordinary skill in the art.
  • the daemon program 202 After receiving the service request message, the daemon program 202 decrypts the parameters in the child parameter block if necessary, interprets the command, and proceeds as described below.
  • the daemon program 202 In response to a “GET” command, the daemon program 202 first determines whether the requested server program has already been running on the server. If so, the daemon program 202 sends a positive response message back to the client 102 . Otherwise, the daemon program 202 selects a port and launches the server program 206 , which listens to the selected port.
  • the daemon program 202 In case of a “PUT” command, the daemon program 202 first checks the user's security policy on running server programs sent to the client 104 , determines whether the server environment satisfies the running requirements, and verifies the digital signature and client's security certificate, if necessary. After verification, the daemon program 202 installs the server program 208 , selects a port, launches the server program, and commands the program 208 to listen to the selected port.
  • the service request message from the client 102 includes a “linger-time” parameter indicating how long the server program 208 can continue running after the last active connection is closed.
  • a server program that supports the generalized client-server computing should accept two command line parameters, namely “server-port” and “linger-time.”
  • the daemon program 202 sends a response message back to the client, which can have the following format (similar to that of an HTTP response message):
  • the response code identifies whether the server program is ready. If so, a “server-port” parameter is included in the response message. Otherwise, the reason of failure is indicated by the response code. Similarly, if there exists an optional content, a “content-length” parameter is included to identify the number of bytes for the optional content.
  • the parameters can be encrypted as a child parameter block and wrapped in the optional content.
  • the encryption key should be a pre-arranged key between the client and the server or the public key of the client.
  • the “server-port” parameter is not encrypted to retain transparency for generalized server-type computing across firewalls.
  • the client 102 After receiving a positive response message and decrypting parameters in the child parameter block, if necessary, the client 102 can initiate the conventional client-server communications to the server 200 using the returned server port.
  • FIG. 3 shows an exemplary sequence of steps for implementing generalized client-server computing in accordance with the present invention. The described steps assume a successful service request and no firewall.
  • a client sends a service request message to a daemon program at the server, which listens to the standard or non-standard TCP port for the generalized client-server protocol.
  • a URL is used to indicate the requested server application.
  • the daemon program selects a port on the server, in step 304 launches the requested server program and, in step 306 , commands the server program to listen to the selected port.
  • the daemon program then sends a response message back to the client with a “server-port” parameter in step 308 .
  • the client initiates client-server communications to the server using the returned server port.
  • the inventive generalized client-server protocol renders firewalls and network address translators transparent to the generalized client-server connections on both directions (from inside clients to outside servers, and from outside clients to inside servers) while these connections are still under control. It is understood that for the remaining description, transparency is discussed only for the connections from outside clients to inside servers, since existing firewalls and network address translators are already transparent to the connections established on the other direction.
  • FIG. 4 shows an exemplary network 300 providing generalized client-server computing in accordance with the present invention.
  • the system 300 includes a border DNS server 302 and a series of GSA (generalized server application) gateways 304 a, b, c , on the border between a private IP network 306 , such as a service provider's private IP network, and the Internet 308 .
  • Each of the border DNS server 302 and the GSA gateways 304 a, b, c include respective internal network interfaces 310 a - d and external network interfaces 312 a - d .
  • the system 300 further includes a border gateway 314 coupled between the Internet 308 and the GSA gateways 304 .
  • a client 316 is connected to the Internet 308 and can request services from a server 318 coupled to the private IP network 306 .
  • the private IP network 306 is at most a class A subnet using an IPv4 subnet mask “10.x.x.x,” which is dedicated to private IP networks.
  • the private network can be an IPv6 network.
  • IPv4 implementations are shown and described herein to facilitate an understanding of the invention.
  • GSA gateways 304 are on the same link at both internal and external interfaces for the purpose of simplicity.
  • a variety of alternative border configurations will be readily apparent to one of ordinary skill in the art.
  • the GSA gateways 304 can be grouped. The external interfaces 312 of the GSA gateways 304 are still on the same link, but only the internal interfaces 310 of GSA gateways in the same group are on the same link.
  • a GSA gateway 304 refers to a particular gateway router.
  • the GSA gateway 304 in addition to generalized client-server functionality in accordance with the present invention, can also function as a generalized client-server proxy, a firewall, and a network address/port translator.
  • a GSA gateway includes a daemon program listening to the standard TCP port for the generalized client-server protocol, as described above.
  • a GSA gateway should include some policy-enforced routing functions, which can also apply to the generalized client-server computing traffic through the help of the generalized client-server proxy.
  • the GSA gateway includes a look-up table in memory, each item of which, called a NAPT (network address/port translation) record, associates a pair of private IP address/port numbers, a pair of public IP address/port numbers, and a timer together for an inside host that has an active connection to outside.
  • NAPT network address/port translation
  • the public IP address of a GSA gateway serves as the public IP address for an inside host.
  • the border DNS server 302 is used to answer IP address queries from both internal hosts (from the internal link 310 ) and external hosts (from the external link 312 ). If an IP address query comes from an internal host and if the queried IP host is in the domain of the service provider's network, a private IP address is returned, with a relatively long TTL (time-to-live). If an IP address query comes from an internal host, and if the queried IP host is on the Internet 308 , a public IP address is retrieved from a corresponding DNS server, cached, and returned.
  • the border DNS server 302 checks the load statistics of GSA gateways that serve as gateway routers for the server's subnet and then returns the public IP address of the GSA gateway 304 that currently has the lightest load, with the shortest TTL.
  • the border DNS server 304 should not answer any query from external hosts for any IP host that is not in the service provider's network.
  • Each GSA gateway 304 periodically broadcasts its load information on the link so that every GSA gateway knows which one has the lightest load. If one GSA gateway fails to broadcast for a predetermined amount of time, it is considered out of service by the other gateways. If this case, the GSA gateway that has the lightest load among living gateways can begin to run Proxy Address Resolution Protocol (ARP) for the dead GSA gateway and process all the traffic for the dead one, until the dead GSA gateway reclaims its existence.
  • ARP Proxy Address Resolution Protocol
  • GSA gateways 304 There are also some additional protocols between the GSA gateways 304 and the border DNS server 302 so that the border DNS server can trace the load statistics and network configurations for the GSA gateways.
  • FIG. 5 shows an exemplary connection sequence diagram for an outside client OC to an inside server IS handled by a GSA gateway GSAa.
  • the diagram assumes that a client on the Internet wants to initiate an inventive generalized client-server connection to a server in a private IP network.
  • the client knows the server's hostname, for example, “pcluo.research.att.com,” but does not know the IP address of the server.
  • the client OC first sends an IP address query message to its default DNS server in step 400 .
  • the query message eventually arrives at the border DNS server BD that is responsible for the domain of “.research.att.com.”
  • the border DNS server BD finds that this IP address query is from an external host and the queried IP host is an inside one.
  • the border DNS server BD selects a GSA gateway that has the lightest load and returns the public IP address of this GSA gateway to the querying host.
  • the returned IP address is assigned the shortest TTL so that the DNS query result is prevented from being cached by the default DNS server at the client side.
  • step 404 after receiving the IP address query result, the client OC sends a service request message to the GSA gateway GSA using the standard well-known TCP port for the generalized client-server protocol, as if the GSA gateway GSAa were the server host “pcluo.research.att.com.”
  • the GSA gateway After receiving the service request message from the client, the GSA gateway first checks all kinds of security policy, including per-subscriber policy, to see if the service request can go through the firewall. If not, the GSA can immediately send a negative response message to the client in step 412 b . Otherwise, the GSA gateway needs to forward the service request message to the server. Assuming the GSA gateway does not know the server's private IP address, in step 406 the GSA gateway GSAa sends an IP address query message to the border DNS server BD using the internal network interface.
  • security policy including per-subscriber policy
  • the border DNS server finds that this IP address query is for an internal host from another internal host, and thus returns the private IP address of the server to the GSA gateway in step 408 , with a relatively long TTL, which allows the GSA gateway to cache this DNS query result for performance improvement.
  • the GSA gateway After receiving the private IP address of the server, the GSA gateway forwards the service request message to the server in step 409 , using the private IP address and the standard well-known TCP port for the generalized client-server protocol.
  • the GSA gateway can insert a “linger-time” parameter in the forwarding message, which is equal to the expiration time associated for a NAPT record in the look-up table.
  • the GSA gateway cannot know what type of communications will happen shortly between the outside client OC and the inside server IS. If this situation is contrary to the security policy set by the service provider, the GSA gateway GSAa denies the service request immediately by sending a negative service response message to the client in step 412 b.
  • the daemon program at the server IS interprets and processes the message as if the GSA gateway GSAa were the client, and sends a response message back to the GSA gateway in step 410 .
  • the GSA gateway may need to create a NAPT record in the look-up table using an unused port number of the GSA gateway at the external interface as the public port number for the server.
  • the port number can be selected from a so-called NAPT port range, e.g., 10000-30000, such that the GSA gateway can immediately identify whether an incoming IP packet is targeting itself or an inside host based on the destination TCP/UDP port number of the incoming IP packet.
  • the public IP address of the GSA gateway serves as the public IP address for the server IS.
  • the value of the “server-port” parameter given by the server IS is also saved in the NAPT record as the private port number for the server IS. It is then replaced by the public port number in the response message that is forwarded by the GSA gateway to the client in step 412 a.
  • the GSA gateway needs to broadcast this new NAPT record to all GSA gateways GSAb-N on the same link in order for other GSA gateways to be able to route the return traffic back to the client in step 414 , as discussed below.
  • the GSA gateway GSAa also needs to broadcast this NAPT record periodically within an interval less than the value of the linger-time parameter. It is understood that for efficiency, all or some of NAPT records can be bundled together in broadcast.
  • the GSA gateway After receiving a positive response message from the server IS, the GSA gateway forwards it to the client OC in step 412 a.
  • the client OC After receiving the response message from the GSA gateway, the client OC can initiate a conventional client-server connection to the server, using the returned server port.
  • IP packets sent from the client OC to the server IS arrive at the external network interface of the GSA gateway in step 416 , because the destination IP address is the GSA gateway's public IP address.
  • the GSA gateway Whenever receiving an IP packet from the external network interface, the GSA gateway first determines whether the destination port number of the IP packet belongs to the NAPT port range. If so, the GSA gateway then determines whether it appears as a public port number for an inside host in some NAPT record in the look-up table. If it is, the destination IP address and port number of this IP packet, which are public, are replaced by the corresponding private addresses saved in the NAPT record. The source IP address and port number, which belong to the client, are not altered. The IP packet is then forwarded to the server IS using the internal network interface in step 418 . In addition, the timer associated to the corresponding NAPT record is reset and then starts ticking.
  • the server IS After receiving the client-server connection request, the server IS duplicates a regular socket from the listening socket to handle this incoming connection, with the server's private IP address and the listening port as the socket's source address and the client's public IP address and port number as the socket's destination address. The server IS can then directly answer the client.
  • every IP packet sent from the server IS to the client goes back to the internal network interface of the GSA gateways in step 420 b .
  • the IP packets may flow through other GSA gateways that act as the inside server to outside clients in step 420 a .
  • the GSA gateway first checks if the source port number of this IP packet belongs to the NAPT port range. If so, the GSA gateway then checks if it appears in some NAPT record in the look-up table. If it does, the source IP address and port number of this IP packet, which are private, are replaced by the corresponding public information saved in the NAPT record. The destination IP address and port number, which belong to the client, are not altered.
  • the IP packet is then forwarded to the Internet using the external network interface of the primary GSA gateway in step 422 b or other GSA gateway in step 422 a.
  • the present invention provides a protocol for generalized client server computing that can support massive server-type computing across firewalls based on conventional client-type techniques.
  • the inventive server-type computing model is more network-friendly because it enables users to receive information without periodically polling a server on the network. As a result, the amount of uplink traffic can be reduced significantly.
  • the URL-based scheme described above can maximize diversity of server-type applications, increase the interoperability between client programs and server programs developed by different vendors, and render it easier to introduce new networking applications.
  • the efficient use of public IPv4 addresses is significant for relatively large service providers, since at present there is no class A IPv4 address block available.
  • a service provider can set up a class A private network and support a relatively large number, e.g., millions, of connections across firewalls simultaneously by use of only a few hundred to several thousand public IPv4 addresses.

Abstract

A protocol provides generalized client-server computing by providing a server program that can utilize standard and non-standard ports for applications.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • The application claims the benefit of U.S. Provisional Patent Application No. 60/290,774, filed on May 14, 2001, which is incorporated herein by reference.
  • STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH
  • Not Applicable.
  • FIELD OF THE INVENTION
  • The present invention relates generally to communication networks and, more particularly, to networks having client-server communication.
  • BACKGROUND OF THE INVENTION
  • As is well known in the art, personal portable networking devices (such as wireless personal digital assistants and network appliances) are becoming increasingly popular. As the number of such devices increases, the number of new applications running on these portable devices is also increasing. These portable devices require, in addition to traditional client-type applications such as Web browsing, server-type applications, e.g., server programs running on the user's device.
  • However, using the conventional networked-computing model, which is commonly referred as the “client-server” model, it is relatively difficult for a service provider to support large scale server-type computing to subscribers for a variety of reasons. For example, the private Internet Protocol (IP) addresses assigned to server devices located behind a firewall are invisible to clients located outside the firewall. In addition, even if the service provider can assign public Internet Protocol version 4 (IPv4) addresses to server devices behind the firewall, the service provider may not have enough such addresses to maintain a sufficient number of connections across the firewall simultaneously. Further, the conventional “client-server” model is server-centric and is effective at supporting a few well-known applications, each identified by a well-known port number.
  • For personal server-type applications, which may be of high diversity and not well known, it is inconvenient to associate each of these applications with a fixed port number. Also, although secure versions of various protocols have been developed for the purpose of protecting communications privacy, an eavesdropper can still determine the type of communications that are flowing between a client and a server by observing the well-known server port number.
  • It would, therefore, be desirable to provide a protocol that overcomes the aforesaid and other disadvantages.
  • SUMMARY OF THE INVENTION
  • The present invention provides a protocol for providing generalized client-server computing. With this arrangement, a client can submit a service request to a server that includes a module for installing a program from the client and selecting a port for the program. The server module then commands the installed program to listen for client service requests on the selected port. While the invention is primarily shown and described in conjunction with wireless devices and Internet protocols, it is understood that the invention is applicable to networks in general in which generalized client-server computing is desirable.
  • In one aspect of the invention, a client sends a service request message to a server via a gateway. A module on the server receives the request on a standard port, selects a server port and launches the requested program, which is commanded by the server module to listen on the selected port. The server module then sends a response to the client via the gateway that includes the selected port information for the requested program.
  • In an exemplary embodiment, the client sends an IP address query message to a default domain name service (DNS) server, using the server's hostname. The query eventually arrives at the border DNS server in the server's network. The border DNS server replies with the public IP address of a generalized server application (GSA) gateway that serves as the gateway router for the server's subnet and has the lightest load. The client ultimately receives the IP address of the GSA gateway. Using a uniform resource locator (URL) to indicate the requested server application, a client then sends a service request message to the GSA gateway at the standard TCP port for the generalized client-server protocol, as if the GSA gateway were the server. The GSA gateway sends an IP address query message to the border DNS, using the internal network interface. The border DNS server replies with the private IP address of the server. The GSA gateway forwards the service request message to the server and, more particularly, to the daemon program listening to the standard TCP port for the generalized client-server protocol.
  • The daemon program selects a port on the server, launches the requested server program and commands the server program to listen to the selected port. The daemon program then sends a response message back to the GSA gateway, with a “server-port” parameter. The GSA gateway creates a new network address/port translation (NAPT) record in its look-up table. In the record, an unused port number at the external interface is used to replace the port number given by the server as the public port number. The GSA gateway then rewrites the “server-port” parameter and sends the response message back to the client. The GSA gateway also periodically broadcasts this NAPT record to other GSA gateways. The client initiates client-server communications with the server using the GSA gateway's public IP address and the returned server port that also belongs to the GSA gateway. The subsequent client-server traffic is routed by GSA gateways according to the NAPT record.
  • With this arrangement, firewalls are transparent to client-server computing in both directions (from outside clients to inside servers and from inside clients to outside servers), even though the connections remain under the control of firewalls. In addition, a service provider needs a relatively low number, e.g., a few hundreds to thousands, of public IPv4 addresses to support millions of connections across firewalls simultaneously. Further, server-type applications are identified by URLs (instead of a fixed port number), which can be encrypted for better communications privacy. The advantages of the generalized client-server computing system include users, such as wireless device users, receiving information without polling servers on the network periodically. Thus uplink traffic in the service provider's network can be reduced significantly. Further new server-type applications can be easily developed to push information to users, such as location-based applications. In addition, privacy for clients and servers is enhanced by hiding the type of communication being exchanged.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will be more fully understood from the following detailed description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 is a schematic representation of a system having generalized client-server computing in accordance with the present invention;
  • FIG. 2 is a schematic depiction of a server that can form a part of the system of FIG. 1;
  • FIG. 3 is a flow diagram for implementing generalized client-server computing in accordance with the present invention;
  • FIG. 4 is a further schematic depiction of a system having generalized client-server computing in accordance with the present invention; and
  • FIG. 5 is a data flow diagram showing generalized client-server computing in accordance with the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1 shows an exemplary system 100 providing a generalized client-server protocol for personal server-type computing in accordance with the present invention. In general, a client 102 interacts with a server 104 via a network 106 to launch existing applications and install new applications on the server. To enhance the flexibility of the system, the server 104 can be identified by a character string, such as a URL, and a port number can be designated for new applications as described more fully below.
  • In an exemplary embodiment shown in FIG. 2, a server 200, which can correspond to the server 104 of FIG. 1, is provided as a portable IP-based networking device supporting generalized server computing in accordance with the present invention. The server 200 runs a server module or daemon program 202 after power up. The server 200 includes first and second I/O connectors 204 a,b each having a series of ports for interconnecting various network devices in an manner well known to one of ordinary skill in the art. During normal operation, the daemon program 202 listens to a predetermined port, e.g., a TCP port, that is the well-known port for a particular generalized client-server protocol and waits for incoming connection requests.
  • The daemon program 202 can also listen to a non-standard TCP port, depending on configurations by the user. It is understood, however, that if the daemon program 202 listens to a non-standard TCP port, the daemon may not be able to receive connection requests from clients outside of firewalls.
  • Referring again to FIG. 1 in combination with FIG. 2, when the client 102, which can be provided as a portable IP-based networking device, requests service for a generalized server application, the client first sends a service request message to the daemon program 202 running at the server using the standard or non-standard TCP port for the particular generalized client-server protocol.
  • In an exemplary embodiment, the service request message from the client 102 has the following format, which is similar to that of an HTTP request message.
      • Command+“ “+Generalized server application URL+“ “+Version number+CR+LF
      • CR+LF
      • Parameter name+“: “+Parameter value+CR+LF
      • Parameter name+“: “+Parameter value+CR+LF
      • Parameter name+“: “+Parameter value+CR+LF
      • CR+LF
      • Optional content
  • An illustrative command set includes “GET” and “PUT” commands. A “GET” command instructs the daemon program 202 to launch the requested server program 206, which already exists on the server, for conventional client-server computing. A “PUT” command instructs the daemon program 202 to install a new server program 208, which is wrapped in the optional content, on the server 200 and optionally to launch it for conventional client-server computing.
  • In general, “PUT” commands include the optional content and a “content-length” parameter that identifies the number of bytes for the optional content. Note that the optional content can include a recursive structure. That is, the optional content can contain a child parameter block and, optionally, a child optional content. In this case, a “child-parameter-block” parameter must be presented in the parent parameter block and, if a child optional content exists, another “content-length” parameter that identifies the number of bytes for the child optional content should be included in the child parameter block.
  • In one embodiment, the generalized server application URL has the following format.
  • Protocol name+“://”+Server hostname+Optional port number+“/”+Optional server program filename
  • In one particular embodiment, the protocol name is “gsa” (generalized server application) or “sgsa” (secure generalized server application). The server hostname is a dotted character string, e.g., a URL, such as pcluo.research.att.com, which identifies the server host. It should be noted that it is preferred not to use an explicit IP address for the purpose of keeping transparency for generalized server-type computing across firewalls. The optional port number begins with a character, e.g., “:”. In general, the port number is included only if the daemon program is not listening to the standard well-known port for the generalized client-server protocol. The optional server program filename identifies the generalized server program with a path that may or may not be a full path, depending on the configuration for the user.
  • If the protocol name is “sgsa”, the optional server program filename does not exist in the URL. Instead, a “server-program-filename” parameter can be used for this purpose. In this case, all parameters except some cryptographic configuration parameters, such as “encryption-algorithm” and “MAC-algorithm,” can be encrypted as a child parameter block and wrapped in the optional content. The encryption key should be a pre-arranged key between the client and the server or should be the public key of the server. The exchange of encrypted information is well known to one of ordinary skill in the art.
  • After receiving the service request message, the daemon program 202 decrypts the parameters in the child parameter block if necessary, interprets the command, and proceeds as described below.
  • In response to a “GET” command, the daemon program 202 first determines whether the requested server program has already been running on the server. If so, the daemon program 202 sends a positive response message back to the client 102. Otherwise, the daemon program 202 selects a port and launches the server program 206, which listens to the selected port.
  • In case of a “PUT” command, the daemon program 202 first checks the user's security policy on running server programs sent to the client 104, determines whether the server environment satisfies the running requirements, and verifies the digital signature and client's security certificate, if necessary. After verification, the daemon program 202 installs the server program 208, selects a port, launches the server program, and commands the program 208 to listen to the selected port.
  • In one embodiment, the service request message from the client 102 includes a “linger-time” parameter indicating how long the server program 208 can continue running after the last active connection is closed. A server program that supports the generalized client-server computing should accept two command line parameters, namely “server-port” and “linger-time.”
  • Regardless of whether the requested server program can be launched successfully, the daemon program 202 sends a response message back to the client, which can have the following format (similar to that of an HTTP response message):
      • Protocol name and version number+“ “+Response code+“ “+Response message+CR+LF
      • CR+LF
      • Parameter name+”: “+Parameter value+CR+LF
      • Parameter name+”: “+Parameter value+CR+LF
      • Parameter name+”: “+Parameter value+CR+LF
      • CR+LF
      • Optional content
  • The response code identifies whether the server program is ready. If so, a “server-port” parameter is included in the response message. Otherwise, the reason of failure is indicated by the response code. Similarly, if there exists an optional content, a “content-length” parameter is included to identify the number of bytes for the optional content.
  • If the protocol name is “sgsa”, the parameters, except some cryptographic configuration parameters and the “server-port” parameter, can be encrypted as a child parameter block and wrapped in the optional content. The encryption key should be a pre-arranged key between the client and the server or the public key of the client. In an exemplary embodiment, the “server-port” parameter is not encrypted to retain transparency for generalized server-type computing across firewalls.
  • After receiving a positive response message and decrypting parameters in the child parameter block, if necessary, the client 102 can initiate the conventional client-server communications to the server 200 using the returned server port.
  • FIG. 3 shows an exemplary sequence of steps for implementing generalized client-server computing in accordance with the present invention. The described steps assume a successful service request and no firewall.
  • In step 300, a client sends a service request message to a daemon program at the server, which listens to the standard or non-standard TCP port for the generalized client-server protocol. In an exemplary embodiment, a URL is used to indicate the requested server application. In step 302, the daemon program selects a port on the server, in step 304 launches the requested server program and, in step 306, commands the server program to listen to the selected port. The daemon program then sends a response message back to the client with a “server-port” parameter in step 308. In step 310, the client initiates client-server communications to the server using the returned server port.
  • The inventive generalized client-server protocol renders firewalls and network address translators transparent to the generalized client-server connections on both directions (from inside clients to outside servers, and from outside clients to inside servers) while these connections are still under control. It is understood that for the remaining description, transparency is discussed only for the connections from outside clients to inside servers, since existing firewalls and network address translators are already transparent to the connections established on the other direction.
  • FIG. 4 shows an exemplary network 300 providing generalized client-server computing in accordance with the present invention. The system 300 includes a border DNS server 302 and a series of GSA (generalized server application) gateways 304 a, b, c, on the border between a private IP network 306, such as a service provider's private IP network, and the Internet 308. Each of the border DNS server 302 and the GSA gateways 304 a, b, c include respective internal network interfaces 310 a-d and external network interfaces 312 a-d. The system 300 further includes a border gateway 314 coupled between the Internet 308 and the GSA gateways 304. A client 316 is connected to the Internet 308 and can request services from a server 318 coupled to the private IP network 306.
  • In an exemplary embodiment, the private IP network 306 is at most a class A subnet using an IPv4 subnet mask “10.x.x.x,” which is dedicated to private IP networks. Alternatively, the private network can be an IPv6 network. It is understood, without limiting the invention, that IPv4 implementations are shown and described herein to facilitate an understanding of the invention. In addition, it is assumed that GSA gateways 304 are on the same link at both internal and external interfaces for the purpose of simplicity. However, a variety of alternative border configurations will be readily apparent to one of ordinary skill in the art. For example, if the private IP network 306 has many subnets, the GSA gateways 304 can be grouped. The external interfaces 312 of the GSA gateways 304 are still on the same link, but only the internal interfaces 310 of GSA gateways in the same group are on the same link.
  • It is understood that a GSA gateway 304, as used herein, refers to a particular gateway router. The GSA gateway 304, in addition to generalized client-server functionality in accordance with the present invention, can also function as a generalized client-server proxy, a firewall, and a network address/port translator. To be a generalized client-server proxy, a GSA gateway includes a daemon program listening to the standard TCP port for the generalized client-server protocol, as described above. As a firewall, a GSA gateway should include some policy-enforced routing functions, which can also apply to the generalized client-server computing traffic through the help of the generalized client-server proxy. To provide a network address/port translator function, the GSA gateway includes a look-up table in memory, each item of which, called a NAPT (network address/port translation) record, associates a pair of private IP address/port numbers, a pair of public IP address/port numbers, and a timer together for an inside host that has an active connection to outside. In the present embodiment, the public IP address of a GSA gateway serves as the public IP address for an inside host.
  • The border DNS server 302 is used to answer IP address queries from both internal hosts (from the internal link 310) and external hosts (from the external link 312). If an IP address query comes from an internal host and if the queried IP host is in the domain of the service provider's network, a private IP address is returned, with a relatively long TTL (time-to-live). If an IP address query comes from an internal host, and if the queried IP host is on the Internet 308, a public IP address is retrieved from a corresponding DNS server, cached, and returned. If an IP address query comes from an external host and if the queried IP host is in the domain of the service provider's network 306, the border DNS server 302 checks the load statistics of GSA gateways that serve as gateway routers for the server's subnet and then returns the public IP address of the GSA gateway 304 that currently has the lightest load, with the shortest TTL. The border DNS server 304 should not answer any query from external hosts for any IP host that is not in the service provider's network.
  • There are some additional protocols between the GSA gateways 304 a, b, c on the same internal link. Each GSA gateway 304 periodically broadcasts its load information on the link so that every GSA gateway knows which one has the lightest load. If one GSA gateway fails to broadcast for a predetermined amount of time, it is considered out of service by the other gateways. If this case, the GSA gateway that has the lightest load among living gateways can begin to run Proxy Address Resolution Protocol (ARP) for the dead GSA gateway and process all the traffic for the dead one, until the dead GSA gateway reclaims its existence.
  • There are also some additional protocols between the GSA gateways 304 and the border DNS server 302 so that the border DNS server can trace the load statistics and network configurations for the GSA gateways.
  • FIG. 5 shows an exemplary connection sequence diagram for an outside client OC to an inside server IS handled by a GSA gateway GSAa. The diagram assumes that a client on the Internet wants to initiate an inventive generalized client-server connection to a server in a private IP network. The client knows the server's hostname, for example, “pcluo.research.att.com,” but does not know the IP address of the server.
  • The client OC first sends an IP address query message to its default DNS server in step 400. The query message eventually arrives at the border DNS server BD that is responsible for the domain of “.research.att.com.” The border DNS server BD then finds that this IP address query is from an external host and the queried IP host is an inside one. In step 402, the border DNS server BD selects a GSA gateway that has the lightest load and returns the public IP address of this GSA gateway to the querying host. The returned IP address is assigned the shortest TTL so that the DNS query result is prevented from being cached by the default DNS server at the client side.
  • In step 404, after receiving the IP address query result, the client OC sends a service request message to the GSA gateway GSA using the standard well-known TCP port for the generalized client-server protocol, as if the GSA gateway GSAa were the server host “pcluo.research.att.com.”
  • After receiving the service request message from the client, the GSA gateway first checks all kinds of security policy, including per-subscriber policy, to see if the service request can go through the firewall. If not, the GSA can immediately send a negative response message to the client in step 412 b. Otherwise, the GSA gateway needs to forward the service request message to the server. Assuming the GSA gateway does not know the server's private IP address, in step 406 the GSA gateway GSAa sends an IP address query message to the border DNS server BD using the internal network interface. As a consequence, the border DNS server finds that this IP address query is for an internal host from another internal host, and thus returns the private IP address of the server to the GSA gateway in step 408, with a relatively long TTL, which allows the GSA gateway to cache this DNS query result for performance improvement.
  • After receiving the private IP address of the server, the GSA gateway forwards the service request message to the server in step 409, using the private IP address and the standard well-known TCP port for the generalized client-server protocol. The GSA gateway can insert a “linger-time” parameter in the forwarding message, which is equal to the expiration time associated for a NAPT record in the look-up table. In the above process, if the client uses “sgsa” instead of “gsa” to identify the protocol, the GSA gateway cannot know what type of communications will happen shortly between the outside client OC and the inside server IS. If this situation is contrary to the security policy set by the service provider, the GSA gateway GSAa denies the service request immediately by sending a negative service response message to the client in step 412 b.
  • After receiving the service request message from the GSA gateway, the daemon program at the server IS interprets and processes the message as if the GSA gateway GSAa were the client, and sends a response message back to the GSA gateway in step 410.
  • After receiving a positive response message from the server IS, the GSA gateway may need to create a NAPT record in the look-up table using an unused port number of the GSA gateway at the external interface as the public port number for the server. The port number can be selected from a so-called NAPT port range, e.g., 10000-30000, such that the GSA gateway can immediately identify whether an incoming IP packet is targeting itself or an inside host based on the destination TCP/UDP port number of the incoming IP packet. The public IP address of the GSA gateway serves as the public IP address for the server IS. The value of the “server-port” parameter given by the server IS is also saved in the NAPT record as the private port number for the server IS. It is then replaced by the public port number in the response message that is forwarded by the GSA gateway to the client in step 412 a.
  • As soon as the GSA gateway finishes forwarding the response message, the timer associated with the new NAPT record starts ticking. In addition, the GSA gateway needs to broadcast this new NAPT record to all GSA gateways GSAb-N on the same link in order for other GSA gateways to be able to route the return traffic back to the client in step 414, as discussed below. The GSA gateway GSAa also needs to broadcast this NAPT record periodically within an interval less than the value of the linger-time parameter. It is understood that for efficiency, all or some of NAPT records can be bundled together in broadcast.
  • After receiving a positive response message from the server IS, the GSA gateway forwards it to the client OC in step 412 a.
  • After receiving the response message from the GSA gateway, the client OC can initiate a conventional client-server connection to the server, using the returned server port.
  • In subsequent client-server connection requests, IP packets sent from the client OC to the server IS arrive at the external network interface of the GSA gateway in step 416, because the destination IP address is the GSA gateway's public IP address. Whenever receiving an IP packet from the external network interface, the GSA gateway first determines whether the destination port number of the IP packet belongs to the NAPT port range. If so, the GSA gateway then determines whether it appears as a public port number for an inside host in some NAPT record in the look-up table. If it is, the destination IP address and port number of this IP packet, which are public, are replaced by the corresponding private addresses saved in the NAPT record. The source IP address and port number, which belong to the client, are not altered. The IP packet is then forwarded to the server IS using the internal network interface in step 418. In addition, the timer associated to the corresponding NAPT record is reset and then starts ticking.
  • After receiving the client-server connection request, the server IS duplicates a regular socket from the listening socket to handle this incoming connection, with the server's private IP address and the listening port as the socket's source address and the client's public IP address and port number as the socket's destination address. The server IS can then directly answer the client.
  • Consequently, every IP packet sent from the server IS to the client goes back to the internal network interface of the GSA gateways in step 420 b. It is understood that the IP packets may flow through other GSA gateways that act as the inside server to outside clients in step 420 a. Similarly, whenever receiving an IP packet from the internal network interface, the GSA gateway first checks if the source port number of this IP packet belongs to the NAPT port range. If so, the GSA gateway then checks if it appears in some NAPT record in the look-up table. If it does, the source IP address and port number of this IP packet, which are private, are replaced by the corresponding public information saved in the NAPT record. The destination IP address and port number, which belong to the client, are not altered. The IP packet is then forwarded to the Internet using the external network interface of the primary GSA gateway in step 422 b or other GSA gateway in step 422 a.
  • The present invention provides a protocol for generalized client server computing that can support massive server-type computing across firewalls based on conventional client-type techniques. The inventive server-type computing model is more network-friendly because it enables users to receive information without periodically polling a server on the network. As a result, the amount of uplink traffic can be reduced significantly. Further, the URL-based scheme described above can maximize diversity of server-type applications, increase the interoperability between client programs and server programs developed by different vendors, and render it easier to introduce new networking applications. Also, the efficient use of public IPv4 addresses is significant for relatively large service providers, since at present there is no class A IPv4 address block available. With the present invention, a service provider can set up a class A private network and support a relatively large number, e.g., millions, of connections across firewalls simultaneously by use of only a few hundred to several thousand public IPv4 addresses.
  • One skilled in the art will appreciate further features and advantages of the invention based on the above-described embodiments. Accordingly, the invention is not to be limited by what has been particularly shown and described, except as indicated by the appended claims. All publications and references cited herein are expressly incorporated herein by reference in their entirety.

Claims (7)

1-17. (canceled)
18. A method of providing a generalized client-server protocol between a client and a server crossing a GSA gateway, comprising:
sending an IP address query message to a default DNS server by the client using a hostname for the server;
transmitting a reply to the client by a border DNS server with a public IP address of a GSA gateway that serves as a gateway router for the server's subnet;
receiving a service request message for a server application from the client at the GSA gateway at a standard TCP port for the generalized client-server protocol utilizing a URL to indicate the requested server application;
sending an IP address query message by the GSA gateway to the border DNS server using an internal network interface;
sending a private IP address of the server by the border DNS server in response to the IP address query message;
forwarding the service request message by the GSA gateway to the server module listening to the standard TCP port for the generalized client-server protocol;
selecting a port on the server by the server module;
launching the requested server program by the server module;
commanding the requested server application to listen to the selected port;
sending a response message by the server module to the GSA gateway with information for the selected port;
generating a NAPT record in the GSA gateway such that the record includes an unused port number at an external interface to replace a port number given by the server as the public port number; and
rewriting the server port information and sending a response message to the client.
19. The method according to claim 18, further including periodically broadcasting the NAPT record to other GSA gateways that are grouped together for load balancing and failure over.
20. The method according to claim 18, further including initiating client-server communications between the client and the server using the GSA gateway's public IP address and the returned server port associated with the GSA gateway.
21. The method according to claim 18, further including routing the client-server communication according to the NAPT record.
22. The method according to claim 18, further including identifying the server with a URL.
23-28. (canceled)
US11/235,610 2001-05-14 2005-09-26 System having generalized client-server computing Abandoned US20060020688A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/235,610 US20060020688A1 (en) 2001-05-14 2005-09-26 System having generalized client-server computing

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US29077401P 2001-05-14 2001-05-14
US14053702A 2002-05-07 2002-05-07
US11/235,610 US20060020688A1 (en) 2001-05-14 2005-09-26 System having generalized client-server computing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14053702A Division 2001-05-14 2002-05-07

Publications (1)

Publication Number Publication Date
US20060020688A1 true US20060020688A1 (en) 2006-01-26

Family

ID=35658557

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/235,610 Abandoned US20060020688A1 (en) 2001-05-14 2005-09-26 System having generalized client-server computing
US11/249,549 Expired - Lifetime US7603410B1 (en) 2001-05-14 2005-10-13 System having generalized client-server computing

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/249,549 Expired - Lifetime US7603410B1 (en) 2001-05-14 2005-10-13 System having generalized client-server computing

Country Status (1)

Country Link
US (2) US20060020688A1 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030028671A1 (en) * 2001-06-08 2003-02-06 4Th Pass Inc. Method and system for two-way initiated data communication with wireless devices
US20040143579A1 (en) * 2003-01-21 2004-07-22 Hiroaki Nakazawa Address query response method, program, and apparatus, and address notification method, program, and apparatus
US20040158643A1 (en) * 2003-02-10 2004-08-12 Hitachi, Ltd. Network control method and equipment
US20050094575A1 (en) * 2003-10-31 2005-05-05 Samsung Electronics Co., Ltd. System for providing tunnel service capable of data communication between different types of networks
US20060173854A1 (en) * 2005-02-01 2006-08-03 Microsoft Corporation Dispatching network connections in user-mode
US7161947B1 (en) * 2002-07-30 2007-01-09 Cisco Technology, Inc. Methods and apparatus for intercepting control and data connections
US20070124422A1 (en) * 2005-10-04 2007-05-31 Samsung Electronics Co., Ltd. Data push service method and system using data pull model
US20110213963A1 (en) * 2010-02-26 2011-09-01 Andrew Wnuk Using an ocsp responder as a crl distribution point
CN102647341A (en) * 2012-03-28 2012-08-22 北京星网锐捷网络技术有限公司 Message processing method, device and system
US20120331155A1 (en) * 2011-06-27 2012-12-27 Kaseya International Limited Method and apparatus of establishing a connection between devices using cached connection information
US8640093B1 (en) * 2011-06-24 2014-01-28 Amazon Technologies, Inc. Native web server for cross-platform mobile apps
US20140325637A1 (en) * 2013-04-30 2014-10-30 Futurewei Technologies, Inc Supporting IP Address Overlapping Among Different Virtual Networks
US20150055575A1 (en) * 2012-03-30 2015-02-26 Nec Casio Mobile Communications, Ltd. Radio device, address determination method, communication system and radio terminal
US20150312378A1 (en) * 2014-04-28 2015-10-29 Oracle International Corporation System and method for supporting a proxy model for across-domain messaging in a transactional middleware machine environment
US9288225B1 (en) * 2013-04-17 2016-03-15 Ca, Inc. Server port sharing based on shared socket
US10348674B2 (en) * 2014-04-01 2019-07-09 Cloudflare, Inc. Domain name system CNAME record management

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645948B2 (en) * 2006-12-12 2014-02-04 Qualcomm Incorporated Apparatus and methods for client-driven server-side installation
CN101436981B (en) * 2007-11-13 2011-12-07 中国电信股份有限公司 Domain name server system of extended IPv4 network
FR2925247B1 (en) * 2007-12-18 2011-11-04 Alcatel Lucent CONTROLLING THE TRANSMISSION INTERFACE OF A SIP RESPONSE MESSAGE
US9028180B2 (en) * 2012-04-04 2015-05-12 Iscar, Ltd. Cutting tool and cutting head with a resilient coupling portion

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6236365B1 (en) * 1996-09-09 2001-05-22 Tracbeam, Llc Location of a mobile station using a plurality of commercial wireless infrastructures
US6292657B1 (en) * 1998-07-13 2001-09-18 Openwave Systems Inc. Method and architecture for managing a fleet of mobile stations over wireless data networks
US20010037358A1 (en) * 2000-01-31 2001-11-01 Ken Clubb System and method to publish information from servers to remote monitor devices
US6434598B1 (en) * 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US20020133549A1 (en) * 2001-03-15 2002-09-19 Warrier Ulhas S. Generic external proxy
US6574663B1 (en) * 1999-08-31 2003-06-03 Intel Corporation Active topology discovery in active networks
US6779004B1 (en) * 1999-06-11 2004-08-17 Microsoft Corporation Auto-configuring of peripheral on host/peripheral computing platform with peer networking-to-host/peripheral adapter for peer networking connectivity

Family Cites Families (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5163131A (en) * 1989-09-08 1992-11-10 Auspex Systems, Inc. Parallel i/o network file server architecture
US6282712B1 (en) * 1995-03-10 2001-08-28 Microsoft Corporation Automatic software installation on heterogeneous networked computer systems
US6393569B1 (en) * 1996-12-18 2002-05-21 Alexander S. Orenshteyn Secured system for accessing application services from a remote station
US5889942A (en) * 1996-12-18 1999-03-30 Orenshteyn; Alexander S. Secured system for accessing application services from a remote station
US6381650B1 (en) * 1997-03-10 2002-04-30 Palm, Inc. Method for finding the address of a workstation assigned a dynamic address
US6061713A (en) * 1997-03-12 2000-05-09 Fujitsu Limited Communications system for client-server data processing systems
US6273622B1 (en) * 1997-04-15 2001-08-14 Flash Networks, Ltd. Data communication protocol for maximizing the performance of IP communication links
JP3354433B2 (en) * 1997-04-25 2002-12-09 株式会社日立製作所 Network communication system
JPH11313105A (en) * 1998-04-24 1999-11-09 Canon Inc Server, client, server control method, client control method, client-server system and storage medium
US6453362B1 (en) * 1998-08-12 2002-09-17 International Business Machines Corporation Systems, methods and computer program products for invoking server applications using tickets registered in client-side remote object registries
IL143592A0 (en) * 1998-12-07 2002-04-21 Network Ice Corp A method and apparatus for remote installation of network drivers and software
US6510466B1 (en) * 1998-12-14 2003-01-21 International Business Machines Corporation Methods, systems and computer program products for centralized management of application programs on a network
US20040015947A1 (en) * 1999-02-17 2004-01-22 Qing Gong Client to client distribution through a network
JP4299911B2 (en) 1999-03-24 2009-07-22 株式会社東芝 Information transfer system
US6954777B1 (en) * 1999-07-29 2005-10-11 International Business Machines Corporation Method for extending capabilities of an arbitrary web server
WO2001025926A1 (en) * 1999-10-05 2001-04-12 Ejasent Inc. Virtual network environment
US7293281B1 (en) * 1999-10-25 2007-11-06 Watchfire Corporation Method and system for verifying a client request
US7149222B2 (en) * 1999-12-21 2006-12-12 Converged Access, Inc. Integrated access point network device
WO2001056251A2 (en) 2000-01-31 2001-08-02 Aether Systems, Inc. Method and apparatus for sending and receiving client-server messages over multiple wireless and wireline networks
EP1148690A1 (en) * 2000-04-20 2001-10-24 Telefonaktiebolaget Lm Ericsson Method, gateway system and arrangement in a communication network
AU2001259576A1 (en) 2000-05-10 2001-11-20 Schlumberger Technology Corporation Application service provider method and apparatus
US6751794B1 (en) * 2000-05-25 2004-06-15 Everdream Corporation Intelligent patch checker
GB0014431D0 (en) 2000-06-13 2000-08-09 Red M Communications Ltd Wireless network
US7035912B2 (en) * 2000-08-28 2006-04-25 Abaco.P.R., Inc. Method and apparatus allowing a limited client device to use the full resources of a networked server
US7111037B1 (en) * 2000-10-30 2006-09-19 Microsoft Corporation Shared and private object stores for a networked computer application communication environment
EP1206052A3 (en) * 2000-11-08 2004-09-29 Lockheed Martin Corporation Space-based integrated multi-mission broadband architecture
US7206828B1 (en) * 2000-11-10 2007-04-17 Microsoft Corporation Location-based scenarios to facilitate selection of system configuration
US20020073410A1 (en) * 2000-12-13 2002-06-13 Arne Lundback Replacing software at a telecommunications platform
US7596791B2 (en) * 2000-12-19 2009-09-29 Emc Corporation Methods and techniques for delivering rich Java applications over thin-wire connections with high performance and scalability
US7143405B2 (en) * 2001-01-05 2006-11-28 Microsoft Corporation Methods and arrangements for managing devices
US6862628B2 (en) * 2001-01-05 2005-03-01 Microsoft Corporation Enhancing application performance in dynamic networks
US7290283B2 (en) * 2001-01-31 2007-10-30 Lancope, Inc. Network port profiling
US6990649B2 (en) * 2001-03-21 2006-01-24 John Claras Method to configure and quote component arrays
US6711579B2 (en) * 2001-04-20 2004-03-23 Sree Ayyanar Spinning And Weaving Mills Limited Data storage schema independent programming for data retrieval using semantic bridge
US7143131B1 (en) * 2001-05-04 2006-11-28 Microsoft Corporation Transmission control protocol
AU2003301474A1 (en) * 2002-10-16 2004-05-04 Synthetic Networks, Inc. Load testing methods and systems with transaction variability andconsistency
CN1926840A (en) * 2004-03-02 2007-03-07 皇家飞利浦电子股份有限公司 Address and port number abstraction when setting up a connection between at least two computational devices

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6434598B1 (en) * 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US6236365B1 (en) * 1996-09-09 2001-05-22 Tracbeam, Llc Location of a mobile station using a plurality of commercial wireless infrastructures
US6292657B1 (en) * 1998-07-13 2001-09-18 Openwave Systems Inc. Method and architecture for managing a fleet of mobile stations over wireless data networks
US20010041556A1 (en) * 1998-07-13 2001-11-15 Openwave Systems Inc. Method and architecture for managing a fleet of mobile stations over wireless data networks
US6779004B1 (en) * 1999-06-11 2004-08-17 Microsoft Corporation Auto-configuring of peripheral on host/peripheral computing platform with peer networking-to-host/peripheral adapter for peer networking connectivity
US6574663B1 (en) * 1999-08-31 2003-06-03 Intel Corporation Active topology discovery in active networks
US20010037358A1 (en) * 2000-01-31 2001-11-01 Ken Clubb System and method to publish information from servers to remote monitor devices
US20020133549A1 (en) * 2001-03-15 2002-09-19 Warrier Ulhas S. Generic external proxy

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030028671A1 (en) * 2001-06-08 2003-02-06 4Th Pass Inc. Method and system for two-way initiated data communication with wireless devices
US7161947B1 (en) * 2002-07-30 2007-01-09 Cisco Technology, Inc. Methods and apparatus for intercepting control and data connections
US20040143579A1 (en) * 2003-01-21 2004-07-22 Hiroaki Nakazawa Address query response method, program, and apparatus, and address notification method, program, and apparatus
US7415536B2 (en) * 2003-01-21 2008-08-19 Canon Kabushiki Kaisha Address query response method, program, and apparatus, and address notification method, program, and apparatus
US20040158643A1 (en) * 2003-02-10 2004-08-12 Hitachi, Ltd. Network control method and equipment
US20050094575A1 (en) * 2003-10-31 2005-05-05 Samsung Electronics Co., Ltd. System for providing tunnel service capable of data communication between different types of networks
US7995571B2 (en) * 2003-10-31 2011-08-09 Samsung Electronics Co., Ltd. System for providing tunnel service capable of data communication between different types of networks
US20060173854A1 (en) * 2005-02-01 2006-08-03 Microsoft Corporation Dispatching network connections in user-mode
US7640346B2 (en) * 2005-02-01 2009-12-29 Microsoft Corporation Dispatching network connections in user-mode
US8352931B2 (en) * 2005-10-04 2013-01-08 Samsung Electronics Co., Ltd. Data push service method and system using data pull model
US20070124422A1 (en) * 2005-10-04 2007-05-31 Samsung Electronics Co., Ltd. Data push service method and system using data pull model
US9401885B2 (en) 2005-10-04 2016-07-26 Samsung Electronics Co., Ltd. Data push service method and system using data pull model
US20110213963A1 (en) * 2010-02-26 2011-09-01 Andrew Wnuk Using an ocsp responder as a crl distribution point
US9118485B2 (en) * 2010-02-26 2015-08-25 Red Hat, Inc. Using an OCSP responder as a CRL distribution point
US8640093B1 (en) * 2011-06-24 2014-01-28 Amazon Technologies, Inc. Native web server for cross-platform mobile apps
US20120331155A1 (en) * 2011-06-27 2012-12-27 Kaseya International Limited Method and apparatus of establishing a connection between devices using cached connection information
US11178101B1 (en) 2011-06-27 2021-11-16 Open Invention Network Llc Method and apparatus of establishing a connection between devices using cached connection information
US10348676B1 (en) * 2011-06-27 2019-07-09 Open Invention Network Llc Method and apparatus of establishing a connection between devices using cached connection information
US9276896B2 (en) * 2011-06-27 2016-03-01 Kaseya Limited Method and apparatus of establishing a connection between devices using cached connection information
US9894032B1 (en) * 2011-06-27 2018-02-13 Open Invention Network, Llc Method and apparatus of establishing a connection between devices using cached connection information
US9467418B1 (en) * 2011-06-27 2016-10-11 Open Innovation Network, LLC Method and apparatus of establishing a connection between devices using cached connection information
CN102647341A (en) * 2012-03-28 2012-08-22 北京星网锐捷网络技术有限公司 Message processing method, device and system
US20150055575A1 (en) * 2012-03-30 2015-02-26 Nec Casio Mobile Communications, Ltd. Radio device, address determination method, communication system and radio terminal
US9288225B1 (en) * 2013-04-17 2016-03-15 Ca, Inc. Server port sharing based on shared socket
US9560016B2 (en) * 2013-04-30 2017-01-31 Futurewei Technologies, Inc. Supporting IP address overlapping among different virtual networks
US20140325637A1 (en) * 2013-04-30 2014-10-30 Futurewei Technologies, Inc Supporting IP Address Overlapping Among Different Virtual Networks
US10348674B2 (en) * 2014-04-01 2019-07-09 Cloudflare, Inc. Domain name system CNAME record management
US11159479B2 (en) 2014-04-01 2021-10-26 Cloudflare, Inc. Domain name system CNAME record management
US9723110B2 (en) * 2014-04-28 2017-08-01 Oracle International Corporation System and method for supporting a proxy model for across-domain messaging in a transactional middleware machine environment
US9749445B2 (en) 2014-04-28 2017-08-29 Oracle International Corporation System and method for updating service information for across-domain messaging in a transactional middleware machine environment
US10091333B2 (en) 2014-04-28 2018-10-02 Oracle International Corporation System and method for supporting a bypass-domain model for across-domain messaging in a transactional middleware machine environment
US20150312378A1 (en) * 2014-04-28 2015-10-29 Oracle International Corporation System and method for supporting a proxy model for across-domain messaging in a transactional middleware machine environment

Also Published As

Publication number Publication date
US7603410B1 (en) 2009-10-13

Similar Documents

Publication Publication Date Title
US7320027B1 (en) System having generalized client-server computing
US7603410B1 (en) System having generalized client-server computing
Cheriton et al. A scalable deployable NAT-based Internet architecture
US7937471B2 (en) Creating a public identity for an entity on a network
JP4130962B2 (en) System and method for using a domain name to route data sent to a destination on a network
US7139828B2 (en) Accessing an entity inside a private network
US6857009B1 (en) System and method for network access without reconfiguration
EP1234246B1 (en) System and method for network access without reconfiguration
US10009271B2 (en) Routing method and network transmission apparatus
KR100650843B1 (en) Method and system in an ip network for using a network address translationnat with any type of application
US20030154306A1 (en) System and method to proxy inbound connections to privately addressed hosts
JP2004533190A (en) Method and system for bidirectionally initiated data communication with a wireless device
US9356952B2 (en) Packet redirection in a communication network
WO2011131097A1 (en) Data message processing method, system and access service node
Yan et al. Is DNS ready for ubiquitous Internet of Things?
US20160315824A1 (en) Networking systems
WO2017218010A1 (en) System and method for suppressing dns requests
Kannan et al. Supporting legacy applications over i3
Freire et al. A {TCP-layer} Name Service for {TCP} Ports
Elahi et al. Internet Protocols Part I
CN117544668A (en) Method for reverse proxy through external network server
Rahman et al. CoRE Working Group A. Castellani Internet-Draft University of Padova Intended status: Informational S. Loreto Expires: January 12, 2012 Ericsson
Rahman et al. CoRE Working Group A. Castellani Internet-Draft University of Padova Intended status: Informational S. Loreto Expires: October 29, 2012 Ericsson
Rahman et al. CoRE Working Group A. Castellani Internet-Draft University of Padova Intended status: Informational S. Loreto Expires: September 13, 2012 Ericsson
érgio Freire A TCP-layer name service for TCP ports

Legal Events

Date Code Title Description
AS Assignment

Owner name: AT&T CORP., NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHANG, LI FUNG;LUO, HUI;REEL/FRAME:017035/0963;SIGNING DATES FROM 20020502 TO 20020503

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: BAMPTON TECHNOLOGIES LLC, DELAWARE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T INTELLECTUAL PROPERTY II, L.P.;REEL/FRAME:032522/0060

Effective date: 20131224