Media Access
Control address
A Media Access Control address is the
permanent physical address assigned by the
manufacturer to the device. It is composed of 6
pairs of hexadecimal digits. For example:
00-0F-E2-80-65-25. Each network device has a
global unique 48-bit MAC address.
Network
Address
Translation
Network Address Translation allow multiple
hosts to access the internet on a single public IP
address. Without NAT, only one host may be
assigned a public IP. NAT also helps protect
the local network from external threats.
Ping tests connectivity from a host to a remote
host using ICMP packets. It is a very common
and easy tool to use.
Quality of Service is a technology used to solve
the problems of network delay and obstruction.
In case of network overload or congestion, QoS
can ensure that important traffic will not be
delayed or discarded, while ensuring efficient
operation of network.
Standard plug for connecting Ethernet
switches, hubs, routers, and other devices.
Straight-through cable and crossover cable may
be used with this interface.
A router routes packets between networks
based on an IP address. A route is the path
between those two networks. Routing is a
layer-three only, while local networks are
layer-two only.
Simple Network
Management
Protocol
SNMP is a protocol for remote management of
device on the network. It defines a series of
messages, methods and syntax used to achieve
remote management.
Transfer
Control
Protocol
Transfer Control Protocol is a
connection-oriented and reliable transport layer
protocol.
Transmission
Control
Protocol/Internet
Protocol
Transmission Control Protocol/Internet
Protocol is the cluster of basic communication
protocols for network communication. TCP / IP
defines a set of protocols, including not only
TCP and IP.
A character-based interactive program used to
access a remote host. Telnet allows the user to
remotely login and manage the device.