Socket programming and networking examples in Java.
TCP is considered to be a connection oriented and transport layer protocol which works at IP top. Inside IP packets are encapsulated TCP packets while transferring the data across networks. Virtual circuit which is connection oriented is provided by the TCP that is permanent b/w remote & local hosts throughout the session. Before data transfer, circuit shall be made. Channel, port or IP addresses of the host are the factors at which a connection is based on. Initialisation packets are sent to ...
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone