1. Home >
  2. Computers & Internet >
  3. Computer Networking >
  4. Resolved Question
Mk Mk
Member since:
July 09, 2007
Total points:
21 (Level 1)

Resolved Question

Show me another »

What is "TCP/IP socket programming" and why is it important?


Firstly, what is TCP/IP? Plz explain in simple terms.
According to what I know, in a connection-less IP network packets of data will be sent through various paths and may not arrive at the destination in the proper order. The TCP/IP protocal will re-arrange them.
Correct me if I'm wrong.

Also, then, what is 'socket programming' ?
  • 1 year ago
Abhinav S by Abhinav S
Member since:
September 23, 2008
Total points:
1763 (Level 3)

Best Answer - Chosen by Asker

TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet.


TCP:- TCP is responsible for verifying the correct delivery of data from client to server. Mean to say if you send some data to server, TCP will make sure that data will reached to server correctly. It also detects the error that arrives between data transmission.

IP:- IP is a protocol that is responsible for moving the packet of data to one node to another.


Socket Programming:- The Socket Programming is a technique through which we establish communication between client and server.
  • 1 year ago
Asker's Rating:
4 out of 5
Asker's Comment:
Thanks for your clear explanation about TCP and IP. Also about socket prog.

Dr Tracy's answer and the link he provided was also great!

There are currently no comments for this question.

Other Answers (4)

Answers International

Yahoo! does not evaluate or guarantee the accuracy of any Yahoo! Answers content. Click here for the Full Disclaimer.

Help us improve Yahoo! Answers. Send Feedback