The present invention relates in general to computer software, and more particularly to a security methodology for connecting users to an enterprise network or extranet over the public Internet.
In conventional remote connect computer systems, a connection is made with a large legacy system via a dial-up connection from a customer owned terminal, personal computer or workstation. This connection frequently, although not always, is a fixed copper connection through one or more telco central offices and emulates a terminal addressable by the legacy systems and employs a security methodology dictated by the legacy system. The dial-up access requires custom hardware for a terminal or custom software for a workstation to provide a remote connection. This includes dial-up services, communication services, emulation and/or translation services and generally some resident custom form of the legacy application to interface with the midrange or mainframe computer running the legacy system.
There are several problems associated with the approach. First, the aforementioned software is very hardware dependent, requiring multiple versions of software compatible with each of a wide range of workstations customers generally have. In addition, an extensive inventory of both software and user manuals for distribution to the outside customers is required if an enterprise desires to make its resources available to its customers. Moreover, installing the software generally requires an intensive effort on the customer and the software support team before any reliable and secure sessions are possible.
Secondly, dial-up, modem, and communications software interact with each other in many ways which are not always predictable to a custom application, requiring extensive trouble shooting and problem solving for an enterprise desiring to make the legacy system available to the customer, particularly where various telephone exchanges, dialing standards or signal standards are involved.
Thirdly, although businesses are beginning to turn to the Internet to improve customer service and lower costs by providing Web-based support systems, when an enterprise desires to make more than one system available to the customer, the custom application for one legacy system is not able to connect to a different legacy system, and the customer must generally logoff, logon and re-authenticate to switch from one to the other. The security and entitlement features of the various legacy systems may be completely different, and vary from system to system and platform to platform. The security methodology used by the two legacy systems may be different, requiring different logon interfaces, user or enterprise IDs and passwords. Different machine level languages may be used by the two systems, as for example, the 96 character EBCDIC language used by IBM, and 127 ASCII character language used by contemporary personal computers.
It is therefore desired to provide customers with secure remote connectivity to enterprise legacy systems over the public Internet. The public Internet provides access connectivity world wide via the TCP/IP protocol, without need to navigate various disparate security protocols, telephone exchanges, dialing standards or signal standards, thereby providing a measure of platform independence for the customer.
As contemplated with the present invention the customer can run their own Internet Web browser and utilize their own platform connection to the Internet to enable services. This resolves many of the platform hardware and connectivity issues in the customers favor, and leaves the choice of platform and operating system to the customer. Web-based programs can minimize the need for training and support since they utilize existing client software which the user has already installed and already knows how to use. Further, if the customer later changes that platform, then, as soon as the new platform is Internet enabled, service is restored to the customer. The connectivity and communications software burden is thus resolved in favor of standard and readily available hardware and the browser and software used by the public Internet connection.
Secure World Wide Web (Web)-based online systems are now starting to emerge, generally using security protocols supplied by the browser or database vendors. These Web-based online systems usually employ HTTPS and a Web browser having Secure Sockets Layer (SSL) encryption, and they display Hypertext Markup Language (HTML) pages as a graphical user interface (GUI), and often include Java applets and Common Gateway Interface (CGI) programs for customer interaction.
For the enterprise, the use of off-the-shelf Web browsers by the customer significantly simplifies the enterprise burden. Software development and support resources are available for the delivery of the enterprise legacy services and are not consumed by a need for customer support at the workstation level.
However, the use of the public Internet also introduces new security considerations not present in existing copper wire connections, as an open system increases the exposure to IP hijackers, sniffers and various types of spoofers that attempt to collect user id's and passwords, and exposes the availability of the service to the users when the system is assaulted by syn-flooding, war dialers or ping attacks. These measures also need to be combined with traditional security measures used to prevent traditional hacker attacks, whether by copper wire or the internet, that might compromise the enterprise system and its data.
The present invention is directed to a series of security protocols and an integrated system for the same that enables a user to interact with one or more application services provided by remote servers over the public Internet, or an enterprise extranet. The present invention utilizes the Web paradigm and an integrated graphical user interface to allow easy and convenient access from the user's perspective, wherein the security provisions are transparent to the user, other than the entry of a customary user id and a strong password.
In order to provide cross-platform software operability that is not dependent on a specific operating system or hardware, the present invention is implemented using programming languages, such as Java™ which only requires a Java™ enabled Web browser. The system of the present invention includes an application backplane unit for controlling and managing the overall user interface system to a number of Web enabled application services, and a common security object for managing security and Java™ applets for a number of disparate services available from the remote servers.
Each remote service includes its own user interface unit, referred heretofore as a client application, independently implemented of one another and the backplane. Although the client applications are independently developed as separate modules, the system of the present invention provides a capability of integrating the client applications and secured access thereto into one unified system, allowing users to access the individual client applications via the backplane unit and the security object.
The present invention includes centralized user authentication to insure that the user has valid access to the system. The authentication procedure generally includes a logon object which prompts for and accepts the user's name and password. The logon object then communicates the logon transaction to a remote server responsible for screening those users attempting to access remote services. Once a user has been authenticated by the system of the present invention, the user need not re-enter their name and password each time the user accesses another remote server via the respective server's user interface program. In addition, each application may supplement the provided authentication procedure, with its own method of authentication by communicating with its respective servers independently.
Once a validated user is logged onto the system, the user is presented with a set of remote services which the user may obtain. The set of remote services available for each user is unique and depends on each user's subscriptions to the services. The set of service subscription, then forms the user's entitlements for the services. Thus, for example, if a user subscribes to a toll free network management service, the user is entitled to access information regarding the service. On the other hand, if the user does not subscribe to the toll free network manager service, that option is not available for the user to select.
The present invention includes a user object to represent a current user logged onto the system. This user object, inter alia, is responsible for obtaining from a remote server the current user's information including the user's entitlements to various remote services. The backplane uses the entitlement information to provide only those services available to the user. As explained previously, the backplane will not enable the services to which the user does not have entitlements, effectually blocking the user from accessing those services.
In addition, the user information is maintained for the duration of a logon session, allowing both the backplane and the client applications to access the information as needed throughout the duration of the session. The backplane and the client applications use the information to selectively provide remote services to users. Accordingly, it is yet another object of the present invention to provide a mechanism for retrieving and maintaining user information and entitlements such that they are available to processes and threads running on the client platform without having to communicate with a remote server every time the information is needed.
The system of the present invention implements a “keep alive message” passed between a client and a server, also called a “heartbeat.” For example, a keep alive message is sent every predefined period, e.g., 1 minute from a client application to the server. When the client application fails to heartbeat consecutively for a predetermined period of time, for example, one hour, the server treats this client application as having exited by closing the application and performing cleanup routines associated with the application. This mechanism assists in restricting authorized access by effectively preventing sessions from remaining open in the event of client application failure or user neglect. Accordingly, it is a further object of the present invention to provide a mechanism for detecting communication failures among the “stateless” processes running the present invention.
Preferred embodiments of the present invention will now be described, by way of example only, with reference to the accompanying drawings in which:
a) is a schematic illustration showing the message format passed between the Dispatcher server and the application specific proxy; and
b) is a schematic illustration of the message format passed between the application specific proxy back to the Dispatcher server.
The present invention is directed to a series of security protocols and procedures used to protect an integrated system that enables a user to interact with one or more enterprise applications provided by remote servers over the public Internet, or an enterprise extranet. The present invention utilizes the Web paradigm and an integrated graphical user interface to allow easy and convenient access from the user's perspective, wherein the security provisions are transparent to the user, other than the entry of a customary user id and a strong password.
The discussion of the present invention will include an overview of the system in which the various security protocols function and detailed discussions of Communications Security, User Identification and Authentication, Session Security, Enterprise Security and Application security.
Communications security relates to the authenticity of the enterprise web server and the security of the transmitted data through an implementation of the Secure Sockets Layer (SSL) version of HTTPS.
User Identification and Authentication relates to an identification of the user, an authentication of the user to ensure the user is who he/she claims to be and a determination of entitlements that the user may avail themselves of within the enterprise system.
Session Security is directed to the differences between a remote user's copper wire connection to a legacy system and a user's remote connection to the enterprise system over a “stateless” public Internet, where each session is a single transmission, rather than an interval of time between logon and logoff, as is customary in legacy systems.
Enterprise Security is directed to the security of the enterprise network and the data maintained by the various enterprise applications with respect to attacks on the system or data.
Architectural Overview of the Web-Enabled System
The web-enabled system in which the present security protocols are found is basically organized as a set of common components which together are known as networkMCI Interact, which includes the following major components:
1) an object oriented software architecture detailing the client and server based aspects of networkMCI Interact;
2) a network architecture defining the physical network needed to satisfy the security and data volume requirements of networkMCI Interact;
3) a data architecture detailing the application, back-end or legacy data sources available for networkMCI Interact; and,
4) an infrastructure covering security, order entry, fulfillment, billing, self-monitoring, metrics and support.
Each of these common component areas will be generally discussed hereinbelow. A detailed description of each of these components can be found in a related, co-pending U.S. patent application U.S. Ser. No. 09/160,725 entitled INTEGRATED CUSTOMER INTERFACE SYSTEM FOR COMMUNICATIONS NETWORK MANAGEMENT, the disclosure of which is incorporated herein by reference thereto.
A second or middle tier 16 is provided, having secure web servers 24 and back end services to provide applications that establish user sessions, govern user authentication and their entitlements, and communicate with adaptor programs to simplify the interchange of data across the network.
A back end or third tier 18 having applications directed to legacy back end services includes database storage and retrieval systems and one or more database servers for accessing system resources from one or more legacy systems 20.
Generally, as explained in co-pending U.S. patent application Ser. No. 09/159,515, entitled GRAPHICAL USER INTERFACE FOR WEB ENABLED APPLICATIONS, the disclosure of which is incorporated herein by reference thereto, the customer workstation 10 includes client software capable of providing a platform-independent, browser-based, consistent user interface implementing objects programmed to provide a reusable and common GUI and problem-domain abstractions. More specifically, the client-tier software is created and distributed as a set of Java classes including the applet classes to provide an industrial strength, object-oriented environment over the Internet. Application-specific classes are designed to support the functionality and server interfaces for each application with the functionality delivered through the system being of two-types: 1) cross-product, for example, inbox and reporting functions, and 2) product specific, for example, Toll Free Network Manager or Broadband Manager functions. The system is capable of delivering to customers the functionality appropriate to their product mix.
The customer workstation 10 is browser enabled and includes client applications responsible for presentation and front-end services. Its functions include providing a user interface to various MCI services and supporting communications with MCI's Intranet web server cluster 24. As illustrated in
The primary common object services include: graphical user interface (GUI); communications; printing; user identity, authentication, and entitlements; data import and export; logging and statistics; error handling; and messaging services.
As shown in
The backplane 12 and the client applications use a browser 14 such as the Microsoft Explorer versions 4.0.1 or higher for an access and distribution mechanism. Although the backplane is initiated with a browser 14, the client applications are generally isolated from the browser in that they typically present their user interfaces in a separate frame, rather than sitting inside a Web page.
The backplane architecture is implemented with several primary classes. These classes include COBackPlane, COApp, COAppImpl, COParm. and COAppFrame classes. COBackPlane 12 is an application backplane which launches the applications 54a, 54b, typically implemented as COApp. COBackPlane 12 is generally implemented as a Java applet and is launched by the Web browser 14. This backplane applet is responsible for launching and closing the COApps.
When the backplane is implemented as an applet, it overrides standard Applet methods init( ), start( ), stop( ) and run( ). In the init( ) method, the backplane applet obtains a COUser user context object. The COUser object holds information such as user profile, applications and their entitlements. The user's configuration and application entitlements provided in the COUser context are used to construct the application toolbar and Inbox applications. When an application toolbar icon is clicked, a particular COApp is launched by launchApp( ) method. The launched application then may use the backplane for inter-application communications, including retrieving Inbox data.
The COBackPlane 12 includes methods for providing a reference to a particular COApp, for interoperation. For example, the COBackPlane class provides a getApp( ) method which returns references to application objects by name. Once retrieved in this manner, the application object's public interface may be used directly.
The use of a set of common objects for implementing the various functions provided by the system of the present invention, and particularly the use of browser based objects to launch applications and pass data therebetween is more fully described in the above referenced copending application GRAPHICAL USER INTERFACE FOR WEB ENABLED APPLICATIONS, and Appendix A, attached to that application, provides descriptions for the common objects which includes various classes and interfaces with their properties and methods.
As shown in
As will be hereinafter described in greater detail, a networkMCI Interact session is designated by a logon, successful authentication, followed by use of server resources, and logoff. However, the world-wide web communications protocol uses HTTP, a stateless protocol, each HTTP request and reply is a separate TCP/IP connection, completely independent of all previous or future connections between the same server and client. The present invention is implemented with a secure version of HTTP such as S-HTTP or HTTPS, and presently utilizes the SSL implementation of HTTPS. The present embodiment uses SSL which provides a cipher spec message which provides server authentication during a session. The preferred embodiment further associates a given HTTPS request with a logical session which is initiated and tracked by a “cookie jar server” 32 to generate a “cookie” or session identifier which is a unique server-generated key that is sent to the client along with each reply to a HTTPS request. The client holds the cookie or session identifier and returns it to the server as part of each subsequent HTTPS request. As desired, either the Web servers 24, the cookie jar server 32 or the Dispatcher Server 26, may maintain the “cookie jar” to map the session identifier to the associated session. A separate cookie jar server 32, as illustrated in
As illustrated in
If the requestor is authorized to communicate with the target service, the message is forwarded to the desired service's proxy. Each application proxy is an application specific daemon which resides on a specific Intranet server, shown in
The network architecture of
As partially shown in
Each of the individual proxies may be maintained on the dispatcher server 26, the related application server, or a separate proxy server situated between the dispatcher server 26 and the midrange server 40. The relevant proxy waits for requests from an application client running on the customer's workstation 10 and then services the request, either by handling them internally or forwarding them to its associated Intranet application server 40. The proxies additionally receive appropriate responses back from an Intranet application server 40. Any data returned from the Intranet application server 40 is translated back to client format, and returned over the internet to the client workstation 10 via the Dispatcher Server 26 and at one of the web servers in the DMZ Services cluster 24 and a secure sockets connection. When the resultant response header and trailing application specific data are sent back to the client browser from the proxy, the messages will cascade all the way back to the browser 14 in real time, limited only by the transmission latency speed of the network.
The networkMCI Interact middle tier software includes a communications component offering three (3) types of data transport mechanisms: 1) Synchronous; 2) Asynchronous; and 3) Bulk transfer. Synchronous transaction is used for situations in which data will be returned by the application server 40 quickly. Thus, a single TCP connection will be made and kept open until the full response has been retrieved.
Asynchronous transaction is supported generally for situations in which there may be a long delay in application server 40 response. Specifically, a proxy will accept a request from a customer or client 10 via an SSL connection and then respond to the client 10 with a unique identifier and close the socket connection. The client 10 may then poll repeatedly on a periodic basis until the response is ready. Each poll will occur on a new socket connection to the proxy, and the proxy will either respond with the resultant data or, respond that the request is still in progress. This will reduce the number of resource consuming TCP connections open at any time and permit a user to close their browser or disconnect a modem and return later to check for results.
Bulk transfer is generally intended for large data transfers and are unlimited in size. Bulk transfer permits cancellation during a transfer and allows the user to resume a transfer at a later point in time.
The DMZ Web servers 24 are found in a special secure network area set aside from the Intranet to prevent potentially hostile customer access. All DMZ equipment is physically isolated and firewalled as illustrated at 29(a), 29(b) in
The DMZ also isolates the company Intranet from the public Internet because the web servers 24 located in the DMZ never store or compute actual customer sensitive data. The web servers only put the data into a form suitable for display by the customer's web browser. Since the DMZ web servers 24 do not store customer data, there is a much smaller chance of any customer information being jeopardized in case of a security breach.
All reporting is provided through the Message Center (Inbox) and a Report Requestor application which supports spreadsheets, a variety of graph and chart types, or both simultaneously. For example, the spreadsheet presentation allows for sorting by any arbitrary set of columns. The report viewer may also be launched from the Message Center (Inbox) when a report is selected.
By associating each set of report data which is downloaded via the inbox with a small report description object, it is possible to present most reports without report-specific presentation code (the report-specific code is in the construction of the description object). These description objects are referred to as “metadata,” or “data about data.” At one level, they function like the catalog in a relational database, describing each row of a result set returned from the middle tier as an ordered collection of columns. Each column has a data type, a name, and a desired display format, etc. Column descriptive information will be stored in an object, and the entire result set will be described by a list of these objects, one for each column, to allow for a standard viewer to present the result set, with labeled columns. Nesting these descriptions within one another allows for breaks and subtotaling at an arbitrary number of levels. This further enhances the security for the customer data, for without the meta-data associated with the report, the report data is essentially a meaningless block of data.
Communications Security
Communications security, which relates to the authenticity of the enterprise web server and the security of the transmitted data will be described with respect to an implementation in the preferred embodiment of the invention of the Secure Sockets Layer (SSL) version of HTTPS.
In order for a communication to be secure, it must be known that the message comes from the correct source, that it arrives at the correct destination, that it has not been modified, and has not been intercepted and understood by a third party. Normal encryption protects against understanding the message, even if intercepted, and certain types of cipher encryption provide the ability to determine that the message has been tampered with and in some cases reconstruct the message even if intercepted and intentionally garbled. The disadvantage of normal encryption is the difficulty associated with the secure distribution and updates of the keys used for encryption and decryption.
Public key encryption solves the distribution and update problem, but does not, for the public Internet, ensure the identity of the party with whom one is communicating. A spoofer who appropriates the DNS address of an enterprise for a leg of the Internet can substitute the spoofers public key for the public key of the enterprise with whom the user is attempting to communicate, thereby fooling the user into revealing the user name and password used on the enterprise system. To avoid this problem, digital signatures have been developed to ensure the identity of the sender. They also, simultaneously, commit the sender to the message, avoiding subsequent repudiation.
The communications link between the enterprise and the user may be secured with S-HTTP, HTTPS, or proprietary encryption methodologies, such as VNP or PPTP tunneling, but in the present embodiment utilizes the Secure Sockets Layer (SSL) protocol developed by Netscape Communications. It is noted that these solutions are intended for use with IPv4, and that Ipv6, presently under comment by the Internet Engineering Steering Group, may enable secure transmissions between client and server without resort to proprietary protocols. The remaining security protocols of the present invention may be used with Ipv6 when it becomes an available standard for secure IP communications.
The SSL component of the HTTPS also includes non-repudiation techniques to guarantee that a message originating from a source is the actual identified sender. One technique employed to combat repudiation includes use of an audit trail with electronically signed one-way message digests included with each transaction. This technique employs SSL public-key cryptography with one-way hashing functions.
Another communications issue involving the secure communications link, is the trust associated with allowing the download of the Java common objects used by the present invention, as discussed earlier with respect to the browser, since the Java objects used in the present invention require that the user authorize disk and I/O access by the Java object.
Digital Certificates, such as those developed by VeriSign, Inc. entitled Verisign Digital ID™ provide a means to simultaneously verify the server to the user, and to verify the source of the Java object to be downloaded as a trusted source as will hereinafter be described in greater detail.
As illustrated in
Following the hello messages, the server will send its digital certificate. Alternately, a server key exchange message may be sent, if it is required (e.g. if their server has no certificate, or if its certificate is for signing only). Once the server is authenticated, it may optionally request a certificate from the client, if that is appropriate to the cipher suite selected.
The server will then send the server hello done message, indicating that the hello message phase of the handshake is complete. The server will then wait for a client response. If the server has sent a certificate request Message, the client must send either the certificate message or a no_certificate alert. The client key exchange message is now sent, and the content of that message will depend on the public key algorithm selected between the client hello and the server hello. If the client has sent a certificate with signing ability, a digitally signed certificate verify message is sent to explicitly verify the certificate.
At this point, a change cipher spec message is sent by the client, and the client copies the pending Cipher Spec into the current Cipher Spec. The client then immediately sends the finished message under the new algorithms, keys, and secrets. In response, the server will send its own change cipher spec message, transfer the pending to the current Cipher Spec, and send its finished message under the new Cipher Spec. At this point, the handshake is complete and the client and server may begin to exchange user layer data.
As mentioned herein with respect to
∥TCP/IP∥encryption∥http∥web header∥dispatcher header∥proxy-specific data∥
where “∥” separates a logical protocol level, and protocols nested from left to right.
Referring to
As shown in
It should be understood that the application server proxies can either reside on the dispatcher server 26 itself, or, preferably, can be resident on the middle-tier application server, i.e., the dispatcher front end code can locate proxies resident on other servers.
User Identification and Authentication
In the preferred embodiment, the invention uses a browser such as the Microsoft Explorer™ versions 4.01 or higher as the default browser for access and Java object distribution. The present invention provides an additional COSecurity module which is downloaded with the logon page and wraps the security functionality of specific browsers available off-the-shelf.
Downloading the Java objects presents a problem for the enterprise, since Netscape Communicator™, Microsoft Explorer™ and Sun's HotJava™ employ different techniques for downloading Java applets and classes, and it must be determined which browser the user is using before downloading the Java objects and classes.
The browser type is also communicated to assist the enterprise in determining how the Java common objects should be downloaded. Netscape Communicator™ and HotJava™ download Java objects in one or more JAR files, while Microsoft Explorer presently uses CAB files for the same purpose. Microsoft CAB (cabinet) files are equivalent to JAR files. The CAB files are used in the preferred embodiment of the invention for two reasons. First, for convenience in downloading class files so that they are locally resident on the PC. The browser tools, common objects and application class files are zipped up and downloaded to the java trusted library directory. Only trusted, i.e. signed, applets can make use of these class files. Secondly, signing an applet, and obtaining permission from the user, enables the Java objects to break out of the “sandbox” and get around Java security restrictions, and enable local disk and file access and system I/O such as printing. Signed applets enable the user to verify the applets as being from a trusted source and allow applets to write to the local disk, print, read local files, and connect to a server other than the one that launches the applet. In order for an applet to be signed, the applet requires a digital certificate to be assigned to a JAR (Java ARchive) or equivalent archive file. As discussed previously, this digital certificate may be a software publisher certificate or the certificate used to verify the server as a trusted server during the SSL handshake process.
The COBrowserSecurityInterface 404 mirrors the methods provided by COSecurity 402. Concrete implementations such as CONetscape4—0SecurityImpl 406 for Netscape Communicator and CODefaultSecurityImpl 408 as a default are also provided. Adding a new implementation 410 is as easy as implementing the COBrowserSecurityInterface, and adding in a new hook in COSecurity.
After using “java.vendor” to discover what browser is being used, COSecurity 402 instantiates by name the appropriate concrete implementation. This is done by class loading first, then using Class.newInstance( ) to create a new instance. The newInstance( ) method returns a generic object; in order to use it, it must be cast to the appropriate class. COSecurity 402 casts the instantiated object to COBrowserSecurityInterface 404, rather than to the concrete implementation. COSecurity 402 then makes calls to the COBrowserSecurityInterface “object,” which is actually a concrete implementation “in disguise.” This is an example of the use of object oriented polymorphism. This design cleanly separates the specific implementations which are browser-specific from the browser-independent COSecurity object.
Each COApp object may either create their own COSecurity object using the public constructors, or retrieve the COSecurity object used by the backplane via COBackPlane.getSecurity( ). In general, the developer of the applications to be run will use the COSecurity object whenever the COApp needs privileged access to any local resource, i.e., access to the local disk, printing, local system properties, and starting external processes. The following represents an example of the code generated when using the security object.
Referring back to
When the user is properly authenticated by the server in step 296, another Web page which launches the backplane object is downloaded in steps 298, 300, 304. This page is referred to as a home page. At the same time, all the remaining application software objects are downloaded in CAB or JAR files as indicated at step 302. If the system of the present invention determines that the backplane and application files have been already downloaded, the steps 300, 302, 304 are not performed. The backplane object is then instantiated in step 306.
Referring again to
Using the information from the COUser context, the backplane knows which COApps to provide, e.g., which buttons to install in its toolbar. The backplane stores the user specific entitlements in memory for other processes to access. After determining the entitlements, the backplane initiates a new thread and starts an application toolbar in step 310. The application toolbar includes the remote services to which the user has subscribed and may select to run. From the application toolbar, a user is able to select a service to run. Upon user selection, the selection is communicated from the application toolbar to the backplane in steps 312, 314, which then launches the graphical user interface program associated with the selected service. The application toolbar remains on the user display, even after a particular service has been initiated. This is useful when a user desires to start up another remote service directly from having run a previous service because the user then need not retrieve the home page again.
If it is determined that the user entered password is not valid in step 290 or step 296, an attempted logon count is incremented in step 316. If the user's attempted logon count is greater than a predefined allowed number of tries as indicated in step 318, a message is conveyed to the user in step 320 and the user must restart the browser. If the user's attempted logon count is not greater than the predefined allowed number of tries, a “failed login” message is conveyed to the user in step 322, and the user is prompted to reenter name/password in step 288. If it is determined that the user password has expired, the user is prompted to change the password in step 324. For example, the user may be required to change the password every 30 days for security reasons. Whenever the user changes the password, the new password is transmitted in real time to a server responsible for updating and keeping the password entry for the user. The user than enters the new password in step 324 and continues with the processing described above in step 290.
The present invention includes a user unit for representing a user of a current session. The user unit is generally implemented as a COUser class extending java.lang.Object. The COUser class object typically holds information including a user profile, applications and their entitlements. In order to minimize network traffic, the amount of data carried by the COUser is minimal initially, and becomes populated as requests are processed. The requests are generally processed by retrieving information from the Order Entry service. The profile information is then stored and populated in the COUser object should such information be requested again.
A COUser object is created when the user logs in, and holds the username and password of the user as an object in the COClientSession object. The session object is contained within the backplane, which manages the session throughout its lifetime. The code below illustrates how this occurs:
The logon method of the COClientSession object communicates with the Order Entry server, a back-end authentication mechanism, for authenticating the user.
The COUser that may be obtained from the COClientSession immediately after the login process is very sparse. It includes a limited set of information such as username, a list of applications that user is entitled to, for example. The details of each entitlement information are retrieved at the time of actual processing with those information.
Session Security
As described previously, the SSL protocol includes one level of session security, and may negotiate and change in cipher code between sessions. Additionally, the present invention employs the “cookie” feature set of contemporary browsers to maintain session security, and prevent session hijacking or the use of a name and password obtained by sniffing, spoofing or EMR monitoring.
As described above, following the SSL handshake, certain cab files, class files and disclaimer requests are downloaded with the logon Web page as shown at 440. At the logon Web page, the customer 340 then enters a userid and password for user authentication as illustrated at 440. The customer also enters disclaimer acknowledgment 440 on the logon page 342. If the entered userid and password are not valid or if there were too many unsuccessful logon transactions, the logon object 342 communicates the appropriate message to the customer 340 as shown at 440. A logon object 342, typically an applet launched in the logon Web page connects to the Web server 344, for communicating a logon request to the system as shown at 442. The logon data, having an encrypted userid and password, is sent to the dispatcher 346 when the connection is established as shown at 444. The dispatcher 346 then decrypts the logon data and sends the data to the StarOE 348 after establishing a connection as shown at 446. The StarOE 348 validates the userid and password and sends the results back to the dispatcher 346 as illustrated at 446 together with the user application entitlements. The dispatcher 346 passes the data results obtained from the StarOE 348 to the Web server 344 as shown at 444, which passes the data back to the logon object 342 as shown at 442. The customer 340 is then notified of the logon results as shown as 440.
When the customer 340 is validated properly, the customer is presented with another Web page, referred to as the home page 350, from which the backplane is typically launched. After the user validation, the backplane generally manages the entire user session until the user logs off the “networkMCI Interact.” As shown at 448, the backplane initiates a session heartbeat which is used to detect and keep the communications alive between the client platform and the enterprise Intranet site. The backplane also instantiates a COUser object for housekeeping of all client information as received from the StarOE 348. For example, to determine which applications a current customer is entitled to access and to activate only those application options on the home page for enabling the customer to select, the backplane sends a “get application list” message via the Web server 344 and the dispatcher 346 to the StarOE 348 as shown at 448, 444, and 446. The entitlement list for the customer is then sent from the StarOE 348 back to the dispatcher 346, to the Web server 344 and to the backplane at the home page 350 via the path shown at 446, 444, and 448. The application entitlements for the customer are kept in the COUser object for appropriate use by the backplane and for subsequent retrieval by the client applications.
The entitlement information for COUser is stored in a cookie jar 352, maintained in the cookie jar server 32 or the dispatcher server 26 (illustrated in
When a connection is established with the cookie jar 352, the Web server 344 makes a request for the entitlements for a given session as shown at 450. The cookie jar 352 goes through its stored list of cookies, identifies the cookie for the session and returns the cookie to the Web server 344 also shown at 450. The Web server 344 typically converts the entitlements which are received in binary format, to string representation of entitlements, and sends the entitlement string back to the backplane running on the client platform 10.
Furthermore, the cookie jar 352 is used to manage heartbeat transactions. Heartbeat transactions, as described above, are used to determine session continuity and to identify those processes which have died abnormally as a result of a process failure, system crash or a communications failure, for example. During a customer session initialization, the cookie jar 352 generates a session id and sets up “heartbeat” transactions for the customer's session. Subsequently, a heartbeat request is typically sent from a process running on a client platform to the Web server 344, when a connection is established, as shown at 448. The Web server 344 connects to the cookie jar 352 and requests heartbeat update for a given session. The cookie jar 352 searches its stored list of cookies, identifies the cookie for the session and updates the heartbeat time. The cookie jar 352 then sends the Web server 344 the updated status heartbeat as shown at 450. The Web server 344 then sends the status back to the client platform process, also as shown at 450.
When a customer wants to logoff, a logoff request transaction may be sent to the Web server 344. The Web server 344 then connects to the cookie jar 352 and requests logoff for the session as shown at 450. The cookie jar 352 identifies the cookie for the session and deletes the cookie. After deleting the cookie, the cookie jar 352 sends a logoff status to the Web server 344, which returns the status to the client platform.
Other transaction requests are also sent via the Web server 344 and the cookie jar 352 as shown in
The present invention includes a client communications unit for providing a single interface from which the backplane and the applications may send messages and requests to back-end services. The client communications unit includes a client session unit and a transactions unit. The client session unit and the transactions unit comprise classes used by client applications to create objects that handle communications to the various application proxies and/or servers. Generally, the entire communications processes start with the creation of a client session after a login process. This is started through the login process. The user logs into user's Web page with a username and password. During a login process, a client session object of class COClientSession is created, and the COClientSession object passes the username and password information pair obtained from the login process to a remote system administrative service which validates the pair. The following code instructions are implemented, for example, to start up a session using the COClientSession class.
In addition, the COClientSession object includes a reference to a valid COUser object associated with the user of the current COClientSession object.
The client session object also provides a session, where a customer logs on to the system at the start of the session, and if successfully authenticated, is authorized to use the system until the session ends. The client session object at the same time provides a capability to maintain session-specific information for the life/duration of the session. Generally, communications to and from the client takes place over HTTPS which uses the HTTP protocols over an SSL encrypted channel. Each HTTP request/reply is a separate TCP/IP connection, completely independent of all previous or future connections between the same server and client. Because HTTP is stateless, meaning that each connection consists of a single request from the client which is answered by a single reply by a server, a novel method is provided to associate a given HTTP request with the logical session to which it belongs.
When a user is authenticated at login via the system administrative server, the client session object is given a session identifier or “cookie,” a unique server-generated key which identifies a session. The session key is typically encapsulated in a class COWebCookie, “public COWebCookie (int value).”, where value represents a given cookie's value. The client session object holds this key and returns it to the server as part of the subsequent HTTP request. The Web server maintains a “cookie jar” which is resident on the dispatcher server and which maps these keys to the associated session. This form of session management also functions as an additional authentication of each HTTPS request, adding security to the overall process. In the preferred embodiment, a single cookie typically suffices for the entire session. Alternately, a new cookie may be generated on each transaction for added security. Moreover, the cookie jar may be shared between the multiple physical servers in case of a failure of one server. This mechanism prevents sessions being dropped on a server failure.
In addition, to enable a server software to detect client sessions which have “died,” e.g., the client session has been disconnected from the server without notice because of a client-side crash or network problem, the client application using the client session object “heartbeats” every predefined period, e.g., 1 minute, to the Web server to “renew” the session key (or record). The Web server in turn makes a heartbeat transaction request to the cookie jar. Upon receipt of the request, the cookie jar service “marks” the session record with a timestamp indicating the most recent time the client communicated to the server using the heartbeat. The cookie jar service also alarms itself, on a configurable period, to read through the cookie jar records (session keys) and check the timestamp (indicating the time at which the client was last heard) against the current time. If a session record's delta is greater than a predetermined amount of time, the cookie jar service clears the session record, effectively making a session key dead. Any subsequent transactions received with a dead session key, i.e., nonexistent in the cookie jar, are forbidden access through the Firewall.
The heartbeat messages are typically enabled by invoking the COClientSession object's method “public synchronized void enableSessionHeartbeat (boolean enableHeartbeat),” where enableHeartbeat is a flag to enable or disable heartbeat for a session. The heartbeat messages are typically transmitted periodically by first invoking the COClientSession object's method “public synchronized void setHeartbeatInterval (long millsecsInterval),” where the heartbeat interval is set in milliseconds, and by the COClientSession object's method “protected int startHeartbeat( )”, where the heartbeat process starts as soon as the heartbeat interval is reached. Failure to “heartbeat” for consecutive predefined period, e.g., one hour, would result in the expiration of the session key.
Enterprise Security
Enterprise Security is directed to the security of the enterprise network and the data maintained by the various enterprise applications with respect to the open nature of the Internet, and the various attacks on the system or data likely to result from exposure to the Internet. Usual enterprise security is focused on internal procedures and employees, since this represents the biggest single area of exposure. Strong passwords, unique user Ids and the physical security of the workstations are applicable to both internal employees and external customers and users who will access the enterprise applications. It is noted that many of the previously described features relating to data encryption for communications security and session security are essential parts of enterprise security, and cooperate with enterprise architecture and software infrastructure to provide security for the enterprise.
For example, as will be hereinafter described in detail, the present invention uses strong symmetric key encryption for communications through the firewalls to the application servers. This internal symmetric key encryption, when coupled with external public key encryption provides an extra level of security for both the data and the software infrastructure.
As illustrated in
In the preferred embodiment, a hybrid or complex gateway firewall system is used, and the firewalls 29(a),(b) of
The DMZ acts as a double firewall for the enterprise intranet because of the double layer of port specific filtering rules. Further, the web servers 24 located in the DMZ never store or compute actual customer sensitive data. The web servers only transmit the data in a form suitable for display by the customer's web browser. Since the DMZ web servers do not store customer data, there is a much smaller chance of any customer information being jeopardized in case of a security breach. In the preferred embodiment, firewalls or routers 29(a),(b) are a combination of circuit gateways and filtering gateways or routers using packet filtering rules to grant or deny access from a source address to a destination address. All connections from the internal application servers are proxied and filtered through the dispatcher before reaching the web servers 24. Thus it appears to any remote site, that the connection is really with the DMZ site, and identity of the internal server is doubly obscured. This also prevents and direct connection between any external and any internal network or intranet computer.
The filtering firewalls 29(a),(b) may also pass or block specific types of Internet protocols. For example, FTP can be enabled only for connections to the In-Box server 41, and denied for all other destinations. SMTP can also be enabled to the In-Box server, but Telenet denied. The In-box server 41 is a store and forward server for client designated reports, but even in this server, the data and meta-data are separated to further secure the data.
As previously described, the customer access mechanism is a client workstation 10 employing a Web browser 14 for providing the access to the networkMCI Interact system via the public Internet 15. When a subscriber connects to the networkMCI Interact Web site by entering the appropriate URL, a secure TCP/IP communications link 22 is established to one of several Web servers 24 located inside a first firewall 29a in the DMZ 17. Preferably at least two web servers are provided for redundancy and failover capability. In the preferred embodiment of the invention, the system employs SSL encryption so that communications in both directions between the subscriber and the networkMCI Interact system are secure.
In the present embodiment, the DMZ Secure Web servers 24 are DEC 4100 systems having Unix or NT-based operating systems for running services such as HTTPS, FTP, and Telnet over TCP/IP. The web servers may be interconnected by a fast Ethernet LAN running at 100 Mbit/sec or greater, preferably with the deployment of switches within the Ethernet LANs for improved bandwidth utilization. One such switching unit included as part of the network architecture is a HydraWEB™ unit 45, manufactured by HydraWEB Technologies, Inc., which provides the DMZ with a virtual IP address so that subscriber HTTPS requests received over the Internet will always be received. The Hydraweb unit 45 implements a load balancing algorithm enabling intelligent packet routing and providing optimal reliability and performance by guaranteeing accessibility to the “most available” server. It particularly monitors all aspects of web server health from CPU usage, to memory utilization, to available swap space so that Internet/Intranet networks can increase their hit rate and reduce Web server management costs. In this manner, resource utilization is maximized and bandwidth (throughput) is improved. It should be understood that a redundant Hydraweb unit may be implemented in a Hot/Standby configuration with heartbeat messaging between the two units (not shown). Moreover, the networkMCI Interact system architecture affords web server scaling, both in vertical and horizontal directions. Additionally, the architecture is such that new secure web servers 24 may be easily added as customer requirements and usage increases. The use of the HydraWEB™ enables better load distribution when needed to match performance requirements.
As shown in
Further as shown in the DMZ 17 is a second RTM server 52 having its own connection to the public Internet via a TCP/IP connection 32. As described in co-pending U.S. patent application INTEGRATED PROXY INTERFACE FOR WEB BASED TELECOMMUNICATIONS MANAGEMENT TOOLS, U.S. Ser. No. 11/348,798 the disclosure of which is incorporated herein by reference thereto, this server provides real-time session management for subscribers of the networkMCI Interact Real Time Monitoring system. An additional TCP/IP connection 48 links the RTM Web server 52 with the MCI Intranet Dispatcher server 26.
With more particularity, as further shown in
After establishing that the request has come from a valid user and mapping the request to its associated session, the Secure Web servers 24 will re-encrypt the request using public key or RSA encryption and forward it over a second secure socket connection 23 to the dispatcher server 26 inside the enterprise Intranet.
a) and 13(b) are schematic illustrations showing the message format passed between the dispatcher 26 and the relevant application specific proxy, (
Additionally, the common protocol header section includes an indication of dispatcher-assigned serial number 185 that is unique across all dispatcher processes and needs to be coordinated across processes (like the Web cookie (see above)), and, further, is used to allow for failover and process migration and enable multiplexing control between the proxies and dispatcher, if desired. A field 140 indicates the status is unused in the request header but is used in the response header to indicate the success or failure of the requested transaction. More complete error data will be included in the specific error message returned. The status field 140 is included to maintain consistency between requests and replies. As shown in
It should be understood that the application server proxies can either reside on the dispatcher server 26 itself, or, preferably, can be resident on the middle-tier application servers 40, i.e., the dispatcher front end code can locate proxies resident on other servers.
As mentioned, the proxy validation process includes parsing incoming requests, analyzing them, and confirming that they may include validly formatted messages for the service with acceptable parameters. If necessary, the message is translated into an underlying message or networking protocol. If no errors are found, the proxy then manages the communication with the middle-tier server to actually get the request serviced. The application proxy supports application specific translation and communication with the back-end application server for both the Web Server lava applet originated) messages and application server messages.
Particularly, in performing the verification, translation and communication functions, the Report Manager server, the Report Scheduler server and Inbox server proxies each employ front end proxy C++ objects and components. For instance, a utils.c program and a C++ components library, is provided for implementing general functions/objects. Various C++ parser objects are invoked which are part of an object class used as a repository for the RM metadata and parses the string it receives. The class has a build member function which reads the string which includes the data to store. After a message is received, the parser object is created in the RMDispatcher.c object which is a file which includes the business logic for handling metadata messages at the back-end. It uses the services of an RMParser class. Upon determining that the client has sent a valid message, the appropriate member function is invoked to service the request. Invocation occurs in MCIRMServerSocket.C when an incoming message is received and is determined not to be a talarian message. RMSErverSocket.c is a class implementing the message management feature in the Report Manager server. Public inheritance is from MCIServerSocket in order to create a specific instance of this object. This object is created in the main loop and is called when a message needs to be sent and received; a Socket.c class implementing client type sockets under Unix using, e.g., TCP/IP or TCP/UDP. Socket.C is inherited by ClientSocket.C:: Socket(theSocketType, thePortNum) and ServerSocket.C:: Socket(theSocketType, thePortNum) when ClientSocket or ServerSocket is created. A ServerSocket.c class implements client type sockets under Unix using either TCP/IP or TCP/UDP. ServerSocket.C is inherited by RMServerSocket when RMServerSocket is created. An InboxParser.c class used as a repository for the RM Metadata. The class' “build” member function reads the string which includes the data to store and the class parses the string it receives. After a message has been received, the MCIInboxParser object is created in inboxutl.c which is a file which includes the functions which process the Inbox requests, i.e, Add, Delete, List, Fetch and Update. Additional objects/classes include: Environ.c which provides access to a UNIX environment; Process.c which provides a mechanism to spawn slave processes in the UNIX environment; Daemon.c for enabling a process to become a daemon; Exception.c for exception handling in C++ programs; and, RMlog.c for facilitating RM logging. In addition, custom ESQL code for RM/database interface is provided which includes the ESQC C interface (Informix) stored procedures for performing the ARD, DRD, DUR, URS, GRD, CRD, and GPL messages. The functions call the stored procedures according to the message, and the response is built inside the functions depending on the returned values of the stored procedures. A mainsql.c program provides the ESQL C interface for messages from the report manager and report viewer.
Outgoing (server-to-client) communications follow the reverse route, i.e., the proxies feed responses to the decode/dispatcher server 26 and communicate them to the DMZ Web servers 24 over the socket connection. The Web servers 26 will forward the information to the client 10 using SSL. The logical message format returned to the client from the middle tier service is shown as follows:
∥TCP/IP∥encryption∥http∥web response∥dispatcher response∥proxy-specific response∥
where “∥” separates a logical protocol level, and protocols nested from left to right.
While the invention has been particularly shown and described with respect to preferred embodiments thereof, it will be understood by those skilled in the art that the foregoing and other changes in form and details may be made therein without departing from the spirit and scope of the invention.
This application is a continuation of application Ser. No. 11/134,943, filed May 23, 2005, now U.S. Pat. No. 7,814,533 issued on Oct. 12, 2010, which is a continuation of application Ser. No. 10/621,800, filed Jul. 18, 2003, now U.S. Pat. No. 6,968,571 issued on Nov. 22, 2005, which is a continuation of application Ser. No. 09/159,514, filed Sep. 24, 1998, now U.S. Pat. No. 6,598,167 issued on Jul. 22, 2003, which claims the benefit of the earlier filing date under 35 U.S.C. §119(e) of, U.S. Provisional Patent Application Ser. No. 60/060,655 filed Sep. 26, 1997; the entireties of which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
4160129 | Peyser et al. | Jul 1979 | A |
4345315 | Cadotte et al. | Aug 1982 | A |
4608455 | McNair | Aug 1986 | A |
4713761 | Sharpe et al. | Dec 1987 | A |
4727243 | Savar | Feb 1988 | A |
4768190 | Giancarlo | Aug 1988 | A |
4817050 | Komatsu et al. | Mar 1989 | A |
4823373 | Takahashi et al. | Apr 1989 | A |
4893248 | Pitts et al. | Jan 1990 | A |
4972504 | Daniel, Jr. et al. | Nov 1990 | A |
5041972 | Frost | Aug 1991 | A |
5075771 | Hashimoto | Dec 1991 | A |
5088052 | Spielman et al. | Feb 1992 | A |
5131020 | Liebesny et al. | Jul 1992 | A |
5136707 | Block et al. | Aug 1992 | A |
5208908 | Harrison et al. | May 1993 | A |
5223699 | Flynn et al. | Jun 1993 | A |
5228076 | Hopner et al. | Jul 1993 | A |
5245533 | Marshall | Sep 1993 | A |
5262760 | Iwamura et al. | Nov 1993 | A |
5285494 | Sprecher et al. | Feb 1994 | A |
5287270 | Hardy et al. | Feb 1994 | A |
5313598 | Yamakawa | May 1994 | A |
5315093 | Stewart | May 1994 | A |
5325290 | Cauffman et al. | Jun 1994 | A |
5327486 | Wolff et al. | Jul 1994 | A |
5361259 | Hunt et al. | Nov 1994 | A |
5369571 | Metts | Nov 1994 | A |
5452446 | Johnson | Sep 1995 | A |
5475836 | Harris et al. | Dec 1995 | A |
5481542 | Logston et al. | Jan 1996 | A |
5483596 | Rosenow et al. | Jan 1996 | A |
5490060 | Malec et al. | Feb 1996 | A |
5491779 | Bezjian | Feb 1996 | A |
5491796 | Wanderer et al. | Feb 1996 | A |
5506893 | Buscher et al. | Apr 1996 | A |
5526257 | Lerner | Jun 1996 | A |
5530744 | Charalambous et al. | Jun 1996 | A |
5533108 | Harris et al. | Jul 1996 | A |
5537611 | Rajagopal et al. | Jul 1996 | A |
5539734 | Burwell et al. | Jul 1996 | A |
5548726 | Pettus | Aug 1996 | A |
5551025 | O'Reilly et al. | Aug 1996 | A |
5555290 | McLeod et al. | Sep 1996 | A |
5557668 | Brady | Sep 1996 | A |
5563805 | Arbuckle et al. | Oct 1996 | A |
5566351 | Crittenden et al. | Oct 1996 | A |
5586260 | Hu | Dec 1996 | A |
5602918 | Chen et al. | Feb 1997 | A |
5610915 | Elliott et al. | Mar 1997 | A |
5621727 | Vaudreuil | Apr 1997 | A |
5623601 | Vu | Apr 1997 | A |
5630066 | Gosling | May 1997 | A |
5633922 | August et al. | May 1997 | A |
5649182 | Reitz | Jul 1997 | A |
5650994 | Daley | Jul 1997 | A |
5659601 | Cheslog | Aug 1997 | A |
5666481 | Lewis | Sep 1997 | A |
5671354 | Ito et al. | Sep 1997 | A |
5689645 | Schettler et al. | Nov 1997 | A |
5692030 | Teglovic | Nov 1997 | A |
5692181 | Anand et al. | Nov 1997 | A |
5694546 | Reisman | Dec 1997 | A |
5696906 | Peters et al. | Dec 1997 | A |
5699403 | Ronnen | Dec 1997 | A |
5699528 | Hogan | Dec 1997 | A |
5706502 | Foley et al. | Jan 1998 | A |
5708780 | Levergood et al. | Jan 1998 | A |
5710882 | Svennevik et al. | Jan 1998 | A |
5710900 | Anand et al. | Jan 1998 | A |
5721903 | Anand et al. | Feb 1998 | A |
5721908 | Lagarde et al. | Feb 1998 | A |
5721913 | Ackroff et al. | Feb 1998 | A |
5727129 | Barrett et al. | Mar 1998 | A |
5734709 | DeWitt et al. | Mar 1998 | A |
5734831 | Sanders | Mar 1998 | A |
5734837 | Flores et al. | Mar 1998 | A |
5742762 | Scholl et al. | Apr 1998 | A |
5742763 | Jones | Apr 1998 | A |
5742768 | Gennaro et al. | Apr 1998 | A |
5742905 | Pepe et al. | Apr 1998 | A |
5745754 | Lagarde et al. | Apr 1998 | A |
5751914 | Coley et al. | May 1998 | A |
5754830 | Butts et al. | May 1998 | A |
5757900 | Nagel et al. | May 1998 | A |
5764639 | Staples et al. | Jun 1998 | A |
5764756 | Onweller | Jun 1998 | A |
5768501 | Lewis | Jun 1998 | A |
5774660 | Brendel et al. | Jun 1998 | A |
5774670 | Montulli | Jun 1998 | A |
5778178 | Arunachalam | Jul 1998 | A |
5778377 | Marlin et al. | Jul 1998 | A |
5781550 | Templin et al. | Jul 1998 | A |
5781632 | Odom | Jul 1998 | A |
5787160 | Chaney et al. | Jul 1998 | A |
5787412 | Bosch et al. | Jul 1998 | A |
5790780 | Brichta et al. | Aug 1998 | A |
5790789 | Suarez | Aug 1998 | A |
5790797 | Shimada et al. | Aug 1998 | A |
5790809 | Holmes | Aug 1998 | A |
5793694 | Akiba et al. | Aug 1998 | A |
5793762 | Penners et al. | Aug 1998 | A |
5793964 | Rogers et al. | Aug 1998 | A |
5796393 | MacNaughton et al. | Aug 1998 | A |
5799154 | Kuriyan | Aug 1998 | A |
5802320 | Baehr et al. | Sep 1998 | A |
5805803 | Birrell et al. | Sep 1998 | A |
5812533 | Cox et al. | Sep 1998 | A |
5812654 | Anderson et al. | Sep 1998 | A |
5812750 | Dev et al. | Sep 1998 | A |
5815080 | Taguchi | Sep 1998 | A |
5815665 | Teper et al. | Sep 1998 | A |
5819225 | Eastwood et al. | Oct 1998 | A |
5819271 | Mahoney et al. | Oct 1998 | A |
5825769 | O'Reilly et al. | Oct 1998 | A |
5825890 | Elgamal et al. | Oct 1998 | A |
5826029 | Gore, Jr. et al. | Oct 1998 | A |
5826269 | Hussey | Oct 1998 | A |
5832496 | Anand et al. | Nov 1998 | A |
5832519 | Bowen et al. | Nov 1998 | A |
5835084 | Bailey et al. | Nov 1998 | A |
5844084 | Guegler et al. | Dec 1998 | A |
5844896 | Marks et al. | Dec 1998 | A |
5845067 | Porter et al. | Dec 1998 | A |
5845267 | Ronen | Dec 1998 | A |
5848233 | Radia et al. | Dec 1998 | A |
5848396 | Gerace | Dec 1998 | A |
5848399 | Burke | Dec 1998 | A |
5850517 | Verkler et al. | Dec 1998 | A |
5852810 | Sotiroff et al. | Dec 1998 | A |
5852812 | Reeder | Dec 1998 | A |
5860066 | Rouse | Jan 1999 | A |
5862325 | Reed et al. | Jan 1999 | A |
5867495 | Elliott et al. | Feb 1999 | A |
5870558 | Branton et al. | Feb 1999 | A |
5870746 | Knutson et al. | Feb 1999 | A |
5875236 | Jankowitz et al. | Feb 1999 | A |
5875296 | Shi et al. | Feb 1999 | A |
5877759 | Bauer | Mar 1999 | A |
5881237 | Schwaller et al. | Mar 1999 | A |
5883948 | Dunn | Mar 1999 | A |
5884032 | Bateman et al. | Mar 1999 | A |
5884312 | Dustan et al. | Mar 1999 | A |
5892900 | Ginter et al. | Apr 1999 | A |
5905719 | Arnold et al. | May 1999 | A |
5907681 | Bates et al. | May 1999 | A |
5909679 | Hall | Jun 1999 | A |
5909682 | Cowan et al. | Jun 1999 | A |
5915001 | Uppaluru | Jun 1999 | A |
5920542 | Henderson | Jul 1999 | A |
5923016 | Fredregill et al. | Jul 1999 | A |
5923756 | Shambroom | Jul 1999 | A |
5930764 | Melchione et al. | Jul 1999 | A |
5930804 | Yu et al. | Jul 1999 | A |
5933142 | LaStrange et al. | Aug 1999 | A |
5937165 | Schwaller et al. | Aug 1999 | A |
5938729 | Cote et al. | Aug 1999 | A |
5949976 | Chappelle | Sep 1999 | A |
5953389 | Pruett et al. | Sep 1999 | A |
5956714 | Condon | Sep 1999 | A |
5958016 | Chang et al. | Sep 1999 | A |
5960411 | Hartman et al. | Sep 1999 | A |
5961602 | Thompson et al. | Oct 1999 | A |
5963925 | Kolling et al. | Oct 1999 | A |
5966695 | Melchione et al. | Oct 1999 | A |
5970467 | Alavi | Oct 1999 | A |
5974396 | Anderson et al. | Oct 1999 | A |
5974441 | Rogers et al. | Oct 1999 | A |
5982864 | Jagadish et al. | Nov 1999 | A |
5982891 | Ginter et al. | Nov 1999 | A |
5983350 | Minear et al. | Nov 1999 | A |
5987134 | Shin et al. | Nov 1999 | A |
5987523 | Hind et al. | Nov 1999 | A |
5991733 | Aleia et al. | Nov 1999 | A |
5991746 | Wang | Nov 1999 | A |
5991806 | McHann | Nov 1999 | A |
5995948 | Whitford et al. | Nov 1999 | A |
5999525 | Krishnaswamy et al. | Dec 1999 | A |
5999965 | Kelly | Dec 1999 | A |
5999972 | Gish | Dec 1999 | A |
5999973 | Glitho et al. | Dec 1999 | A |
6003079 | Friedrich et al. | Dec 1999 | A |
6006265 | Rangan et al. | Dec 1999 | A |
6011844 | Uppaluru et al. | Jan 2000 | A |
6012090 | Chung et al. | Jan 2000 | A |
6014647 | Nizzari et al. | Jan 2000 | A |
6014702 | King et al. | Jan 2000 | A |
6018768 | Ullman et al. | Jan 2000 | A |
6021409 | Burrows | Feb 2000 | A |
6023762 | Dean et al. | Feb 2000 | A |
6029182 | Nehab et al. | Feb 2000 | A |
6031904 | An et al. | Feb 2000 | A |
6032132 | Nelson | Feb 2000 | A |
6032184 | Cogger et al. | Feb 2000 | A |
6041325 | Shah et al. | Mar 2000 | A |
6041357 | Kunzelman et al. | Mar 2000 | A |
6044144 | Becker et al. | Mar 2000 | A |
6044362 | Neely | Mar 2000 | A |
6049602 | Foladare et al. | Apr 2000 | A |
6049786 | Smorodinsky | Apr 2000 | A |
6049789 | Frison et al. | Apr 2000 | A |
6052450 | Allison et al. | Apr 2000 | A |
6058170 | Jagadish et al. | May 2000 | A |
6058381 | Nelson | May 2000 | A |
6064667 | Gisby et al. | May 2000 | A |
6065002 | Knotts et al. | May 2000 | A |
6065059 | Shieh et al. | May 2000 | A |
6065116 | Isaacson et al. | May 2000 | A |
6072493 | Driskell et al. | Jun 2000 | A |
6073105 | Sutcliffe et al. | Jun 2000 | A |
6073122 | Wool | Jun 2000 | A |
6073241 | Rosenberg et al. | Jun 2000 | A |
6078891 | Riordan et al. | Jun 2000 | A |
6078924 | Ainsbury et al. | Jun 2000 | A |
6084953 | Bardenheuer et al. | Jul 2000 | A |
6085171 | Leonard | Jul 2000 | A |
6085190 | Sakata | Jul 2000 | A |
6088451 | He et al. | Jul 2000 | A |
6088796 | Cianfrocca et al. | Jul 2000 | A |
6091808 | Wood et al. | Jul 2000 | A |
6094655 | Rogers et al. | Jul 2000 | A |
6104704 | Buhler et al. | Aug 2000 | A |
6104716 | Crichton et al. | Aug 2000 | A |
6105131 | Carroll | Aug 2000 | A |
6108700 | Maccabee et al. | Aug 2000 | A |
6108782 | Fletcher et al. | Aug 2000 | A |
6112238 | Boyd et al. | Aug 2000 | A |
6112242 | Jois et al. | Aug 2000 | A |
6115040 | Bladow et al. | Sep 2000 | A |
6115458 | Taskett | Sep 2000 | A |
6115693 | McDonough et al. | Sep 2000 | A |
6115737 | Ely et al. | Sep 2000 | A |
6118780 | Dunn et al. | Sep 2000 | A |
6119109 | Muratani et al. | Sep 2000 | A |
6122258 | Brown | Sep 2000 | A |
6122624 | Tetro et al. | Sep 2000 | A |
6128624 | Papierniak et al. | Oct 2000 | A |
6130933 | Miloslavsky | Oct 2000 | A |
6131095 | Low et al. | Oct 2000 | A |
6131116 | Riggins et al. | Oct 2000 | A |
6134549 | Regnier et al. | Oct 2000 | A |
6134584 | Chang et al. | Oct 2000 | A |
6137869 | Voit et al. | Oct 2000 | A |
6144727 | Mashinsky | Nov 2000 | A |
6145001 | Scholl et al. | Nov 2000 | A |
6154744 | Kenner et al. | Nov 2000 | A |
6161102 | Yanagihara et al. | Dec 2000 | A |
6161126 | Wies et al. | Dec 2000 | A |
6161128 | Smyk | Dec 2000 | A |
6163597 | Voit | Dec 2000 | A |
6173311 | Hassett et al. | Jan 2001 | B1 |
6182113 | Narayanaswami | Jan 2001 | B1 |
6205456 | Nakao | Mar 2001 | B1 |
6212506 | Shah et al. | Apr 2001 | B1 |
6212546 | Starkovich et al. | Apr 2001 | B1 |
6212558 | Antur et al. | Apr 2001 | B1 |
6240450 | Sharples et al. | May 2001 | B1 |
6253239 | Shklar et al. | Jun 2001 | B1 |
6275490 | Mattaway et al. | Aug 2001 | B1 |
6282281 | Low | Aug 2001 | B1 |
6286050 | Pullen et al. | Sep 2001 | B1 |
6292481 | Voit et al. | Sep 2001 | B1 |
6295551 | Roberts et al. | Sep 2001 | B1 |
6335858 | Vasechkin et al. | Jan 2002 | B1 |
6337858 | Petty et al. | Jan 2002 | B1 |
6377993 | Brandt et al. | Apr 2002 | B1 |
6411684 | Cohn et al. | Jun 2002 | B1 |
6587836 | Ahlberg et al. | Jul 2003 | B1 |
6587867 | Miller et al. | Jul 2003 | B1 |
6597685 | Miloslavsky et al. | Jul 2003 | B2 |
6598167 | Devine et al. | Jul 2003 | B2 |
6606708 | Devine et al. | Aug 2003 | B1 |
6615258 | Barry et al. | Sep 2003 | B1 |
6631402 | Devine et al. | Oct 2003 | B1 |
6683870 | Archer | Jan 2004 | B1 |
6715080 | Starkovich et al. | Mar 2004 | B1 |
6760844 | McCarthy et al. | Jul 2004 | B1 |
6763376 | Devine et al. | Jul 2004 | B1 |
6782425 | Germscheid et al. | Aug 2004 | B1 |
6839708 | Boydstun et al. | Jan 2005 | B1 |
6874090 | See et al. | Mar 2005 | B2 |
6968571 | Devine et al. | Nov 2005 | B2 |
6978461 | Shapiro et al. | Dec 2005 | B2 |
7114083 | Devine et al. | Sep 2006 | B2 |
7437732 | Boydstun et al. | Oct 2008 | B1 |
7814533 | Devine et al. | Oct 2010 | B2 |
20010001014 | Akins et al. | May 2001 | A1 |
20010003828 | Peterson et al. | Jun 2001 | A1 |
20030041263 | Devine et al. | Feb 2003 | A1 |
20040139178 | Mendez et al. | Jul 2004 | A1 |
20060156418 | Polozoff | Jul 2006 | A1 |
20070169116 | Gujarathi et al. | Jul 2007 | A1 |
Number | Date | Country |
---|---|---|
0809387 | Nov 1997 | EP |
0747841 | Dec 1996 | JP |
9064870 | Mar 1997 | JP |
WO-9711443 | Mar 1997 | WO |
WO-9716911 | May 1997 | WO |
WO-9718515 | May 1997 | WO |
WO-9819472 | May 1998 | WO |
WO-9723988 | Jun 1998 | WO |
WO-9901826 | Jan 1999 | WO |
WO-9901876 | Jan 1999 | WO |
WO-0011573 | Mar 2000 | WO |
WO-0013375 | Mar 2000 | WO |
Entry |
---|
“Basic HTTPas defined in 1992,” http://www.w3.org/Http/HTTP2.html, 1992, TimBL, 1992. |
“Description” -definition 1a: Meriam-Webster Collegiate Dictionary, Tenth Edition, p. 312. no date provided. |
Derfler, Frank J., et al “How Networks Work”, Derfler, Frank J. et al. How Networks Work, Bestseller Ed., Ziff-Davis Press, 1996. |
Rose, Caroline, “Inside Macintosh: vols. I, II, and III”, Rose, Caroline, Inside Macintosh: vols. I, II, and III, Addison-Wesley Publishing Company, Inc., Redding, MA, Nov. 1985. |
White, Ron, “How Computers Work”, White, Ron, How Computers Work, 4th Ed., Que Corporation. 1998. |
“McAfee's New ‘Self-Service’ Help Desk Web Suite Makes PCs Help Desk-Ready”, Newswire Association Inc., Oct. 13, 1997. |
“Release Note for NetFlow FlowCollector Release 2.0,” © Jul, 1998 and “Release Note for NetFlow FlowCollector Release 1.0 ” 201 Sep. 1997. |
Sixth International Conference on Network Protocols, IEEE, Technical Communication Services, Oct. 13-16, 1998, Table of Contents. |
“Transform User Data Into Revenue”, HP Smart Internet, “Transform User Data Into Revenue”, Copyright Hewlett-Packard Company, 1999. |
Edwards, “The Electronic Commerce Juggernaut”, Communication News, Nokomis, Sep. 1997, vol. 34, Issue 9, extracted from http://proquest.umi.com on Internet on Feb. 28, 2002., Edwards, Morris, “The Electronic Commerce Juggernaut”. |
He, “Internet Traffic Control and Management Architecture”, IEEE, Oct, 22-24, 1998, pp. s46-03-1-s46-03-5. |
Inoue, et al., “Secure Mobile IP Using Security Primitives”, Inoue at al., “Secure Mobile IP Using Security Primitives”, IEEE 1997. |
Low, “Integrating Communication Services”, IEEE Communication Magazine, Jun. 1997, pp, 164-169. |
Niemeyer, “Using Web Technologies in Two MLS Environments: A Security Analysis”, IEEE, pp. 205-214, 1997. |
Quadri, et al., “Internet Usage Platform”, Hewlett-Packard and Cisco Systems, White Paper., downloaded from: http://www.hp.com/united-states/business/nsp/usage/infolibrary/whitepapers/usageplatformwp.pdf on Apr. 24, 2012. |
Shklar, et al., “MetaMagic: Generating Virtual Web Sites Through Data Modeling”, Through Data Modeling, http://www.scope.gmd.de/info/www6/posters/714/poster714.html., 1997. |
Storm, “Control Everything”, Network World, Aug. 20, 2001, 18, 34; pp. 39-41., pp. 39-41. |
“Cryptography and the Internet,” Cryptography provides the most promising avenue for security on the Internet. What is it and how does it work?, www.echonyc.com/˜ysue/crypt.html., Dec. 16, 1995, 1 page. |
“HP and Cisco Deliver Internet Usage Platform and Billing and Analysis Solutions,” Cisco Press Release, Apr. 28th, 1998, 2 pages. |
“New software platform enhances network management capabilities; MCI ServiceView(sm) Offers Greater Cost Savings, Increased Flexibility,” Business Wire, Sep. 28, 1995, 2 pages. |
“Transform User Data into Competitive Advantage,”, HP Smart Internet, Usage Analysis Solution, www.hp.com/smartinternet, Copyright Hewlett-Packard Company 1999, 2 pages. |
Biggs, “Help for the Web enhances customer support, reduces help desk load,” InfoWorld, Jun. 16, 1997, vol. 19, No. 24, 2 pages. |
Burch, “AT&T, MCI to Release New Management Tools,” Network World, Jan. 17, 1994, p. 19. |
Kenney, “American Management Systems Launches Internet-Based Customer Care and Billing Tool for Telecom Firms,” PR Newswire, Oct. 9, 1996, 2 pages. |
Lee, et al, “Supporting Multi-User, Multi-Applet Workspaces in CBE,” in Proc. of the Sixth ACM Conference on Computer-Supported Cooperative Work, 1996, 10 pages. |
Tanenbaum, “Computer Networks,” Third Edition, Vrije Universiteit, Prentice Hall, 1996, 5 pages. |
“Call Accounting Products,” Teleconnect, vol. 15, No. 3, 22 pages, Mar. 1997. |
“Capturing the Usage Billing Advantage,” Policy and Regulatory Summit Session No. Pol 9 Infrastructureinvestment, http://www.hp.com/communications/usage/infolibrary/whitepapers/dsforum—print.html, Hewlett-Packard, seven pages, Jan. 2, 2002. |
“Carriers Improve Net Management Services,” Communications Week, p. 74, May 2, 1994. |
“Inforonics Offers Controlled Access to Web Meteorology Database, Launches ASCE Site,” Information Today, vol. 14, Issue 4, pp. 53-54, Apr. 1997. |
“Microsoft Computer Dictionary,” Microsoft Press, Third Edition, Copyright 1997. |
“Netscape 2.0 Beta, Hip or Hype?,” www.plant.net.au/innovations/20beta.html, Planet Internet, four pages, Oct. 23, 1995. |
“Stac Unveils Windows NT 4.0 and Web Browser Support in New ReachOut 7,” Stac, Inc., Press Release, two pages, Feb. 10, 1997. |
“Transforming Internet Services Into Revenue, HP/Cisco,” Hewlett-Packard Company, five pages, Copyright 1998. |
“User's Guide: Microsoft Access, Relational Database Management System for Windows, Version 2.0,” Microsoft Corporation, Document No. DB53728-0694, 12 pages, Copyright 1994. |
“X11R6.3 (Broadway) Overview,” The Open Group, http//www.opengroup.org/tech/desktop/x/broadway.htm, three pages, Copyright 1997. |
Deixler, “Call Accounting Update,” Teleconnect, vol. 15, No. 10, 15 pages, Oct. 1997. |
Deixler, “Micro-Ters Microcap for Windows95/NT,” Teleconnect, vol. 15, No. 12, 2 pages, Dec. 1997. |
Jainschigg, “Billing confirmed: this easy-to-use box turns guest calls into revenue,” Teleconnect, vol. 12, No. 9, three pages, Sep. 1994. |
Markovich, “WAN Service Level Management Could Keep Your Feet Out of the Fire, Ensure Carrier Diligence,” Network World, vol. 14, Issue 27, two pages, Jul. 7, 1997. |
Morgan, “When Used Right, Internet Can Be Effective Marketing Tool,” Madison Capital Times, three pages, Nov. 8, 1996. |
Porter, “MCI Offers Tracking System: Direct Dispatch Lets Users Eye Problems Remotely,” Service News, p. 17, Apr. 1994. |
Tanenbaum, “Computer Networks, The Network Layer,” Chapter 5, Third Edition, Prentice Hall, pp. 410-412, Copyright 1996. |
Torode, “Help-Desk Market Seeks Suite Success,” Computer Reseller News, p. 49, Jan. 5, 1998. |
Yager, “Mixed Messages,” UNIX Review, vol. 16, No. 2, six pages, Feb. 1998. |
Zwicky, et al., “Building Internet Firewalls,”O'Reilly & Associates p. 58, Copyright 1995. |
“Call Accounting Products”, Teleconnect, vol. 15, No. 3, Mar. 1997, p. 89. |
“Capturing the Usuage Billing Advantage,” HP Event, http://www.hp.com/communications/usage/infolibrary/whitepapers/dsforum—.html16, Hewlett-Packard, Copyright 1994-2001. |
“Carriers Improve Net Management Services,” Communications Week, May 2, 1994, p. 74. |
“Inforonics Offers Controlled Access to Web Meteorology Database, Launches ASCE Site,” Information Today, vol. 14, Issue, Apr. 1, 1997, pp. 2 and 53. |
“Microsoft Computer Dictionary,” Microsoft Press, Third Edition, Sep. 1, 1997. |
“Netscape 2.0 Beta Hip or Hype or Hype,” www.plant.net.au/innovations/20beta.html, Planet Internet, 1995. |
“Transforming Internet Services, Into Revenue,” HP/Cisco Internet Usage Platform, Hewlett-Packard, Copyright 1998. |
“User's Guide: Microsoft Access”, Microsoft Corporation, 1994, pp. 378, 594, 630-632. |
“XIIR6.3 (Broadway) Overview,” http://www.x.org/board-way.htm, no date provided. |
Clow, “Stac Unveils Windows NT 4.0 and Web Browser Support in New ReachOut 7,” http://www.stac.com/news/pressrel/pr ro7 unveil.html, no date provided. |
Deixler, “Call Accounting Update,” Teleconnect, vol. 15, No. 10, Oct. 1997, p. 87. |
Deixler, “Micro-Tel's Microcall for Windows98/NT,” Teleconnect, vol. 15, No. 12, Dec. 1997, p. 35. |
Jainschigg, “Billing confirmed: this easy-to-use box turns guest calls into revenue”, Teleconnect, vol. 12, No. 9, p. 29, no date provided. |
Markovich, WAN service leval management could keep your feet out of the fire, ensure carrier diligence, Network World, vol. 14 Issue 27, Jul. 7, 1997, p. 43. |
Morgan, “When Used Right, Internet can be Effective Marketing Tool,” Madison Capital Times, Nov. 8, 1996. |
Porter, “MCI offers tracking system: Direct Dispatch lets users eye problems remotely” Service News, Apr. 1994, p. 17. |
Rosen, “BPCS Steps Into New Millennium,” Midrange Systems, Spring House, May 10, 1996. |
Tanenbaum, “Computer Networks” 2nd Edition, Prentice Hall, Aug. 19, 2002, pp. 410-412. |
Torode, “Help-desk market seeks suite success,” Computer Reseller News, Jan. 5, 1998. page 49. |
Vizard, et al., “MCI to pilot convergence billing service”, InfoWorld, Vol, 18 Issue 37, Sep. 9, 1996, p. 3. |
Yager, “Mixed Messages” UNIX Review, vol. 16, No. 2, Feb. 1998, 2 pages. |
Zwicky, et al, “Building Internet Firewalls”, O'Reilly & Associates 2nd Edition, Nov. 1995, p. 58. |
Number | Date | Country | |
---|---|---|---|
20100024012 A1 | Jan 2010 | US |
Number | Date | Country | |
---|---|---|---|
60060655 | Sep 1997 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11134943 | May 2005 | US |
Child | 12570868 | US | |
Parent | 10621800 | Jul 2003 | US |
Child | 11134943 | US | |
Parent | 09159514 | Sep 1998 | US |
Child | 10621800 | US |