Saturday, February 20, 2010

What Is Tcp Pneumonia What Is "TCP/IP Socket Programming" And Why Is It Important?

What is "TCP/IP socket programming" and why is it important? - what is tcp pneumonia


First, what is the TCP / IP? Plz explain.
From what I know, in an IP network connection data packet will be delivered in different ways and may not reach their destination in good condition. , TCP / IP rearranged.
Correct me if I am wrong.

In addition, then, is what "socket programming?

3 comments:

Abhinav S said...

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


TCP: - TCP is responsible for verifying that the correct data from client to server. Say if you send data to the server, TCP ensures that the data is properly recorded on a server. It also recognizes the error that comes from the data.

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


Socket Programming - socket programming is a process that enables communication between client and server.

JPEG007 said...

TCP / IP is a combination of TCP and IP. TCP does not communicate with both participating customers. IP UDP just blasts the message without confirmation that you received from the host. If it is a class that would probably be good if you know the OSI model, so that you familiarize yourself with the 7 layers of the same, and 4 layers of TCP / IP.

Socket programming is what the TCP / IP differently. Wikipedia can explain it better, or more than I:

http://en.wikipedia.org/wiki/Berkeley_so ...

Tracy L said...

One of the best ways to learn, TCP / IP is to understand the basic network.

One of the best sources I've found, is in TCP / IP Guide. http://www.tcpipguide.com/free/index.htm This has a very good and thorough discussion on all databases.

Post a Comment