1

Is the Windows Firewall which accept outgoing traffic on port 80/TCP allow outgoing traffic also when we use UDP protocol.

Does a Firewall in most cases control the port number only or controls the used Protocol also ?

Rafik Bari
  • 4,867
  • 18
  • 73
  • 123

1 Answers1

3

TCP and UDP ports are entirely different from each other. So, TCP/80 has nothing to do with UDP/80, except for the number. From a firewall's perspective, they are entirely separate things with separate rules.