1) Describe briefly the main technical steps involved in settingup a network server in Java via TCP/IP.
2) Describe briefly the main technical steps involved in settingup a network client in Java via TCP/IP.
The only information I have so far is that the server listens toa specific port, waits for connection requests from a client andestablishes dedicated connection at an assigned port
bound with a socket. The client talks to the server via itsdedicated socket.
It will be really helpful if I can get more information 🙂
Expert Answer
An answer will be send to you shortly. . . . .