Tag: technology
Questions Related to technology
-
Server side Validation
-
Client side Validation
-
None of the above
-
Both 1 and 2
-
Privilege Escalations
-
Path traversal Attack
-
Cross Site Scripting
-
Buffer overflow
-
an ASCII file that contains an entry for each user
-
File which is created and maintained by a server of activity performed by it
-
short python program that prints the list of all files inside the current directory
-
File which is created and maintained by the operating system
-
uses different ports
-
HTTPS is insure while HTTP is secure
-
HTTPS is designed to withstand such attacks and is secure.
-
Both 1 and 3
-
Both 2 and 3
-
stored on Server
-
executable text
-
used for authentication
-
all of the above
-
a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one
-
b) vfork() retains same PID for child & parent known as virtual PID
-
c) vfork() suspends the parent process until child process exits
-
d) fork() & vfork() are same
-
a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one
-
b) vfork() retains same PID for child & parent known as virtual PID
-
c) vfork() suspends the parent process until child process exits
-
d) fork() & vfork() are same
-
a) getenv(), setenv()
-
b) getenv(), putenv()
-
c) readenv(), writeenv()
-
d) You cannot environmement variables inside a program
-
a) sleep(1/10)
-
b) Not possible
-
c) usleep()
-
d) ssleep()
-
a) Using open()
-
b) Using popen()
-
c) Using fork()
-
d) Using exec()