Answer:
Forward the packet to the next hop router specified by the route network 0.0.0.0
Explanation:
The answer is D, because it's called a back-up.
Tendancy to crash hope that helped
Answer:
A programming design communicates decisions about the programming approach and saves time, money, and effort.
Explanation:
It is important to decide upon a programming design before developing a software solution. Starting out with a design benefits a project because:
1. it communicates decisions about the programming approach to all project team members.
2. it helps to ensure that different parts of the code developed by different programmers will integrate properly.
3. it helps to ensure that code will be easy to read and maintain.
4. it saves time, money, and effort.