📄 lib0054.html
字号:
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title>Chapter 8: Network Architecture</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="LiB0053.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0055.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>
<h1 class="chapter-title"><span class="chapter-titlelabel">Chapter 8: </span>Network Architecture</h1><div class="section">
<h2 class="sect2-title">
<a name="252"></a>Overview</h2>
<a name="253"></a><a name="IDX-99"></a>
<p class="para">The primary goal for network architecture with respect to J2EE applications is to provide the foundation for three important features: security, scalability, and high availability. Although technical architects typically are not responsible for configuring the network, they should understand the features provided by the network architecture to determine what they need to add directly to an application.</p>
<p class="para">
<b class="bold">The technical architect is responsible for ensuring that applications don't</b> <b class="bold">breach the company's security infrastructure.</b> Security in most companies is a centralized function and is treated as a network infrastructure issue. Despite this, the architect must understand what the company infrastructure provides and ensure that any application developed doesn't do anything to circumvent the security architecture in place. For example, with most security architectures I'm aware of, it's technically possible for the application to use a generic ID to provide users access to information for which they're not personally authorized.</p>
<p class="para">
<b class="bold">The technical architect is responsible for application scalability.</b> Scalability refers to the ability of your site to handle an increasingly large number of users. Although server hardware and network infrastructure provide a platform that makes scaling possible, application design is as much a contributing factor to scalability as the underlying hardware configuration.</p>
<a name="254"></a><a name="IDX-100"></a>
<p class="para">
<b class="bold">The technical architect is responsible for application availability.</b> The term <i class="emphasis">high availability</i> describes a site that is always available for use and has minimal downtime. While the server and network infrastructure may provide such features as clustering and automatic fail-over, faulty application design can defeat these features and can make applications unavailable.</p>
<div class="highlights">
<p class="first-para">Developers who have come up through the ranks as programmers usually have little exposure to networking and network architecture. Because the architecture for J2EE applications typically involves multiple servers, and because I routinely get enough basic networking questions from senior developers, this chapter begins by defining some key networking terms and goes on to explain, by example, the basic functioning of a network.</p>
<p class="para">In addition, the chapter describes and provides examples of two generic architectures commonly used for J2EE applications: one for security and the other for scalability and availability. Understanding your network architecture also helps you identify where a problem is occurring.</p>
<p class="last-para">Readers who already understand networking basics might want to skip to the section titled "<a href="LiB0057.html#262" target="_parent" class="chapterjump">Security</a>."</p>
</div>
</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="LiB0053.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0055.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -