firewall class
2017-03-31 00:16:00 0 举报
防火墙类别(Firewall Class)是一种网络安全措施,用于监控和控制进出网络的数据流。它根据预先设定的规则对数据包进行过滤,确保只有合法和安全的数据能够通过。防火墙类别可以分为几种类型,如包过滤、状态检测和应用层防火墙等。这些类型各有优缺点,适用于不同的网络环境和需求。例如,包过滤防火墙基于源地址、目标地址和端口号等元数据来过滤数据包,简单易用但可能无法阻止高级攻击;而状态检测防火墙则维护连接状态表,能够更有效地阻止会话劫持等攻击。总之,选择合适的防火墙类别对于保障网络安全至关重要。
作者其他创作
大纲/内容
ConcreteStrategyA
Algorithminterface()
strategy
ConcreteStrategyB
UDP
double targetAddressdouble sourceAddressLong targetIPLong sourceIPint targetportint sourceport
RuleManagement
List
addRule()checkRule()deleteRule()readRule()
Result
int lengthint protocolNum
compare
FireWallStrategy
PacketDisconnect
Connect()Disconnect()
AttackDetection
callbackprocedure()
TCP
double targetAddressdouble sourceAddressLong targetIPLong sourceIPint targetportint sourceportSYNACK
PaceketState
state
StateManagement
ListTimer timer
View
ICMP
int ICMPdouble targetAddressdouble sourceAddressLong targetIPLong sourceIP
Controller
PacketConnect
FireWall
List packetListList resultList
request()throw()forward()announce()declare()attackDeffense()
0 条评论
下一页