Skip to Content

MX Lookup means to perform the MX Record Lookup in the DNS. It is used to check the MX Record to find the internal & external mail servers for a particular domain. MX Record The DNS MX record is a DNS record that routes the email to the correct email server. The MX record tells …

Read More about How DNS MX lookup Works?

This post describes how to see TCP connection establishment and termination as packets using tcpdump on linux. Preparing Install the following commands on our linux. tcpdump nc telnet netstat Start a TCP connection establishment Start TCP connection using nc command with l,k option. Open another terminal and verify 12345 port is listening using netstat command. …

Read More about How TCP connection works