answersLogoWhite

0


Best Answer

Just what is the Difference Between a Static and a Dynamic IP Address you ask?

Well the IP address from your ISP is assigned in just one of two ways:

  • Set to an IP address which is unchanged for months or years at a time. This is what is called a static IP address.
  • Set to an IP which is only good for a limited time, and which is changed according to the policy set by your ISP's DHCP server. This is what is called a dynamic IP address.

Because a static IP can be relied on for an indefinite period, some networking software requires a static IP.

ISPs usually charge extra for static IPs.

Your ISP may not be willing to give customers static IP addresses at all.

Dynamic IPs are used in large networks where computers are frequently reconfigured, or where a limited number of IP address are available to share between many computers.

User Avatar

Wiki User

2009-11-19 21:53:04
This answer is:
User Avatar
Study guides
No Reviews
More answers
User Avatar

Wiki User

2015-03-06 10:51:45

Dynamic pages change over time to time. Static pages remain constant and do not change.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Difference between static and dynamic pages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is static page and dynamic page?

Static pages are more static in nature, you cannot expand them with content where are dynamic pages keep changing with fresh content. Static pages do not contain server side coding and on the contrary dynamic pages do have server side coding. Dynamic pages also make use of databases where as static pages don't.


What is Difference between static and dynamic webpage?

A static webpage is written using HTML, and nothing (or little) else. Static pages contain the same information every time you visit them. Essentially, they're like a printed page in a book. Dynamic pages have content that automatically updates itself. For instance, take the Answers.com homepage. The answers that are featured are updated all the time. And some of those decisions are made using a higher level language like ASP or PHP. In the end, static pages have content that does not change. Dynamic pages have content that changes based off of programming that runs them.


What is the relationship between Java and HTML?

HTML is a Hyper Text Markup Language. It is a static language. We can use HTML to create static web pages but we need java to make it dynamic.


How do you archive dynamic pages?

You can save (archive) a static copy of a dynamic page by using Ctrl+S (or CMD-S, or similar) to Save the HTML source and images of a page.


What is Difference between static and dynamic website?

Static WebsitesStatic means "constant--never changing". A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor.Dynamic Websitesdynamic is "changing". You can make dynamic changes to a database without having to shutdown the instance and restart for the changes to take effect. However, if you do not update the control file, when you shutdown and startup, the dynamic change is gone--it wasn't permanent.A site whose construction is controlled by an application server processed by server side scripts.

Related questions

What is static page and dynamic page?

Static pages are more static in nature, you cannot expand them with content where are dynamic pages keep changing with fresh content. Static pages do not contain server side coding and on the contrary dynamic pages do have server side coding. Dynamic pages also make use of databases where as static pages don't.


What is Difference between static and dynamic webpage?

A static webpage is written using HTML, and nothing (or little) else. Static pages contain the same information every time you visit them. Essentially, they're like a printed page in a book. Dynamic pages have content that automatically updates itself. For instance, take the Answers.com homepage. The answers that are featured are updated all the time. And some of those decisions are made using a higher level language like ASP or PHP. In the end, static pages have content that does not change. Dynamic pages have content that changes based off of programming that runs them.


What is the relationship between Java and HTML?

HTML is a Hyper Text Markup Language. It is a static language. We can use HTML to create static web pages but we need java to make it dynamic.


What are diffeerences between static and dynamic webpages?

Static web pages are those pages which remains same as per information stored in the file which is always constant whereas dynamic webpages are those webpages whose content keep changing as per stored information in the file. Results comes from search engine is the best example of the dynamic web page.


How do you archive dynamic pages?

You can save (archive) a static copy of a dynamic page by using Ctrl+S (or CMD-S, or similar) to Save the HTML source and images of a page.


What is Difference between static and dynamic website?

Static WebsitesStatic means "constant--never changing". A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor.Dynamic Websitesdynamic is "changing". You can make dynamic changes to a database without having to shutdown the instance and restart for the changes to take effect. However, if you do not update the control file, when you shutdown and startup, the dynamic change is gone--it wasn't permanent.A site whose construction is controlled by an application server processed by server side scripts.


What is the difference between ActionScript and JavaScript?

Actionscript is a language used in macromedia flash. JavaScript is a web-based language that is used to make pages dynamic.


What is static and active webpages?

Static web pages: This type of webpage not update in a regular manner, means this type of web pages content some static content. This type of web pages deal with only HTML. Active web pages: This type of web pages may update in dynamic way but total program exection part deal with client machine not in server. Applets is a type of active web pages.


Diff between static webpage and dynamic webpage?

Static Web-pages: Static pages are already established and are not drawn up from bits and pieces from a search query. Until recently search engines could not surf dynamic pages and thus items on such sites were not listed in search engines but today some search engines, like Google and Yahoo, are able to do so. However it takes longer for them to index all the data and if you have set up similar static pages it can cause supplemental results penalties unless one or the other has a noindex meta tag on it. ___________________________________________________________________ Dynamic Web-pages: In order to generate dynamic pages it requires a script program such as ASP, PHP or CMF to generate instructions to call up and construct the dynamic pages after the surfer inputs some data in a search program. Dynamic pages often use characters in their URL which prevent the search engines from reading and indexing the data on that page, i.e., "&id=". They also often utilize Session IDs in the URLs which, if not properly written, will prevent search engines from following links on that page (or cause an inflated page count) and those pages don't gain PR (Page Rank) from Google either. If you are familiar with using HTACCESS you can set up redirects for dynamic URLs by using a tool to rewrite URLs. ____________________________________________________________________ Dynamic pages can be turned into static pages so the search engines will list the pages but here again you need to be concerned with duplicate content penalties or you can also ban the search engine from the database version via the robots.txt file. You also need to consider if this technology, and it's problems, is compatible with your designing budget.STATIC WEB PAGE: A static web page shows the required information to the viewer, but do not accept any information from the viewer.DYNAMIC WEB PAGE: A dynamic web page displays the information to the viewer and also accepts the information from the userRailway reservation, Online shopping etc. are examples of dynamic web page.


Difference between static webpages and dynamic webpages?

A static web page (sometimes called a flat page) is a web page that is delivered to the user exactly as stored, in contrast to dynamic web pages which are generated by a web application.Consequently a static web page displays the same information for all users, from all contexts, subject to modern capabilities of a web server to negotiate content-type or language of the document where such versions are available and the server is configured to do so.A dynamic web page changes all the time. It has been prepared for fresh information from for example user interaction.


What is static webpage?

Static pages have no updating content, nothing moves, all stands still - hence static. This contrasts with dynamic pages. As a rule of thumb, a static web page is one that does not change its appearance, layout or content once it has been loaded. A page consisting entirely of HTML with no JavaScript or embeded content is static. One that has JavaScript is generally dynamic, as the scripting is most often in place to make slight changes to the page (or even major changes). Pages incorporating JavaScript in the HTML are generally said to be coded in "Dynamic HTML" or "DHTML" Pages that have embedded content such as movies or Adobe Flash interfaces are an exception to the model. Though the containing page itself is most often static, the embedded content behaves as a dynamic interface - one which changes, updates, etc. Strictly speaking, it's no longer a web page but a Rich Internet Application, that behaves like a web page.


Compare and contrast between HTML and DHTML?

HTML: By using HTML we can create only static web pages of the site do not require any special processing from the server. DHTML: It means Dynamic HTML it means we can create dynamic web pages. If you style sheets and java scripts in the HTML file then only we can call that file is dhtml.

People also asked