0% found this document useful (0 votes)
35 views1 page

Assignment CS705A 16

This document outlines an assignment for an internet technology course involving: 1) Writing short notes on denial-of-service attacks, spoofing, Trojan horses, SSL, web crawlers, and VOIP. 2) Using JavaScript to design a webpage that creates, sets the value of, checks for existence of, and deletes a cookie. 3) Designing a firewall to block incoming packets from a specific network and outgoing packets destined for an HTTP server. 4) Validating email addresses and phone numbers entered into text boxes using regular expressions in JavaScript.

Uploaded by

MD Shahbaz Alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Assignment CS705A 16

This document outlines an assignment for an internet technology course involving: 1) Writing short notes on denial-of-service attacks, spoofing, Trojan horses, SSL, web crawlers, and VOIP. 2) Using JavaScript to design a webpage that creates, sets the value of, checks for existence of, and deletes a cookie. 3) Designing a firewall to block incoming packets from a specific network and outgoing packets destined for an HTTP server. 4) Validating email addresses and phone numbers entered into text boxes using regular expressions in JavaScript.

Uploaded by

MD Shahbaz Alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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.

You might also like