I am a beginner in Linux.
I tried to scan the open port of my computer but I found that only three ports are opened which is port 80, 53 and 65535.
Then, I tried to scan my android mobile phone. It shown that all ports are closed.
I used the following command:
nmap -sT -p- (myip)
Is it normal? Or am I doing something wrong?