- Joomla! 1.5x Customization: Make Your Site Adapt to Your Needs
- Daniel Chapman
- 328字
- 2021-04-01 13:53:14
The architecture of the Internet
The Internet is primarily based off on a client/server relationship, with client computers, mostly people at home or at their office, connecting to web servers, usually as part of browsing a web site.
Because the web servers are physically separated from the client computers, and could be thousands of miles away, Internet interactions are limited to distinct requests and responses to and from web servers. It doesn't happen instantaneously, like with a native application that is running on our computer. Even though some modern web sites and high-speed connections can seem almost to act like a native application, they still operate in the same way as other web sites, via request and response.
This difference is illustrated in the following figure:

When building a web site, the web developer will put all the files needed for the site onto the web server. Then when a person on their client computer visits the web site using a web browser, they don't actually go to the site. The reality is that the site comes to them. The client sends their request to the web server, the web server sends them a copy of all of the web pages and files that are needed to fulfill their request, and then their web browser assembles the files into a presentable web page, as illustrated in the following figure:

Why is this important? Because it is important to realize that when someone is interacting with our web business, they aren't interacting with it live, but only with its copy that was downloaded onto their computer. This will affect how we approach designing, building, and also fixing our web business.
Note
Modern Internet advances, such as cloud computing, AJAX, caching, and the like have recently produced a growing number of instances that are slightly different to the model given above, or at least appear to be different. However, they all still follow the basic premise of request and response.
- JasperReports for Java Developers
- PPT設計實用教程
- FreeSWITCH 1.0.6
- DSP開發寶典
- Liferay User Interface Development
- UG NX 9中文版從入門到精通
- 中文版After Effects CC 2018 動漫、影視特效后期合成秘技
- After Effects 2022從新手到高手
- Word-Excel-PowerPoint 2010三合一辦公應用實戰從入門到精通(超值版)
- SVG動畫
- Choosing an Open Source CMS: Beginner's Guide
- 蝶變:移動用戶體驗設計之道
- 中文版Maya 2016基礎培訓教程
- Moodle 2.0 for Business Beginner's Guide
- 中文版Photoshop 2020基礎培訓教程