TCP/UDP Port Finder

Enter port number (e.g. 21), service (e.g. ssh, ftp) or threat (e.g. nimda)
Database updated - March 30, 2016

Search results for "un"

<< < 3 4 5 6 7 8 9 10 11 > >>
Port: 114/TCP
114/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  •  
    unassigned
    IANA
  • audionews
    Audio News Multicast
    SANS
Port: 114/UDP
114/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  •  
    unassigned
    IANA
  • audionews
    Audio News Multicast
    SANS
Port: 135/TCP
135/TCP - Known port assignments (22 records found)
  • Service
    Details
    Source
  •  
    DCE endpoint resolution (Official)
    WIKI
  • epmap
    DCE endpoint resolution
    IANA
  •  
    Microsoft EPMAP (End Point Mapper), also known as DCE/RPC Locator service, used to remotely manage services including DHCP server, DNS server and WINS. Also used by DCOM (Unofficial)
    WIKI
  • loc-srv
    NCS local location broker
    SANS
  • threat
    [threat] Secefa
    Bekkoame
  • threat
    [threat] W32.Kiman
    Bekkoame
  • threat
    [threat] Femot
    Bekkoame
  • threat
    [threat] W32.Blaster.Worm
    Bekkoame
  • threat
    [threat] W32.Francette.Worm
    Bekkoame
  • threat
    [threat] W32.Explet
    Bekkoame
  • threat
    [threat] W32.Kibuv.Worm
    Bekkoame
  • threat
    [threat] W32.Lovgate
    Bekkoame
  • threat
    [threat] W32.Maslan
    Bekkoame
  • threat
    [threat] W32.Mytob
    Bekkoame
  • threat
    [threat] W32.Reatle
    Bekkoame
  • threat
    [threat] W32.Spybot
    Bekkoame
  • threat
    [threat] W32.Welchia
    Bekkoame
  • threat
    [threat] W32.Yaha
    Bekkoame
  • threat
    [threat] W32.Cissi
    Bekkoame
  • threat
    [threat] W32.HLLW.Gaobot
    Bekkoame
  • threat
    [threat] W32.HLLW.Polybot
    Bekkoame
  • threat
    [threat] W32.Kassbot
    Bekkoame
Port: 135/UDP
135/UDP - Known port assignments (20 records found)
  • Service
    Details
    Source
  • epmap
    DCE endpoint resolution
    IANA
  •  
    Microsoft EPMAP (End Point Mapper), also known as DCE/RPC Locator service, used to remotely manage services including DHCP server, DNS server and WINS. Also used by DCOM (Unofficial)
    WIKI
  •  
    DCE endpoint resolution (Official)
    WIKI
  • loc-srv
    Location Service
    SANS
  • threat
    [threat] W32.Blaster.Worm
    Bekkoame
  • threat
    [threat] W32.Cissi
    Bekkoame
  • threat
    [threat] W32.Explet
    Bekkoame
  • threat
    [threat] W32.Francette.Worm
    Bekkoame
  • threat
    [threat] W32.HLLW.Gaobot
    Bekkoame
  • threat
    [threat] W32.HLLW.Polybot
    Bekkoame
  • threat
    [threat] W32.Kassbot
    Bekkoame
  • threat
    [threat] W32.Kibuv.Worm
    Bekkoame
  • threat
    [threat] W32.Lovgate
    Bekkoame
  • threat
    [threat] W32.Maslan
    Bekkoame
  • threat
    [threat] W32.Mytob
    Bekkoame
  • threat
    [threat] W32.Reatle
    Bekkoame
  • threat
    [threat] W32.Spybot
    Bekkoame
  • threat
    [threat] W32.Welchia
    Bekkoame
  • threat
    [threat] W32.Yaha
    Bekkoame
  • threat
    [threat] Femot
    Bekkoame
Port: 143/TCP
143/TCP - Known port assignments (4 records found)
  • Service
    Details
    Source
  • imap
    Internet Message Access Protocol
    IANA
  •  
    Internet Message Access Protocol (IMAP) - management of email messages (Official)
    WIKI
  • imap
    Internet Message Access Protocol (IMAP). Mail (for receiving email); MobileMe Mail (IMAP)
    Apple
  • trojan
    [trojan] ADM worm. Worm / Rootkit / Backdoor. Works on Unix (Linux). Affects Linux RedHat 4.0 to 5.2. Aliases: ADM Inet w0rm, Linux.ADM.Worm
    Simovits
Port: 144/TCP
144/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • uma
    Universal Management Architecture
    IANA
  • news
    NewS window system
    SANS
Port: 144/UDP
144/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • uma
    Universal Management Architecture
    IANA
  • news
    NewS window system
    SANS
Port: 158/TCP
158/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • pcmail-srv
    PCMail Server
    IANA
  •  
    DMSP, Distributed Mail Service Protocol (Unofficial)
    WIKI
Port: 158/UDP
158/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • pcmail-srv
    PCMail Server
    IANA
  •  
    DMSP, Distributed Mail Service Protocol (Unofficial)
    WIKI
Port: 181/TCP
181/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • unify
    Unify
    IANA
  • unify
    -
    SANS
<< < 3 4 5 6 7 8 9 10 11 > >>

About TCP/UDP ports

TCP port 114 uses the Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. TCP is a connection-oriented protocol, it requires handshaking to set up end-to-end communications. Only when a connection is set up user's data can be sent bi-directionally over the connection.
Attention! TCP guarantees delivery of data packets on port 114 in the same order in which they were sent. Guaranteed communication over TCP port 114 is the main difference between TCP and UDP. UDP port 114 would not have guaranteed communication as TCP.
UDP on port 114 provides an unreliable service and datagrams may arrive duplicated, out of order, or missing without notice. UDP on port 114 thinks that error checking and correction is not necessary or performed in the application, avoiding the overhead of such processing at the network interface level.
UDP (User Datagram Protocol) is a minimal message-oriented Transport Layer protocol (protocol is documented in IETF RFC 768).
Application examples that often use UDP: voice over IP (VoIP), streaming media and real-time multiplayer games. Many web applications use UDP, e.g. the Domain Name System (DNS), the Routing Information Protocol (RIP), the Dynamic Host Configuration Protocol (DHCP), the Simple Network Management Protocol (SNMP).
TCP vs UDP - TCP: reliable, ordered, heavyweight, streaming; UDP - unreliable, not ordered, lightweight, datagrams.
Your IP address
Your are from United States3.133.131.168