Instruction manual

C-Bus By Demand 3
Training Manual 9
1.3 Ethernet Basics
There are two parameters that need to set to program a C Bus Network Interface (CNI), and
theyare:
IPAddress
SubnetMask
1.3.1IPAddress
An IP Address is the logical address of a network adapter. The IP Address uniquely identifies
computers,printersandotherEthernetDevicesonanetwork.
InternetProtocolsupportstheideaofindividualaddressingforEthernetDevicesonanetwork.
An IP Address contains four bytes (32 bits), which is enough to address mos
t computers on a
network. Each byte of an IP address is known as an octet. Octets are given a value between 0
and255,butvariousru
lesexistforensuringIPaddressesarevalid.
1.3.2SubnetMask
A Subnet Mask allows the transmission of network traffic between Ethernet devices to be
segregated based on a network configuration. By organising Ethernet devices into groups,
subnettingcanimprovenetworksecurityandperformanceofthenetwork.
Subnettingismorecommonlyrecognisedasthesubnetmask.ASubnetsharesthesameformat
as an IPad
dress. Each subnet maskcontainsfour bytes (32 bits) and is written using the same
formatasIPAddressing.
Althougha SubnetMaskisconstructedinthe
sameformasa IPAddress,itdoesnotsharethe
same function. A subnet mask accompanies an IP Address, an
d the two parameters work
together.
Asaruleofthumb:
ProgramtheCNI’sSubnetMasktothesameSubnetMaskas
thePC
ProgramtheCNI’sIPAddresstoanalmostidenticalIPAddressofthePC.
Thetablebelowshowssomeexamplesoftheruleofthumblistedpreviously.
Ethernet Device Subnet Mask IP Address
PC 1
PC 2
CNI 1
CNI 2
CNI 3
Printer
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
192.168.170.1
192.168.170.2
192.168.170.3
192.168.170.4
192.168.170.5
192.168.170.6
Table 3: IP Addressing Examples.
This is a very generalised rule of thumb, but is the easiest way to configure network.
Thereareexceptionstothisrule.