In general, a framework is a real or conceptual structure intended to serve as a support or guide for the building of something that expands the structure into something useful.

 

In computer systems, a framework is often a layered structure indicating what kind of programs can or should be built and how they would interrelate. Some computer system frameworks also include actual programs, specify programming interfaces, or offer programming tools for using the frameworks. A framework may be for a set of functions within a system and how they interrelate; the layers of an operating system; the layers of an application subsystem; how communication should be standardized at some level of a network; and so forth. A framework is generally more comprehensive than a protocol and more prescriptive than a structure.

Examples of frameworks that are currently used or offered by standards bodies or companies include:

  • Resource Description Framework, a set of rules from the World Wide Web Consortium for how to describe any Internet resource such as a Web site and its content.
  • Internet Business Framework, a group of programs that form the technological basis for the mySAP product from SAP, the German company that markets an enterprise resource management line of products.
  • Sender Policy Framework, a defined approach and programming for making e-mail more secure.
  • Zachman Framework, a logical structure intended to provide a comprehensive representation of an information technology enterprise that is independent of the tools and methods used in any particular IT business.
  • .NET Framework, a managed execution environment for Windows that enables software developers to program an application in one language that can work with programs written in other languages. the frame works by accommodating object code no matter where it is executed or stored.