--%>

Different layers in Windows Architecture

Explain how many different layers comprise in Windows Architecture?

E

Expert

Verified

a.    At the bottom layer there consists a DLL files which are most important in playing a big part in the architecture.

b.    The layers consist of NTDLL.dll is below the bottom layer as well as WIN32K.sys files these consist of number of user-mode functions.

c.    The user-mode functions comprise of stubs which are used to call other type of functions as well as the RTL (Run Time Library).

d.    The 2nd layer of Windows Architecture consists of the libraries which is having the Win32 API and contains the user-defined functions as well as some part of the components.

e.    This layer similarly consists of .DLLs but in the form of components as well as Win32 APIs.

   Related Questions in Programming Languages

  • Q : Define Package Package : The named

    Package: The named grouping of classes and interfaces which gives a package namespace. Classes, interfaces and class members devoid of an explicit public, protected or private access modifier {access!modifier} encompass package visibility. The public

  • Q : Explain the relationship between XHTML

    Explain the relationship between XHTML and SGML.

  • Q : Explain LURCH LURCH (Menzies et al.

    LURCH (Menzies et al. 2004) uses random search to explore a state machine’s state space. Because the search is random, it gives no guarantee that the state space has been exhaustively explored, so LURCH cannot be used for verification. However,

  • Q : Problem on linear equations using Matlab

    Use Matlab to solve the following system of linear equations:2x + y + 3z = 12x + 6y + 8z = 36x + 8y + 18z = 5Capture Matlab code and the result in a text file.

  • Q : What is an Object construction Object

    Object construction: The creation of an object, generally through the new operator. Whenever an object is formed, a suitable constructor from its class is summoned.

  • Q : ID of TC Trustcenter Publisher and

    For how long are ID of TC Trustcenter Publisher and certificates of developer valid?

  • Q : What are the valid and invalid XHTML

    What are the valid and invalid XHTML element names?

  • Q : Define Final class Final class : This

    Final class: This is the class with final reserved word in its header. A final class might not be extended by the other class.

  • Q : Explain the term XForms Explain the

    Explain the term XForms.

  • Q : Search and Partial Coverage of Java

    Search and Partial Coverage: JPF supports well-known search strategies such as BFS and DFS as well as various heuristic-based searches such as A*, Best-First, and Beam Search. You can sum a number of heuristics during the search, and set search depth