Network Access Identifier
   HOME

TheInfoList



OR:

In computer networking, the Network Access Identifier (NAI) is a standard way of identifying users who request access to a network. The standard syntax is "user@realm". Sample NAIs include (from RFC 4282): * bob * joe@example.com * fred@foo-9.example.com * fred.smith@example.com * fred_smith@example.com * fred$@example.com * fred=?#$&*+-/^smith@example.com * eng.example.net!nancy@example.net * eng%nancy@example.net * @privatecorp.example.net * \(user\)@example.net * alice@xn--tmonesimerkki-bfbb.example.net Network Access Identifiers were originally defined in RFC 2486, which was superseded by RFC 4282, which has been superseded by RFC 7542. The latter RFC is the current standard for the NAI. NAIs are commonly found as user identifiers in the
RADIUS In classical geometry, a radius (: radii or radiuses) of a circle or sphere is any of the line segments from its Centre (geometry), center to its perimeter, and in more modern usage, it is also their length. The radius of a regular polygon is th ...
and
Diameter In geometry, a diameter of a circle is any straight line segment that passes through the centre of the circle and whose endpoints lie on the circle. It can also be defined as the longest Chord (geometry), chord of the circle. Both definitions a ...
network access protocols and the EAP authentication protocol. The Network Access Identifier (NAI) is the user identity submitted by the client during network access authentication. It is used mainly for two purposes: # The NAI is used when roaming, to identify the user. # To assist in the routing of the authentication request to the user's authentication server.


See also

*
Diameter In geometry, a diameter of a circle is any straight line segment that passes through the centre of the circle and whose endpoints lie on the circle. It can also be defined as the longest Chord (geometry), chord of the circle. Both definitions a ...
* EAP *
RADIUS In classical geometry, a radius (: radii or radiuses) of a circle or sphere is any of the line segments from its Centre (geometry), center to its perimeter, and in more modern usage, it is also their length. The radius of a regular polygon is th ...
*
Request for Comments A Request for Comments (RFC) is a publication in a series from the principal technical development and standards-setting bodies for the Internet, most prominently the Internet Engineering Task Force (IETF). An RFC is authored by individuals or ...


External links

* * Internet Standards {{compu-network-stub