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 "z"

<< < 1 2 3 4 5 6 7 8 9 > >>
Port: 1879/TCP
1879/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • nettgain-nms
    NettGain NMS
    IANA
  • threat
    [threat] W32.Zori
    Bekkoame
Port: 2001/TCP
2001/TCP - Known port assignments (16 records found)
  • Service
    Details
    Source
  • dc
    -
    IANA
  • threat
    [threat] Der Spaher / Der Spaeher
    Bekkoame
  • threat
    [threat] OICQSer
    Bekkoame
  • threat
    [threat] Panda Antivirus for Novell Netware servers listens on this ports and allows anyone to connect to port 2001 and execute any Novell command.
    Bekkoame
  • threat
    [threat] The popular glimpse search engine runs on this port.
    Bekkoame
  • threat
    [threat] Trojan Cow
    Bekkoame
  • derspäher
    [trojan] Der Späher / Der Spaeher
    SANS
  • derspherderspaeher
    [trojan] Der Späher / Der Spaeher
    SANS
  • trojancow
    [trojan] Trojan Cow
    SANS
  • trojan
    [trojan] Der Spaeher. Remote Access / Keylogger / Virus dropper / ICQ trojan. Works on Windows 95, 98 and ME. Exists both in English and German versions. Aliases: DS3
    Simovits
  • trojan
    [trojan] Duddie. Remote Access / Keylogger / Destructive trojan. Works on Windows. Aliases: Backdoor.Duddie
    Simovits
  • trojan
    [trojan] Glacier. Remote Access / Keylogger / Steals passwords. Works on Windows 95, 98, ME, NT and 2000. Aliases: Backdoor.G_Door.b, c, d, e, The Glacier, Backdoor, Gluoshi, Backdoor.Darksun, Darksun, Binghe, Backdoor.Binghe, Glace, Trojan.Binghe, Trojan.Darksun, Backdoor.FR
    Simovits
  • trojan
    [trojan] Protoss. Remote Access / Steals passwords. Works on Windows. Aliases: Backdoor.Zerg, Backdoor.Protoss, Zerg
    Simovits
  • trojan
    [trojan] Senna Spy Trojan Generator. Anti-protection trojan / Remote Access / Hacking tool / Trojan constructor / Downloading trojan. Works on Windows 95, 98, ME, NT and 2000. Telnet is used as client. Aliases: Sstrojg, SSTG, Backdoor.Senna, Trojan Generator
    Simovits
  • trojan
    [trojan] Singularity. Remote Access. Works on Windows 98 and 2000. Aliases: Singu, Backdoor.Singu
    Simovits
  • trojan
    [trojan] Trojan Cow. Remote Access. Works on Windows 95 and 98. Aliases: Striker
    Simovits
Port: 2060/TCP
2060/TCP - Known port assignments (3 records found)
  • Service
    Details
    Source
  • teleniumdaemon
    Telenium Daemon IF
    IANA
  • threat
    [threat] OptixPro
    Bekkoame
  • trojan
    [trojan] Protoss. Remote Access / Steals passwords. Works on Windows. Aliases: Backdoor.Zerg, Backdoor.Protoss, Zerg
    Simovits
Port: 2101/TCP
2101/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • rtcm-sc104
    rtcm-sc104
    IANA
  • trojan
    [trojan] SweetHeart. Remote Access. Works on Windows. Aliases: Backdoor.Zhang, Zhang
    Simovits
Port: 2102/TCP
2102/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-srv
    Zephyr server
    IANA
  •  
    zephyr-srv Project Athena Zephyr Notification Service server (Official)
    WIKI
Port: 2102/UDP
2102/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-srv
    Zephyr server
    IANA
  •  
    zephyr-srv Project Athena Zephyr Notification Service server (Official)
    WIKI
Port: 2103/TCP
2103/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-clt
    Zephyr serv-hm connection
    IANA
  •  
    zephyr-clt Project Athena Zephyr Notification Service serv-hm connection (Official)
    WIKI
Port: 2103/UDP
2103/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-clt
    Zephyr serv-hm connection
    IANA
  •  
    zephyr-clt Project Athena Zephyr Notification Service serv-hm connection (Official)
    WIKI
Port: 2104/TCP
2104/TCP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-hm
    Zephyr hostmanager
    IANA
  •  
    zephyr-hm Project Athena Zephyr Notification Service hostmanager (Official)
    WIKI
Port: 2104/UDP
2104/UDP - Known port assignments (2 records found)
  • Service
    Details
    Source
  • zephyr-hm
    Zephyr hostmanager
    IANA
  •  
    zephyr-hm Project Athena Zephyr Notification Service hostmanager (Official)
    WIKI
<< < 1 2 3 4 5 6 7 8 9 > >>

About TCP/UDP ports

TCP port 1879 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 1879 in the same order in which they were sent. Guaranteed communication over TCP port 1879 is the main difference between TCP and UDP. UDP port 1879 would not have guaranteed communication as TCP.
UDP on port 1879 provides an unreliable service and datagrams may arrive duplicated, out of order, or missing without notice. UDP on port 1879 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 States18.221.85.142