Front end and back end: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 103.168.241.85 to version by Bestagon. Report False Positive? Thanks, ClueBot NG. (4307362) (Bot)
Tags: Rollback Reverted
No edit summary
Line 1:
{{Short description|Presentation and data access aspecs in software architecture}}
In [[software engineering]], the terms '''frontend''' and '''backend''' (sometimes written as '''back end''' or '''back-end''') refer to the [[separation of concerns]] between the [[presentation layer]] (''frontend''), and the [[data access layer]] (''backend'') of a piece of [[software]], or the physical infrastructure or [[Hardware (computer)|hardware]]. In the [[client–server model]], the [[Client (computing)|client]] is usually considered the frontend and the [[Server (computing)|server]] is usually considered the backend, even when some presentation work is actually done on the server itself.ABIRAMI HYUGA
 
== Introduction ==