Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
0

Write short note on :-

(b) Latest Trends in Web Technologies

This question has 0 answers so far.
0

(b) Explain and discuss the various issues in WEB Security.

This question has 0 answers so far.
0

(a) Discuss the application of Web Engineering Technologies in distributed systems.

This question has 0 answers so far.
0

(e) List two advantages and two disadvantages of dynamic script loading

This question has 0 answers so far.
0

(d) How does the JMS API Work with the JAVA EE Platform? 

This question has 0 answers so far.
0

 (c) Explain the usage of Plugins, extensions, and web apps.

This question has 0 answers so far.
0

(b) Differentiate between server side scripting and client side scripting. 

This question has 0 answers so far.
0

 (a) How does XHTML differ from HTML?

This question has 0 answers so far.
0

Write short note on :-

(c) Web attacks and their prevention

This question has 0 answers so far.
0

Attempt all :

(a) Describe basic HTML tags which are used in HTML head and HTML body. (Provide Example)

(b) Explain the scope of global and local variables in JavaScript. (Provide Example) 

(c) What is CSS box model? Explain with a proper diagram. 

(d) What are the types of security threats possible at front and level (browser) and back end level (server side)?

(e) Describe how Web 1.0, web 2.0 and Web 3.0 are different. 

This question has 0 answers so far.
0

Write short note on :-

(a) Web application Firewalls (WAFs) and Fuzzers

This question has 0 answers so far.
0

Define the following terminology-

(c) DNS and URL


This question has 0 answers so far.
0

Define the following terminology-

(b) CSS style sheets


This question has 0 answers so far.
0

Define the following terminology-

(a) Document trees 


This question has 0 answers so far.
0

Explain the following in respect to JAVA

(c) JSP


This question has 0 answers so far.
0

Explain the following in respect to JAVA

(b) Intrinsic event handling

This question has 0 answers so far.
0

Explain the following in respect to JAVA

(a) JAVA Servlets

This question has 0 answers so far.
0

 Explain the following:

(ii) HTTP security extensions

This question has 0 answers so far.
0

How can we perform internal page linking and external page linking? Explain with examples for both the cases. 

This question has 0 answers so far.
0

Write HTML code and use internal styling to create basic table structure as below: 


This question has 0 answers so far.
0

Write code for document named as filename.html and filename.jsscript and perform following steps:

Create a form element in filename. html. Include below control elements inside the form:

(i) One control element for accepting the full name.

(ii) One control element for accepting the phone number.

(iii) One control element which accepts the date as the date of birth.

(iv). One combo box (dropdown) for accepting multiple hobbies from the list.

(v) One button to submit the form. Perform following validation on pressing submit option in filename.js

(vi) Name control should not be empty.

(vii) Phone number control should contain only numbers of length 10 digits. 


This question has 0 answers so far.
0

Differentiate between DOS and DDOS attacks.

This question has 0 answers so far.
0

Explain mechanisms available in HTTP to maintain the state of the session.

This question has 0 answers so far.
0

What is intelligent web? (Provide Example)

This question has 0 answers so far.
0

What is a widget and what are the benefits of using it in web applications?

This question has 0 answers so far.
0

Write HTTP status codes series and their meaning.

This question has 0 answers so far.
0

Explain Trojan horse, worm and trapdoor.

This question has 0 answers so far.
0

Differentiate between HTTP and HTTPS.

This question has 0 answers so far.
0

Explain uses of the handler in making an Ajax call? (ProvideExample) 

This question has 0 answers so far.
0

Explain JSP directives, declarations and scriptlets.

This question has 0 answers so far.
0

Explain following keywords with examples:

(a) Document object model

(b) Block elements and inline elements

(c) Anonymous functions 

This question has 0 answers so far.
0

Describe steps involved in online purchasing using SET Protocol. 

This question has 0 answers so far.
0

What are the application vulnerabilities and their defence?

This question has 0 answers so far.
0
What is WML? This question has 0 answers so far.
0
What is the difference between HTML and XHTML? This question has 0 answers so far.
0
What are the different components of CSS? This question has 0 answers so far.
0
What is NaN? This question has 0 answers so far.
0
Name any three predefined JSP tags. This question has 0 answers so far.
0
Briefly explain lifecycle of a Servlet? This question has 0 answers so far.
0
What are Plugins? This question has 0 answers so far.
0
What are the technologies used in Web 2.0? This question has 0 answers so far.
0
What are widgets? This question has 0 answers so far.
0
What do you mean by parameter tampering? This question has 0 answers so far.
0
What is fuzzer? This question has 0 answers so far.
0
What are the three types of Style Sheets linking to HTML document? What are multiple styles? Illustrate with suitable example. This question has 0 answers so far.
0
Describe CSS Box Model with an example. This question has 0 answers so far.
0
Explain DHTML and its features. This question has 0 answers so far.
0
Discuss XML and XSLT with an example. This question has 0 answers so far.
0
What is DTD? This question has 0 answers so far.
0
State the difference between Internet and World Wide Web. This question has 0 answers so far.
0
Create a student registration form in HTML and validate the name and email field using JavaScript. This question has 0 answers so far.
0
Explain the concept of event handling in JavaScript. This question has 0 answers so far.
0
Explain the architecture of Servicts? Differentiate between doPost() and doGet(). This question has 0 answers so far.
0
Write a program to print HELLO WORLD using JSP. This question has 0 answers so far.
0
What are the primary security controls? This question has 0 answers so far.
0
What are the different types of security threats and what are their possible solutions? This question has 0 answers so far.
0
What is session management? What is session hijacking? How can it be prevented? This question has 0 answers so far.
0
What are the features Wireless Application Firewalls? This question has 0 answers so far.
0
Explain web syndication. This question has 0 answers so far.
0
Why Web 3.0 is referred as semantic web? How is web 3.0 different from Web 2.0? This question has 0 answers so far.
0

Q3 Create a HTML form that has the following controls: 

      • A TEXT control called firstName to collect the first name.

      • A TEXT control called lastName to collect the last name.

      • A TEXT control called email to collect the email address.

      • A TEXT control called phone to collect the phone number.

      • A SELECT control called software for displaying a combo box with software list.

      • A SELECT control called os for displaying a combo box with operating systems.

      • A TEXTAREA control called txtArea for displaying problem description.

      • A SUBMIT control called submit for submitting the information. 

This question has 0 answers so far.
0

Q4 (a) Discuss and explain Web security model in detail.

This question has 0 answers so far.
0

Q7 (a) Discuss the procedure to maintain the concurrency issues in a Website? 

This question has 0 answers so far.
0

(b) Explain any tool for maintaining Server-side security and client side securtity.

This question has 0 answers so far.
0

 Explain the following:

(i) HTTPS and certificates

This question has 0 answers so far.