Sockets - the deep end of networking
You have already been doing networking!
- Embedding your Java applets in web pages
- Downloading images and sounds in your applets
- Connecting to a URL and reading from it - your database program
How do you do it in Java?
Assignments
- For Friday Nov. 13 (!!!) be prepared to write a server that listens
at a port and a client that can "talk" to ports that other students write.
- For Tuesday Nov. 17, find out how to "talk" to one of the well known ports
not covered in class. Write a Java application that demonstrates at least
minimal use of the port.
- Extra Credit (20) - modify your database program so it reads from
a socket that you set up instead of from the URL.