Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How are logical components transformed into physical components?


Asked by Adeline Christian on Dec 01, 2021 FAQ



A logical component is transformed into a physical component by making decisions about what technology will be used. ... Logical components are technology independent, and physical components are technology specific.
Keeping this in consideration,
The logical model is then transformed into a second-cut physical model by iteratively applying three levels of optimizations or compromises. The outcome from this is a physical database design.
In respect to this, Logical components are technology independent, and physical components are technology specific. Components can be classified as follows: Logical components: Represent concepts in the domain being studied, and are independent of the physical aspects of the software or hardware
Moreover,
So, database design is the process of transforming a logical data model into an actual physical database. Technicians sometimes leap to the physical implementation before producing the model of that implementation. This is unwise. A logical data model is required before you can even begin to design a physical database.
In fact,
A physical component emphasizes how the component does its job. For example, the physical WebSphere Message Broker component defines how the logical Message Bus implements its functionality using a specific technology and product. A logical component is transformed into a physical component by making decisions about what technology will be used.