ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What's the difference between authorization and authentication?

user-image
تم إضافة السؤال من قبل Ayman Mohammad Nady Attia , IT Infrastructure Administrator , Orphans Car Center Dreama
تاريخ النشر: 2013/10/07
Fawaz Mohammed
من قبل Fawaz Mohammed , Support and Systems Engineer , eset middle east

Generally speaking: Authentication is a process of identifying that you are what you claim.

Authorization is a process used to check whether a user is authorized to access specific resource.

The most trusted authentication method is using digital certificates. In which certificate authority (CA) will sign a certificate for parts need to be authenticated using CA private key, and publish its public key. This will allow the parties to verify that a trusted CA issued a certificate.

AAA is the most common authorization protocol used. In fact it’s Authentication, Authorization and Accounting protocol.

Punit Naik
من قبل Punit Naik

Authorisation is the process to giving powers (empowering) to a user for accessing particular data. Authentication is the process of verifying whether a user who is trying to access a block of data is genuine or not.

Ahmad Yassein
من قبل Ahmad Yassein , Infrastructure Network Manager , Ministry of International Cooperation (MIC)

Authentication is : Who You Are

Authorization is: What You Can Do in my network after authentication

Accounting or Auditing is: What You Have Done

 

RADIUS is an industry standard protocol used to accomplish these3 phases. In RADIUS, Authentication and Authorization both done in one step. Also, Cisco TACACS+ can be used to deliver triple A services to the network. The difference is RADIUS uses UDP which is unreliable and TACACS+ uses TCP which reliable. In addition, TACACS+ is better since it separates each of the triple A phase in its own step.

Jaishankar Swaminathan
من قبل Jaishankar Swaminathan , Data Analytics & Information Management Tutor , UQ Business School

Great answer by Fawaz, just to add to it.

 

In layman terms, Authentication defines who has access to a device, authorization defines what all privileges he has ( Like you can define privileges in Cisco while configuring the username command).

 

Hope this helps!!! 

المزيد من الأسئلة المماثلة