Your host has IP address 172.16.1.1. Someone tries to send e-mail from a remote host with IP address 192.168.3.4. If successful, this will generate an SMTP dialogue, consisting of SMTP commands and mail, between the remote user and the SMTP server on your host. Assume that a user on your host tries to send packets for this scenario as shown: Scenario Direction Src Addr Dest Addr Protocol Dest Port Action 1 In 192.168.3.4 172.16.1.1 TCP 25 ? 2 Out 172.16.1.1 192.168.3.4 TCP 1234 ? Rule table: Rule Direction Src Addr Dest Addr Protocol Dest Port Action A In External Internal TCP 25 Permit B Out Internal External TCP > 1023 Permit C Out Internal External TCP 25 Permit D In External Internal TCP > 1023 Permit E Either Any Any Any Any Deny Indicate which packets are permitted or denied, and which rule is used in each case.
Your host has IP address 172.16.1.1. Someone tries to send e-mail from a remote host with IP address 192.168.3.4. If successful, this will generate an SMTP dialogue, consisting of SMTP commands and mail, between the remote user and the SMTP server on your host. Assume that a user on your host tries to send packets for this scenario as shown:
Scenario |
Direction |
Src Addr |
Dest Addr |
Protocol |
Dest Port |
Action |
1 |
In |
192.168.3.4 |
172.16.1.1 |
TCP |
25 |
? |
2 |
Out |
172.16.1.1 |
192.168.3.4 |
TCP |
1234 |
? |
Rule table:
Rule |
Direction |
Src Addr |
Dest Addr |
Protocol |
Dest Port |
Action |
A |
In |
External |
Internal |
TCP |
25 |
Permit |
B |
Out |
Internal |
External |
TCP |
> 1023 |
Permit |
C |
Out |
Internal |
External |
TCP |
25 |
Permit |
D |
In |
External |
Internal |
TCP |
> 1023 |
Permit |
E |
Either |
Any |
Any |
Any |
Any |
Deny |
Indicate which packets are permitted or denied, and which rule is used in each case.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps