Foreign Device Registration (FDR) lets a BACnet/IP device located on a different IP sub-network register with a BBMD to receive the BACnet broadcasts of the BBMD's sub-network.
True
A Foreign Device is a BACnet/IP node that wants to listen to another IP sub-network without being physically attached to it. The workflow is: the Foreign Device sends a Register-Foreign-Device message to the target sub-network's BBMD, with a TTL (typically 60-300 s); the BBMD adds the Foreign Device to its Foreign Device Table (FDT); on every subsequent broadcast (Who-Is, etc.), the BBMD forwards the message to the Foreign Device; and the Foreign Device must re-register before the TTL expires. The classic use case is a remote BMS supervisor talking to controller sub-networks on separate VLANs.
Set the TTL so that re-registration happens at roughly one third of the lifetime: a TTL just barely longer than the network's worst-case latency leads to silent supervisor blackouts.
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 →See the 9 other BACnet practice questions
Related questions
- Which of the following BACnet object types is typically used to represent a user-adjustable temperature setpoint (an analogue value that the BMS can write) ?1. Architecture · Standard-Objekttypen
- The BACnet Calendar object stores a list of exceptional dates (public holidays, vacations, exceptional closures) that can be referenced by several Schedule objects to apply differentiated behaviour on those days.1. Object types · Calendar Object
- The BACnet Notification Class object defines who must receive alarm notifications (Recipient_List), with what priority, and whether acknowledgement is required.1. Object types · Notification Class
- The SubscribeCOV service lets a client subscribe to value changes of a Property of a remote Object: the device then automatically emits a ConfirmedCOVNotification or UnconfirmedCOVNotification on each change, avoiding the need to poll.2. Services · COV (Change Of Value)
- 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.3. Network layers · BACnet/IP vs MS/TP