- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Small Help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 09:10 PM
09-20-2004 09:10 PM
Silly questions .. Hope I can get the sollutions..
1)What is the difference between Authentication, Authorization, and Personalization. Please give some brief
2)What exactly the meaning of CI(Central Instance) in case of DBs. How it differs from Application Service .
Please help
Rgds
Suraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:00 PM
09-20-2004 11:00 PM
Re: Small Help
1. TO authenticate is to verify or to do validations
2. To Authorize is to Approve or permit
3. To personalize is to customize the environment user specific.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:38 PM
09-20-2004 11:38 PM
Re: Small Help
Thnaks for the same
1. TO authenticate is to verify or to do validations... Is this same like validating the password through files/NIS/LDAp like stuffs
2. To Authorize is to Approve or permit--
Is this is like after getting the authontication you are performing some tasks on this
3. To personalize is to customize the environment user specific..... Thanks I got this one
Regards,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:50 PM
09-20-2004 11:50 PM
Re: Small Help
Authentication is the process of determining whether someone or something is, in fact, who or what it is declared to be. In private and public computer networks (including the Internet), authentication is commonly done through the use of logon passwords. Knowledge of the password is assumed to guarantee that the user is authentic.
Authorization
The process of determining, by evaluating applicable access control information, whether a subject is allowed to have the specified types of access to a particular resource. Usually, authorization is in the context of authentication. Once a subject is authenticated, it may be authorized to perform different types of access.
Personalization
The process of matching categorized content with different end users based on business rules. This personalization may be a process occurs upon page request to a Webserver and is handled by either
(a) a general application server
(b) a specialized one-to-one application server
(c) a specific personalization engine.
For central instances and application service (more likely releated to SAP terms) you should go thru the following thread
http://listserv.sap.com/pipermail/linux.general/2002-June/002542.html
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 06:19 PM
09-21-2004 06:19 PM
Re: Small Help
Thanks for your answer..
But the link you provided doesnot give any description about the CI or Application Service .
Hope still more answes may come
Rgds
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 08:30 PM
09-21-2004 08:30 PM
SolutionThe application server:
----------------------
While SAP uses the generic term application server to define a computer that receives connections from SAP clients, the actual connections are managed by SAP dialog servers.
A dialog instance is a software program that is running the SAP kernel (similar to an Oracle instance), and it is the job of the dialog instance to execute the ABAP programs and manage the requests for data and services. While there is generally a one-to-one mapping between an application server and a dialog instance, it is possible to have more than one dialog instance on an application server.
The central instance
--------------------
The central instance is a concept that is unique to SAP. The central instance is a combination of hardware and software. It contains a physical server (the application server) and numerous software components, including a message server, a database gateway (a pre-established connection between SAP and Oracle--or another database), and various update, enqueue, dialog, and spool facility software. In most generic SAP architectures, there are numerous application servers but only a single central instance. However, in addition to managing the SAP interfaces, the central instance can also serve as an application server.
Bear in mind that SAP is very flexible, and there are many different ways to configure an SAP architecture to meet your business needs. However, most companies that implement SAP wisely choose to alter their business practices to accommodate SAP. By avoiding customization of its SAP application, a company can more easily upgrade its SAP software.
...
Read more at: http://www.oreilly.com/catalog/sapadm/chapter/ch01.html
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 08:38 PM
09-21-2004 08:38 PM
Re: Small Help
Regarding the differences between Authentication and Authorization, found these nice write-ups:
http://www.acm.uiuc.edu/workshops/security/auth.html
http://www.iis-resources.com/modules/wfsection/print.php?articleid=7
Personalization:
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oi=defmore&q=define:Personalization
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 09:36 PM
09-21-2004 09:36 PM
Re: Small Help
Thanks for the Link
This is what exacly I needed
Rgds
Suraj