1. Stream mode
2. Block mode
3. Compressed mode
It transfers files as a continuous stream from port to port with no intervention or processing of information into different formats.
At this mode, FTP divides the data to be transferred into blocks of information, each with a header, byte count and data field.
At this mode, FTP compresses the files by encoding them. These modifications of data are necessary for successful transfer because the file sender and file receiver do not have compatible data storage systems.
1. Presentation Tier
2. Application Tier
3. Data Tier
1. Client-Side Scripting
2. Server-Side Scripting
1. Shared Web Hosting
2. Website Builder
3. Cloud Hosting
4. Dedicated Hosting
Sr. No. | Dynamic Website | Static Website |
---|
1. | It contains information that changes. | It contains information that does not change. |
2. | It changes the information depending on the viewer, the time of the day, the time zone, the viewers' native language and other factors. | It remains the same or static for every viewer of the site. |
3. | PHP, JavaScript is used to create dynamic pages. | HTML is used to create static pages. |
4. | It is more expensive to develop a website. | It is cheap to develop a website. |
5. | It is much easier to update a website. | It requires web development expertise to update the site. |
6. | The new content brings people back to the site and helps in the search engines. | The content can get static. |
7. | It takes a hosting cost little more. | It takes less hosting cost. |
8. | The dynamic website can work as a system to allow users to collaborate with the web site. | The static web site not as useful for the user. |
9. | It is a much more functional website. | It is not a functional website. |
10. | It contains the content of dynamic web pages that can be generated on-the-fly. | It contains the same prebuilt content each time the page is loaded. |