answersLogoWhite

0

ASP means active server pages and ISP means Internet service provider

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Information Science

What is a sentence with ISP in it?

I can't believe the internet is down again, could someone get the ISP on the phone immediately, please?!


What does the acronym ISP mean?

ISP stands for Internet Service Provider. It is a company that provides access to the internet to individuals and businesses.


Who invented the abbreviation for isp in this society?

There is no clear source for the coining of "ISP", which stands for "internet service provider." ISP has been used as a term since the first commercial ISP was set up in Brookline, Massachusetts in 1990.


What is the difference between information and information?

It seems like there is a typo in your question. However, if you meant to ask about the difference between "information" and "data," data refers to raw facts and statistics, while information is processed data that has meaning and context.


Can a website trace your isp or personal info from logins and comments?

Yes, it is possible for a website to trace your ISP from logins and comments. Almost all websites track the IP Address of everyone that connects. The IP address is the unique numerical address assigned to your Internet connection (whenever you connect to the Internet, or turn on your cable/DSL modem, it is assigned an IP address). When you connect to a website - whether you login, or comment, etc... - your IP address is recorded in the logs. Based on that, the website owner can determine the time you connected, and the specific page you loaded, such as a login page. With the IP, they can look up who owns the IP, and therefore the ISP you are using. It is NOT possible to obtain your personal information from your ISP unless the ISP provides it. Normally the ISP will only provide this information to police agencies, or the courts on subpoena (assuming the ISP is in the United States. I am unfamiliar with international laws). Regardless, the ISP will not share your information with a regular person, or even the owner(s) of a website.

Related Questions

How do you differentiate an ISP from an ASP?

ISP = Internet Service Provider ASP = Active Server Page


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


Regarding lrit What is the difference between the authorised asp and the recognised asp?

An authorised ASP is authorised to test/certify. The recognised ASP is the ASP that provides the Data Centre for that particular Administration.


In ASP what is the difference between Error Object and Err Object in detail.?

sorry no answer


What is the difference between email and ISP?

email is an electronic mail through which you can send messages or an attachment to one or more people. ISP is the Internet Service Provider.


What is the key distinguishing difference between a tier-1 isp and a tier-2 isp?

A tier-1 ISP connets to all other tier-1 ISP's; a tier-2 ISP connects to only a few of the tier-1 ISPs. Also a tier-2 ISP is a customer of one or more tier-1.


What is the Difference between an ISP and a Search Engine?

ISP=Internet Service Provider. This is who you pay to access the web. Search Engine=Google. This is who you use to find stuff on the web.


What is the difference between web browser and ISP?

*ISP has unlimited space to send & store information. The custom has to pay a monthly fee for it. *Web mail is free plus you can use it anywhere.


Difference between isp and osp and wsp?

ISP stands for Inside Plant and OSP stands for Outside Plant. According to Building Industry Construction Service International (BICSI), OSP is any network infrastructure installed external to buildings. ISP refers to cable installed inside of the building.


What is the difference between an ISP and a URL?

ISP is an Internet Service Provider such as: AOL, Comcast, Netzero, etc URL stands for Uniform Resource Locator basically its a website address like www.wiki.answers.com.


What is the difference between ASP.net and ASP?

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given. 1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology. 2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files. 3. ASP.NET purely object oriented whereas ASP is partially object oriented. 4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange. I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent