First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to check why a website is not able to have connection...Please help

  • retag add tags

Suppose there is a website named ABC.com that is not able to have a connection so what should I check in the packet capture file in order to understand the reason.

hapleen's avatar
1
hapleen
asked 2022-01-10 06:44:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Within the browser, the sitename ABC.com is resolved to an IP address(es) via DNS lookups and then connection attempts will be made to the resolved IP.

In the capture, if the connection is using TCP, you should see TCP packets with the SYN flag being set to the resolved IP addresses, usually on port 80 (HTTP) or port 443 (HTTPS). Some browsers now use QUIC which are UDP packets, usually to port 443.

grahamb's avatar
23.8k
grahamb
answered 2022-01-11 08:44:23 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer