Copy of `Wild Packets - Networking terms`
The wordlist doesn't exist anymore, or, the website doesn't exist anymore. On this page you can find a copy of the original information. The information may have been taken offline because it is outdated.
|
|
Wild Packets - Networking terms
Category: Agriculture and Industry > Networking terms
Date & country: 24/02/2017, USA Words: 1152
|
JUNETJapan UNIX Network. Nationwide, noncommercial network in Japan, designed to promote communication between Japanese and other researchers.
JvNCnetJohn von Neumann Computer Network. Regional network, owned and operated by Global Enterprise Services, Inc., composed of T1 and slower serial links providing midlevel networking services to sites in the Northeastern United States.
KbKilobit.
KBKilobyte.
KBPSA unit of measure used to describe the rate of data transmission equal to 1000 bits per second.
KByteA unit of measure used to describe an amount of information equal to 1024 (210) bytes.
Keepalive IntervalPeriod of time between each keepalive message sent by a network device.
Keepalive MessageMessage sent by one network device to inform another network device that the virtual circuit between the two is still alive.
KermitVery slow telecom data-transfer protocol developed at Columbia, and used primarily in VAX environments, although widely ported. Like any other telecom data-transfer protocol it's purpose is to break a data stream into blocks, and provide flow-control, error detection, and re-transmission on the transfer of the blocks. Much less efficient than Xmodem, Ymodem, or Zmodem.
KludgeA word used to describe a solution to a problem that lacks elegance or that contains components for a purpose significantly different that their original design purpose.
LANA communication infrastructure that supports data and resource sharing within a small area (<2 km diameter) that is completely contained on the premises of a single owner.
LAN ManagerDistributed NOS, developed by Microsoft, that supports a variety of protocols and platforms.
LAN ServerA general term used to describe a device that manages and allows the use of more than one kind of resource such as storage or file services, print services, communication services, data base services, etc.
LAN SwitchHigh-speed switch that forwards packets between data-link segments. Most LAN switches forward traffic based on MAC addresses. This variety of LAN switch is sometimes called a frame switch. LAN switches are often categorized according to the method they use to forward traffic: cut-through packet switching or store-and-forward packet switching. Multilayer switches are an intelligent subset of LAN switches. Compare with multilayer switch. See also cut-through packet switching and store and forward packet switching.
LANELAN emulation. Technology that allows an ATM network to function as a LAN backbone. The ATM network must provide multicast and broadcast support, address mapping (MAC-to-ATM), SVC management, and a usable packet format. LANE also defines Ethernet and Token Ring ELANs. See also ELAN.
LAPLink Access Protocol. Any protocol of the Data Link Layer, such as EtherTalk.
LAPBLink Access Procedure, Balanced. Data link layer protocol in the X.25 protocol stack. LAPB is a bit-oriented protocol derived from HDLC. See also HDLC and X.25.
LAPDLink Access Procedure on the D channel. ISDN data link layer protocol for the D channel. LAPD was derived from the LAPB protocol and is designed primarily to satisfy the signaling requirements of ISDN basic access. Defined by ITU-T Recommendations Q.920 and Q.921.
LAPMLink Access Procedure for Modems. ARQ used by modems implementing the V.42 protocol for error correction. See also ARQ and V.42.
LaserLight amplification by simulated emission of radiation. Analog transmission device in which a suitable active material is excited by an external stimulus to produce a narrow beam of coherent light that can be modulated into pulses to carry data. Networks based on laser technology are sometimes run over SONET.
LaserWriterAny of a group of laser printers that uses PostScript as an imaging language and can communicate using AppleTalk protocols.
LATLocal Area Transport. DECnet's method for communication between terminals and terminal servers. LAT cannot be routed.
LatencyIn data transmission, the delay in transmission time that occurs while information remains in a device's buffered memory (such as a bridge or router) before it can be sent along its path.
LayerA term used to describe a group of communication functions and the protocols implemented to perform them as defined by a network standards organization, most often referring to a group of functions as described by the OSI 7-Layer Model designated by the ISO.
LCILogical channel identifier. See VCN.
LCNLogical channel number. See VCN.
Leaf InternetworkIn a star topology, an internetwork whose sole access to other internetworks in the star is through a core router.
Learning BridgeBridge that performs MAC address learning to reduce traffic on the network. Learning bridges manage a database of MAC addresses and the interfaces associated with each address. See also MAC address learning.
Leased LineTransmission line reserved by a communications carrier for the private use of a customer. A leased line is a type of dedicated line. See also dedicated line.
LEC1. LAN Emulation Client. Entity in an end system that performs data forwarding, address resolution, and other control functions for a single ES within a single ELAN. A LEC also provides a standard LAN service interface to any higher-layer entity that interfaces to the LEC. Each LEC is identified by a unique ATM address, and is associated with one or more MAC addresses reachable through that ATM address. See also ELAN and LES.
LECSLAN Emulation Configuration Server. Entity that assigns individual LANE clients to particular ELANs by directing them to the LES that corresponds to the ELAN. There is logically one LECS per administrative domain, and this serves all ELANs within that domain. See also ELAN.
LEDLight emitting diode. Semiconductor device that emits light produced by converting electrical energy. Status lights on hardware devices are typically LEDs.
LEN nodeLow-entry networking node. In SNA, a PU 2.1 the supports LU protocols, but whose CP cannot communicate with other nodes. Because there is no CP-to-CP session between a LEN node and its NN, the LEN node must have a statically defined image of the APPN network.
LESLAN Emulation Server. Entity that implements the control function for a particular ELAN. There is only one logical LES per ELAN, and it is identified by a unique ATM address. See also ELAN.
Level 1 RouterDevice that routes traffic within a single DECnet or OSI area.
Level 2 RouterDevice that routes traffic between DECnet or OSI areas. All Level 2 routers must form a contiguous network.
Limited Resource Resource Linkdefined by a device operator to remain active only
Line1. In SNA, a connection to the network. 2. See link.
Line Code TypeOne of a number of coding schemes used on serial lines to maintain data integrity and reliability. The line code type used is determined by the carrier service provider. See also AMI and HBD3.
Line ConditioningUse of equipment on leased voice-grade channels to improve analog characteristics, thereby allowing higher transmission rates.
Line DriverInexpensive amplifier and signal converter that conditions digital signals to ensure reliable transmissions over extended distances.
Line of SightCharacteristic of certain transmission systems, such as laser, microwave, and infrared systems, in which no obstructions in a direct path between transmitter and receiver can exist.
Line TurnaroundTime required to change data transmission direction on a telephone line.
LinkNetwork communications channel consisting of a circuit or transmission path and all related equipment between a sender and a receiver. Most often used to refer to a WAN connection. Sometimes referred to as a line or a transmission link.
Link State RoutingA routing protocol that takes link loading and bandwidth when selecting between alternate routes. Example: OSPF.
Link State Routing Algorithm AlgorithmRouting algorithm in which each router broadcasts or multicasts information regarding the cost of reaching each of its neighbors to all nodes in the internetwork. Link state algorithms create a consistent view of the network and are therefore not prone to routing loops, but they achieve this at the cost of relatively greater computational difficulty and more widespread traffic (compared with distance vector routing algorithms). Compare with distance vector routing algorithm. See also Dijkstra's algorithm.
Little-endianMethod of storing or transmitting data in which the least significant bit or byte is presented first. Compare with big-endian.
LLCLogical Link Control.
LLC2Logical Link Control, type2. Connection-oriented OSI LLC-sublayer protocol. See also LLC.
LM/XLAN Manager for INIX. Monitors LAN devices in UNIX environments.
LMILocal Management Interface. Set of enhancements to the basic Frame Relay specification. LMI includes support for a keepalive mechanism, which verifies that data is flowing; a multicast mechanism, which provides the network server with its local DLCI and the multicast DLCI; global addressing, which gives DLCIs global rather than local significance in Frame Relay networks; and a status mechanism, which provides an on-going status report on the 'DLC Is known to the switch. Known as LMT in ANSI terminology.
LNMLAN Network Manager. SRB and Token Ring management package provided by IBM. Typically running on a PC, it monitors SRB and Token Ring devices and can pass alerts up in NetView.
Loopback packetA test packet sent by a network adapter with a destination address equal to the adapter's own hardware address. The purpose of this test is typically to establish that the adapter is connected to a network that is functional enough to support a data transmission.
Load BalancingIn routing, the ability of a router to distribute traffic over all its network ports that are the same distance from the destination address. Good load-balancing algorithms use both line speed and reliability information. Load balancing increases the utilization of network segments, thus increasing effective network bandwidth.
Local AcknowledgmentMethod whereby an intermediate network node, such as a router, responds to acknowledgments for a remote end host. Use of local acknowledgments reduces network overhead and, therefore, the risk of time-outs. Also known as local termination.
Local BridgeBridge that directly interconnects networks in the same geographic area.
Local Explorer PacketGenerated by an end system in an SRB network to find a host connected to the local ring. If the local explorer packet fails to find a local host, the end system produces either a spanning explorer packet or an all-routes explorer packet. See also all-routes explorer packet, explorer packet, and spanning explorer packet.
Local LoopLine from the premises of a telephone subscriber to the telephone company CO.
Local TrafficFiltering Process by which a bridge filters out (drops) frames whose source and destination MAC addresses are located on the same interface on the bridge, thus preventing unnecessary traffic from being forwarded across the bridge. Defined in the IEEE 802.1 standard. See also IEEE 802.1.
LocalTalkA Data Link Layer protocol defined in Inside AppleTalk by Apple Computer that covers the transmission of data on twisted pair wire using CSMA/CA at 230.4 Kilobits per second.
Logical ChannelNondedicated, packet-switched communications path between two or more network nodes. Packet switching allows many logical channels to exist simultaneously on a single physical channel.
LoginA formal procedure where a computing device initiates a sustained connection to another computing device for the purpose of using a resource managed by the computer.
LogoutA Formal procedure where a computing device severs its connection to another computing device.
LoopRoute where packets never reach their destination, but simply cycle repeatedly through a constant series of network nodes.
Loopback testA test packet sent by a network adapter with a destination address equal to the adapter's own hardware address. The purpose of this test is typically to establish that the adapter is connected to a network that is functional enough to support a data transmission.
LossThe aggregate attenuation of a signal due to interaction with its environment.
LossyCharacteristic of a network that is prone to lose packets when it becomes highly loaded.
LPDLine printer daemon. Protocol used to send print jobs between UNIX systems.
LSALink-state Advertisement. Broadcast packet used by link-state protocols that contains information about neighbors and path costs. LSAs are used by the receiving routers to maintain their routing tables. Sometimes called a link-state packet (LSP).
LSPLink State Packet. A packet broadcast by a link state router listing the router's neighbors.
LULogical Unit.
LU6.2An SNA communications protocol that establishes a peer-to-peer session between two processes.
Mac addressStandardized data link layer address that is required for every port or device that connects to a LAN. Other devices in the network use these addresses to locate specific ports in the network and to create and update routing tables and data structures. MAC addresses are 6 bytes long and are controlled by the IEEE. Also known as a hardware address, a MAC-layer address, or a physical address.
MAC address learningService that characterizes a learning bridge, in which the source MAC address of each received packet is stored so that future packets destined for that address can be forwarded only to the bridge interface on which that address is located. Packets destined for unrecognized addresses are forwarded out every bridge interface. This scheme helps minimize traffic on the attached LANs. MAC address learning is defined in the IEEE 802.1 standard.
MacIPNetwork layer protocol that encapsulates IP packets in DDS or transmission over AppleTalk. MacIP also provides proxy ARP services.
Magnetic fieldThe area surrounding an electrically charged body in which an electromagnetic force can be detected.
MainframeAn expensive, general purpose computer with the ability to be used by many users simultaneously.
Male connectorA connector whose points of electrical contact are exposed.
MANmetropolitan-area network. Network that spans a metropolitan area. Generally, a MAN spans a larger geographic area than a LAN, but a smaller geographic area that a WAN.
Managed ObjectIn network management, a network device that can be managed by a network management protocol.
Managementmanagement of OSI networks. Accounting management subsystems are responsible for collecting network data relating to resource usage. See also configuration management, fault management, performance management, and security management.
Management ServicesSNA functions distributed among network components to manage and control an SNA network.
Manchester encodingDigital coding scheme, used by IEEE 802.3 and Ethernet, in which a mid-bit-time transition is used for clocking, and a 1 is denoted by a high level during the first half of the bit time.
MAPManufacturing Automation Protocol. Network architecture created by General Motors to satisfy the specific needs of the factory floor. MAP specifies a token-passing LAN similar to IEEE 802.4.
MAPIMicrosoft Application Programming Interface. A programming library for Windows developers that provides messaging services to their applications.
MAUMedia Access Unit. The component of a network adapter that directly attaches to the Transmission media.
Maximum BurstSpecifies the largest burst of data above the insured rate that will be allowed temporarily on an ATM PVC but will not be dropped at the edge by the traffic policing function, even if it exceeds the maximum rate. This amount of traffic will be allowed only temporarily; on average, the traffic source needs to be within the maximum rate. Specified in bytes or cells.
Maximum RateMaximum total data throughput allowed on a given virtual circuit, equal to the sum of the insured and uninsured traffic from the traffic source. The uninsured data might be dropped if the network becomes congested. The maximum rate, which cannot exceed the media rate, represents the highest data throughput the virtual circuit will ever deliver, measured in bits or cells per second.
MBONEMulticast backbone. The multicast backbone of the Internet. MBone is a virtual multicast network composed of multicast LANs and the point-to-point tunnels that interconnect them.
MBPSA unit of measure used to describe the rate of data transmission equal to one millions bits per second.
MByteA unit of measure used to describe an amount of information equal to 1,048,576 (220) bytes.
MCAMicro channel architecture. Bus interface commonly used in PCs and some UNIX workstations and servers.
MCIMultiport Communications Interface. Card on the AGS+ that provides two Ethernet interfaces and up to two synchronous serial interfaces. The MCI processes packets rapidly, without the interframe delays typical of other Ethernet interfaces.
MCRminimum cell rate. Parameter defined by the ATM Forum for ATM traffic management. MCR is defined only for ABR transmissions, and specifies the minimum value for the ACR.
MD5Message Digest 5. Algorithm used for message authentication in SNMP v.2. MD5 verifies the integrity of the communication, authenticates the origin, and checks for timelines.
MediaThe environment in which the transmission signal is carried.
Media RateMaximum traffic throughput for a particular media type.
MemoryIn computing, a system where data is stored for direct, highspeed access by a microprocessor.
Memory AllocationThe amount of memory, usually RAM, that an process reserves for itself.
MeshNetwork topology in which devices are organized in a manageable, segmented manner with many, often redundant, interconnections strategically placed between network nodes.