Collapse AllExpand All

2.1.1. Key Words Previous topic Parent topic Child topic Next topic

In order to prevent confusion, a number of key terms which are used frequently within the text are defined here in more detail.
Nodes:
Designates a device with a port/connection in a network.
This can be a router, a CGW module or any computer. Also frequently referred to as “Host“.
LAN segment:
Part of a network in which all nodes communicate with each other directly on Layer 2 (Ethernet MAC). The nodes are thus switched on the same “shared“ medium and interconnected via hubs or Layer 2 switches. In other words, they communicate without routers (Layer 3). The communication with nodes beyond this segment has to be realized via routers.
IP address:
A numerical Internet address comprising 4 sets of digits, e.g. 172.16.222.45. In this context, the term always designates the individual, complete and unequivocal address of a node.
Network mask (Netmask):
Internet addresses are broken down into network-specific and node-specific sections. The size of these sections differs, depending on the class of the address (determined by the first digit of the address).
Byte
1
2
3
4
 
 Class
         
A
 Network [1 .. 126]
Node
Node
Node
 
B
 Network [128 .. 191]
Network
Node
Node
 
C
 Network [192 .. 223]
Network
Network
Node
 
The netmask allows subnets to be generated within a network. Specific bits of the node section are used for the purposes of addressing. The network mask specifies which parts of the IP address are to be regarded as network/subnet sections by means of the specified bits. The remaining digits (bits not specified in the mask) designate the node section.
Network address:
In this document, the term network address is used for the entire network and subnet part of the IP address.
The network address is yielded by a bit-by-bit AND operation of any IP address with the netmask.
VLAN tagging
According to IEEE 802.1 p/q, there are two functions which are controlled using a common tag: the priority and the VLAN ID. The term VLAN tagging is generally applied once the tag is used - regardless of what it is being used for. The same applies in the case of IPDA. When reference is made to deactivating or activating VLAN tagging (AMOs SIPCO or CGWB: VLAN), it is the tag that is meant, not the VLAN function.
According to the standard there are three types of frames:
 
  • Untagged
Normal Ethernet frames without tagging
  • Priority Tagged
Ethernet frames with tagging
The priority bits are used The VLAN ID is 0.
  • VLAN Tagged
Ethernet frames with tagging
The priority bits are 0, The VLAN ID is > 0.
 
Some IP equipment vendors only allow priority bits to be used when VLAN ID > 0 is set.
When tagging is being used, the IPDA components always use priority tagging, but allow a setting of VLAN ID > 0
The priority bits are fixed according to the traffic type.
The values are specified in Table 3, “TOS values”
TOS byte
The Type Of Service byte is a component of the header for all IP packets in accordance with RFC 791.
According to RFC 791 (Internet Protocol), the byte is split up as follows (most significant -> least significant bit)
 
3 bits for precedence
111 - Network Control
110 - Internetwork Control
101 - CRITIC/ECP
100 - Flash Override
011 - Flash
010 - Immediate
001 - Priority
000 - Routine
3 bits for priority
D-T-R
Slight delay:
0 = Normal, 1 = Low
Throughput:
0 = Normal, 1 = High
Reliability:
0 = Normal, 1 = High
2 bits reserved
for future use
 
According to RFC 2474 (Differentiated Services), the six high-order bits are used as DiffServ Code Point (DSCP), while the two least significant bits are reserved.
 
Some of the values to be set are specified as 6-bit values without the 2 reserved bits, and others as 8-bit values (with the 2 reserved bits = 0).
With IPDA, the entire TOS byte is always specified. The two least significant bits are always set to zero.
A pure DiffServ Code Point must therefore be moved 2 bits to the left or multiplied by 4 in order to obtain the TOS byte setting for IPDA.

Table 1. Example: Class B IP address, netmask and network address

IP address
172
16
222
45
1
0
1
0
1
1
0
0
0
0
0
1
0
0
0
0
1
1
0
1
1
1
1
0
0
0
1
0
1
1
0
1
Netmask
255
255
240
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0
0
0
0
0
0
0
0
0
0
0
0
Subnet
1
1
0
1
 
Network address
172
16
208
0
1
0
1
0
1
1
0
0
0
0
0
1
0
0
0
0
1
1
0
1
0
0
0
0
0
0
0
0
0
0
0
0