How to mitigate TCP SYN Flood attack and resolve it on Linux
TCP SYN flood is a one type of DDoS (Distributed Denial of Service) attack that exploits part of the normal TCP three-way handshake to consume resources on the targeted server and render it unresponsive.
With SYN flood DDoS, the attacker sends TCP connection requests faster than the targeted machine can process them.
A normal TCP between a client and server establish three-way handshake, the process is looks like this:
On first connection, client request connection by sending SYN (synchronize) packet to the server
Then server send responds to that initial packet with a SYN/ACK packet, in order to acknowledge client and server communication
Client responds with an ACK (acknowledge) message, and the connection is established.
Time to first byte (TTFB) is one of the many reasons why a website is fast or slow. Now, Google use website speed as SEO ranking factor. Google tells that…
Now SSL is one of SEO (Search Engine Optimization) signal. Read it on Google Webmaster Blog. If you only has one or two websites, there is not a big problem.…
This article will help you how to resolve error mount: unknown filesystem type ‘exfat’. Example error message when mounting Micro SD using card reader: exFAT filesystem is not installed in…