Concerns about a stealthed port
Don't worry. Its the address of the remote peer you are connected to. Your source port is 54179 and the destination port is 80. This might be due to browsing some site or any other program using it, the TIME_WAIT
indicates that the connection has been closed from your end but waiting for any delayed packets from the remote peer. The IP (23.62.236.99) belongs to Akamai so it should be a part of CDN.
Here is a line while running netstat -taupen
in my computer:
tcp 0 0 192.168.43.5:55720 104.16.19.44:80 ESTABLISHED 1000 44338 2045/firefox
This suggests that i have an active connection to 104.16.19.44 (Askubuntu) and the source port is 55720 and the destination port is 80 via the program firefox
.