Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Access control
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Access control system topologies=== [[File:Access control topologies serial controllers.png|thumb|right|Access control system using serial controllers]] '''1. Serial controllers.''' Controllers are connected to a host PC via a serial [[EIA-485|RS-485]] communication line (or via 20mA [[current loop]] in some older systems). External RS-232/485 converters or internal RS-485 cards have to be installed, as standard PCs do not have RS-485 communication ports.{{citation needed|date=February 2012}} Advantages:{{citation needed|date=February 2012}} * RS-485 standard allows long cable runs, up to 4000 feet (1200 m) * Relatively short response time. The maximum number of devices on an RS-485 line is limited to 32, which means that the host can frequently request status updates from each device, and display events almost in real time. * High reliability and security as the communication line is not shared with any other systems. Disadvantages:{{citation needed|date=February 2012}} * RS-485 does not allow Star-type wiring unless splitters are used * RS-485 is not well suited for transferring large amounts of data (i.e. configuration and users). The highest possible throughput is 115.2 kbit/sec, but in most system it is downgraded to 56.2 kbit/sec, or less, to increase reliability. * RS-485 does not allow the host PC to communicate with several controllers connected to the same port simultaneously. Therefore, in large systems, transfers of configuration, and users to controllers may take a very long time, interfering with normal operations. * Controllers cannot initiate communication in case of an alarm. The host PC acts as a master on the RS-485 communication line, and controllers have to wait until they are polled. * Special serial switches are required, in order to build a redundant host PC setup. * Separate RS-485 lines have to be installed, instead of using an already existing network infrastructure. * Cable that meets RS-485 standards is significantly more expensive than regular Category 5 UTP network cable. * Operation of the system is highly dependent on the host PC. In the case that the host PC fails, events from controllers are not retrieved, and functions that require interaction between controllers (i.e. anti-passback) stop working. [[File:Access control topologies main controller a.png|thumb|right|Access control system using serial main and sub-controllers]] '''2. Serial main and sub-controllers.''' All door hardware is connected to sub-controllers (a.k.a. door controllers or door interfaces). Sub-controllers usually do not make access decisions, and instead forward all requests to the main controllers. Main controllers usually support from 16 to 32 sub-controllers. Advantages:{{citation needed|date=February 2012}} * Work load on the host PC is significantly reduced, because it only needs to communicate with a few main controllers. * The overall cost of the system is lower, as sub-controllers are usually simple and inexpensive devices. * All other advantages listed in the first paragraph apply. Disadvantages:{{citation needed|date=February 2012}} * Operation of the system is highly dependent on main controllers. In case one of the main controllers fails, events from its sub-controllers are not retrieved, and functions that require interaction between sub-controllers (i.e. anti-passback) stop working. * Some models of sub-controllers (usually lower cost) do not have the memory or processing power to make access decisions independently. If the main controller fails, sub-controllers change to degraded mode in which doors are either completely locked or unlocked, and no events are recorded. Such sub-controllers should be avoided, or used only in areas that do not require high security. * Main controllers tend to be expensive, therefore such a topology is not very well suited for systems with multiple remote locations that have only a few doors. * All other RS-485-related disadvantages listed in the first paragraph apply. [[File:Access control topologies main controller b.png|thumb|right|Access control system using serial main controller and intelligent readers]] '''3. Serial main controllers & intelligent readers.''' All door hardware is connected directly to intelligent or semi-intelligent readers. Readers usually do not make access decisions, and forward all requests to the main controller. Only if the connection to the main controller is unavailable, will the readers use their internal database to make access decisions and record events. Semi-intelligent reader that have no database and cannot function without the main controller should be used only in areas that do not require high security. Main controllers usually support from 16 to 64 readers. All advantages and disadvantages are the same as the ones listed in the second paragraph. [[File:Access control topologies terminal servers.png|thumb|right|Access control systems using serial controllers and terminal servers]] '''4. Serial controllers with terminal servers.''' In spite of the rapid development and increasing use of computer networks, access control manufacturers remained conservative, and did not rush to introduce network-enabled products. When pressed for solutions with network connectivity, many chose the option requiring less efforts: addition of a [[terminal server]], a device that converts serial data for transmission via LAN or WAN. Advantages:{{citation needed|date=February 2012}} * Allows utilizing the existing network infrastructure for connecting separate segments of the system. * Provides a convenient solution in cases when the installation of an RS-485 line would be difficult or impossible. Disadvantages:{{citation needed|date=February 2012}} * Increases complexity of the system. * Creates additional work for installers: usually terminal servers have to be configured independently, and not through the interface of the access control software. * Serial communication link between the controller and the terminal server acts as a bottleneck: even though the data between the host PC and the terminal server travels at the 10/100/1000 Mbit/sec network speed, it must slow down to the serial speed of 112.5 kbit/sec or less. There are also additional delays introduced in the process of conversion between serial and network data. All the RS-485-related advantages and disadvantages also apply. [[File:Access control topologies IP master.png|thumb|right|Access control system using network-enabled main controllers]] '''5. Network-enabled main controllers.''' The topology is nearly the same as described in the second and third paragraphs. The same advantages and disadvantages apply, but the on-board network interface offers a couple of valuable improvements. Transmission of configuration and user data to the main controllers is faster, and may be done in parallel. This makes the system more responsive, and does not interrupt normal operations. No special hardware is required in order to achieve redundant host PC setup: in the case that the primary host PC fails, the secondary host PC may start polling network controllers. The disadvantages introduced by terminal servers (listed in the fourth paragraph) are also eliminated. [[File:Access control topologies IP controller.png|thumb|right|Access control system using IP controllers]] '''6. [[IP access controller|IP controllers]].''' Controllers are connected to a host PC via Ethernet LAN or WAN. Advantages:{{citation needed|date=February 2012}} * An existing network infrastructure is fully utilized, and there is no need to install new communication lines. * There are no limitations regarding the number of controllers (as the 32 per line in cases of RS-485). * Special RS-485 installation, termination, grounding and troubleshooting knowledge is not required. * Communication with the controllers may be done at the full network speed, which is important if transferring a lot of data (databases with thousands of users, possibly including biometric records). * In case of an alarm, controllers may initiate connection to the host PC. This ability is important in large systems, because it serves to reduce network traffic caused by unnecessary polling. * Simplifies installation of systems consisting of multiple sites that are separated by large distances. A basic Internet link is sufficient to establish connections to the remote locations. * Wide selection of standard network equipment is available to provide connectivity in various situations (fiber, wireless, VPN, dual path, PoE) Disadvantages:{{citation needed|date=February 2012}} * The system becomes susceptible to network related problems, such as delays in case of heavy traffic and network equipment failures. * Access controllers and workstations may become accessible to hackers if the network of the organization is not well protected. This threat may be eliminated by physically separating the access control network from the network of the organization. Most IP controllers utilize either Linux platform or proprietary operating systems, which makes them more difficult to hack. Industry standard data encryption is also used. * Maximum distance from a hub or a switch to the controller (if using a copper cable) is 100 meters (330 ft). * Operation of the system is dependent on the host PC. In case the host PC fails, events from controllers are not retrieved and functions that require interaction between controllers (i.e. anti-passback) stop working. Some controllers, however, have a peer-to-peer communication option in order to reduce dependency on the host PC. [[File:Access control topologies IP reader.png|thumb|right|Access control system using IP readers]] '''7. IP readers.''' Readers are connected to a host PC via Ethernet LAN or WAN. Advantages:{{citation needed|date=February 2012}} * Most IP readers are PoE capable. This feature makes it very easy to provide battery backed power to the entire system, including the locks and various types of detectors (if used). * IP readers eliminate the need for controller enclosures. * There is no wasted capacity when using IP readers (e.g. a 4-door controller would have 25% of unused capacity if it was controlling only 3 doors). * IP reader systems scale easily: there is no need to install new main or sub-controllers. * Failure of one IP reader does not affect any other readers in the system. Disadvantages:{{citation needed|date=February 2012}} * In order to be used in high-security areas, IP readers require special input/output modules to eliminate the possibility of intrusion by accessing lock and/or exit button wiring. Not all IP reader manufacturers have such modules available. * Being more sophisticated than basic readers, IP readers are also more expensive and sensitive, therefore they should not be installed outdoors in areas with harsh weather conditions, or high probability of vandalism, unless specifically designed for exterior installation. A few manufacturers make such models. The advantages and disadvantages of IP controllers apply to the IP readers as well.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Access control
(section)
Add topic