Changes

Jump to navigation Jump to search
127 bytes removed ,  12 years ago
no edit summary
Line 1: Line 1:  
[[Image:UnderConstruction.png]]
 
[[Image:UnderConstruction.png]]
   −
'''TCP''' is the abbreviation for '''Transmission Control Protocol'''. TCP is the entire system of addressing and transmitting over to the intended destinations. The mnemonic nature of the domain names helps the consumers to locate the online businesses <ref>[http://www.britannica.com/facts/5/1007910/TCP-IP-as-discussed-in-ICANN-international-organization britannica.com]</ref>. The TCP is the main basis of the Internet and it is the language which majority of the world’s networked computers use to communicate with each other. <ref>[http://www.tcpipguide.com/free/t_TCPIPTransportLayerProtocolsTransmissionControlPro.htm tcpipguide.com]</ref>
+
'''TCP''' is the abbreviation for '''Transmission Control Protocol''', which is the system of addressing and transmitting information over a network to its intended destinations.<ref>[http://www.britannica.com/EBchecked/topic/602945/TCPIP britannica.com]</ref> TCP is the main basis of the Internet and it is the language which majority of the world’s networked computers use to communicate with each other.<ref>[http://www.tcpipguide.com/free/t_TCPIPTransportLayerProtocolsTransmissionControlPro.htm tcpipguide.com]</ref>
 
  −
TCP is the transport layer protocol, which is used by applications which require a guaranteed delivery. It is a kind of sliding window which deals with handling of both retransmissions as well as timeouts. The TCP is responsible in establishing full duplex virtual connection between the endpoints. Each of these endpoints is defined by the Internet Protocol or IP address and a TCP port number. The TCP operation is executed as a finite state machine. The number of bytes of data which can be sent before confirmation is determined by the window size. <ref>[http://www.networksorcery.com/enp/protocol/tcp.htm networksorcery.com]</ref>
      
== How It Works ==
 
== How It Works ==
    
Whenever an HTML file is sent through a Web server, the TCP program layer in the server divides the file into many packets of information and forwards them to the IP program layer individually. Though there is same destination IP address for  each packet, chances are they may get routed differently through the network. On the other end, which is the client program in the computer, the TCP reassembles the individual packets and forwards them to the consumer as a single file when they arrive.<ref>[http://searchnetworking.techtarget.com/definition/TCP searchnetworking.techtarget.com]</ref>
 
Whenever an HTML file is sent through a Web server, the TCP program layer in the server divides the file into many packets of information and forwards them to the IP program layer individually. Though there is same destination IP address for  each packet, chances are they may get routed differently through the network. On the other end, which is the client program in the computer, the TCP reassembles the individual packets and forwards them to the consumer as a single file when they arrive.<ref>[http://searchnetworking.techtarget.com/definition/TCP searchnetworking.techtarget.com]</ref>
 +
 +
TCP is the transport layer protocol, which is used by applications which require a guaranteed delivery. It is a kind of sliding window which deals with handling of both retransmissions as well as timeouts. The TCP is responsible in establishing full duplex virtual connection between the endpoints. Each of these endpoints is defined by the Internet Protocol or IP address and a TCP port number. The TCP operation is executed as a finite state machine. The number of bytes of data which can be sent before confirmation is determined by the window size.<ref>[http://www.networksorcery.com/enp/protocol/tcp.htm networksorcery.com]</ref>
    
== Use of TCP ==
 
== Use of TCP ==
14,326

edits

Navigation menu