Access Control
Access Control
In the fields of physical security and information security, access control (AC) is
the selective restriction of access to a place or other resource.[1] The act of accessing
may mean consuming, entering, or using. Permission to access a resource is called
authorization.
Locks and login credentials are two analogous mechanisms of access control.
Computer security
Access control models
Telecommunication
In object-oriented programming
Comparison of use of access modifier keywords in dif
ferent OOP
languages
Attribute accessors
Public policy
See also
References
External links
Physical security
Geographical access control may be enforced by personnel (e.g., border guard,
bouncer, ticket checker), or with a device such as a turnstile. There may be fences to
avoid circumventing this access control. An alternative of access control in the strict
sense (physically controlling access itself) is a system of checking authorized
presence, see e.g. Ticket controller (transportation). A variant is exit control, e.g. of
a shop (checkout) or a country.
The term access control refers to the practice of restricting entrance to a property, a
building, or a room to authorized persons. Physical access control can be achieved
by a human (a guard, bouncer, or receptionist), through mechanical means such as Drop Arm Optical Turnstiles
locks and keys, or through technological means such as access control systems like Manufactured by Q-Lane Turnstiles
LLc
the mantrap. Within these environments, physical key management may also be
employed as a means of further managing and monitoring access to mechanically
keyed areas or access to certain small assets.
Physical access control is a matter of who, where, and when. An access control
system determines who is allowed to enter or exit, where they are allowed to exit or
enter, and when they are allowed to enter or exit. Historically, this was partially
accomplished through keys and locks. When a door is locked, only someone with a
key can enter through the door, depending on how the lock is configured.
Mechanical locks and keys do not allow restriction of the key holder to specific
times or dates. Mechanical locks and keys do not provide records of the key used on
any specific door, and the keys can be easily copied or transferred to an unauthorized Underground entrance to theNew
person. When a mechanical key is lost or the key holder is no longer authorized to York City Subway system
use the protected area, the locks must be re-keyed.
Electronic access control uses computers to solve the limitations of mechanical locks
and keys. A wide range of credentials can be used to replace mechanical keys. The
electronic access control system grants access based on the credential presented.
When access is granted, the door is unlocked for a predetermined time and the
transaction is recorded. When access is refused, the door remains locked and the
attempted access is recorded. The system will also monitor the door and alarm if the
door is forced open or held open too long after being unlocked.
The above description illustrates a single factor transaction. Credentials can be passed around, thus
subverting the access control list. For example, Alice has access rights to the server room, but Bob
does not. Alice either gives Bob her credential, or Bob takes it; he now has access to the server room.
To prevent this, two-factor authentication can be used. In a two factor transaction, the presented
credential and a second factor are needed for access to be granted; another factor can be a PIN, a
second credential, operator intervention, or abiometric input.
[2]
There are three types (factors) of authenticating information: Example of fob based
access control using
something the user knows, e.g. a password, pass-phrase or PIN an ACT reader
something the user has, such as smart card or akey fob
something the user is, such as fingerprint, verified by biometric measurement
Passwords are a common means of verifying a user's identity before access is given to information systems. In addition, a fourth
factor of authentication is now recognized: someone you know, whereby another person who knows you can provide a human
element of authentication in situations where systems have been set up to allow for such scenarios. For example, a user may have
their password, but have forgotten their smart card. In such a scenario, if the user is known to designated cohorts, the cohorts may
provide their smart card and password, in combination with the extant factor of the user in question, and thus provide two factors for
the user with the missing credential, giving three factors overall to allow access.
Credential
A credential is a physical/tangible object, a piece of knowledge, or a facet of a person's physical being that enables an individual
access to a given physical facility or computer-based information system. Typically, credentials can be something a person knows
(such as a number or PIN), something they have (such as an access badge), something they are (such as a biometric feature), or some
combination of these items. This is known as multi-factor authentication. The typical credential is an access card or key-fob, and
[3]
newer software can also turn users' smartphones into access devices.
There are many card technologies including magnetic stripe, bar code, Wiegand, 125 kHz proximity, 26-bit card-swipe, contact smart
cards, and contactless smart cards. Also available are key-fobs, which are more compact than ID cards, and attach to a key ring.
Biometric technologies include fingerprint, facial recognition, iris recognition, retinal scan, voice, and hand geometry. The built-in
biometric technologies found on newer smartphones can also be used as credentials in conjunction with access software running on
mobile devices.[4] In addition to older more traditional card access technologies, newer technologies such as Near field
communication (NFC) and Bluetooth low energy also have potential to communicate user credentials to readers for system or
building access.[5][6][7]
Access control readers may be classified by the functions they are able to perform:
Basic (non-intelligent) readers: simply read card number or PIN, and
forward it to a control panel. In case of biometric identification, such
readers output the ID number of a user. Typically, Wiegand protocol is
used for transmitting data to the control panel, but other options such as
RS-232, RS-485 and Clock/Data are not uncommon. This is the most
popular type of access control readers. Examples of such readers are
RF Tiny by RFLOGICS, ProxPoint by HID, and P300 by Farpointe Data.
Semi-intelligent readers: have all inputs and outputs necessary to
control door hardware (lock, door contact, exit button), but do not make
any access decisions. When a user presents a card or enters a PIN, the
reader sends information to the main controller , and waits for its
response. If the connection to the main controller is interrupted, such
readers stop working, or function in a degraded mode. Usually semi-
intelligent readers are connected to a control panel via anRS-485 bus.
Examples of such readers are InfoProx Lite IPL200 by CEM Systems,
and AP-510 by Apollo. Access control door wiring when
Intelligent readers: have all inputs and outputs necessary to control door using intelligent readers
hardware; they also have memory and processing power necessary to
make access decisions independently. Like semi-intelligent readers,
they are connected to a control panel via an RS-485 bus. The control
panel sends configuration updates, and retrieves events from the readers. Examples of such readers could be
InfoProx IPO200 by CEM Systems, and AP-500 by Apollo. There is also a new generation of intelligent readers
referred to as "IP readers". Systems with IP readers usually do not have traditional control panels, and readers
communicate directly to a PC that acts as a host.
Some readers may have additional features such as an LCD and function buttons for data collection purposes (i.e. clock-in/clock-out
events for attendance reports), camera/speaker/microphone for intercom, and smart card read/write support.
Access control readers may also be classified by their type ofidentification technology.
Advantages:
Access control system using serial
RS-485 standard allows long cable runs, up to 4000 feet (1200 m) controllers
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:
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.
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:
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 .
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
Access control system using serial
database and cannot function without the main controller should be used only in
main controller and intelligent
areas that do not require high security. Main controllers usually support from 16 to readers
64 readers. All advantages and disadvantages are the same as the ones listed in the
second paragraph.
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:
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 dif
ficult or impossible.
Disadvantages:
Advantages:
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:
Security risks
The most common security risk of intrusion through an access control system is by
simply following a legitimate user through a door, and this is referred to as
tailgating. Often the legitimate user will hold the door for the intruder. This risk can
be minimized through security awareness training of the user population, or more
active means such as turnstiles. In very high security applications this risk is
minimized by using a sally port, sometimes called a security vestibule or mantrap,
where operator intervention is required presumably to assure valid identification.
The second most common risk is from levering a door open. This is relatively
difficult on properly secured doors with strikes orhigh holding force magnetic locks.
Fully implemented access control systems include forced door monitoring alarms.
These vary in effectiveness, usually failing from high false positive alarms, poor
Access control door wiring when
database configuration, or lack of active intrusion monitoring. Most newer access
using intelligent readers and IO
control systems incorporate some type of door prop alarm to inform system module
administrators of a door left open longer than a specified length of time.
The third most common security risk is natural disasters. In order to mitigate risk from natural disasters, the structure of the building,
down to the quality of the network and computer equipment vital. From an organizational perspective, the leadership will need to
adopt and implement an All Hazards Plan, or Incident Response Plan. The highlights of any incident plan determined by the National
Incident Management System must include Pre-incident planning, during incident actions, disaster recovery, and after action
review.[9]
Similar to levering is crashing through cheap partition walls. In shared tenant spaces the divisional wall is a vulnerability. A
vulnerability along the same lines is the breaking of sidelights.
Spoofing locking hardware is fairly simple and more elegant than levering. A strong magnet can operate the solenoid controlling
bolts in electric locking hardware. Motor locks, more prevalent in Europe than in the US, are also susceptible to this attack using a
doughnut shaped magnet. It is also possible to manipulate the power to the lock either by removing or adding current, although most
Access Control systems incorporate battery back-up systems and the locks are almost always located on the secure side of the door
.
Access cards themselves have proven vulnerable to sophisticated attacks. Enterprising hackers have built portable readers that
capture the card number from a user’s proximity card. The hacker simply walks by the user, reads the card, and then presents the
number to a reader securing the door. This is possible because card numbers are sent in the clear, no encryption being used. To
counter this, dual authentication methods, such as a card plus a PIN should always be used.
Many access control credentials unique serial numbers are programmed in sequential order during manufacturing. Known as a
sequential attack, if an intruder has a credential once used in the system they can simply increment or decrement the serial number
until they find a credential that is currently authorized in the system. Ordering credentials with random unique serial numbers is
recommended to counter this threat.[10]
Finally, most electric locking hardware still have mechanical keys as a fail-over
. Mechanical key locks are vulnerable tobumping.
Computer security
In computer security, general access control includes authentication, authorization, and audit. A more narrow definition of access
control would cover only access approval, whereby the system makes a decision to grant or reject an access request from an already
authenticated subject, based on what the subject is authorized to access. Authentication and access control are often combined into a
single operation, so that access is approved based on successful authentication, or based on an anonymous access token.
Authentication methods and tokens include passwords, biometric scans, physical keys, electronic keys and devices, hidden paths,
social barriers, and monitoring by humans and automated systems.
In any access-control model, the entities that can perform actions on the system are called subjects, and the entities representing
resources to which access may need to be controlled are called objects (see also Access Control Matrix). Subjects and objects should
both be considered as software entities, rather than as human users: any human users can only have an effect on the system via the
software entities that they control.
Although some systems equate subjects with user IDs, so that all processes started by a user by default have the same authority, this
level of control is not fine-grained enough to satisfy the principle of least privilege, and arguably is responsible for the prevalence of
malware in such systems (see computer insecurity).
In some models, for example theobject-capability model, any software entity can potentially act as both subject and object.
As of 2014, access-control models tend to fall into one of two classes: those based on capabilities and those based on access control
lists (ACLs).
In a capability-based model, holding anunforgeable reference or capability to an object provides access to the object
(roughly analogous to how possession of one's house key grants one access to one's house); access is conveyed to
another party by transmitting such a capability over a secure channel
In an ACL-based model, a subject's access to an object depends on whether its identity appears on a list associated
with the object (roughly analogous to how a bouncer at a private party would check an ID to see if a name appears
on the guest list); access is conveyed by editing the list.(Different ACL systems have a variety of different
conventions regarding who or what is responsible for editing the list and how it is edited.)
Both capability-based and ACL-based models have mechanisms to allow access rights to be granted to all members of a group of
subjects (often the group is itself modeled as a subject).
Access control systems provide the essential services of authorization, identification and authentication (I&A), access approval, and
accountability where:
Telecommunication
In telecommunication, the term access control is defined in U.S. Federal Standard 1037C[17] with the following meanings:
1. A service feature or technique used to permit or deny use of the components of a communication system.
2. A technique used to define or restrict the rights of individuals or application programs to obtaindata from, or place
data onto, a storage device.
3. The definition or restriction of the rights of individuals or application programs to obtain data from, or place data into,
a storage device.
4. The process of limiting access to the resources of anAIS (Automated Information System) to authorized users,
programs, processes, or other systems.
5. That function performed by the resource controller that allocates system resources to satisfy user requests.
This definition depends on several other technical terms from Federal Standard 1037C.
In object-oriented programming
In object-oriented programming languages, access control is a part of the apparatus of achieving encapsulation, one of four
fundamentals of object-oriented programming. The goal is to establish a clear separation between interface (visible and accessible
parts of the class) and implementation (internal representation and helper methods).
Also known as data hiding, it ensures exclusive data access to class members (both variables and methods) and protects object
integrity by preventing corruption by a client programmer/ client classes. Rule of thumb is to use the more restrictive access level for
your data, unless there is a compelling reason to expose it. This also helps to reduce interdependencies between classes - leading to
lower coupling and fewer regression bugs.[18]
In object-oriented programming, access control is typically implemented using access modifiers in the object or class. Although
access modifiers may be syntactically different between languages, they all attempt to achieve the same goal; Define which variables
and methods are visible and to whom.
Several programming languages (e.g. Java, C++, C#, Ruby) use the same public, protected and private access modifiers. These are
the keywords which allow a programmer to establish access levels to classes and class members (both data and methods). Their exact
use in each programming language is varied, depending on the language philosophy, but there are more similarities than
differences.[19]
derived classes
protected derived classes and/or derived classes derived class
within same package
package - within its package - -
[20] [21]
Note: in Ruby, private methods always haveself as an implicit receiver. Therefore, they can only be used on their current object.
In some languages there are mechanisms to override access modifies to gain access to the private components of an object. One such
example is the friend class in C++.
Attribute accessors
Special public member methods - accessors (aka getters) and mutator methods (often called setters) are used to control changes to
class variables in order to prevent unauthorized access and data corruption.
Public policy
In public policy, access control to restrict access to systems ("authorization") or to track or monitor behavior within systems
("accountability") is an implementation feature of usingtrusted systems for security or social control.
See also
Alarm device, Alarm management, Security alarm
Card reader, Common Access Card, Magnetic stripe card, Proximity card, Smart card, Optical turnstile, Access
badge
Castle, Fortification
Computer security, Logical security, .htaccess, Wiegand effect, XACML, Credential
Door security, Lock picking, Lock (security device), Electronic lock, Safe, Safe-cracking, Bank vault
Fingerprint scanner, Photo identification, Biometrics
Identity management, Identity document, OpenID, IP Controller, IP reader
Key management, Key cards
Lock screen
Physical security information management
Physical Security Professional
Prison, Barbed tape, Mantrap
Security, Security engineering, Security lighting, Security management, Security policy
References
1. RFC 4949 (https://tools.ietf.org/html/rfc4949)
2. Federal Financial Institutions Examination Council (2008)."Authentication in an Internet Banking Environment"(htt
p://www.ffiec.gov/pdf/authentication_guidance.pdf)(PDF). Archived (https://web.archive.org/web/20100505203410/ht
tp://www.ffiec.gov/pdf/authentication_guidance.pdf)(PDF) from the original on 2010-05-05. Retrieved 2009-12-31.
3. "MicroStrategy's office of the future includesmobile identity and cybersecurity"(https://www.washingtonpost.com/bus
iness/capitalbusiness/microstrategys-office-of-the-future-includes-mobile-identity-and-cybersecurity/2013/04/13/eb82
e074-a1e3-11e2-be47-b44febada3a8_story .html). Washington Post. 2014-04-14.Archived (https://web.archive.org/w
eb/20140216093132/http://www.washingtonpost.com/business/capitalbusiness/microstrategys-of fice-of-the-future-in
cludes-mobile-identity-and-cybersecurity/2013/04/13/eb82e074-a1e3-11e2-be47-b44febada3a8_story .html) from the
original on 2014-02-16. Retrieved 2014-03-30.
4. "iPhone 5S: A Biometrics Turning Point?" (http://www.bankinfosecurity.com/iphone-5s-biometrics-turning-point-a-606
5/op-1). BankInfoSecurity.com. 2013-09-16. Archived (https://web.archive.org/web/20150911223315/http://www .ban
kinfosecurity.com/iphone-5s-biometrics-turning-point-a-6065/op-1) from the original on 2015-09-11. Retrieved
2014-03-30.
5. "NFC access control: cool and coming, but not close"(http://www.securitysystemsnews.com/article/nfc-access-contr
ol-cool-and-coming-not-close). Security Systems News. 2013-09-25.Archived (https://web.archive.org/web/2014040
6155040/http://www.securitysystemsnews.com/article/nfc-access-control-cool-and-coming-not-close)from the
original on 2014-04-06. Retrieved 2014-03-30.
6. "Ditch Those Tacky Key Chains: Easy Access with EC Key" (http://www.wirelessdesignmag.com/blogs/2012/06/ditch
-those-tacky-key-chains-easy-access-ec-key). Wireless Design and Development. 2012-06-11.Archived (https://we
b.archive.org/web/20140407101653/http://www .wirelessdesignmag.com/blogs/2012/06/ditch-those-tacky-key-chains-
easy-access-ec-key) from the original on 2014-04-07. Retrieved 2014-03-31.
7. "Kisi And KeyMe, Two Smart Phone Apps, Might Make House Keys Obsolete"(http://www.huffingtonpost.com/2013/
11/26/house-keys-extinct_n_4339682.html). The Huffington Post. The Huffington Post. Archived (https://web.archive.
org/web/20150311201754/http://www.huffingtonpost.com/2013/11/26/house-keys-extinct_n_4339682.html)from the
original on 11 March 2015. Retrieved 2 September 2015.
8. "Opening new doors with IP access control - Secure Insights"(https://www.axis.com/blog/secure-insights/opening-ne
w-doors-with-ip-access-control/). Secure Insights. 2018-03-16. Retrieved 2018-06-20.
9. "Incident Command System :: NIMS Online :: Serving the National Incident Management System (NIMS)
Community" (https://web.archive.org/web/20070318154341/http://www .nimsonline.com/nims_3_04/incident_comma
nd_system.htm). 2007-03-18. Archived fromthe original (http://www.nimsonline.com/nims_3_04/incident_command_
system.htm) on March 18, 2007. Retrieved 2016-03-06.
10. "Smart access control polices for residential & commercial buildings"(http://www.clonemykey.com/blog/smart-access
-control-polices-for-residential-commercial-buildings/)
. Archived (https://web.archive.org/web/20170704011005/http
s://www.clonemykey.com/blog/smart-access-control-polices-for-residential-commercial-bu ildings/) from the original
on 4 July 2017. Retrieved 11 September 2017.
11. "Cybersecurity: Access Control"(http://www.evolllution.com/media_resources/cybersecurity-access-control/). 4
February 2014. Retrieved 11 September 2017.
12. "SP 800-162, Guide to Attribute Based Access Control (ABAC) Definition and Considerations" (http://nvlpubs.nist.go
v/nistpubs/SpecialPublications/NIST
.SP.800-162.pdf) (PDF). NIST. 2014. Archived (https://web.archive.org/web/2016
0305222004/http://nvlpubs.nist.gov/nistpubs/specialpublications/NIST
.sp.800-162.pdf) (PDF) from the original on
2016-03-05. Retrieved 2015-12-08.
13. Schapranow, Matthieu-P. (2014). Real-time Security Extensions for EPCglobal Networks
. Springer. ISBN 978-3-642-
36342-9.
14. http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PT
O2&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-
bool.html&r=1&f=G&l=50&co1=AND&d=PTXT&s1=8,984,620.PN.&OS=PN/8,984,620&RS=PN/8,984,620
15. "OrBAC: Organization Based Access Control - The of
ficial OrBAC model website"(http://orbac.org). orbac.org.
Archived (https://web.archive.org/web/20170610205017/http://orbac.org/)from the original on 10 June 2017.
Retrieved 11 September 2017.
16. "Archived copy" (http://ceur-ws.org/Vol-599/BUISTAL2010_Paper5.pdf) (PDF). Archived (https://web.archive.org/we
b/20160304063613/http://ceur-ws.org/Vol-599/BUISTAL2010_Paper5.pdf) (PDF) from the original on 2016-03-04.
Retrieved 2014-07-18.
17. "Archived copy" (http://www.its.bldrdoc.gov/fs-1037/other/a.pdf) (PDF). Archived (https://web.archive.org/web/20070
508200727/http://www.its.bldrdoc.gov/fs-1037/other/a.pdf) (PDF) from the original on 2007-05-08. Retrieved
2007-01-23.
18. "What is Data Hiding? - Definition from"(https://www.techopedia.com/definition/14738/data-hiding). Archived (https://
web.archive.org/web/20170912055705/https://www .techopedia.com/definition/14738/data-hiding)from the original
on 12 September 2017. Retrieved 11 September 2017.
19. "Controlling Access to Members of a Class (The Java™ uTtorials > Learning the Java Language > Classes and
Objects)" (https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html)
. docs.oracle.com. Archived (http
s://web.archive.org/web/20170930134755/https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html)
from the original on 30 September 2017. Retrieved 11 September 2017.
20. [email protected], Satish Talim / Original design: Erwin Aligam -. "Ruby Access Control: Ruby Study Notes - Best
Ruby Guide, Ruby Tutorial" (http://rubylearning.com/satishtalim/ruby_access_control.html)
. rubylearning.com.
Archived (https://web.archive.org/web/20170629134215/http://rubylearning.com/satishtalim/ruby_access_control.htm
l) from the original on 29 June 2017. Retrieved 11 September 2017.
21. "Classes (I) - C++ Tutorials" (http://www.cplusplus.com/doc/tutorial/classes/). www.cplusplus.com. Archived (https://w
eb.archive.org/web/20121304060400/http://www .cplusplus.com/doc/tutorial/classes/)from the original on 5 January
2018. Retrieved 11 September 2017.
External links
Access Control Markup Language.An OASIS standard language/model for access control. AlsoXACML.
Text is available under theCreative Commons Attribution-ShareAlike License ; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of theWikimedia
Foundation, Inc., a non-profit organization.