Question
BACnet supports several data-link options; the most common are BACnet/IP (over Ethernet/UDP, port 47808) for the backbone, and BACnet MS/TP (over RS-485) for local controller sub-networks.
BACnetMock examNetwork layersMedium
Answer
True
A typical BMS architecture combines an IP backbone running BACnet/IP on the building LAN, with BBMDs (BACnet Broadcast Management Devices) propagating broadcasts between IP sub-networks, and MS/TP sub-networks running RS-485 multi-drop with roughly 32 controllers per segment at 9600 to 115 200 baud. A BACnet/IP to MS/TP router bridges the two. Less common variants include BACnet/Ethernet (direct Layer-2 transport) and BACnet/SC (Secure Connect).
Waitlist
BACnet bank in preparation
The full BACnet bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →Want more?
See the 9 other BACnet practice questions
Related questions
- BACnet relies on an object-oriented model: every device exposes Objects (e.g. Analog Input, Binary Output) that contain Properties (Present_Value, Object_Name, Description, etc.).1. Architecture · Objektorientiertes Modell
- The BACnet Multistate Value (MSV), Multistate Input (MSI) and Multistate Output (MSO) objects encode enumerations with several states (3 or more discrete values), such as HVAC modes (Comfort/Standby/Eco) or system states (Auto/Manual/Off).1. Object types · Multistate Value
- ReadProperty and WriteProperty are the most widely used BACnet services: they let a client (typically the BMS) read or write the value of a Property of a remote Object.2. Services · ReadProperty / WriteProperty
- BACnet MS/TP uses a token-passing protocol between the Master nodes of an RS-485 segment: the token holder is allowed to communicate during a bounded time slot and then passes the token to the next Master in the logical ring.5. MS/TP · Token Passing
- BACnet defines standardised BackupAndRestoreFile services that let a BMS save and restore the full configuration of a device (parameters, programming, mappings) in case of hardware replacement.7. Backup & Restore · Konfigurations-Backup