|
The
Server
- Client
paradigm has become a dominant one in many major Internet applications
such as database interactions. We will discuss RMI later. In
a socket based system, a server listens to
a port for client applications sending requests or providing information.
Here the server's ServerSocket will setup connections to clients and then spin off a thread process to interact with the client for that socket. We will discuss some client-server applications in later lectures.
|
||||||||||||
|
|||||||||||||