Component of Server side scripting

Duration: 2 min

This video lesson is available to enrolled students.

Enroll to watch — SBI PO Mains

AI summary & chapters

AI Summary

An AI-generated summary of this video lecture.

The video presents a detailed lecture on the fundamental components required for server-side scripting in web development. The instructor uses a PDF document titled 'Components of server side Scripting' to guide the explanation. The first component introduced is the 'Web Server,' which is defined in the text as software that continuously monitors for any request made by a client. The instructor highlights the phrase 'A web server is' to emphasize the definition. The text further explains that the server reads requests, retrieves files or database values, and sends results back. Examples provided include PWS, IIS, and Apache. To clarify the interaction, the instructor writes 'Client' and 'Server' on the screen with an arrow, visually representing the request-response cycle.

The second component discussed is 'Scripting Files.' The text describes these as the second part of server-side scripting, executed on the client's request. The instructor underlines 'executed on the request of the client.' The document lists several server-side scripting languages available for developing these files, specifically ASP (Active Server Pages), JSP (Java Server Pages), PHP (Personal Home Pages), and Servlets.

The third component is 'Database Files.' The text states these are the third part of the working mechanism. It mentions that these files can be designed using various available databases, listing MS Access, SQL Server, MySQL, and ORACLE as examples. The instructor circles the word 'database' to draw attention to it.

The fourth component is 'SQL.' The text defines SQL as Structured Query Language, used to interact with databases. It is described as an integral part of the Management System (RDBMS) package. The instructor writes 'SQL' above the text. The definition notes that SQL uses syntactic statements predefined to perform database operations.

Finally, the video briefly shows the fifth component, 'Scripting Methods,' listing ASP and JSP as examples of main scripting methods used in server-side scripting. The lecture provides a structured overview of the technical stack needed for server-side processing.

Chapters

  1. 0:00 1:34 00:00-01:34

    The instructor begins by displaying a document titled 'Components of server side Scripting.' The first point, 'Web Server,' is highlighted, defining it as software monitoring client requests. The instructor writes 'Client' and 'Server' with an arrow to show the flow. The second point, 'Scripting Files,' is underlined, explaining they are executed on client request, with examples like ASP and PHP listed. The third point, 'Database Files,' is shown, mentioning databases like MS Access and MySQL. The instructor circles 'database' and writes 'SQL' above the fourth point, which defines SQL as Structured Query Language for interacting with databases. The fifth point, 'Scripting Methods,' is briefly visible at the end. The instructor also highlights specific text within the document to emphasize key definitions.

The lecture systematically breaks down server-side scripting into five key components: Web Server, Scripting Files, Database Files, SQL, and Scripting Methods. The instructor uses visual aids like highlighting, underlining, and hand-drawn diagrams to clarify the relationship between the client and server, and the role of each component in the web development stack. The session emphasizes the technical definitions and examples provided in the study material, offering a concise review of the architecture required for server-side processing.

Loading lesson…