Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free.
Hai LQ
I am practing ldap in RHEL5. My question is that what is different between backend and database? Both backend and database are using bdb,ldbm,ldap and so on.
frontend and backend are words used to describe a system which consists of 2 or more computers. The frontend is the computer which interacts with the user. The backend is the computer which does most of the processing. So typically a user's request for service is entered into the frontend. The frontend passes the request to the appropriate backend which does the processing necessary to satisfy the request. The backend then signals the frontend that the task is finished and the frontend passes the results back to the user.
The software types used by the frontend and the backend is not relevant to the definition of frontend and backend.
More generally, the frontend is the portion of the system that faces the user and the backend is the portion that manipulates the data/does the processing. This is regardless of the number of computers involved; could all be on one computer.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.