lib0059.html
来自「java外企软件工程师就业班 J2EE方向 《J2EE架构师手册》 电子书」· HTML 代码 · 共 35 行
HTML
35 行
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title>Network Diagram Example</title>
<link rel="STYLESHEET" type="text/css" href="images/xpolecat.css">
<link rel="STYLESHEET" type="text/css" href="images/ie.content.css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0058.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0060.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
<br>
<div class="chapter">
<a name="ch08"></a>
<div class="section">
<h2 class="first-section-title"><a name="271"></a><a name="ch08lev1sec5"></a>Network Diagram Example</h2><a name="272"></a><a name="IDX-108"></a>
<p class="para">The architecture shown in <a class="internaljump" href="#ch08fig03">figure 8.3</a> is a slight variation from the generic architecture presented in <a href="LiB0057.html#264" target="_parent" class="chapterjump">Figure 8.2</a>. The site has two DMZs for extra security. The outer DMZ hosts Web servers, the LDAP servers (for customer authorization), and a mail server. The inner DMZ hosts all application servers, database servers, and messaging servers. This architecture is redundant and scalable at several levels. As usage of the site expands, the number of Web servers, LDAP servers, application servers, and database servers can easily be expanded to handle growth.</p>
<div class="figure">
<a name="273"></a><a name="ch08fig03"></a><span class="figuremediaobject"><a href="images/fig123%5F01%5F0%2Ejpg" NAME="IMG_28" target="_parent"><img src="images/fig123_01.jpg" height="157" width="350" alt="Click To expand" border="0"></a></span>
<br style="line-height: 1">
<span class="figure-title"><span class="figure-titlelabel">Figure 8.3: </span>Network Diagram Example</span>
</div>
<p class="last-para">The fact that all types of servers are duplicated at least once (with the exception of the mail server) significantly lowers the probability of an unplanned outage. The fact that the mail server isn't made redundant means that the company is prepared to accept a limited mail service outage.</p>
</div>
</div><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0058.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0060.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?