<html>
  <head>
    <DEFANGED_style type="text/css">
      <!--
        body { margin-top: 4px; margin-bottom: 1px; line-height: normal; margin-left: 4px; margin-right: 4px; font-variant: normal }
      -->
    </DEFANGED_style>
    
  </head>
  <body>
    <div>
      <div>
        <DIV>          Here&#39;s my first take on the description of what I mean by a Edge / Public Facing Server.&#160;&#160;There are aspects&#44; in this description&#44; of environmental assumptions&#44; security objectives&#44; risk analysis&#44; etc.&#160;&#160;It&#39;s in English&#44; though&#44; or at least tries to be.&#160;&#160;It&#39;s almost a short &quot;use case&quot;.
        </DIV>
      </div>
    </div>
    <div>
      <div>
        <DIV>          &#160;
        </DIV>
      </div>
    </div>
    <DIV>
      Your comments and suggestions are welcome &#40;at least until I see them &#59;-&#41;
    </DIV>
    <DIV>
      &#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;&#61;
    </DIV>
    <DIV>
      Edge / Public Facing Server
    </DIV>
    <DIV>
      An edge&#44; or public facing server performs many of the network guardian functions to limit methods of attack upon critical business systems. &nbsp;They&#39;ll typically be deployed in the data center&#44; and be associated with a Firewall or Demilitarized Zone &#40;DMZ&#41; intended to isolate critical systems from pubic attack. &nbsp;Remote Access servers&#44; modem pools and their associated terminal servers&#44; Virtual Private Network &#40;VPN&#41; servers all fall into this category&#44; as do public facing DNS&#44; SMTP&#44; and HTTP Proxy Portals. &nbsp;It is not unusual for such systems to demand authentication of requests before allowing access to the protected network&#44; either from devices or from users of those devices&#44; and to provide audit recordings&#44; resource usage accounting records&#44; and access control policy enforcement based on the identity &#40;either network address&#44; user name&#44; or other identifying information&#41; associated with the connection.
    </DIV>
    <DIV>&nbsp;</DIV>
    <DIV>
      Because such systems are specifically chartered with providing connection to public&#44; untrusted &#40;and presumably hostile&#41; networks&#44; they must be specifically hardened to avoid presenting&nbsp;&#8220;soft targets&#8221;&nbsp;for attack&#44; should take steps to detect attacks and repel them or divert them&#44; resist damage to system configurations&#44; administrative settings&#44; programs&#44; scripts&#44; operating system files&#44; consumable resources &#40;CPU&#44; Disk&#44; Network&#44; etc.&#41;&#44; and contain whatever damage a broken application or service can do once it breaks. &nbsp;Reasonable denial of service defenses against CPU and memory consumption attacks includes the use of cryptographic protocols that place computational requirements on the attacker before demanding heavy cryptographic processing by the server&#44; which is disadvantaged in possibly having to handle hundreds or thousands of such attacks at once.
    </DIV>
    <DIV>&nbsp;</DIV>
    <DIV>
      Correct configuration and administration is vital to the security of these servers&#44; and to the security of the systems they protect. &nbsp;Changes to configurations need to be tracked and audited&#44; so that unauthorized &#40;or unintended / accidental&#41; changes can be noted&#44; reported&#44; reviewed and&#44; when necessary&#44; reversed. &nbsp;The ability to detect configuration changes and reset them to authorized values may be useful in some circumstances. &nbsp;The ability to notice changes and to trigger event notifications of the change to network management and work-flow management processes is vital.
    </DIV>
    <DIV>&nbsp;</DIV>
    <DIV>
      To meet availability requirements&#44; and to support load balancing across heavily used servers in this category&#44; a range of hardware&#44; network and software load balancing and automated fail-over solutions may be used. &nbsp;Typically&#44; security-sensitive information &#40;account names&#44; security attributes&#44; policies&#41; are not hosted on these machines&#44; but may be cached here during run-time when locality of reference makes such caching helpful. &nbsp;But in those cases&#44; cache consistency with other servers sharing the load being balanced becomes vital&#44; and a significant security concern.
    </DIV>
  </body>
</html>