What are the various topologies? Which one is the most secure?
Answer Posted / 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 |
Post New Answer View All Answers
How can you find the day of the week given the date?
What is #define in c?
program to convert a integer to string in c language'
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the heap in c?
Differentiate between the = symbol and == symbol?
What are pointers really good for, anyway?
write a program to print largest number of each row of a 2D array
Why is c fast?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Why array is used in c?
Explain the term printf() and scanf() used in c language?
What is the meaning of ?
Here is a neat trick for checking whether two strings are equal
Why c language?