浅析web集群架构解决方案
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
浅析web集群架构解决方案篇一:某公司低成本Web集群技术的设计与实现毕业设计说明书
课题名称
院系
专业
班级
学号学生姓名
某公司低成本Web集群技术的设计与实现计算机与软件学院计算机网络技术网络1221 12021432 袁指导教师:
黄
XX 年 5 月 25
日
计算机与软件学院
毕业设计(论文)诚信承诺
我谨在此承诺:本人所写的毕业论文《某公司低成本Web集群技术的设计与实现》,系本人独立完成,没有抄袭行为,凡涉及其他作者的观点和材料,均作了注释与说明,若有不实,后果由本人承担。
承诺人(签名):
XX年 5 月 25 日
摘要
随着计算机网络技术的不断发展,互联网用户和网络流量都在爆炸式增长,接踵而来的就是对网络服务器可靠性和可扩展性的考验。虽然各个服务器的生产厂家都在硬件上做了很大的性能方面的提升,但是依然有许多现实性的要求是其无法避免的;服务器能否提供稳定可靠的、不间断的服务需求显得颇为重要。
互联网访问流量的急速增长,使得高可用负载均衡集群技术得以迅速的发展,然而当前负载均衡设备的价格使得大多数的中小型企业无法承受。随着开源软件的影响力不断增强,Linux操作系统在服务器领域取得较高的成果,使用Linux操作系统实现web平台高可用负载均衡集群技术成为当今发展热潮。
论文首先阐述了企业网的网络现状,然后通过VLAN规划、IP地址规划、路由策略等将其模拟出来;其次描述了公司web平台的搭建过程;再次使用LVS+Keepalived架构搭建出低成本高可用的web负载均衡平台;最后通过测试展现此次集群环境搭建成功;本文论证了低成本高可用的web负载均衡平台在中小型企业中的实现及其可行性。
关键词:Linux;集群技术;高可用;web负载均衡
Abstract
With the development of computer network
technology, Internet users and network t(转载于: 小龙文档网:浅析web集群架构解决方案)raffic are exploding, one after another is on the network server reliability and scalability test. Although each server hardware manufacturers are doing a great performance improvements, but there are still many practical requirement is that it can not be avoided; server can provide reliable, uninterrupted service requirements have become quite important. The rapid growth of Internet traffic, making high-availability load balancing cluster technology to rapid development, but the current price of load balancing devices make the most of the small and medium enterprises can not afford.
With the influence of the growing open-source software, Linux operating system to achieve higher results in the server space, using the Linux operating system to achieve high-availability load balancing cluster web platform technology into today's development boom.
Thesis describes the status of the network enterprise network, and then through the planning VLAN, IP address planning, routing strategies which
simulated; secondly describes the process to build the company's web platform; use LVS + Keepalived architecture to build low-cost high availability again web load balancing platform; to build a successful final test to show that the cluster environment; This paper demonstrate
s the low-cost high-availability load balancing web platform and the feasibility of small and medium enterprises.
Keywords: Linux; cluster technology; high availability; web load balancing
篇二:大型WEB网站架构深入分析
大型WEB网站架构深入分析
1、HTML静态化
其实大家都知道,效率最高、消耗最小的就是纯静态化的html页面,所以我们尽可能使我们的网站上的页面采用静态页面来实现,这个最简单的方法其实也是最有效的方法。但是对于大量内容并且频繁更新的网站,我们无法全部手动去挨个实现,于是出现了我们常见的信息发布系统CMS,像我们常访问的各个门户站点的新闻频道,甚至他们的其他频道,都是通过信息发布系统来管理和实现的,信息发布系统可以实现最简单的信息录入自动生成静态页面,还能具备