The Windows XP ICF filters only inbound packets.What are the advantages of not checking outgoing packets? What are the disadvantages?

What will be an ideal response?

The overwhelming majority of outgoing packets are legitimate. It would slow down
the system unnecessarily to filter all of them. It also makes little sense to compare outgoing
packets against a flow table (or prompt the user for permission), because a legitimate user
(e.g.a person surfing the Internet) would send packets to many different locations.The pitfall
is that if a Trojan Horse program gained access to the computer, it could send information
about the computer unhindered.

Computer Science & Information Technology

You might also like to view...

The Motorola DynaTAC 8000X was the first handheld ___________ telephone.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Assuming a database named Travel.accdb, which of the following lines of code will Melissa tell you is correct as you construct the statement to disconnect from the database?

A. odaTravel.Unlink() B. odaTravel.Break() C. odaTravel.Dispose() D. odaTravel.Disconnect()

Computer Science & Information Technology