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
Is void a keyword in c?
Explain what’s a signal? Explain what do I use signals for?
What are structural members?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are the key features in c programming language?
Differentiate fundamental data types and derived data types in C.
Why void main is used in c?
is it possible to create your own header files?
What are the types of c language?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the complete rules for header file searching?
Explain what are global variables and explain how do you declare them?
Does c have class?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor