Module 4_updation in Process
Module 4_updation in Process
Constraints:
Resource limitations:
2𝑥1+3𝑥2 ≤ 100(Material constraint)
4𝑥1+𝑥2 ≤ 80(Labor constraint)
𝑓(𝑥1,𝑥2)=5𝑥1+7𝑥2
Objective Function (Profit Maximization):
– a compute speed s ( r ) ∈ ℝ+
• Each resource has some power consumption, which depends on its
• The power consumption of resource r increases by w(r) ∈ ℝ+ for every
instruction to be carried out by r.
The cloud might have a power consumption increase of 0.1 units per
instruction, an edge resource 0.05, and an end device 0.01.
• The set of links (L) between resources is
L = {ce ∶ e ∈ E} ∪ {ed ∶ e ∈ E, d ∈ De}.
L is made up of links between the cloud and edge resources (ce),
plus links between edge resources and their connected end
• devices
Each link(ed).
l ∈ L is associated with a
– latency t(l ) ∈ ℝ+ Link between an edge resource and the cloud might
have a latency of 10 milliseconds, while the link
between an edge resource and an end device might be
2 milliseconds.
– bandwidth b(l) ∈ ℝLink
+
between the cloud and an edge resource might
have a bandwidth of 1 Gigabit per second, while the
link between an edge resource and an end device
might be 100 Megabits per second.
Cloud Usage Costs: If data is processed and stored in the cloud, the farmer
may pay a monthly subscription fee (fixed cost) or be charged based on the
amount of data processed (usage-based cost).
Edge Computing Costs: If data is processed locally on an edge device (e.g., a
small computer on the farm), there may be a one-time hardware cost
but lower ongoing expenses.
Network Costs: Sending sensor data to the cloud via the internet may
increase data transmission costs, especially if using a cellular network.
By optimizing where and how data is processed, the farmer can reduce
both energy usage and financial costs.
5. Further Quality Attributes
• For the quality attributes the mentioned has to be taken into account