Continuation of previous question: Consider the same packet-…
Continuation of previous question: Consider the same packet-filtering firewall for the local area network at 129.97.128.0/24 running a web server at 129.97.128.3 with the following filtering rules: Rule Source IP Source Port Destination IP Destination Port Action 1 Any Any 129.97.128.* >1023 Allow 2 131.230.133.* Any Any Any Deny 3 Any Any 129.97.128.3 80 Allow 4 Any Any Any Any Deny Suppose we would like to deny access from 112.23.45.4 to the web server. What rule would you add to the table considering the same order: Source IP, Source Port, Destination IP, Destination Port, Action?