resilient wrote: » Hi All - I'm studying for CEH and I have a question about ports and port scanning: TCP + UDP.... 1. TCP is connection oriented – once a connection is established, data can be sent bidirectional. 2. UDP is a simpler, connectionless Internet protocol. So, with that being said - are ports inherently programmed to accept one over the other? The reason I ask is because some nmap scans seem to be ONLY TCP or UDP specific. Thanks..
JDMurray wrote: » There are 65535 TCP ports and 65535 UDP ports per network interface in a conventional TCP/IP stack. These ports only exist at the Transport layer of the OSI and TCP/IP network architectures. In a conventional TCP/IP stack, any network protocol can run over any port. There is no port zero. A zero port value is used to indicate that no port is used, specified, or selected. For further reference: http://www.tcpipguide.com/free/t_TCPIPApplicationAssignmentsandServerPortNumberRang-2.htm
IvDogg wrote: » Further, both the site you referenced and IANA identify TCP and UDP Port 0 as a system port.
JDMurray wrote: » These ports only exist at the Transport layer of the OSI and TCP/IP network architectures.