Vous êtes sur la page 1sur 1

Assignment1

Internet Technology
CS 705A
1. Write short notes on of the following:
i. Denial-of- Service attack
ii. Spoofing
iii. Trojan horse
iv. SSL
v. Web Crawler
vi. VOIP
2. Use JavaScript to design a webpage for creating a cookie, setting the value of
the cookie, checking whether the cookie is created or not and delete the cookie.
3. Design a firewall to block all incoming packets from network 141.31.4.0 and
all outgoing packets destined for an HTTP server.
4. Validate the followings using reg-ex in JavaScript. In your web page there will
be a textbox to enter your Email-id and another text box to enter your phone
number. There will be a submit button.
i. If your Email-id field is empty then on submit this will give an alert that your
Email-id field is empty.
ii. If your entered data in Email-id field contains more than one @ character
then it will give an alert to enter your Email-id properly.
iii. Also ensure that even if you have entered one or more capital letters in the
Email-id field, it will display it in lowercase, bold and in blue color.
iv. Ensure that your phone number contains only numeric values with fixed
length.

Vous aimerez peut-être aussi