Week 8 and 9 Flashcards
1
Q
What is a URL
A
Uniform Resource Locator of a web application is the vector that makes it possible to indicate the requested resource
2
Q
A URL is a string of printable ascii characters divided into 5 parts:
A
- Name of protocol
- ID and password
- Port
- Name of server
- Access path to resource
3
Q
Javascript
A
Language executed by browser and the scripts are embedded in web pages. It is used to implement active web pages
4
Q
Mobile Code
A
An executable program that is sent via a computer network and executed at the destination
5
Q
Cross site scripting allows hackers to”
A
- Execute malicious script in clients web
- Insert
,<object>,<applet>,<form> and <embed></embed> tags</object>
- Steals web session info and cookies
- Access client computer
6
Q
A