Netstat Explained | Everything you need to know

  Рет қаралды 19,075

CertBros

CertBros

Күн бұрын

Get started with Notion Projects for free: ntn.so/certbros
---------------------
MY FULL CCNA COURSE
📹 CCNA - certbros.teachable.com/p/cisc...
FREE CCNA FLASHCARDS
🃏 CCNA Flashcards - certbros.com/ccna/flashcards
HOW TO PASS THE CCNA
📚 Get a great book - amzn.to/3f16QA5
📹 Take a video course - certbros.teachable.com/p/cisc...
✔ Use practice exams - www.certbros.com/ccna/Exsim
SOCIAL
🐦 Twitter - / certbros
📸 Instagram - / certbros
👔 LinkedIn - / certbros
💬 Discord - www.certbros.com/discord
Disclaimer: These are affiliate links. If you purchase using these links, I'll receive a small commission at no extra charge to you.
---------------------------------------------------------------------------------------------------------------
Netstat is a really useful command-line tool to show computer network connections.
Netstat stands for Network statistics, and it is used to identify open ports and the different connections with remote hosts.
Netstat is available on almost every operating system, including Windows, macOS, and Linux.
Computers are always making, maintaining, and closing connections. These connections could be with printers, other computers on the network, web servers over the Internet or any number of things.
Using the netstat command, we can view the details of these connections.
You can use netstat by simply typing it into a command prompt. However, to get the most out of the command, there are several options you can use to customise the output.
Options are great because they let us customise our outputs. However, what makes them really powerful is when we combine the options.
For example, if we wanted to see all connections, we can run:
netstat -a to show all the connections. But we want our output to take only a short time, so we only want to see the IP addresses. So we use -n to show us the numeric value.
But, we don't actually need to type each option separately like this, though. We can simply run: netstat -an
To find a complete list of options, you can type netstat /? on Windows to show the help information or man netstat on MAC and Linux to view the help manual.
00:00 Intro
00:20 What is netstat?
02:10 Notion
04:41 netstat
05:51 netstat -n
06:46 netstat -a
07:29 netstat -p
08:37 netstat -b
09:10 netstat -o
10:29 Combining options
12:04 Bonus option -r
13:37 Outro

Пікірлер: 34
@Certbros
@Certbros Жыл бұрын
Get started with Notion Projects for free 👉 ntn.so/certbros
@50PullUps
@50PullUps Жыл бұрын
Awesome! edit: my favorite mode of notetaking is Markdown documents, accessed with VS Code, and saved on OneDrive.
@mdakhtarraza476
@mdakhtarraza476 Жыл бұрын
Thanks for your Hardwork ❤
@domkdaud6398
@domkdaud6398 Жыл бұрын
This is great content!!
@chrispainter3602
@chrispainter3602 Жыл бұрын
Much prefer seeing you during the vids, great audio work. Kudos
@DelightPhiri
@DelightPhiri Жыл бұрын
Thanks, this is a very helpful command.
@Don-Carillo
@Don-Carillo Жыл бұрын
Brilliant, i never knew the netstat -b command, that is useful
@nathaniel9184
@nathaniel9184 Жыл бұрын
Thanks. That was very informative!
@Love-yv1fc
@Love-yv1fc Жыл бұрын
Informative 👍🏻
@yogesh7125
@yogesh7125 Жыл бұрын
Awesome ❤
@malavdhimmar
@malavdhimmar 10 ай бұрын
Thanks a lot Brother 😊
@robinhood8302
@robinhood8302 Жыл бұрын
I Love this guy
@user-kn7fg4ee6f
@user-kn7fg4ee6f Жыл бұрын
Great Video
@silvanabongiorno3292
@silvanabongiorno3292 2 ай бұрын
Thanks
@navaznaz
@navaznaz 4 ай бұрын
Do a video about John the ripper rules and everything
@usman_nawaz22
@usman_nawaz22 5 күн бұрын
which tool you used to animate 2d explanation in the start of video at 0.52
@nasyaramadhana6788
@nasyaramadhana6788 Жыл бұрын
What command if i want to see my ip pc try communicate ip outbound with pid?
@SOGUIREL
@SOGUIREL 9 ай бұрын
BON means GOOD in french so i gonna be using netstat -bon command ❤❤❤.
@kirm8137
@kirm8137 Жыл бұрын
cls. Clears the screen with out all the enters.
@fredsoda3034
@fredsoda3034 8 ай бұрын
Hey Fam, UDP ports are only shown when I type "netstat -a -p UDP" without the "-a" part it doesn't work. In the video at 8:19 also no Udp connections are displayed. Can anyone explain why that is?
@pivot3india
@pivot3india Жыл бұрын
is net stat same as ss command ?
@lebronjamesa.juarez7613
@lebronjamesa.juarez7613 5 ай бұрын
the command netstat -p doesn't show what's happening?
@zerog6512
@zerog6512 9 ай бұрын
i got 114:7500 in foreign adress, can someone please explain is this because app or maybe spy? cuz it has no https or someth like that
@IamJohnKelly
@IamJohnKelly Жыл бұрын
I need a mentor can you be him
@joopterwijn
@joopterwijn Жыл бұрын
cls, clear screen in between
@__hannibaalbarca__
@__hannibaalbarca__ 6 ай бұрын
Note : there no better than panicle or pen, and book.
@BlueNEXUSGaming
@BlueNEXUSGaming Жыл бұрын
Are all of your comments held for review, or does KZfaq just not trust me to understand NetStat command?
@BlueNEXUSGaming
@BlueNEXUSGaming Жыл бұрын
The latter, as YT held my other comment attempts for review.
@sayhi2kojo1
@sayhi2kojo1 Жыл бұрын
netstat -ano for windows netstat -a for Linux
@piratimir1101
@piratimir1101 10 ай бұрын
Show us a real world example bro.
@user-zr5ky2zg1l
@user-zr5ky2zg1l 5 ай бұрын
HELLO BRO HELP ROBLOX😢😢
@Certbros
@Certbros Жыл бұрын
Get started with Notion Projects for free 👉 ntn.so/certbros
@BlueNEXUSGaming
@BlueNEXUSGaming Жыл бұрын
repost?
Traceroute Explained | Real World Examples
12:04
CertBros
Рет қаралды 61 М.
APIs Explained | Real World Examples
11:36
CertBros
Рет қаралды 499 М.
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 20 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 59 МЛН
ВОДА В СОЛО
00:20
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 35 МЛН
Опасность фирменной зарядки Apple
00:57
SuperCrastan
Рет қаралды 12 МЛН
How to know if your PC is hacked? Suspicious Network Activity 101
10:19
The PC Security Channel
Рет қаралды 1,2 МЛН
ARP Explained | Address Resolution Protocol
8:40
CertBros
Рет қаралды 170 М.
Arp Spoofing Attack Explained
1:32
Whiteboard Security 🛡️
Рет қаралды 6 М.
Elon Musk update on 2nd human who got Neuralink implant
9:12
Lex Clips
Рет қаралды 62 М.
Docker Networking Tutorial, ALL Network Types explained!
19:46
Christian Lempa
Рет қаралды 192 М.
Network Ports Explained
10:33
PowerCert Animated Videos
Рет қаралды 1,6 МЛН
Why Do Bubbles Form In Glasses Of Water?
12:33
Joe Scott
Рет қаралды 73 М.
DNS Explained | Domain Name System | Cisco CCNA 200-301
11:59
CertBros
Рет қаралды 189 М.
Spanning Tree Protocol Explained | Step by Step
20:12
CertBros
Рет қаралды 727 М.
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 20 МЛН