The document describes 8 programs related to networking in Java. Program 1 obtains the IP address of a website. Program 2 connects to the home page of yahoo.com and displays the HTML. Program 3 parses a URL into its components. Program 4 translates between IP addresses and host names. Program 5 prints all IP addresses of a domain. Program 6 obtains the local machine's IP address. Program 7 finds the host name given an IP address. Program 8 downloads a file from the web and saves or displays it. The last part describes a client-server program with a server that echoes back a string sent by the client.