Network access server: Difference between revisions

Content deleted Content added
Zorlon (talk | contribs)
No edit summary
Line 16:
*A sample use is the [[Captive portal]] mechanism used by many [[WiFi]] providers: a user wants to access to the Internet. He opens his [[web browser|browser]]. The NAS detects that the user is not currently [[authorized]] to have access to the Internet, so the NAS prompts the user for their username and password. The user supplies them and sends them back to the NAS. The NAS then uses the [[RADIUS]] protocol to connect to an [[AAA protocol|AAA]] server and passes off the [[username]] and [[password]]. The RADIUS server searches through its resources and finds that the credentials are valid and notifies the NAS that it should grant the access. The NAS then grants the user access to the internet.
 
*Another use of a NAS would be in [[VoIP]]. However, instead of using a username and password, many times a [[phone number]] or [[IP Address]] are used. If the phone number is a valid customer then the call can be completed. Other uses might be if the phone number has [[long distance calling|long distance]] access or if a [[telephone card]] and has minutes left.
 
==Associated Protocols==