The first workable prototype of the internet came in the late 1960s
Answer:
int sum = 0;
for (int i = 1; i < 100; i += 2) {
sum += i * i;
}
printf("The sum of cubes is %d", sum);
/* Prints: The sum of cubes is 166650 */
Explanation:
If 1 should be excluded, let the for loop start at 3.
A root guard is seen as the mechanism will move a port into a root-inconsistent state if bpdus coming from a certain direction indicate another switch is trying to become the root bridge.
<h3>What is Root guard?</h3>
Root guard is known to be a term that pertains to the family of STP feature and it is one that is enabled only on a port-by-port basis.
Note that it hinders a configured port from changing to a root port and as such, a root guard is seen as the mechanism will move a port into a root-inconsistent state if bpdus coming from a certain direction indicate another switch is trying to become the root bridge.
Learn more about root guard from
brainly.com/question/27780486
#SPJ1