InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a protocol for breaking and sending packets to an address across a network?(a) TCP/IP(b) DNS(c) Socket(d) Proxy ServerThe question was posed to me in an interview for job.My query is from Networking Basics in portion Serialization & Networking of Java |
|
Answer» RIGHT option is (a) TCP/IP Explanation: TCP/IP –Transfer control PROTOCOL/Internet Protocol is used to BREAK data into SMALL packets an send them to an address across a network. |
|