[About This Glossary]

J

Java
Java is an interpreted, platform-independent, high-level programming language developed by Sun Microsystems. Java is a powerful language with many features that make it attractive for the Web.

JavaScript
JavaScript is an interpreted, client-side scripting language developed by Netscape. All major browsers offer built-in support for JavaScript, and can interpret blocks of JavaScript code embedded in an HTML page. An international open standard called ECMAScript is based on JavaScript.

JScript
As Microsoft's implementation of ECMAScript, JScript is the international standard based on Netscape's JavaScript. JScript is natively supported by Microsoft ASP, and is preferred for writing ASP client-side script blocks.

Joint Photographic Experts Group (JPEG)
JPEG is an open standard that defines a method of compressing still images. See JPEG File Interchange Format.

JPEG File Interchange Format (JFIF)
JFIF is a public domain graphic compression format that conforms to the JPEG standard for image compression. It is one of two popular graphic image formats used in HTML pages (GIF is the other). JPEG/JFIF files offer higher resolution, with up to 16.7 million colors, and are generally used in continuous-tone images such as photographs. However, JPEG/JFIF compression is lossy; even at the highest quality setting, some image information is lost.

K

Kludge
Kludge (pronounced "klooj") is an ugly solution to a technical problem, often using techniques or hardware to do jobs they were not designed for. Kludge is a last-ditch approach that gets a job done, but it is not something to be proud of. See hack.

L

LAN
A LAN is a grouping of computers via a network, typically confined to a single building or floor of a building.

Light Emitting Diode (LED)
LED is an electronic component that emits light when an electrical signal flows through the component. LEDs are used, for example, to indicate network activity for a networking device such as a hub, or as a light source for fiber optic cable (multimode) implementations.

Link Control Protocol (LCP)
LCP is a transmission protocol used by PPP to set up and test a serial connection.

Link Segments
Segments of cable, without nodes attached, used to extend the length of an Ethernet network are referred to as link segments.

Lobe
A lobe is a single loop of a Token Ring network. A Token Ring network can contain many individual lobes. The lobe wire connects the token ring node to the hub/MAU.

Local Area Network (LAN) Segment
A LAN segment is a section of a network connected to a bridge, switch, or router port.

Local Exchange Carrier (LEC)
See below.

Local Exchange Carrier
A local exchange or central office (CO) is a telephone company facility where local loops are terminated. The function of a CO is to connect individual telephones through a series of switches. COs are tied together in a hierarchy for efficiency in switching. Other terms for CO are wiring center, and public exchange.

Local Loop
A local loop is a span of copper cabling that exists between a telephone subscriber and the closest telephone office (local exchange).

Logical Link Control (LLC)
LLC is a Data Link Layer protocol used to control the flow of information across a physical link. LLC is often used in Ethernet networks that use the Institute of Electrical and Electronics Engineers (IEEE) frame type, which does not include a type field.