Page 141 / 146 Scroll up to view Page 136 - 140
135
CHAP:
Challenge Handshake Authentication Protocol: Typically more secure than PAP, CHAP uses
username and password in combination with a randomly generated challenge string which has to be
authenticated using a one-way hashing function.
CLP:
Cell Loss Priority: ATM cells have two levels of priority, CLP0 and CLP1. CLP0 is of higher priority, and
in times of high traffic congestion, CLP1 error cells may be discarded to preserve the Cell Loss Ratio of the
CLP0 cells.
CO:
Central Office: In a local loop, a Central Office is where home and office phone lines come together and
go through switching equipment to connect them to other Central Offices. The distance from the Central
Office determines whether or not an ADSL signal can be supported in a given line.
CPE:
Customer Premises Equipment. This specifies equipment on the customer, or LAN, side.
CRC:
Cyclic Redundancy Checking: A method for checking errors in a data transmission between two
computers. CRC applies a polynomial function (16 or 32-bit) to a block of data. The result of that polynomial is
appended to the data transmission. Upon receipt, the destination computer applies the same polynomial to
the block of data. If the host and destination computer share the same result, the transmission was
successful. Otherwise, the sender is notified to re-send the data block.
DHCP:
Dynamic Host Configuration Protocol: A communications protocol that allows network administrators
to manage and assign IP addresses to computers within the network. DHCP provides a unique address to a
computer in the network which enables it to connect to the Internet through Internet Protocol (IP). DHCP can
lease and IP address or provide a permanent static address to those computers who need it (servers, etc.).
DMZ:
Demilitarized Zone: A computer Host or network that acts as a neutral zone between a private network
and a public network. A DMZ prevents users outside of the private network from getting direct access to a
server or any computer within the private network. The outside user sends requests to the DMZ, and the DMZ
initiates sessions in the public network based on these requests. A DMZ cannot initiate a session in the
private network, it can only forward packets to the private network as they are requested.
DNS:
Domain Name System: A method to locate and translate Domain Names into Internet Protocol (IP)
addresses, where a Domain Name is a simple and meaningful name for an Internet address.
DSL:
Digital Subscriber Line: A technology that provides broadband connections over standard phone lines.
DSLAM:
Digital Subscriber Line Access Multiplexer: Using multiplexing techniques, a DSLAM receives
signals from customer DSL lines and places the signals on a high-speed backbone line. DSLAMs are
typically located at a telephone company’s CO (Central Office).
Encapsulation:
The inclusion of one data structure within another. For example, packets can be
encapsulated in an ATM frame during transfer.
Page 142 / 146
136
FEC:
Forward Error Correction: An error correction technique in which a data packet is processed through an
algorithm that adds extra error correcting bits to the packet. If the transmitted message is received in error,
these bits are used to correct the error bits without retransmission.
Firewall:
A firewall is a method of implementing common as well as user defined security policies in an effort
to keep intruders out. Firewalls work by analyzing and filtering out IP packets that violate a set of rules
defined by the firewall administrator. The firewall is located at the point of entry for the network. All data
inbound and outbound must pass through the firewall for inspection.
Fragmentation:
Breaking a packet up into smaller packets that is caused either by the transmission medium
being unable to support the original size of the packet or the receiving computer not being able to receive a
packet of that size. Fragmentation occurs when the sender’s MTU is larger than the receiver’s MRU.
FTP:
File Transfer Protocol. A standardized internet protocol which is the simplest way to transfer files from
one computer to another over the internet. FTP uses the Internet’s TCP/IP protocols to function.
Full Duplex:
Data transmission can be transmitted and received on the same signal medium and at the same
time. Full Duplex lines are bidirectional.
G.dmt:
Formally G.992.1, G.dmt is a form of ADSL that uses Discrete MultiTone (DMT) technology. G.dmt
incorporates a splitter in its design.
G.lite:
Formally G.992.2, G.lite is a standard way to install ADSL service. G.lite enables connections speeds
up to 1.5 Mbps downstream and 128 kbps upstream. G.lite does not need a splitter at the user end because
splitting is preformed at the remote end (telephone company).
Gateway:
A point on the network which is an entrance to another network. For example, a router is a
gateway that connects a LAN to a WAN.
Half Duplex:
Data transmission can be transmitted and received on the same signal medium, but not
simultaneously. Half Duplex lines are bidirectional.
HEC:
Headed Error Control: ATM error checking by using a CRC algorithm on the fifth octet in the ATM cell
header to generate a check character. Using HEC, either a single bit error in the header can be corrected or
multiple bit errors in the header can be detected.
HNP
: Home Network Processor
Host:
In context of Internet Protocol, a host computer is one that has full two way access to other computers
on the Internet.
Page 143 / 146
137
IAD:
Integrated Access Device: A device that multiplexes and demultiplexes communications in the CPE
onto and out of a single telephone line for transmission to the CO.
IP:
Internet Protocol: The method by which information is sent from one computer to another through the
Internet. Each of these host computers have a unique IP address which distinguishes it from all the other
computers on the internet. Each packet of data sent includes the sender’s IP address and the receiver’s IP
address.
LAN:
Local Area Network: A group of computers, typically covering a small geographic area, that share
devices such as printers, hard disk drives, scanners, and optical drives. Computers in a LAN typically share
an internet connection through some sort of router that connects the computers to a WAN.
LLC:
Logical Link Control: Provides an interface point to the MAC sublayer. LLC Encapsulation is needed
when several protocols are carried over the same Virtual Circuit.
MAC Address:
Media Access Control Address: A unique hardware number on a computer or device that
identifies it and relates it to the IP address of that device.
MC:
Multicast: Communication involving a single sender and multiple specific receivers in a network.
MRU:
Maximum Receive Unit: MRU: Maximum Receive Unit (MRU) is the largest size packet that can be
received by the modem. During the PPP negotiation, the peer of the PPP connection will indicate its MRU
and will accept any value up to that size. The actual MTU of the PPP connection will be set to the smaller of
the two (MTU and the peer’s MRU). In the normal negotiation, the peer will accept this MRU and will not send
packet with information field larger than this value.
MSS:
Maximum Segment Size: The largest size of data that TCP will send in a single, unfragmented IP
packet. When a connection is established between a LAN client and a host in the WAN side, the LAN client
and the WAN host will indicate their Maximum Segment Size during the TCP connection handshake.
MTU:
Maximum Transmission Unit: The largest size packet that can be sent by the modem. If the network
stack of any packet is larger than the MTU value, then the packet will be fragmented before the transmission.
During the PPP negotiation, the peer of the PPP connection will indicate its MRU and will accept any value up
to that size. The actual MTU of the PPP connection will be set to the smaller of the two (MTU and the peer’s
MRU).
NAPT:
Network Address and Port Translation: An extension of NAT, NAPT maps many private internal
addresses into one IP address. The outside network (WAN) can see this one IP address but it cannot see the
individual device IP addresses translated by the NAPT.
Page 144 / 146
138
NAT:
Network Address Translation: The translation of an IP address of one network to a different IP address
known by another network. This gives an outside (WAN) network the ability to distinguish a device on the
inside (LAN) network, as the inside network has a private set of IP address assigned by the DHCP server not
known to the outside network.
PAP:
Password Authentication Protocol: An authentication protocol in which authorization is done through a
user name and password.
PDU:
Protocol Data Unit: A frame of data transmitted through the data link layer 2.
Ping:
Packet Internet Groper: A utility used to determine whether a particular device is online or connected to
a network by sending test packets and waiting for a response.
PPP:
Point-to-Point Protocol: A method of transporting and encapsulating IP packets between the user PC
and the ISP. PPP is full duplex protocol that is transmitted through a serial interface.
Proxy:
A device that closes a straight connection from an outside network (WAN) to an inside network (LAN).
All transmissions must go through the proxy to get into or out of the LAN. This makes the internal addresses
of the devices in the LAN private.
PVC:
Permanent Virtual Circuit: A software defined logical connection in a network; A Virtual Circuit that is
permanently available to the user.
RIP:
Routing Information Protocol: A management protocol that ensures that all hosts in a particular network
share the same information about routing paths. In a RIP, a host computer will send its entire routing table to
another host computer every X seconds, where X is the supply interval. The receiving host computer will in
turn repeat the same process by sending the same information to another host computer. The process is
repeated until all host computers in a given network share the same routing knowledge.
RIPv1:
RIP Version 1: One of the first dynamic routing protocols introduced used in the internet, RIPv1 was
developed to distribute network reach ability information for what is now considered simple topologies.
RIPv2:
RIP Version 2: Shares the same basic concepts and algorithms as RIPv1 with added features such as
subnet masks, authentication, external route tags, next hop addresses, and multicasting in addition to
broadcasting.
Router Mode:
Router Mode is used when there is more than one PC connected to the LAN-side Ethernet
and/or USB port. This enables the ADSL WAN access to be shared with multiple nodes on the LAN. Network
Address Translation (NAT) is supported so that one WAN-side IP address can be shared among multiple
LAN-side devices. DHCP is used to serve each LAN-side device and IP address.
Page 145 / 146
139
SNAP:
SubNetwork Attachment Point.
SNMP:
Simple Network Management Protocol: Used to govern network management and monitor devices
on the network. SNMP is formally described in RFC 1157.
SNR:
Signal-to-Noise Ratio: Measured in decibels, SNR is a calculated ratio of signal strength to background
noise. The higher this ratio, the better the signal quality.
Subnet Mask:
Short for SubNetwork Mask, subnet mask is a technique used by the IP protocol to filter
messages into a particular network segment, called a subnet. The subnet mask consists of a binary pattern
that is stored in the client computer, server, or router. This pattern is compared with the incoming IP address
to determine whether to accept or reject the packet.
TCP:
Transfer Control Protocol: Works together with Internet Protocol for sending data between computers
over the Internet. TCP keeps track of the packets, making sure that they are routed efficiently.
TFTP:
Trivial File Transfer Protocol: A simple version of FTP protocol that has no password authentication or
directory structure capability.
Trellis Code:
An advanced method of FEC (Forward Error Correction). When enabled, it makes for better
error checking at the cost of slower packet transmission. Setting Trellis Code to Disabled will cause increased
packet transmission with decreased error correction.
TTL:
Time To Live: A value in an IP packet that indicates whether or not the packet has been propagating
through the network too long and should be discarded.
UBR:
Unspecified Bit Rate: A transfer mode that is usually used in file transfers, email, etc. UBR can vary
depending on the data type.
USB:
Universal Serial Bus: A standard interface between a computer and a peripheral (printer, external
drives, digital cameras, scanners, network interface devices, modems, etc.) that allows a transfer rate of
12Mbps.
UDP:
User Datagram Protocol: A protocol that is used instead of TCP when reliable delivery is not required.
Unlike TCP, UDP does not require an acknowledgement (handshake) from the receiving end. UDP sends
packets in one-way transmissions.
VBR-nrt:
Variable Bit Rate – non real time: With VBR-nrt, cell transfer is variable upon certain criteria.
VC:
Virtual Circuit: A virtual circuit is a circuit in a network that appears to be a physically discrete path, but is
actually a managed collection of circuit resources that allocates specific circuits as needed to satisfy traffic
requirements.

Rate

4 / 5 based on 1 vote.

Popular OvisLink Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top