0% found this document useful (0 votes)
57 views3 pages

Survey of Technologies: 2.1 Technology Used

The document summarizes the technologies used in a survey including front end technologies like HTML, CSS/Bootstrap, and JavaScript. The back end technologies discussed are JSP, Servlets, and MySQL. MySQL is described as a widely used open source database management system that provides features like portability across platforms, connectivity through various protocols, localization, and support for large databases. The hardware requirements for MySQL include a processor, RAM, and hard drive space while the software requirements are NetBeans IDE, JDK, MySQL, and Windows.

Uploaded by

harshal chogle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views3 pages

Survey of Technologies: 2.1 Technology Used

The document summarizes the technologies used in a survey including front end technologies like HTML, CSS/Bootstrap, and JavaScript. The back end technologies discussed are JSP, Servlets, and MySQL. MySQL is described as a widely used open source database management system that provides features like portability across platforms, connectivity through various protocols, localization, and support for large databases. The hardware requirements for MySQL include a processor, RAM, and hard drive space while the software requirements are NetBeans IDE, JDK, MySQL, and Windows.

Uploaded by

harshal chogle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Survey of Technologies

2.1 Technology Used


Overview of the technology :
Front End : HTML,CSS/Bootstrap , JavaScript
 HTML : Hypertext Markup Language (HTML) is the standard language for
documents designed to be displayed in a web browser. Web
browsers receive HTML documents from a web server or from local
storage and render the documents into multimedia web pages.
 CSS/Bootstrap : Cascading Style Sheets (CSS) is a style sheet
language used for describing the presentation of a document written in
a markup language like HTML. It is used to create attractive Layout.
Bootstrap is the most popular CSS Framework for developing responsive
and mobile-first websites.
 JavaScript : JavaScript is the client side scripting language. JavaScript
can update and change both HTML and CSS. JavaScript
can calculate, manipulate and validate data

Back End : JSP, Servlet, MySQL.


 JSP : JavaServer Pages (JSP) is a technology that helps software
developers create dynamically generated web pages based on HTML,
XML, or other document types.
 Servlet : A servlet is a Java programming language class that is used to
extend the capabilities of servers that host applications accessed by
means of a request-response programming model.
 MySQL : MySQL is developed. distributed and supported by Oracle
Corporation. MySQL is a database system used on the web it runs on a
saver. MySQL is ideal for both small and large applications. It is very fast,
reliable, and easy to use. It support standard SQL. MySQL can be
compiled on a number of platforms. The data it MySQL is stored in
tables. A table is a collection of related data, and it consists of columns
and rows. Databases are useful when storing information categorically.
MySQL is a database, widely used for accessing querying, updating, and
managing data in databases.

2.2 Features of MySQL :


Internals and Portability :
1. Written in any languages like c, c++, java, php.
2. Tested with a broad range of different compilers.
3. Works on many different platforms.
4. Uses multi-layered server design with independent modules.
5. Security:
6.A privilege and password system that is very flexible and secure, and
that enables host-based verification
7. Password security by encryption of all password traffic when you
connect to a server.

2.3 Connectivity :
Clients can connect to MySQL Server using several protocols :
1. Clients can connect using TCP/IP sockets on any platform.
2. clients can connect using named pipes if the server is started with the
—enable-named-pipe option. In MySQL 4.1 and higher, Windows
servers also support shared-memory connections if staged with the --
shared-memory option.
3. Clients can connect through shared memory by using the —
protocokrnanory option.
4. On UNIX systems, clients can connect using Unix domain socket files.

2.4 Localization :
1. The server can provide error messages to clients in many languages.
2. AU data is saved in the chosen character set.
2.5 Why To Use MySQL :
1. Leading open source RDBMS.
2. Ease of use - No frills.
3. Fast.
4. Robust.
5. Multiple OS support.
6. Security
7. Free
8. Technical support
9. Support large database- up to 50 million rows, file size lank up to 8
Million TB.

2.6 Hardware Requirements :


1. Processor : Intel i3 or higher.
2. RAM : 2 GB or More.
3. Hard Dive: 10GB or more.

2.7 Software Requirement


1. NetBeans IDE 8.0 Or Greater.
2. JDK 8.0 or Greater
3. MySQL.
4. Windows 7 or Above.

You might also like