Who implements the 3way handshake process (syn - syn+ack - ack) , the operating system (kernel) auto, the developer of the app ?
In the web server <--> web browser environment , was apache programmed to send a SYN+ACK pachet upon the arrival or the SYN packet ? I can;t figure it out , because I know how to send a raw packet with scapy but i don;t know who manages this ...
Thanks