Thursday, December 10, 2015

Web server Configuration with Packet Tracer in GUI

A web server(http server) is an information technology that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide 

In this session show how to host the web site in the web server not conceptually but cat get very simple idea using in packet tracer.

1st set the ip address to dhcp server  192.168.1.50 255.255.255.0
double click server -> config -> fastethernet0 -> set static IP address 192.168.1.50 and subnet mask 255.255.255.0 

Create a simple index.html page in the http server to access for user. 
The html  simple source code  is hear

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>THIS IS TESTING PAGE</title>
</head>
<body>
    <div id="page">
                <div id="header">
                    <img src="logo.png" alt="XHTML Template by Bryant Smith" />
                    <!-- Include an <h1></h1> THIS IS TESTING PAGE -->
                </div>
                    </div>
                <div id="content">
                    <div id="container">

                        <div id="main">
                        <div id="menu">
                            <ul>
                                <li><a href="#">Contact</a></li>
                                <li><a href="#">About</a></li>
                                <li><a href="#">Services</a></li>
                                <li><a href="#">Gallery</a></li>
                                <li><a href="#">Portfolio</a></li>
                                <li><a href="#">Home</a></li>
                            </ul>
                        </div>
                        <div id="text">
                               <h1>THIS IS TESTING PAGE</h1>
                            <p>Blue Micro is meant for a site that doesn't necessarily need a huge amount of content.  I've found that trying to put a small amount of text onto a large template ends up in a site that looks slightly off.  So this template is for those that need a quick and simple site</p>
                           
                            <h1>THIS IS TESTING PAGE</h1>
                            <p>Try to include your keywords in the titles since they are what seach engines pick up, it's also a good idea to try to include those same keywords in the title as well (only one of two of your best ones).</p>
                            <h1>THIS IS TESTING PAGE</h1>
                          <p>I debated using a fancy background for this template, but ultimately just decided to keep it blank. I did however create all the images with Alpha transparency, which means that regardless of what background you choose, it will always look good. So keep it white, or experiment with it if you please.</p>
                            <h1>THIS IS TESTING PAGE</h1>
                            <p>This template validates as XHTML 1.1 - this is to ensure it'll work for many years to come, and it makes it really easy for you to modify.</p>
                            <p>Try to include your keywords in the titles since they are what seach engines pick up, it's also a good idea to try to include those same keywords in the title as well (only one of two of your best ones).</p>
                       
                                                
                        </div>

                        </div>
                </div>
                <div class="clear"></div>
                <div id="footer">
                    <p><a href="http://www.bryantsmith.com/template">free xhtml template</a> by <a href="http://www.bryantsmith.com">web page designer</a></p>
                </div>
         
        </div>
    
</body>
</html>


Copy and paste simple html cord in the index.html page  
After that you can access the web site in the PC using browser tying ip address 192.168.1.50

 

1 comment:

  1. A company must have web design, and a well-designed website can help you make a good impression on potential customers. It provides a good user experience and enables your website visitors to easily access and browse your website. So, come to our website to discover more about the website design services we offer at a minimal price to you.website design company

    ReplyDelete