Files
supply/book/ch03_frameworks.md
T
charles e727cd4900 Expand on physical constraints in virtual SCM
Add a new chapter on physical constraints including power, thermal, and
connectivity. Expand Chapter 3 to cover virtual reverse logistics and
hardware decommissioning, and add a section to Chapter 5 regarding
semiconductor lead-time volatility.
2026-05-19 16:43:37 -07:00

42 lines
4.0 KiB
Markdown

# Practical Frameworks
Industry-standard frameworks allow practitioners to map processes and benchmark performance.
## The SCOR Model (Supply Chain Operations Reference)
The SCOR model is the gold standard for process management. Below is the adaptation of the SCOR processes for virtual/digital supply chains:
| SCOR Process | Physical SCM Interpretation | Virtual Resource Interpretation |
| :--- | :--- | :--- |
| **Plan** | Demand forecasting, Production scheduling | Capacity planning, Predictive auto-scaling |
| **Source** | Procurement of raw materials/parts | Procurement of servers, NICs, Disk arrays |
| **Make** | Manufacturing, Assembly | **Virtualization:** Hypervisor slicing, Containerization |
| **Deliver** | Warehousing, Logistics, Shipping | **Orchestration:** API calls, Network routing, VM deployment |
| **Return** | Reverse logistics, Recycling | **Virtual Reverse Logistics:** De-provisioning, Secure Sanitization, Hardware Decommissioning |
| **Enable** | Management, Data, Infrastructure | **Control Plane:** Kubernetes, OpenStack, Cloud Console |
## Critical Breakdowns in Adaptation
When moving from physical to virtual frameworks, three key concepts shift:
1. **Lead Time:** Physical lead time (shipping) is replaced by near-instantaneous delivery, although the "sourcing" of physical hardware still retains traditional lead times.
2. **Waste:** Physical scrap is replaced by **"Resource Stranding"**—where one resource (e.g., RAM) is exhausted, rendering other available resources (e.g., CPU) unusable.
3. **Logistics:** Transportation is replaced by **Network Latency**. The "last mile" is the distance between the edge server and the end-user.
## Virtual Reverse Logistics
In the transition from atoms to bits, the "Return" process in the SCOR model is often oversimplified as mere **de-provisioning**—the act of releasing virtual resources (RAM, CPU) back into the available pool. However, a comprehensive virtual supply chain must account for the physical lifecycle of the underlying hardware.
### Hardware Decommissioning and Data Sanitization
The "Return" process begins when a physical asset reaches its end-of-life (EOL) or is phased out due to technological obsolescence. The critical challenge here is the secure destruction of data.
- **Secure Data Sanitization:** Virtual resources are logically isolated, but the physical medium (SSD, NVMe) retains data. To prevent data leakage between tenants, providers must adhere to rigorous standards such as **NIST Special Publication 800-88 (Guidelines for Media Sanitization)**. This involves techniques like *Clear* (software-based overwrite), *Purge* (physical or logical erasure), and *Destroy* (physical destruction).
- **Chain of Custody:** Ensuring that a decommissioned drive is tracked from the server rack to the shredder is a critical "reverse logistics" requirement.
### Circular Economy and E-Waste Management
The massive scale of cloud infrastructure transforms e-waste into a strategic concern. Virtual SCM incorporates circular economy principles to minimize environmental impact:
- **Component Harvesting:** Recovering high-value components (e.g., GPUs, high-capacity DIMMs) from decommissioned servers for use in secondary markets or internal testing environments.
- **Urban Mining:** Recovering precious metals (gold, palladium, copper) from circuitry through certified recycling partners.
- **Sustainability Metrics:** Shifting the KPI from "maximum uptime" to "maximum lifecycle value," where hardware is designed for modularity and easier decommissioning.
This transforms the "Return" process from a simple API call (`terraform destroy`) into a complex physical operation that ensures security, compliance, and environmental sustainability.
## Other Relevant Frameworks
- **The Five Critical Phases:** Planning $\rightarrow$ Sourcing $\rightarrow$ Manufacturing $\rightarrow$ Delivery $\rightarrow$ Returns.
- **Digital Supply Chain Frameworks:** Emphasis on "Digital Twins," IoT real-time visibility, and AI-driven predictive analytics to transition from reactive to proactive management.