WEB TECHNOLOGY Question Bank 2 Marks
WEB TECHNOLOGY Question Bank 2 Marks
• STYLES can be introduced for XML program like CSS using XLS file(XML
Style Sheet program) • Here XML styles are saved with an extension
of .xls (XML style sheet) • Using .xls files various styles can be given to
the data which is inside the XML program. 13. LIST THE STEPS FUNCTIONS
OF HTTP PROTOCOL. Standard protocol for communication between web
browsers and web servers. HTTP specifies how a client and server
establish a connection, how the client requests data from the server, how
the server responds to that request, and finally how the connection is
closed. HTTP 1.0 is the currently accepted version of the protocol. It uses
MIME to encode data. The basic protocol defines a sequence of 4 steps for
each request from a client to the server. Making the connection Making a
request Receiving the response Closing the connection 14. WHAT IS
DOMAIN & MENTION DIFFERENT TYPES OF DOMAINS? Domain is a place
where information is available. DOMAIN NAME EXTENSION .edu – Servers
that provide Educational services .gov – About the government of a
country. .mil – Servers that provide military information. .org – Provide
information about the organizations in the world. .com – Servers providing
commercial services on the Internet. 15. WRITE THE FORMAT OF HTML
PROGRAM
Note: All the tags in HTML program are optional, however the file should
be saved in .html extension. 16. MENTION SOME TEXT FORMATTING TAGS
..
TAG – is used to draw lines and horizontal rules. ,, for bold, italic
and underline respectively. 17. EXPLAIN ABOUT LIST TAG. TYPES
OF LISTS Unordered lists Ordered lists UNORDERED LISTS It starts
with
CSE
IT
5. CSE
6. IT
tags.
Heading
Row elements
Table data
values
Roll
Ag
Numbe
e
r
• The METHOD attribute indicates the way the web server will
organize and send you the form output. • Use METHOD = “post”
in a form that causes changes to server data, for example when
updating a database. • The ACTION attribute in the FORM tag is
the path to this script; in this case, it is a common script which
emails form data to an address. Most Internet Service Providers
will have a script like this on their site. 23. MENTION THE
VARIOUS FORM ELEMENTS. Various elements or controls can be
created in FORM using tag. They are 1. Label 2. Text box 3. Text
Area 4. Radio button 5. Check box 6. List box 7. Command button
8. Scroll bars 24. WHAT IS THE USE OF FRAMES IN HTML GIVE THE
SYNTAX OF FRAMES Frames are used to call many html files at
the same time. This can be done using tags. ATTRIBUTES OF
FRAMES ROWS – This attribute is used to divide the screen into
multiple rows. It can be set equal to a list of values. Depending
on the required size of each row. The values can • A number of
pixels • Expressed as a percentage of the screen resolution • The
symbol *, which indicates the remaining space. COLS – This
attribute is used to divide the screen into multiple columns.
EXAMPLE => Divides the screen into 2 rows, • occupying the
remaining space => Divides the first row into 2 equal columns =>
Divides the second row into 2 equal columns 25. What is the
difference between node and host? A node is any addressable
device connected to a network whereas the host is a more
specific descriptor that refers to a networked general-purpose
computer rather than a single purpose device (such as a printer).
26. Define protocol. A protocol is a formal set of rules that must
be followed in order to communicate. 27. Define port. A port is a
logical channel to an application running on a host. ie., The
applications running on the host machines are uniquely identified
by port numbers. 28. What do you mean by well-known ports?
Port numbers can range from 1 to 65535, however ports 1 to
1023 are reserved. These reserved ports are referred to as we1l-
known ports because the Internet Assigned Numbers Authority
publicly documents the applications that use them. 29. What is
meant by Name Resolution? Name Resolution is the process of
mapping a hostname to its corresponding IP Address. One way to
translate a hostname to an IP address is to look it up in a simple
text file. The second way is the domain name service, which is a
distributed database containing all registered hostnames on the
Internet and their IP addresses. 30. Define URI, URL, URN. • URI
(Uniform Resource Identifier): It identifies an object on the
Internet. • URL (Uniform Resource Locator): It is a specification
for identifying an object such as a file, newsgroup, CGI program
or e-mail address by indicating the exact location on the internet.
• URN (Uniform Resource Name): It is a method for referencing an
object without declaring the full path to the object. 31. What are
the components of HTTP URL? The components are host, an
optional port, path, filename, section and query string. 32. Define
URL encoding. URL encoding involves replacing all unsafe and
nonprintable characters with a percent sign (%) followed by two
hexadecimal digits corresponding to the character\'s ASCII value.
33. What are the issues of next generation IP? The issues to be
considered in IP next generation are o Addresses Space Growth o
Support large Global networks o A clear way of transition from
the existing IP to new IP next generation 34. List the goals of
SGML. • To manage the flow of millions of pages. • For
structuring information exchange • For modeling inter-document
linkages • For managing information flows between departments
and weapons systems 35. What is the role of server? The server •
Manages application tasks • Handles storage • Handles security •
Provides scalability • Handles accounting and distribution 36.
What are the necessities of using HTML forms? 1. Gathering user
information 2. Conducting Surveys 3. Interactive services 37.
What are the sequences of steps for each HTTP request from a
client to the server? 1. Making the connection 2. Making a
request 3. The response 4. Closing the connection 38. List the
predefined MIME content types. 1. Text 2. Multipart 3. Message 4.
Image 5. Audio 6. Video 7. Model 8. Application 39. Define HTML.
It is a simple page description language, which enables document
creation for the web. 40. What is meant by loop back address? A
zone that enables the server to direct traffic to itself. The host
number is almost always 127.0.0.1. 41. Explain about HTTP
Connection. It is a communication channel between web browser
and web server. It begins on the client side with the browser
sending a request to the web server for a document. Request
Header Fields are 1. From 2. Reference 3. If_modified_since 4.
Pragma 5. User Agent 42. What do mean by search engine? It is a
program or web page that enables you to search an Internet site
for a specific keywords or words. 43. How do search engine work?
When you enter a keyword, the search engine examines its online
database and presents to you a listing of sites that, in theory ,
match your search criteria. 44. Discuss about the client/server
strategies in Internet. • Application Server • Database Server •
Transaction Server • Six client/server models 45. Explain about