Link: http://organizational-economics.blogspot.com/2011/10/functions-required-in-cloud-paas-layer.html
The Platform as a Service (PaaS)
The PaaS Layer is “the second” layer of the US National Institute of Standards and Technology’s (NIST) Cloud Computing Architecture. It is the middle layer of the architecture, between the Software as a Service (SaaS) and Infrastructure as a Service (IaaS). In fact, the PaaS is the first complete actual layer (as opposed to virtual) of the Cloud Computing Architecture. The only actual functions supported by the SaaS are the user interface functions, which will include the security interface(s) (see my post SOA, the User Interface Service Components, Apps, and Validation before Registering).
The PaaS contains all of the functions needed to run the applications (Services), as well as the actual repository containing the code for the application–for Services, the Service Components. For a SOA-based set of applications, there are two functions that they require in the PaaS. First, is the Service Component Registry. The Service Component Registry is a virtual catalog of the location of Service Components. It enables the orchestration and choreography processes to find the Service Components, which create Composite Applications.
Private versus Public SOA Cloud Architecture
Another key difference between Private and Public SOA Architectures is that an Enterprise (private) SOA will use an application layer communications system called an Enterprise Service Bus (ESB) to enable the Service Components of the Composite Application to communicate. On the other hand, the Internet (public) SOA will use the Internet to enable the Service Components to communicate. For the Cloud Architecture this means that the PaaS of the private cloud will include ESB functionality, while the public cloud will use the interconnectivity of the Internet provided by the IaaS for these functions.