Skip to content

abinash124/ClientRequestHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClientRequestHandler

This is simple approach to solve DDoS.

What is DDoS?

DDoS is Distributed Denial of Service attack where the hacker tries to make the resources unavailable to the intended users by making excessive unnecessary request to the server. A DoS or DDoS attack is analogous to a group of people crowding the entry door of a shop, making it hard for legitimate customers to enter, disrupting trade.(Wiki)

Installatiion

Have a working Java in your computer and clone this repository.

Usage

Call the solution function with array of requests with client name and limit number. Limit number is maximum number request that a client can make in one minute.

About

Java application to handle client requests. Block and blacklist client if excessive request is being tried to make.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors