Monday, October 11, 2010
Connection-Oriented and Connectionless Network Services
5:40 AM | Posted by
Mr. Chuaching |
Edit Post
In general, transport protocols can be characterized as being either connection-oriented or connectionless. Connection-oriented services must first establish a connection with the desired service before passing any data. A connectionless service can send the data without any need to establish a connection first. In general, connection-oriented services provide some level of delivery guarantee, whereas connectionless services do not.
Home
Connection-oriented service involves three phases: connection establishment, data transfer, and connection termination.
During connection establishment, the end nodes may reserve resources for the connection. The end nodes also may negotiate and establish certain criteria for the transfer, such as a window size used in TCP connections. This resource reservation is one of the things exploited in some denial of service (DOS) attacks. An attacking system will send many requests for establishing a connection but then will never complete the connection. The attacked computer is then left with resources allocated for many never-completed connections. Then, when an end node tries to complete an actual connection, there are not enough resources for the valid connection.
The data transfer phase occurs when the actual data is transmitted over the connection. During data transfer, most connection-oriented services will monitor for lost packets and handle resending them. The protocol is generally also responsible for putting the packets in the right sequence before passing the data up the protocol stack.
When the transfer of data is complete, the end nodes terminate the connection and release resources reserved for the connection.
Connection-oriented network services have more overhead than connectionless ones. Connection-oriented services must negotiate a connection, transfer data, and tear down the connection, whereas a connectionless transfer can simply send the data without the added overhead of creating and tearing down a connection. Each has its place in internetworks.
Home
Labels:
Networking
Subscribe to:
Post Comments (Atom)
Entri Populer
-
Multiplexing is a process in which multiple data channels are combined into a single data or physical channel at the source. Multiplexing ca...
-
The data and control information that is transmitted through internetworks takes a variety of forms. The terms used to refer to these inform...
-
Chapter Goals Internetworking Basics What Is an Internetwork? History of Internetworking Internetworking Challenges Open System Inter...
0 comments:
Post a Comment