1 | A java applet, which is downloaded from a web server host, can connect via a network socket to any port on the same machine. This could be a java application acting as a server. |
2 |
Java applications can connect network sockets to any host machine on the Internet
|
3 | web server host machine |
4 | browser |
5 | Applet is downloaded |
6 | from web server |
7 | applet |
8 | Internet |
9 | 80 |
10 | nnnn |
11 | web |
12 | server |
13 | Java |
14 | application |
15 | Socket based on |
16 | TCP/IP protocol |