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

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

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
Related questions

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 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.


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.


Is in html YOU can make both types of webpages?

Depends which both is being asked. HTML yes can create both static and dynamic web pages.


What is static website?

static webiste is a website which contains static web pages, i.e. pages served to the end user is hard-coded or same as stored on the web server. It is different from the dynamic page which are created and served the created page when a web browser request the page


Is php static or not?

PHP is a dynamic, server-side, web scripting language. It is capable of making connections to a database, and storing information to that database as well as reading queries form the DB. This means that PHP allows for the creation of dynamic web pages that change over time, as opposed to static HTML pages that are rewritten once and do not change without intervention by the page owner.


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 are the difference between static and dynamic?

A dynamic system is a system that is constantly changing, like the human body system. A static system is a system in where there is no change, like the solar system. ------- Dynamic systems tend to become static or attain a state of equilibrium. e.g. if a car is assumed to be a dynamic system, then it requires fuel to continue moving forward or else it would come to a stop and become static. Simply static systems are memory less systems e.g a circuit of battery and resister. Static systems' output only depends on the present value of input. Whereas dynamic systems have memory capability e.g RLC circuit in which capacitor may have some initial value or flip-flops. Dynamic Systems' output depends upon on future and past values.


What's the difference between a dynamic site and a static one?

Static Web pages often look the same, and rarely change the text. You must create the page yourself or request a Web designer to make a change for you. You must then upload the newly created page and any images to the Web servers.The same is true of interactive websites. They can change each time they’re loaded (without someone having to make those changes), and they can also change their content depending on what visitors to your website do. You may create the dynamic page to respond to information entered by visitors to your site. They usually store and pull information from a database that underlies it.When you do not want to change things yourself with a Web page editor, dynamic sites will reduce the ongoing maintenance costs. Typically they cost more to build, because they require more complex coding. There's also a need to build a content management tool to help you manage your site. Most consumers within their sites have a mix of dynamic and static components. For example, they can use dynamic pages for a catalog of goods where they need to alter details or images periodically. The pages of "Chat" and "About Us" are mostly left in static shape.


What are 30 examples of a static webpage?

A static webpage is delivered to a user exactly as it is stored. They make up the majority of pages on the web and are pages the user cannot change. The pages of the site at the Related Link are static web pages.


How is static webpage is diffrent from the dynamic webpage?

HTML was the first tool with which people had begun to create web pages in past times. HTML is a language that stylizes text, generate paragraphs and line breaks etc. However the most imperative thing that it does is link creation. Pages created with HTML are static pages because they remain the same for all the time to come -until and except you change them yourself. With scripting language -you can add a bit of dynamic element in static pages. For example, with JavaScript you can make a random number display every time a web page loads in browser. But even such pages are called static pages. If you go to an online shopping website and see the product list -there are high chances that you'll be looking as dynamic web pages. Such web pages have two main components; Style of the page and information. Style of the page is created with tools like HTML, CSS, and JavaScript while the information is stored unconnectedly in a database. When a dynamic page loads in browser -it requests the database to furnish information depending upon user's choice. When the page receives this information from database -the styling code gets applied on it and the resulting web page is displayed to the user.


What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.