Java Networking Question and Answers
1. | What is a socket? | ||||||
---|---|---|---|---|---|---|---|
|
|||||||
|
2. | Define network programming? |
---|---|
It refers to writing programs that executes across multiple devices (computers), in which the devices are all connected to each other using a network. | |
3. | What is DHCP? |
---|---|
Dynamic Host Configuration Protocol, a piece of the TCP/IP protocol suite that handles the automatic assignment of IP addresses to clients. | |
4. | What is the difference between TCP and UDP? |
---|---|
|
|