Mention two instances where routing is not implemented or required?



Mention two instances where routing is not implemented or required?..

Answer / Alka Gautam

Two instances where routing might not be implemented or required are:
1. In a single-tier application architecture, where all components reside on the same server and do not communicate with other servers.
2. In peer-to-peer networks, where there is no central server and communication happens directly between nodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Why do you need to box a primitive variable

1 Answers  


what is Assemble

4 Answers   Microsoft,


What is ASP.NET MVC?

1 Answers  


Can you explain model, controller and view in mvc?

1 Answers  


Possible ways to prevent xss attacks on mvc application?

0 Answers  


What is "out" parameter how it is used in methods?

6 Answers   Polaris,


what is split entity?

1 Answers   Microsoft,


What’s the advantage of using System.Text.StringBuilder over System.String?

4 Answers   IBM,


What is conceptual model? : Entity framework

1 Answers  


How do assemblies find each other?

2 Answers  


Explain the methods used to render the views in mvc?

1 Answers  


how do you mark a property as required? For example, for a project, the name is a required field.

1 Answers   Microsoft,


Categories