Zend certified PHP/Magento developer

what are the sequence number and the acknowledgment number will be in the PSH segments? [closed]

when the client wants to start a connection with the server over the TCP protocol the client must send SYN request with a random sequence number the server then replies with SYN-ACK response the sequence number will be generated by the server and the acknowledgment number will be my sequence number incremented by 1 and then i will send ACK segment back to the server the sequence number will be my initial sequence number and the acknowledgment number will be the server’s sequence number incremented by one by my machine after all this the connection will be established

when i start sending data i will send PSH segments to the server which sequence number and acknowledgment number will be in the PSH fields ?