004 Linux Network ProgrammingIssues, queries and suggestions related to Linux, Network, Linux Programming, Network Programming, System Programming, Sockets, Threads,
FTP based Client Server project using sockets and threads.
The server reads the Client's request from the named socket of the server and queues the request in the Listen queue, then after checking and accepting the Request from the Listen Queue the Server establishes a connection with the client making a new socket, does the newly created dedicated socket has any limitation on which port it is using?