The terms "server" and "network" go hand-in-hand. Without a network, a server is essentially useless. Putting a server on a network means opening ports on that server to listen and respond to incoming requests, but every port you open can lead to potential security problems.
It's a good idea to closely monitor the ports that are open on a server in order to identify unwanted or rogue services, and identify other services that can be shut down to improve security. One tool you can use to monitor open ports is the netstat command, included with Windows 2000 Server.
To identify ports with netstat, open a command console and type the following command: netstat -a. To view IP address for local and remote addresses rather than host names, add the -n switch: nestat -an. If you only want to view active connections and not listening ports, use the netstat command without any switches.
Subscribe to:
Post Comments (Atom)
Free Power BI Classes for Week 7 (Last)
Just completed the last class of the F ree P ower BI classes of this series. Today we have covered Adding a canvas background Adding Imag...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
When I tried to access the report manager after a fresh installation of Sql Server Reporting Serivces 2016 using the url http://localhost/R...
-
I was trying to build an SSIS package that one of my colleagues has created. The first error that was thrown was as below: Exception des...
No comments:
Post a Comment