What are the various topologies? Which one is the most secure?

Answers were Sorted based on User's Feedback



What are the various topologies? Which one is the most secure?..

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

What are the various topologies? Which one is the most secure?..

Answer / xxxx

totally 5 topologies: star topology, bus topology,ring
topology,mesh topology,tree topology

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

Code for calculating square root without using library function, of math.h

4 Answers   IBM,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


How can I use a preprocessorif expression to ?

0 Answers  


Is linux written in c?

0 Answers  






What is getche() function?

0 Answers  


Explain enumerated types in c language?

0 Answers  


what is self refrential structure

3 Answers   HCL,


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


When we use void main and int main?

0 Answers  


Categories