[ Contact ] [ Links ] [ Previous : 53 / 60 : Comparaison of the network protocol alternnatives ] [ Up ] [ Next : 55 / 60 : JAVA TCP/IP Socket Implementation (2) ]

JAVA TCP/IP Socket Implementation

Client Actions

Server Actions

  1. Instantiate a Socket object
  2. Communicate with server
    1. Send data/requests
    2. Receive data/replys
  3. Close the socket
  1. Instantiate a ServerSocket object
  2. Receive connections from clients
  3. Communicate with clients
    1. Recieve data/requests
    2. Send data/replys
  4. Close the socket
eScience
< Internetworked VR : Networking >
[ Contact ] [ Links ] [ Previous : 53 / 60 : Comparaison of the network protocol alternnatives ] [ Up ] [ Next : 55 / 60 : JAVA TCP/IP Socket Implementation (2) ]

See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 22/3/2005
TOC - Print
Send your comments at :
<pvk@vuylsteker.net>