What is connection –oriented? Clifford 04-October-2007 02:12:23 PMComments Connection-Oriented Protocols: These protocols require that a logical connection be established between two devices before transferring data. Posted by waqasahmad Connection oriented communication is supported by TCP on port 6 .it is reliable because a session is guaranteed and acknowledgements are issued and received at the transport layer .This is accomplished via a process known as positive acknowledgement. When the sender transmits a packet a timer is set. If the sender does not receive an acknowledgement before the timer expirers, the packet is retransmitted. Posted by hameznick |
Posted: 04-October-2007 02:40:10 PM By: hameznick Connection oriented communication is supported by TCP on port 6 .it is reliable because a session is guaranteed and acknowledgements are issued and received at the transport layer .This is accomplished via a process known as positive acknowledgement. When the sender transmits a packet a timer is set. If the sender does not receive an acknowledgement before the timer expirers, the packet is retransmitted. | |
Posted: 31-December-2008 06:25:23 AM By: waqasahmad Connection-Oriented Protocols: These protocols require that a logical connection be established between two devices before transferring data. |