@@ -161,7 +161,7 @@ particular mail server, such as
161161
162162 We can specify this behavior with ufw:
163163
164- .. code ::
164+ .. code ::
165165
166166 $ sudo ufw default deny incoming
167167 Default incoming policy changed to 'deny'
@@ -230,7 +230,7 @@ security, freeing the users and applications inside the firewall from
230230security concerns—at least some kinds of security concerns. And as
231231noted at the start of the chapter, encryption and authentication offer
232232limited protection against exploitation of bugs in the operating
233- systems of hosts.
233+ systems of hosts.
234234
235235Unfortunately, firewalls have serious limitations. Since a firewall does
236236not restrict communication between hosts that are on the same side of the firewall,
@@ -267,7 +267,7 @@ In Chapter 1 we discussed the threat posed by viruses, worms, and the
267267general catergory of malware. While firewalls aim to stop the spread
268268of malware, it can be a difficult task, since many operations that the
269269firewall needs to permit, such as web browsing or email delivery, can
270- also be used for the delivery of malware.
270+ also be used for the delivery of malware.
271271
272272One approach that is used to detect malware is to search for segments of
273273code from known malware, sometimes called a *signature *. This approach
@@ -346,10 +346,7 @@ filter traffic flows among a set of virtual machines in a datacenter.
346346 :align: center
347347
348348 A distributed firewall is implemented as part of the virtual
349- switch in every host in a datacenter.
350-
351-
352-
349+ switch in every host in a datacenter.
353350
354351
3553526.5 Other Security Appliances
0 commit comments