connection-oriented

A term used to describe a communications model that goes through three well-defined stages: establishing the connection, transferring the data, and releasing the connection. Analogous to a voice telephone call. In a connection-oriented service, data packets always reach their destination in the same order in which they were sent. TCP is a connection-oriented transport service.

See also connectionless; Transmission Control Protocol.