when a TCP client wants to establish a tcp connection with a tcp server it needs to send SYN and then ACK while tcp server only sends SYN/ACK so they are different
but , after the 3_way handshaking, is this connection symmetric, namely, are TCP client and server in equal status for example, after the 3-way handshake, usually the client send packet first, can TCP server send packet first?