What are the various topologies? Which one is the most secure?
Answers were Sorted based on User's Feedback
Answer / ananth kumar
There are 5 topologies.They are:
1.star topology,
2.bus topology,
3.ring topology,
4.mesh topology,
5.tree topology.
The most secured topology is mesh topology b'cos each and
every system has its interconnection hence it is cost
effective it is not implemented mostly.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / xxxx
totally 5 topologies: star topology, bus topology,ring
topology,mesh topology,tree topology
| Is This Answer Correct ? | 1 Yes | 2 No |
What does 3 mean in texting?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
can we access one file to one directory?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What is the meaning of int *x[]();?
What is pointer to pointer in c with example?
why you will give me a job in TCS.
12345 1234 123 12 1
What does s c mean on snapchat?
Is c procedural or functional?
Write a function in c to find the area of a triangle whose length of three sides is given.
Why we use stdio h in c?