Java Networking in a Nutshell


A. Networking terms and basics

1. Networking – Introduction
2. Communication with TCP/IP Protocol

B. Using TCP/IP Protocol

1. Client to server (one way)
2. Server to client (one way)
3. Server sending file contents (two way non-continuous)
4. Chat Program (two way continuous)

C. Using UDP Protocol

1. Server to clients

D. Reading file contents

1. URLConnection & URL

E. Knowing IP address

1. Using InetAddress

Leave a Comment

Your email address will not be published.