Skip to content

swethak2801-glitch/simple_web_server

 
 

Repository files navigation

EX01 Developing a Simple Webserver

Date:22.9.2025

AIM:

To develop a simple webserver to serve html pages and display the configuration details of laptop.

DESIGN STEPS:

Step 1:

HTML content creation.

Step 2:

Design of webserver workflow.

Step 3:

Implementation using Python code.

Step 4:

Serving the HTML pages.

Step 5:

Testing the webserver.

PROGRAM:

<html>
<head>
<title>TCP/IP Model</title>
</head>
<body  bgcolor="pink" align="center">

<pre>
<h1>TCP/IP Model
1. Application Layer

   * HTTP (HyperText Transfer Protocol)
   * FTP (File Transfer Protocol)
   * SMTP (Simple Mail Transfer Protocol)
   * DNS (Domain Name System)
   * Telnet
2. Transport Layer

   * TCP (Transmission Control Protocol)
   * UDP (User Datagram Protocol)
3. Internet Layer

   * IP (Internet Protocol)
   * ICMP (Internet Control Message Protocol)
   * ARP (Address Resolution Protocol)
4. Network Access Layer (Link Layer)

   * Ethernet
   * Wi-Fi
   * PPP (Point-to-Point Protocol)
   </pre></h1>
</body>

OUTPUT:

Screenshot 2025-09-29 221635 Screenshot 2025-09-29 221648

RESULT:

The program for implementing simple webserver is executed successfully.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%