Question

  Asked: May 28 2008   12:30 AM GMT
  Asked by: Vrajagop


Connectivity Testing


DMZ, Network performance, Network testing, Network connectivity


1) Connectivity between DMZ Server and Application Server

2) Application Serever to Database Server

3) Load Balancer to Application Server / Database Server

Please suggest the sequence of Steps to check the connectivity between these layers (Telnet, FTP Tests etc.) which will be immensely helpful for Troubleshooting.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



You can telnet to an application port to test connectivity. For example if your database is listening on port 1433, at a command prompt, type telnet host.ip 1433 or change the host.ip with the hostname to test name resolution. You can do the same test if you are using FTP services or simply use an FTP client (e.g. filezilla). If you permit ICMP in your network, simple ping testing will tell if the path is working between client and host. These are for testing layer 3/4 and below.

For testing above layer 3/4, you will need some application specific tools for your environment and access to the system logs. Turn on auditing during your testing to see if the events are being properly captured.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Security and Networking.

Looking for relevant Security Whitepapers? Visit the SearchSecurity.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register