(1) (Time To Live) A parameter in a network packet that sets a time limit to its validity. In order to prevent an IP packet from propagating endlessly through the network, the value in the TTL field is reduced by each router. When TTL reaches 0, the packet is discarded.
In the DNS system, which converts host names to IP addresses, responses use a TTL field to keep the IP address in the user's cache for a set time. If a company is preparing to change its IP addresses, it can lower the time in the TTL field before the actual change is scheduled. If the address is then cached in the user's computer, it is valid for only a short time, and the company's name server will be queried more frequently. See DNS and DNS rebinding.
(2) (Transistor-Transistor Logic) A digital circuit composed of bipolar junction transistors (BJTs). Widely used in all variety of electronic applications, especially prior to CMOS circuits becoming popular, TTL superseded the earlier RTL (resistor-transistor) and DTL (diode-transistor) logic designs, which used more power. In TTL, transistors are used to both isolate inputs and perform the logic switching. A "TTL" designation on a circuit input or output indicates a digital circuit rather than analog. See 7400 series, ECL, I2L and bipolar transistor.
|