assddd said:
what means:
open port.
closed port.
listening port.
established port (i saw that while doing netstat command in cmd).
tcp and the other one(udf or something like that i think) port.
?
These are not perfect definitions, but can serve ur purpose
Open Ports means ports thru which another machine can
talk with ur machine or vice-versa.
Closed ports means those ports which can't accept/transmit data.
Listening ports means ports which are ready to accept data.
Established ports means
communication is going on thru those ports.
TCP/IP, UDP & others are Protocols.
Basically, protocols are the rules which DATA follows while transmitting.
I told u as simple as I can. Remember, all this is technically slight different.