SERVER RESOURCE MANAGEMENT, ANALYSIS, AND INTRUSION NEGATION
A console host and intrusion negation system (CHAINS) includes a host component and a console component. The host component monitors resources at a server. Resources that are becoming overloaded can be throttled back. Reports relating to resource usage may be transmitted to the console component. At the console component, resource reports from multiple host components may be viewed and managed.
Latest VERIZON PATENT AND LICENSING, INC. Patents:
- SYSTEMS AND METHODS FOR MULTI-DESTINATION CONTRACTION HIERARCHY PATH SEARCH
- SYSTEMS AND METHODS FOR BYPASSING SERVICE CONTINUITY GATEWAYS BASED ON ROAMING
- SYSTEMS AND METHODS FOR NETWORK SCHEDULING THAT PRIORITIZES GAMING TRAFFIC FOR USER EQUIPMENTS ASSOCIATED WITH NETWORK SLICING
- Providing a location as a service
- Unmanned aerial vehicle detection, slice assignment and beam management
This application is a continuation of U.S. patent application Ser. No. 10/290,961, filed Nov. 8, 2002, the entirety of which is incorporated herein by reference.
BACKGROUND OF THE INVENTIONA. Field of the Invention
The present invention relates generally to computer networks, and more particularly, to resource management of server computers in a public network, such as the Internet.
B. Description of Related Art
Network computer servers, such as computers that transmit HTML (HyperText Markup Language) documents to client computing devices on the Internet, may interact and receive data requests from many different end-users. It is frequently important that these computer servers maintain high levels of uptime. For example, if a server for an e-commerce site fails to respond to user requests, the site may lose sales.
There are many reasons why a server, or a group of servers, may fail. For example, the server may experience software or hardware errors that cause the server to fail. Additionally, the server may experience resource-related problems, such as too many users trying to simultaneously communicate with the server. Such resource-related problems can be “natural” resource problems in which too many bona fide users are trying to access the system simultaneously or malicious problems such as denial of service (DoS) or distributed denial of service (DDoS) attacks. In a DoS or DDoS attack, a compromised system or a multitude of compromised systems flood a server with incoming messages in an attempt to overwhelm the available server resources. Legitimate users of the server may then be denied service by the server due to the overload of its resources.
Accordingly, server system availability is an important concern for network servers, such as Internet servers. Conventional hardware solutions, such as clustering and failover, offer some assurances in this area by offering more resources to the users. However, these solutions can fail when faced with automated DoS and DDoS attacks that simply keep taking resources.
Accordingly, there is a need in the art to improve resource management in the face of attacks on system resources.
SUMMARY OF THE INVENTIONSystems and methods consistent with the principles of this invention implement a console host intrusion negation system (CHAINS) that monitors selected resources on one or more computer servers and throttles back resource usage when a server resource is overburdened.
A method consistent with an aspect of the invention includes monitoring resources associated with a network server and comparing activity levels of the resources to predetermined threshold activity levels. The method further includes reducing usage of one of the resources when the activity level associated with the resource increases above the predetermined threshold activity level.
A second aspect consistent with the invention is directed to a computer server that includes a processor, a communication interface, and a memory containing instructions. The instructions, when executed by the processor, cause the processor to monitor a usage level of the processor, the communication interface, and the memory. The instructions additionally compare the usage level of the communication interface to a first threshold and throttle back a number of active network connections when the usage level of the communication interface is greater than the first threshold; compare the usage level of the memory to a second threshold and shut down inactive processes when the usage level of the memory is above the second threshold; and compare the usage level of the processor to a third threshold and shut down inactive processes when the usage level of the processor is above the third threshold.
Yet another aspect of the present invention is directed to a system that includes a number of first computing devices and a second computing device. The first computing devices include a host software component configured to monitor resources of the first computing device and throttle back resource usage when resources of the first computing devices are being used above predetermined threshold levels. The second computing device includes a console software component configured to display alerts when the resources of the first computing devices are being used above the predetermined threshold levels.
Yet another aspect consistent with the present invention is directed to a method that includes displaying information relating to resources of remote computers, receiving information defining threshold levels for the resources at the remote computers, and transmitting the information defining the threshold levels for the resources to the remote computers. The remote computers throttle hack resource usage when a resource usage level exceeds the threshold levels.
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate the invention and, together with the description, explain the invention. In the drawings:
The following detailed description of the invention refers to the accompanying drawings. The same reference numbers may be used in different drawings to identify the same or similar elements. Also, the following detailed description does not limit the invention. Instead, the scope of the invention is defined by the appended claims and equivalents of the claim features.
As described below, a console host and intrusion negation system (CHAINS) monitors selected resources on one or more computer servers. Chains may include one or more host software components and a console software component. The host component resides on a server computer and monitors resource usage at the server. If a particular resource is used at a level above a preset threshold, the host component may take remedial action. The remedial action may include, for example, throttling back the resource or notifying a user via the console component.
System OverviewServers 103 may respond to requests for information from end-user computing devices 101. For example, servers 103 may be HTML servers that interact with end-user computing devices 101 through hyper-text transfer protocol (HTTP) sessions to transmit HTML web pages to users. Server 103 may include a cluster of servers, such as the three servers 103A-103C contained in cluster 105. The servers 103A=103C in cluster 105 may include a load-balancing mechanism through which the servers may jointly handle requests from end-user computing devices 101 in such a manner as to balance the distribution of work among the servers in cluster 105.
Processor 220 may include any type of conventional processor or microprocessor that interprets and executes instructions. Main memory 230 may include a random access memory (RAM) or another type of dynamic storage device that stores information and instructions for execution by processor 220. ROM 240 may include a conventional ROM device or another type of static storage device that stores static information and instructions for use by processor 220. Storage device 250 may include a magnetic and/or optical recording medium and its corresponding drive.
Input device 260 may include one or more conventional mechanisms that permit an operator to input information to computing device 103, such as a keyboard, a mouse, a pen, a number pad, a microphone and/or biometric mechanisms, etc. Output device 270 may include one or more conventional mechanisms that output information to the operator, including a display, a printer, speakers, etc. Communication interface 280 may include any transceiver-like mechanism that enables computing device 103 to communicate with other devices and/or systems. For example, communication interface 280 may include mechanisms for communicating with another device or system via a network, such as network 102.
In one implementation, main memory 230 may include computer programming instructions that implement a CHAINS host software component 202 and/or console software component 203. The operation of host component 202 and console component 203 will be described in more detail below.
ChainsHost component 202 maintains a threshold level relating to the activity level of communication interface 280. The threshold level may be set by a user either locally at server 103 or, as will be described in more detail below, from a remote computer running console component 203. The threshold level may be derived manually by the user, or automatically, based on historical activity levels. Host component 202 may check to determine whether the activity level of communication interface 280 is above the threshold (Act 402). If it is, host component 202 may take remedial actions to effectively throttle back the number of active connections (Act 403). Such actions can include closing open connections. For example, host component 202 may first close connections that are open but inactive. If the number of connections is still too high, host component 202 may close connections that the server 103 classifies as lower priority connections. If the number of connections is still too high, host component 202 may begin to randomly close open connections. In addition, while the number of open connections is above the threshold, host component 202 may refuse any new connection requests from end-user computing devices 101.
In addition to checking an activity level of communication interface 280, host component 202 may check usage of memory 230. When memory capacity exceeds a predetermined threshold level (e.g., b 95% of memory 230 is full), host component 202 may take memory-related remedial actions (Acts 405 and 406). These actions may include, for example, shutting down inactive processes (often referred to as zombie processes).
Host component 202 may also check processor usage. When the load on processor 220 is above a predetermined threshold (e.g., 90% of total processor capacity), host component 220 may take remedial actions (Acts 408 and 409). These actions may be similar to the actions taken in Act 406, and may include, for example, shutting down inactive processes or shutting down lower priority processes.
Host component 202 may also check the capacity of storage device 250, such as a hard disk drive(s). When storage device 250 has exceeded a predetermined threshold capacity (e.g., 95% of capacity), host component 220 may again take remedial action, (Acts 411 and 412), such as redirecting future disk write commands to console (i.e., to a monitor) or compressing non-critical files, such as log files.
Host component 202 may alert administrators of the actions taken in Acts 403, 406, 409, and 412 (Act 41.3). The alert may take the form of an e-mail, a pager notice, or a screen alert to an operator. Additionally, host component 202 may transmit an indication of the alert to a remote computer (Act 414). More particularly, consistent with an aspect of the invention, console component 203, residing at the remote computer, may receive the alert. Console component 203 may be configured to receive and monitor alerts from a number of host components 202 running on a number of different servers 103. This aspect of the invention is described in more detail below.
One of ordinary skill in the art will recognize that commands to check processor load, storage device load, and network connection load are well known, and are thus not described in detail herein.
Servers 501 and 502 may be a group of clustered servers that are connected locally or through a local area network to console component 203. Server 503 may be coupled remotely to console component 203 via wide area network 510.
Each of host components 202 may operate to transmit information relating to their generated alerts (see
In addition to merely monitoring and logging resource alerts from host components 202, console component 203 may provide analysis and resource management functions. For example, console component 203 may correlate resource alerts from multiple host components 202. If a number of host components 202 generate similar resource alerts at approximately the same time, this may indicate that a concerted DoS attack is being performed against these computers. Console component 203 may then output information to a user indicating a possible DoS attack.
In some implementations, console component 203 may reallocate resources among servers based on alerts received from host components 202. For example, if host component 202 at server 501 issues a disk resource alert, console component 203 may instruct server 501 to begin using the disk resources of server 502.
CONCLUSIONThe CHAINS components described above operate to ensure that servers do not crash because of issues relating to resource overload. By constantly monitoring resources of various servers and throttling back resource access when the resources of a server are over taxed, the CHAINS component helps to ensure that the server will continue to operate.
Sometimes the best method for preventing attacks such as DoS and DDoS attacks is to prevent the attack from occurring in the first place. By keeping servers under DoS and DDoS attacks from failing, an attacker may give up and move on to a more susceptible target.
The foregoing description of preferred embodiments of the invention provides illustration and description, but is not intended to be exhaustive or to limit the invention to the precise form disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention. Moreover, while a series of acts have been presented with respect to
Certain portions of the invention have been described as software that performs one or more functions. The software may more generally be implemented as any type of logic. This logic may include hardware, such as an application specific integrated circuit or a field programmable gate array, software, or a combination of hardware and software.
No element, act, or instruction used in the description of the present application should be construed as critical or essential to the invention unless explicitly described as such. Also, as used herein, the article “a” is intended to include one or more items. Where only one item is intended, the term “one” or similar language is used.
The scope of the invention is defined by the claims and their equivalents.
Claims
1. A method comprising:
- monitoring, by one or more processors, at least one resource associated with a network server, the at least one resource including a communication interface of the network server, the monitoring the at least one resource including: determining a number of open network connections associated with the communication interface of the network server;
- comparing, by one or more processors, an activity level of the at least one resource to a threshold activity level; and
- reducing, by one or more processors, usage of one resource of the at least one resource when the activity level associated with the one resource increases above the threshold activity level, the reducing the usage of the one resource including: reducing the number of open network connections by closing open network connections based on a priority of the open network connections.
2. The method of claim 1, where the at least one resource includes a random access memory associated with the network server, and
- where monitoring the at least one resource includes determining usage of the random access memory associated with the network server.
3. The method of claim 2, where reducing usage of the one resource includes reducing the usage of the random access memory by shutting down inactive processes.
4. The method of claim 1, where the at least one resource includes a processor of the network server, and
- where monitoring the at least one resource includes determining usage of the processor of the network server.
5. The method of claim 4, where reducing usage of the one resource includes reducing the usage of the processor by shutting down processes with lower priorities than priorities of other processes.
6. The method of claim 1, where the at least one resource includes a hard disk drive associated with the network server, and
- where monitoring the at least one resource includes determining usage of the hard disk drive associated with the network server.
7. The method of claim 6, where reducing usage of the one of the at least one resource includes reducing the usage of the hard disk drive by compressing files.
8. The method of claim 1, further comprising:
- alerting a user when the activity level associated with the one resource increases above the threshold activity level.
9. The method of claim 8, where alerting the user includes transmitting an alert to a remote computer.
10. The method of claim 1, where the threshold activity level is received from a remote computer.
11. The method of claim 1, where reducing usage of the one of the at least one resource further includes refusing to open new network connections.
12. A non-transitory computer-readable medium storing instructions, the instructions comprising:
- one or more instructions that, when executed by one or more processors, cause the one or more processors to:
- monitor at least one resource associated with a network server, the at least one resource including: a communication interface of the network server, the one or more instructions that cause the one or more processors to monitor the at least one resource including one or more instructions that cause one or more processors to determine a number of open network connections associated with the communication interface of the network server;
- compare an activity level of the at least one resource to a threshold activity level; and
- reduce usage of one resource of the at least one resource when the activity level associated with the one resource increases above the threshold activity level, the one or more instructions that cause the one or more processors to reduce the usage of the one resource including: one or more instructions that cause one or more processors to reduce the number of open network connections by closing open network connections based on a priority of the open network connections.
13-18. (canceled)
19. The non-transitory computer-readable medium of claim 12, where the at least one resource includes a random access memory associated with the network server,
- where the one or more instructions that cause the one or more processors to monitor the at least one resource include one or more instructions that cause the one or more processors to determine usage of the random access memory associated with the network server, and
- where the one or more instructions that cause the one or more processors to reduce usage of the one resource include one or more instructions that cause the one or more processors to reduce the usage of the random access memory by shutting down inactive processes.
20. The non-transitory computer-readable medium of claim 12, where the at least one resource includes a processor of the network server,
- where the one or more instructions that cause the one or more processors to monitor the at least one resource include one or more instructions that cause the one or more processors to determine usage of the processor of the network server, and
- where the one or more instructions that cause the one or more processors to reduce usage of the one resource include one or more instructions that cause the one or more processors to reduce the usage of the processor by shutting down processes with lower priorities than priorities of other processes.
21. The non-transitory computer-readable medium of claim 12, where the at least one resource includes a hard disk drive associated with the network server,
- where the one or more instructions that cause the one or more processors to monitor the at least one resource include one or more instructions that cause the one or more processors to determine usage of the hard disk drive associated with the network server, and
- where the one or more instructions that cause the one or more processors to reduce usage of the one resource include one or more instructions that cause the one or more processors to reduce the usage of the hard disk drive by compressing files.
22. The non-transitory computer-readable medium of claim 12, where the instructions further include one or more instructions that cause the one or more processors to alert a user when the activity level associated with the one resource increases above the threshold activity level.
23. A system comprising:
- one or more processors to: monitor at least one resource associated with a network server, the at least one resource including a communication interface of the network server, when monitoring the at least one resource, the one or more processors being to: determine a number of open network connections using the communication interface of the network server; compare an activity level of the at least one resource to a threshold activity level; and reduce usage of one resource of the at least one resource when the activity level associated with the one resource increases above the threshold activity level, when reducing the usage of the one resource, the one or more processors being to: reduce the number of open network connections by closing open network connections based on a priority of the open network connections.
24. The system of claim 23, where the at least one resource includes a random access memory associated with the network server,
- where, when monitoring the at least one resource, the one or more processors are to determine usage of the random access memory associated with the network server, and
- where, when reducing usage of the one resource, the one or more processors are to reduce the usage of the random access memory by shutting down inactive processes.
25. The system of claim 23, where the at least one resource includes a processor of the network server,
- where, when monitoring the at least one resource, the one or more processors are to determine usage of the processor of the network server, and
- where, when reducing usage of the one resource, the one or more processors are to reduce the usage of the processor by shutting down processes with lower priorities than priorities of other processes.
26. The system of claim 23, where the at least one resource includes a hard disk drive associated with the network server,
- where, when monitoring the at least one resource, the one or more processors are to determine usage of the hard disk drive associated with the network server, and
- where, when reducing usage of the one resource, the one or more processors are to reduce the usage of the hard disk drive by compressing files.
Type: Application
Filed: Mar 8, 2013
Publication Date: Jul 25, 2013
Patent Grant number: 8763119
Applicant: VERIZON PATENT AND LICENSING, INC. (Basking Ridge, NJ)
Inventor: VERIZON PATENT AND LICENSING, INC. (Basking Ridge, NJ)
Application Number: 13/790,198
International Classification: H04L 12/26 (20060101);