Options

Diference betwen default Windows and Radius autentification

!30!30 Member Posts: 356
I have confgiured , for my 70-291 , a DC with routing and access role , and I'm am icon_eek.gif , what's the diference betwen . RADIUS and Windows authentification ? can someone expliain me ?

Thank's ! :P
Optimism is an occupational hazard of programming: feedback is the treament. (Kent Beck)

Comments

  • Options
    Danman32Danman32 Member Posts: 1,243
    Windows authentication uses Windows (usually AD) security principles and their configuration to determine what access the user should get.
    RADIUS authentication uses a RADIUS server to determine if and what access a login should get. Now the RADIUS server in turn could use AD to get information to authenticate and authorize the RRAS login.

    IAS is essentially a RADIUS server service that comes with Windows 2K/2K3 and can optionally be installed and used.
  • Options
    royalroyal Member Posts: 3,352 ■■■■□□□□□□
    Lets say you had 10 RRAS servers. You'd have to manage authentication on each of those RRAS Servers. Instead, you can choose 1 server as your Radius server and have all RRAS servers point to that Radius server for authentication. Basically, you're making it so you only have to manage 1 server for authentication instead of 10.

    Also, on very large networks, you can also have a radius proxy forward authentication requests to multiple Raidus servers for load balancing/fault tolerance.

    IAS is Microsoft's implementation of Radius.
    “For success, attitude is equally as important as ability.” - Harry F. Banks
Sign In or Register to comment.