Flooding

Flooding is a simple routing technique in computer networks where a source or node sends packets through every outgoing link.

Flooding, which is similar to broadcasting, occurs when source packets (without routing data) are transmitted to all attached network nodes. Because flooding uses every path in the network, the shortest path is also used. The flooding algorithm is easy to implement.

Network routing data is not initially included in data packets. A hop count algorithm is used to track network topology, or visited network routes. A packet tries to access all available network routes and ultimately reaches its destination, but there is always the potential for packet duplication. Hop count and some selective flooding techniques are used to avoid communication delay and duplication.

Flooding is also used as a denial of service attack by flooding network traffic to bring down a network service. The service is flooded with many incomplete server connection requests. Due to the number of flooded requests, the server or host is not able to process genuine requests at the same time. A flooding attack fills the server or host memory buffer; once it is full, further connections cannot be made, which results in denial of service.
This definition was written in the context of Networking

Post a Comment

0 Comments