5 pts.
 Connectivity Testing

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.
ASKED: May 28, 2008  12:30 AM GMT
UPDATED: May 28, 2008  1:33:09 PM GMT
32,405 pts.

Answer Wiki:
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.
Last Wiki Answer Submitted:  May 28, 2008  1:13 PM (GMT)  by  Labnuke99   32,405 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _