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

destination port 443 and protocol shows UDP

  • retag add tags

Hi all, I'm anaylzing traffic with wireshark , and I notice that the destination is play.google.com with port 443 but the protocol shows UDP instead of TCP, Is that Normal?

moelharrak's avatar
1
moelharrak
asked 2022-09-24 21:52:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This is the HTTP/3 standard. The server will first try UDP 443, or the QUIC protocol (RFC 9000). If UDP 443 is not supported, then it will use TCP 443.

BigFatCat's avatar
31
BigFatCat
answered 2022-09-25 05:55:38 +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