Intro To Networking Handout
Intro To Networking Handout
February 2019
Robert Lastinger Dave Cousins
Technical Support, Distech Controls Director of Product Development,
Optigo Networks
Objective
Intro to Networking
Designing a Network
Network Layers
From:me To:you
Optigo Networks
Attn: Dave Cousins
1200-555 W. Hastings
Vancouver, BC
V6B 4N6 Canada
Network Layers
Networking can be divided into distinct layers. For the
purposes of this training it will help with our
understanding of basic network architecture and how it
relates to controls. There are several models commonly
used to describe network layers. The most popular is the
OSI Model which uses 7 layers. Despite being the most
popular, this model is not well suited for this training or
for controls in general. The TCP/IP Model is easier to
understand, has fewer layers and facilitates the design
and implementation of controls networks that include IP
based controllers.
Internet & connectivity
Computer
Server rooms
Public or VPN
Network Overview
Internet
Gateway & Firewall
Private L3 Network
L2 Network L2 Network /
/ Intranet
/
Subnet Subnet
Switch Router & Firewall &
VPN
IT Internet
SaaS
Layer-3
Switch
BBMD
Switch
BACnet LAN - Ethernet
BACnet
Workstation BACnet
Field Panel
Switch (layer-2) Network of devices Ethernet to
MS/TP
“Router” (layer-3 switch) Connects networks Sensors and Router
Actuators
Router (Gateway) Bridge public and private network BACnet LAN - MSTP
Firewall Filter traffic
BACnet
VPN Connect trust devices over untrusted Field Panels
medium
Sensors and
Actuators
Network Access
Network Access Layer
The Network Access Layer can be thought of as the physical layer. This layer describes and defines how computers
and devices will physically send their data through the network. Basically, how will you connect to the network. The
most common methods in the control world are Ethernet and Wi-Fi.
Ethernet
Definition - a system for connecting a number of computer systems to form a local area network, with protocols to
control the passing of information and to avoid simultaneous transmission by two or more systems.
Advantages
● Ethernet Ports are common
● Greater Stability
Disadvantages
● Expensive to install
Advantages
● Lowered cost of install
Disadvantages
● Slower than wired
● Subject to interference
VLAN-20
VLAN-30
Internet
Internet
The Internet layer is responsible for placing data that needs to be transmitted into data packets known as IP
datagrams. These will contain the source and destination addresses for the data within. This layer is also
responsible for routing the IP datagrams. The main protocols included at Internet layer are IP (Internet
Protocol), ICMP (Internet Control Message Protocol), ARP (Address Resolution Protocol), RARP (Reverse
Address Resolution Protocol) and IGMP (Internet Group Management Protocol). Terms you will commonly hear
that relate to this layer are IPV4 and IPV6. For the purposes of this training we will only be talking about IPV4.
IPV4
Static IP
Subnet
Gateway
192.168.0.5
Single Public IP
192.168.0.6 206.12.0.100
192.168.11.1/24
10.10.0.254/16 192.168.12.1/24
192.168.12.2/24
10.10.88.100/16 Default gateway: 192.168.12.1
Default gateway: 10.10.0.254
Example route:
10.10.88.100 → 10.10.0.254 → 192.168.11.1 → 192.168.11.20
URL
www.optigo.net DNS IP
69.67.187.44
Firewall
• permit/block traffic based on rules
• Example:
• Only port 47808 may exit
VPN
• Extend network over a secure encrypted tunnel
• Give remote trusted device(s) a local IP address
Transport Layer
Transport Layer