Posts

Showing posts with the label Engineering

PHP form example

registration.html <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>User Registration</title> <link rel="stylesheet" type="text/css" href="register.css"> </head> <body>     <h2>User Registration</h2>     <form action="register.php" method="post">         <label for="username">Username:</label>         <input type="text" name="username" required>                  <label for="password">Password:</label>         <input type="password" name="password" required>                  <input type="submit" value="Register">     </form> </body> </html> register.php <?php // Connect to MySQL $servername = "localhost"; $username = "root"; $pas...

Internet and Intranet - CT 754

University questions of Internet and intranet:   Subject: Internet and Intranet-2079 CHAITRA  Attempt All questions.   1.How does the IANA help for internet management in this world? Explain with some examples. compare the optical backbone with marine cables.[4+4]  2.Explain along with a well-illustrated diagram the difference between IPV4 and IPV6 header in terms of routing and fragmentation.[8]   3.HTTP is stateless. Justify this statement. What are the features of HTTP 2.0? [4+4]   4.Do Ajax applications always deliver a better experience than traditional Web Applications? Explain in brief. Explain the superior features of Laravel framework. [4+4]   5.How does CARP method help for load balancing? Explain with a suitable example. How can a firewall protect the IT infrastructure inside your organization? ...

ENGINEERING IN NEPAL

 Engineering is a rapidly evolving field that plays a critical role in shaping the infrastructure, technology, and development of any country, including Nepal. Importance of Engineering Studies in Nepal: Infrastructure Development: Engineering is at the forefront of building and maintaining infrastructure in Nepal, including roads, bridges, buildings, and hydropower projects. This is crucial for economic development and connectivity in a geographically diverse country like Nepal. Technological Advancement: Engineers contribute to technological advancements, such as the development of clean energy solutions, digital infrastructure, and innovative agricultural techniques, which can significantly improve the quality of life in Nepal. Disaster Mitigation: Nepal is prone to natural disasters like earthquakes and landslides. Engineers play a vital role in designing structures and systems that can withstand these challenges and protect lives and property. Applications of Engineering in Ne...