I'm going to create my own website and want to prevent DDOS attack or that sort of things.
I know the sever can receive packets from spoofed ip address while an attacker cannot get the response since the spoofed ip address is not his. Is it possible to identify if the ip address is spoofed or real?
I'm not sure but I heard when a user send a packet to HTTP protocol a user and server need to handshake something. If the one sending a packet is spoofed, is there any sign on the server side so I can filter them?