Answer and Explanation:
Difference between core network and edge network:
- Core network is also known as the backbone network whereas edge network stands for enhanced data rate for global evolution
- Core network provides the path for exchanging the information between different sub networks,whereas edge network provide information exchange between excess network and core network
Answer:
which type of questions is this
Answer:
Security
Explanation:
If you dont have security, all the other will be broken, its like laws of physics
Answer:
Structured programming also known as Modular programming in which the program is made as a single structure.The execution is instruction by instruction.It mainly focuses on improving the quality,clarity and development time of a computer program.
The top-down approach works by breaking a complex algorithm into smaller parts called modules. The modules keep breaking until there is no space left for breaking them without hindering the originality.The breaking of the modules is prohibited after achieving a certain level of modularity . C language uses this approach.
Bottom up works exactly opposite of how the top-down approach works.This approach works in the most elemental level of solving a problem and going up with combination of several parts of the solution to achieve required results.