Friday, August 17, 2007

Question Bank:Internet and Web Technology

1. Discuss the various methods available for connecting to Internet?

2. What is the difference between Client server mode and peer to peer network?

3. What do you understand by Domain Name System? Discuss the architecture and
functionality of DNS in detail.

4. How IP addressing is done? Discuss the various IP address classes in detail.

5. Discuss the TCP/IP model and its services in detail.

6. What o you understand by OSI reference model? Explain briefly advantages of
layered approach?

7. What do you understand by web Server? Discuss its functionality in detail.

8. What is the difference between following?

a. Paired tag and Singular tag
b. Absolute URL and relative URL

9. Discuss the difference between Static and Dynamic IP
10. Discuss briefly following terms:

a. Internet Server
b. Internet Service Provider
c. Internet Access Provider
d. Gateway
e. UDP
f. TCP
g. Telnet
h. FTP
i. E-Mails
j. Ping

11. What is the W3C and what does it do?
12. What is HTML validation? Do you ever validate your HTML? Why?
13. What are the factors we need to keep in mind while designing website for the
client.
14. Correct the errors in the following HTML mark up:


Company X

Welcome to the Company X home page


Latest News & Information


This page provides the latest news
and information from Company X.





15. What is HTML?How is HTML interpreted?
16. What is the difference bet
17. Develop HTML code for the following :

a. How do I add midi music to my web page
b. How do I make a picture as a background on my web pages?
c. How do I make it so that someone can mail me by just clicking on text?
d. How do I add floating text to my page?
e. How to add multiple colour text to a webpage?
f. How to make a hyperlink on a picture
g. How can I make my link not have this ugly border?
h. How to align pictures on a webpage?
i. How to make a link to another webpage
j. How to create links to sections on the same page in HTML.
k. Opening new web page window when clicking on a link.
l. Creating a new window in HTML for a single image.
m. How do I create multicolor links in HTML?
n. How to create a fixed background image on a web page.
o. Creating a web page with a single background image not a tiled background. 8.
Can a HTML document be one long line of tags and still be valid.
p. Can HTML tag-pairs be nested inside each other? Explain with example.
Demonstrate a link from one page to specific point in another page.


18. Provide short answers for following:

a. Can a page include more than one set of tags?
b. What is the software required to create and edit JavaScript programs
c. How data is stored in a JavaScript?
d. How browsers recognize JavaScript code?
e. What is the difference between Java and JavaScript?
f. Can we use HTML tags with JavaScript?
g. How to insert comments in a JavaScript?
h. A script that executes when the user clicks the mouse button is called?
i. What is the purpose of enclosing a script with in html comments?
j. What you understand by local and global variables?

19. Which of the following is not a valid JavaScript variable name?
a. 2names
b. _first_and_last_names
c. firstandlast

20. What will be the result of the JavaScript expression 31 + “ angry
polarbears”?