Remove DNS Remove Port Remove TCP
article thumbnail

What is a TCP Port: Different Between TCP and UDP Ports

NW Kings

Understanding TCP ports is essential for managing network traffic and ensuring effective communication. But what is a TCP port? This blog will delve into what a TCP port is, how it works, its significance in networking, and the different types of ports, including well-known and dynamic ports.

article thumbnail

How to find applications with NetFlow

Kentik

You can also learn about the protocols in use, the ports being used, the top interfaces, etc. Source port for UDP or TCP, 0 for other protocols. Destination port for UDP or TCP, type and code for ICMP, or 0 for other protocols. Don’t rely on ports. NetFlow application monitoring: Use DNS logs.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Kafka Listeners – Explained

Confluent

are shown indented in the following list: KAFKA_LISTENERS is a comma-separated list of listeners and the host/IP and port to which Kafka binds to for listening. KAFKA_ADVERTISED_LISTENERS is a comma-separated list of listeners with their host/IP and port. compute.amazonaws.com port 9092 [tcp/XmlIpcRegSvc] succeeded!

Port 101
article thumbnail

BPFAgent: eBPF for Monitoring at DoorDash

DoorDash Engineering

With these hooks, we can intercept and understand TCP and UDP connections across our multiple Kubernetes clusters. For example, our DNS probe has an event with just the network namespace id (netns), process id (pid), and the raw packet data. For TCP, we use two probes to track when a connection is initiated and when it is closed.

DNS 84
article thumbnail

Pumas, Routers & Keepalives—Oh my!

Heroku

Our first thought was that perhaps the legacy router is faster at forwarding requests to the dyno because its underlying TCP client manages connections in a way that plays nicer with the Puma server. ec2:11059 tcp 0 0 ip-10-1-87-57.ec2:28631 ec2:11059 ESTABLISHED tcp 0 0 ip-10-1-87-57.ec2:30717 ec2:11059 tcp 0 0 ip-10-1-87-57.ec2:24630

Routers 59
article thumbnail

AWS Route 53 BGP Hijack: What Kentik Saw

Kentik

During last week’s attack, the attacker was redirecting traffic that belonged to Amazon’s Route 53 DNS servers. Below is a diagram of how this attack worked: Once the attackers have the DNS requests coming to them, they can respond with the IP address of a server they control.

article thumbnail

Under the Hood: How Rust Helps Keep Kentik’s Performance on High

Kentik

In addition to basic data like source and destination IP address, port, protocol, etc., we collect network performance metrics like TCP connection setup latency, retransmitted and out-of-order packet counts, and window size.