Transport layer interface


networking, programming
(TLI, or “Transport Level Interface”) A protocol-independent interface for accessing network facilities, modelled after the ISO transport layer (level 4), that first appeared in Unix SVR3.
TLI is defined by SVID as transport mechanism for networking interfaces, in preference to sockets, which are biased toward IP and friends. A disavantage is that a process cannot use read/write directly, but has to use backends using stdin and stdout to communicate with the network connection. TLI is implemented in SVR4 using the STREAMS interface. It adds no new system calls, just a library, libnsl_s.a. The major functions are t_open, t_bind, t_connect, t_listen, t_accept, t_snd, t_rcv, read, write.
According to the Solaris t_open man page, XTI (X/OPEN Transport Interface) evolved from TLI, and supports the TLI API for compatibility, with some variations on semantics.
(1999-06-10)

Read Also:

  • Transport layer security protocol

    networking, protocol (TLS) A protocol designed to allow client/server applications to communicate over the Internet without eavesdropping, tampering, or message forgery. TLS is defined in RFC 2246. (2003-10-03)

  • Transport level interface

    Transport Layer Interface

  • Transport maximum

    transport maximum n. Abbr. Tm The maximal rate of secretion or reabsorption of a substance by the renal tubules. Also called tubular maximum.

  • Transport medium

    transport medium n. A medium for transporting clinical specimens to the laboratory for examination.

  • Transport-number

    noun, Physical Chemistry. 1. transference number. transference number noun, Physical Chemistry. 1. that fraction of the total electric current that anions and cations carry in passing through an electrolytic solution.


Disclaimer: Transport layer interface definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.