Re: UDP & TCP

From: Dusko Savatovic (savatovic.removespam_at_hotmail.com)
Date: 03/10/04


Date: Wed, 10 Mar 2004 10:53:39 +0100

To display all open ports (TCP and UDP) open cmd prompt and run command:
netstat -ano
To find out which ports are blocked, consult your firewall software. If you
use ICF in WinXP/2003, then only ports that were explicitly opened are
opened, others are blocked. Explicitly opened ports are configured ports
like FTP, Messenger Service, Remote Desktop etc, plus high numbered ports
that are opened when initiating outbound connection. When reply is received
on that port, it is automatically closed and a new one is opened.
If, however, you are not using firewall, then any packet that is received is
forwarded to the corresponding listening service. If listening service does
not exist for that packet (port), the packet is discarded. This may lead to
flooding certain services with malformed packets that may crash the service
and in certain cases can enable attacker to crash service or entire system
or gain complete control of your system.

Dusko Savatovic

"William C." <cmchong20@yahoo.com> wrote in message
news:evBMewnBEHA.624@TK2MSFTNGP10.phx.gbl...
> How to check whether eg. certain UDP or TCP ports are closed or open?
>
>



Relevant Pages

  • Re: I am sick of windows firewall
    ... I use the AnalogX IPsec rules to supplement BlackIce ... need IPsec to stop outbound that BlackIce cannot do by ... attempts on the Windows networking ports even though BI ... supplemental packet filtering solution. ...
    (comp.security.firewalls)
  • Re: WSAAsyncSelect stopped working
    ... Do you mean that just installing VS cause the error or you re-build your app ... It just seems like the event generation or winsock UDP receiving has been ... the receipt of a packet, ... No Ports and Receive ...
    (microsoft.public.win32.programmer.networks)
  • Re: N00b Question
    ... There is a great product called packet shaper by packetteer. ... AIM, iTunes, etc... ... ports and IP's this device will detect it. ... > For MSN/yahoo chat you can block the ports in your external firewall. ...
    (Security-Basics)
  • Re: WSAAsyncSelect stopped working
    ... the utility sends out a UDP back and waits for an ACK using ... is blocking any ports. ... the receipt of a packet, ... Netstat -a shows the UDP port on the PC side open. ...
    (microsoft.public.win32.programmer.networks)
  • Re: BSTR property returns invalid strings when using multiple sinks
    ... > A connection point event is defined corresponding to each packet that may ... > Now we typically use 2 serial ports. ... One that does proper protocol ... The protocol data and the log data coming from the 2 ...
    (microsoft.public.vc.atl)