User manual

67
GUI
Graphical User Interface. User environment that uses pictorial as well as textual representa-
tions of the input and output of applications and the hierarchical or other data structure in
which information is stored.
IGMP
The Internet Group Multicast Protocol is a protocol that provides the means for a host to in-
formitsattachedrouterthatanapplicationrunningwantstojoinaspecicmulticastgroup.
IP
The Internet Protocol is a method transmitting data over a network. Data to be sent is divided
into individual and completely independent “packets.” Each computer (or host) on the Internet
hasatleastoneaddressthatuniquelyidentiesitfromallothers,andeachdatapacket
contains both the sender’s address and the receiver’s address. The Internet Protocol ensures
that the data packets all arrive at the intended address. As IP is a connectionless protocol,
(which means that there is no established connection between the communication end-
points) packets can be sent via different routes and do not need to arrive at the destination
in the correct order. Once the data packets have arrived at the correct destination, another
protocol, Transmission Control Protocol (TCP) puts them in the right order.
IP Address
An IP address is simply an address on an IP network used by a computer/device connected to
thatnetwork.IPaddressesallowalltheconnectedcomputers/devicestondeachotherand
topassdatabackandforth.Toavoidconicts,eachIPaddressonanygivennetworkmust
beunique.AnIPaddresscanbeassignedasxed,sothatitdoesnotchange,oritcanbe
assigned dynamically (and automatically) by DHCP. An IP address consists of four groups (or
quads) of decimal digits separated by periods, e.g. 130.5.5.25. Different parts of the address
represent different things. One part represent the network number or address, and other part
represents the local machine address.
IPv6
IPv6providesanidenticationandlocationsystemforcomputersonnetworksandroutes
thattrafcacrosstheInternet.
L2TP
The Layer 2 Tunneling Protocol is used to support VPNs or as part of the delivery of services
by ISPs.
LAN
A communication infrastructure that supports data and resource sharing within a small area
that is completely contained on the premises of a single owner.
MAC Address
Standardized 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specic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.
MAC Address Filtering
MacAddressFilteringpermitsanddeniesnetworkaccesstospecicdevicesbasedonade-
vice’s MAC address.
MD5
AMessage-Digestalgorithmisawidelyusedcryptographichashfunctionproducinga128-bit
(16-byte) hash value, typically expressed in text format as a 32 digit hexadecimal number.