T
telnet
A client/server protocol that establishes a session between a user terminal and a remote host:
• The telnet client software takes input from the user and sends it to the server’s operating system
• The telnet server takes output from the host and sends it to the client to display to the user
While telnet is most often used to implement remote login capability, the protocol is general enough to allow it to be used for a variety of purposes.
Terminal Access Controller Access Control System Plus (TACACS+)
An authentication method that provides access control for networked devices using one or more centralized servers. TACACS+ provides separate
authentication, authorization, and accounting (AAA) services. (Usually pronounced like tack-axe.)
throughput
Average rate of successful delivery of data packets over a communication link. Throughput is measured in bits per second, data packets per second, or sometimes data packets per time slot. See also
line rate,
latency,
wire speed.
time to live (TTL)
A limit on how long a piece of information can exist before it should be discarded. TTL is a field in an IP header that is (usually) decremented by 1 for each hop through which the packet passes. If the field reaches zero, the packet is discarded, and a corresponding error message is sent to the source of the packet.
Top-of-Rack (ToR) switch
In a data center, an
access layer switch that connects to servers installed in the same rack. A ToR switch is usually low profile (one or two rack units in height) with a low port count (typically 48 ports). All cabling for servers stays within the rack as relatively short cables from the servers to the switch. The switch connects the rack to the data center network with one fiber uplink to a
distribution layer switch. There is no need to run cabling between racks and each rack can be managed as a modular unit.
A ToR switch extends the
Layer 2 (L2) topology from the aggregation switch to each individual rack resulting in a larger Layer 2 footprint.
topology
The physical or logical layout of a network.
topology change notification (TCN)
traffic engineering (TE)
The ability to control the path taken through a network based on a set of traffic parameters. Traffic engineering optimizes the performance of networks and their resources by balancing traffic load across links, routers, and switches in the network. See also
Resource Reservation Protocol—Traffic Engineering (RSVP-TE).
Transmission Control Protocol (TCP)
A
Layer 4 (L4) protocol that works above
Internet Protocol (IP) and provides reliable data delivery over connection-oriented links.
TCP splits the stream of data into packets with a sequence number, and sends the packets over an IP-based network. At the destination, TCP acknowledges packets that have been received (so that missing packets can be resent) and reassembles received packets in the correct order to provide an in-order data stream to the remote application. If TCP detects a missing, corrupted, or out of order packet, it requests it be resent from the source.
Transmission Control Protocol/Internet Protocol (TCP/IP)
A family of Internet protocols that describe how data should be formatted, addressed, transmitted, routed, and received to enable computers to communicate over a network.
The
Open Systems Interconnection (OSI) Reference Model is a more prescriptive (versus descriptive) approach to network design. TCP/IP does not map cleanly to the OSI model because it was developed before the OSI model and was designed to solve a specific set of problems, not to be a general description for all network communications.
TCP/IP is a widely published open standard and is supported by many vendors and is available on many different computers running many different operating systems. TCP/IP is separated from the network hardware and will run over
Ethernet and other connections.
TCP/ IP also refers to the specific functionality at layers 4 and 3:
transport layer
tunneling
A method of transporting data in one protocol by encapsulating it in another protocol. Tunneling is used for reasons of incompatibility, implementation simplification, or security. For example, a tunnel lets a remote VPN client have encrypted access to a private network.
type of service (ToS)
A field in the IPv4 header used to differentiate packet flows. See also
Differentiated Services (DiffServ).
type-length-value (TLV)
A data structure used to encode optional information in a data communications protocol:
• Type: the kind of field that this part of the message represents
• Length: the size of the value field, usually in bytes
• Value: a variable-sized set of bytes that contains the data of the message
Last modified date: 07/13/2023