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 is hash table in c?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Are comments included during the compilation stage and placed in the EXE file as well?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Write a Program to find whether the given number or string is palindrome.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
inline function is there in c language?
What is the memory allocated by the following definition ? int (*x)();
swapping of two numbers without using third variable using AND and OR operators
What is the difference between text files and binary files?
What is the difference between text and binary i/o?