|
Glossary of Internet terms
Administrator
Person with unlimited access to all features of a local network; responsible for the administration and maintenance of the network. Among other tasks, the administrator assigns IP addresses within the network and must ensure that they are unique.
ARP - Address Resolution Protocol
ARP is used for the mapping of IP address to the respective Ethernet address of a network participant. The detected assignments are administered in the ARP table of each individual computer. In Windows systems, you have the option to modify the ARP table using the ARP command.
Properties and parameters of the ARP command in the DOS window:
ARP -A lists the entries in the ARP table
ARP -S <IP address> <Ethernet address> adds a static entry to the ARP table
ARP -D <IP address> deletes and entry from the ARP table
ARP is defined in the RFC-826 Internet standard.
BootP - Bootstrap Protocol (BootP)
A protocol that checks the MIB variables of an SNMP manageable device to determine whether it should start up using its existing firmware or bootup from a network server specifically configured for that purpose.
Broadcast
A broadcast is an all-call to all network stations. A typical broadcast application is the ARP-request. However, broadcasts are also used by other protocols such as RIP - , etc.
Broadcasts are not sent through routers or bridges .
Client
Workstations or applications that establish connections to servers to employ the respective services. The best known client is the web browser that connects to a web server. Basically all Internet services such as e-mail, FTP,, Telnet, socket, etc. apply the client/server technology.
The client is thereby the "caller", while the server expects the "calls" to answer them.
Client/server architecture
Systems with "distributed intelligence, where a client establishes a connection to a server to avail of its services. Certain server applications are able to simultaneously serve multiple clients.
Com-Server
Small terminal devices in TCP/IP-Ethernet networks, providing interfaces for serial devices and digital I/O ports via the network. Com-Servers can be used as servers or clients respectively.
DHCP - Dynamic Host Configuration Protocol
Dynamic, temporary assignment of IP addresses from an address pool.
DHCP is used to automatically configure TCP/IP networks. The configuration does therefore not require any manual modifications and is carried out centrally and thus consistently. The system administrator defines how the IP addresses are to be assigned and specifies the period of assignment.
This procedure basically results in a system where each network station is assigned a new IP address each time a connection is established. Therefore, network components such as Com-Servers or print server that are always accessed via a specific IP address must be excluded from the IP address assignment by means of DHCP.
DHCP is defined in the RFC 2131 (03/97) and RFC 2241 (11/97) Internet standards.
DNS - Domain Name Service
Network stations on the Internet are accessed via numerical IP addresses. However, as names can be better remembered than numbers, the DNS system was introduced.
When a domain name is entered by the user, the TCP/IP stack queries the next DNS server for the associated IP address. The DNS server manages a list in which the IP addresses of the network or the domain are assigned to the respective host names.
Example of a DNS table:
80.250.3.196 www.poseidon.HW-group.com
80.250.21.84 NTsrv.firm.cz
80.250.3.198 Novellsrv.firm.cz ...
If the user or application requests a connection to participant "NTsrv", the request is initially transferred to the DNS server, which returns the IP address 80.250.21.84 for the host name. The same procedure is applied on the Internet. The Internet DNS servers however contain URLs, e.g. www.poseidon.HW-group.com. If the requested host name is not included in the table of the DNS server, the request is sent to the next DNS servers in the network. If, after a certain time, no reply is received from any of the queries DNS servers, the connection is terminated and the web browser shows and error message, indicating that the page has not been found.
DNS is based on a hierarchical logic: each name is initially identified by a top-level domain (e.g. "de", "com", "net", etc.) and a sub level domain. Each sub level domain may contain additional subordinate domains. The individual name sections identifying the levels are separated by full stops.
Network resources should possibly be assigned a domain name that is directly related to the services on offer or that includes the company name of the service provider. Example: "HWgroup.cz" is in the top-level domain "cz" (= Czech Republic) and the sub level domain "HWgroup" (= HW group company).
DNS server
DNS servers are part of the Internet and provide a service where domain names are "translated" into IP addresses .
Ethernet address
Unchangeable physical address of a network component in an Ethernet.
Firewall
A firewall is a set of network components that, similar to a router connect an internal network (intranet) to a public network (e.g. Internet). Access to the other network can thereby be limited or fully blocked, depending on the access direction, the service used and the identification of the network station or user.
Firewalls may also include the encoding of data, for example if the public network is only used as a transfer route between two geographically separated intranets.
FTP - File Transfer Protocol
FTP is an upper-level TCP/IP that allows for the transfer of entire files between two network stations. FTP, like all other TCP protocols, applies the client/server method. The FTP client thereby initiates the procedure, and the parameters, type and direction of the data transfer are forwarded to the server together with the FTP command sent by the user.
After the FTP command has been entered DOS window
FTP <IP address of FTP server>
the client initially establishes a connection to the FTP server, which in turn requests the user name and a password, if applicable.
As soon as the connection is established properly, access to the FTP server is possible by means of other commands and parameters. Examples:
ascii switches to the transmission of text files
binary switches to the transmission of binary files
put <file name> sends the specified file to the FTP server
get <file name> reads the specified file from the FTP server.
In addition to the above commands, FTP in Windows offers a range of other options. For more information, refer to the DOS help file (Enter "?" at the FTP prompt). The syntax of the FTP commands vary between operating systems.
FTP is described in detail in RFC 959.
Gateway
Gateways, like bridges and routers , connect different networks with each other. While bridges and routers thereby connect the physical types of the networks (e.g. Ethernet, - ISDN) and thus do not affect the actual protocol (e.g. TCP/IP), gateways allow for access to networks controlled by different protocols (e.g. from TCP/IP to profibus). A gateway is thus able to "translate" between different communication protocols.
Please note: When configuring networks in Windows systems, the entry of a gateway is mandatory. This entry however refers to routers that are already installed in the network!
ICMP - Internet Control Message Protocol
The ICMP protocol is used to transmit status information and error messages between the IP nodes. ICMP also allows for echo requests to establish whether a destination is available.
See also Ping.
Internet
The Internet is the world's largest association of networks, allowing users to use a virtually unlimited infrastructure for communication. By the use of TCP/IP , network users can avail of Internet services such as e-mail, FTP, and browsers (HTTP, etc.).
Intranet
A non-public network (e.g. within a company), providing users with Internet-like services such as e-mail,
FTP, or HTTP browsing within the network.
Most intranets are equipped with routers and firewalls providing access to the Internet.
IP - Internet Protocol
Protocol that allows users to communicate with partners in other networks.
IP address
The IP address is a 32-bit numerical code that uniquely identifies each network station in the intranet or the Internet. It consists of a network code (net ID) and a host code (host ID).
ISDN router
ISDN routers allow for the communication between two local networks via the ISDN network of the telephone system provider. ISDN routers thereby act as normal routers but also handle the ISDN connection.
MAC ID
Not modifiable, physical address of a network component (MAC = Media Access Control).
See also Ethernet address.
MIB - Management Information Base
A group of management procedures implemented in a network device for the purpose of remote device control and monitoring operations via an SNMP agent.
NAT - Network Address Translation
Due to the huge growth of the Internet over the past few years, a shortage of IP addresses has occurred, so that they are today only assigned sparingly. NAT is used where internal networks of companies are connected to the Internet. The intranet is linked through a NAT-capable router to the Internet, while internally, IP addresses that are not relevant to the Internet are used. In this case, the network is accessible from outside via one single (or a few) IP address(es). Based on the port number in the received TCP/IP packet, this packet is routed to a specific internal network station.
NVT - Network Virtual Terminal
Communication with the TCP/IP device over the Ethernet network can be extended to more functions using NVT (Network Virtual Terminal) commands. It can be used according to the RFC2217 standard to change baudrate on remote Virtual Serial Port for example. The simple NVT control commands are included in the data stream with the character "FF" used as the command prefix. If the "FF" character occurs within the normal data stream, it is simply doubled.
You can find detailed NVT and a complete TELNET description in detailed article NVT (Network Virtual Terminal) description.
Ping - Packet Internet Groper
Ping is used in TCP/IP networks for diagnostic purposes; with this feature, it is possible to establish whether a specific station is actually part of the network and accessible. Ping uses the ICMP protocol, which in turn is based on the IP protocol. When a network station issues an ICMP request by entering the ping command, the respective station sends an ICMP reply back to the sender.
The PING <IP address> entered in the DOS window, requires the station with the respective IP address to send a reply.
The following parameters can be entered in addition to the IP address:
-t Repeats ping command in a loop until the user terminates the command with <Ctrl>C.
-n count Repeats the ping command "count" times.
-l size "Size" indicates the number of bytes included in the ICMP packet. For Com-Servers the default settings are max. 512 bytes.
-w timeout "Timeout" specifies the period (in milliseconds) during which the station waits for a reply.
Example:
PING 80.250.3.193 -n 50 repeats the ping command to station 80.250.3.193 fifty times.
A reply from a network station looks like this:
Reply from 80.250.3.193: bytes=32 time=11ms TTL=32
If no reply is issued, the following message is returned:
Request timed out.
The ICMP packets used for ping are defined in the RFC-792 Internet standard.
PPP - Point to Point Protocol
PPP is an enhanced successor of SLIP
and features improved error correction, etc.
Like SLIP, PPP allows TCP/IP devices that have no LAN connection to participate in TCP/IP networks over the serial interface.
RFC - Requests for Comments
The Requests for Comments (RFC) document series is a set of technical and organizational notes about the Internet (originally the ARPANET), beginning in 1969. Memos in the RFC series discuss many aspects of computer networking, including protocols, procedures, programs, and concepts, as well as meeting notes, opinions, and sometimes humor. For more information on the history of the RFC series, see "30 years of RFCs".
Are you searching for any RFC ? - Let's use The RFC-Editor - www.rfc-editor.org/
RIP - Routing Information Protocol
Routing protocols such as RIP are used to exchange information on changed routes between two networked systems, allowing for dynamic changes in the routing tables.
RIP is defined in the RFC-1058 Internet standard.
router
Routers are used to connect networks of different type. In contrast to bridges, the decision on which data packets are to be forwarded is not based on Ethernet addresses but on IP addresses instead.
See also Bridge
Server
Workstations or applications that accept connections established by clients and make the requested services available to them. The best known server is the web server that provides data to a web browser. Basically all Internet services such as e-mail FTP,,
Telnet, sockets, etc. apply the client/server architecture.
The server expects "calls" to answer them, while the client is the "caller".
SLIP - Serial Line Internet Protocol
SLIP provides an easy option to transfer TCP/IP packets by means of serial point-to-point lines. This allows for the integration of terminal devices that are not equipped with a LAN connection in networks, using the serial interface.
SLIP operates a very simple algorithm without data integrity checking: the actual IP data packet is equipped with a preceding start character (decimal 192) and an end character (also decimal 192). To ensure binary transparency, the start and end characters contained in the data packet are thereby replaced by other sequences.
SLIP is described in detail in RFC 1055.
SLIP router
A SLIP router consists of the hardware and functionality for the integration of serial terminal devices that are equipped with a TCP/IP stack into the network.
Com-Server offer SLIP routing as a mode option.
SNMP - Simple Network Management Protocol
SNMP is based on UDP and allows for the centralized administration and monitoring of the network components.
SNMP is specified in the following standards: RFC 1052, RFC 1155, RFC 1156, RFC 1157, RFC 1213 and RFC 1441.
Subnet mask
32-bit value, defining the sections of the IP address that refer to the network and the network station respectively.
TCP - Transmission Control Protocol
TCP is used in conjunction with IP and, firstly establishes the connection of the station during the data transfer, while it also checks the integrity of the data and sequence of the packets.
TCP/IP stack
Component of the operating system or of a driver containing all functions and drivers required for the support of the IP protocol.
Telnet - Terminal over Network
In the past, Telnet was mainly used for remote access to UNIX servers via the network. A Telnet application (Telnet client) allows remote access to any workstation in the network (Telnet server). Today, Telnet is also used for the configuration of network components such as Com-Servers . With TCP/IP, Telnet is normally accessed through port 23; for special applications, it is though possible to assign different port numbers. Telnet is used in conjunction with TCP/IP and works as a transfer and integrity protocol.
Properties and parameters of Telnet in the DOS window:
TELNET <IP address>
Establishes a Telnet connection to port 23 of the Telnet server with the respective IP address.
TELNET <IP address> <port number>
Establishes a Telnet connection to the entered port of the Telnet server.
Example: In order to establish a Telnet connection to the configuration port (99) of the PortBox (HW RS-232 / Ethernet converter), the following command must be entered:
TELNET 192.168.6.18 99
In a Windows environment, the address parameters for Telnet connections are entered in menu Connect/Network system . In the dialog field Host name, enter the IP address of the Telnet server; in Connection, enter the desired port number. The default entry telnet corresponds to port 23.
Telnet is defined in the RFC854 Internet standard.
TFTP - Trivial File Transfer Protocol
TFTP is an alternative to FTP, for the transfer of files over networks. However, TFTP includes only a minimum number of commands and does not support comprehensive data integrity features. It uses UDP as the actual transfer protocol. As UDP is an unsecured protocol, minimal security features have been implemented in TFTP.
TFTP is described in detail in the standards 783, 906, 1350 and 1782 to 1785.
UDP - User Datagram Protocol
UDP is a protocol similar to TCP used in conjunction with IP . In contrast to TCP, it does not require a connection and includes no integrity check mechanisms. The advantage of UDP over TCP lies in its higher data transfer rate.
Advanced Glossary
Do you have more questions ? - Try our Advanced Glossary
ACK: Acknowledgment
ADC: Analog to Digital Converter
ADM: Add/Drop Multiplexer
AMI: Alternate Mark Inversion
ANSI: American National Standards Institute
API: Application Programming Interface
APNIC: Asia-Pacific Network Information Center
ARIN: American Registry for Internet Numbers
ARP: Address Resolution Protocol
ARPA: Advanced Research Projects Agency
ARQ: Automatic Repeat Request
ASN: Autonomous System Number
ATM: Asynchronous Transfer Mode
B3Z3: Bipolar 3-Zero Substitution
B8ZS: Binary 8-Zero Substitution
BRI: Basic Rate Interface
BER: Bit Error Rate
BOC: Bell Operating Company
BOOTP: Bootstrap Protocol
bps: bits per second
CatX: Category X cabling
CD: Carrier Detect
CHAP: Challenge Handshake Authentication Protocol
CHDLC: Cisco High-level Data Link Control
CIDR: Classless Internet Domain Routing
CIX: Commercial Internet eXchange association
CLEC: Competitive Local Exchange Carrier
CO: Central Office
CODEC: Coder-Decoder
CPE: Customer Provided Equipment/Customer Premise Equipment
cps: Cells per second
CRC: Cyclical Redundancy Check
CSMA/CD: Carrier Sense Multiple Access with Collision Detection
CSU/DSU: Channel Service Unit/Data Service Unit
CTE: Connected Telecommunication Equipment
CTS: Clear To Send
DB-X: Data Bus Connector-X
DCD: Data Carrier Detect
DCE: Data Carrier Equipment
DHCP: Dynamic Host Configuration Protocol
DLC: Digital Loop Carrier
DNS: Domain Name System
DS-0: Digital Signal, Level 0
DS-1 (T-1): Digital Signal, Level 1
DS-3 (T-3): Digital Signal, Level 3
DSP: Digital Signal Processing
DTE: Data Terminal Equipment
DTR: Data Terminal Ready
EGP: Exterior Gateway Protocol
EIA: Electronic Industries Association
EIGRP: Enhanced Interior Gateway Routing Protocol
EMI: ElectoMagnetic Interference
ESD: ElectroStatic Discharge
ESF: Extended Super Frame
FCC: Federal Communications Commission
FCS: Frame Check Sequence
FDDI: Fiber Distribution Data Interface
FQDN: Fully Qualified Domain Name
FDM: Frequency Division Multiplexing
FTP: File Transfer Protocol
Gbps: Giga-bits per second
HDLC: High-level Data Link Control
HSP: Host Signal Processing
HTML: Hypertext Markup Language
HTTP: Hypertext Transfer Protocol
HTTPS: Hypertext Transfer Protocol Secure
IANA: Internet Assigned Numbers Authority
ICANN: Internet Corporation for Assigned Names and Numbers
ICMP: Internet Control Message Protocol
IEC: International Electrotechnical Commission
IEEE: Institute of Electric and Electronic Engineers
|
IESG: Internet Engineering Steering Group
IETF: Internet Engineering Task Force
IGMP: Internet Group Message Protocol
IGRP: Interior Gateway Routing Protocol
ILEC: Incumbent Local Exchange Carrier
IP: Internet Protocol
ISDN: Integrated Services Digital Network
ISO: Internet Standards Organization
ISOC: Internet Society
ISP: Internet Service Provider
ITU: International
Telecommunications Union
IXC: IntereXchange Carrier
Kbps: Kilo-bits per second
L-X: Layer X in OSI Reference Model
LAN: Local Area Network
LATA: Local Access and Transport Area
LEC: Local Exchange Carrier
MAC: Media Access Control
Mbps: Mega-bits per second
MIB: Management Information Base
Modem: MOdulator/DEModulator
MTU: Maximum Transmission Unit
MUX: Multiplexer
NAP: Network Access Point
NAT: Network Address Translation
NIC: Network Interface Card
NSF: National Science Foundation
NTP: Network Time Protocol
NNTP: Network News Transfer Protocol
NOC: Network Operations Center
OC-X: Optical Carrier, Level X
OSI: Open Systems Interconnection
OSIRM: OSI Reference Model
PAP: Point-to-point Authentication Protocol
PAT: Port Address Translation
POP: Point of Presence
POP: Post Office Protocol
POTS: Plain Old Telephone Service
PPP: Point to Point Protocol
pps: Packets per second
PRI: Primary Rate Interface
PSTN: Public Switched Telephone Network
PUC/PUCO: Public Utilities Commission
RARP: Reverse Address Resolution Protocol
RAS: Remote Access Server
RBOC: Regional Bell Operating Company
RFC: Request For Comment
RIPE NCC: Reseaux IP Europeens Network Coordination Center
RJ-X: Registered Jack-X
RS-X: Recommended Standard-X
RTS: Ready To Send
SF: Super Frame
SMTP: Simple Mail Transport Protocol
SNMP: Simple Network Management Protocol
SONET: Synchronous Optical Network
STA: Spanning Tree Algorithm
STP: Shielded Twisted Pair
STS-X: Synchronous Transport Signal, Level X
TCP: Transmission Control Protocol
TCP/IP: Transmission Control Protocol/Internet Protocol
TDM: Time Division Multiplexing
TFTP: Trivial File Transfer Protocol
TP: Twisted Pair
UDP: User Datagram Protocol
UTP: Unshielded Twisted Pair
VLAN: Virtual Local Area Network
VLSM: Variable Length Subnet Mask
VPN: Virtual Private Network
W3C: World Wide Web Consortium
WAN: Wide Area Network
WDM: Wavelength Division Multiplexing
|
Advanced Glossary |
Links and Sources
|