What is Asp.Net

by Emmaneale Mendu
Active Server Pages . Networking enterprise tool

              Asp.Net is server side specification, Using Asp.Net we can implement entire architecture projects, In the Asp.net the microsoft encluded object-oriented programming rules, Asp.net supports by default http high level protocol, in the Asp.Net we can access internet information services web server(IIS).

Note: Rules available in ASp.Net(No Features)

A specification specifies set of rules to implement the technology, for implementing ASP.Net specification rules we have to integrate with .Net languages.



Protocols:
     The protocols are used to transfer the data, the protocols we can classify into two types
1)Low Level protocols
2)High Level protocols

Low Level protocols:
       All desktop applications by default depending on the low level tcp/ip protocol, all low level protocols are stateful protocols remembers all requests and response values, In the low-level values the Network consumption is more decreasing the application performance, The low-level protocols are suitable for implementing single tire architecture projects, two tire architecture projects, three tire architecture projects

High level protocol: All web specifications by default depending on the http high level protocol, all high level protocols are stateless protocols, remembers only current request and current response values. In the high level protocols Network consumption is very less So,high level protocols increasing the application performance, High level protocols are suitable for implementing entire architecture projects.

1 comments:

Safia Jilani said...

Nic

Post a Comment