Network Protocols and PHP Programming Basics
Test your knowledge of networking protocols (ISP, SNMP, ARP, DNS, DHCP) and PHP programming fundamentals including database connections, functions, and form handling.
Questions
What is CricketNet?
- Allows for viewing of performance statistics for network devices
- Allows for viewing of cricket score
- Allows for viewing of performance statistics for servers
- None of the above
What is the maximum time duration for asset suppression in iAdmin?
- 72 hours
- 82 hours
- 48 hours
- 96 hours
What type of object can be suppressed?
- Monitored object
- Mirrored object
- Server object
- Network object
In OLA Watcher, how do you view extended information and take additional actions on a ticket?
- Right click the ticket
- left click the ticket
- center click the ticket
- None of the above
In OLA Watcher, to view the property CEN for a given ticket, Right click the ticket, select CEN
- True
- False
What does PHP stand for?
- Personal Hypertext Processor
- Personal Home Page
- Hypertext Preprocessor
- Private Home Page
PHP was originally created by?
- Sanibel
- Florida
- Rasmus Lerdorf
- Kaushalam
PHP server scripts are surrounded by delimiters, which?
- <?php>...</?>
- <script>...</script>
- <&>...</&>
- <?php…?>
How do you write "Hello World" in PHP?
- "Hello World";
- echo "Hello World";
- Document.Write("Hello World");
- print("Hello World");
The PHP syntax is most similar to?
- VBScript
- JavaScript
- Perl and C
- Java
What is the correct way to include the file "time.inc" ?
- <?php require("time.inc"); ?>
- <% include file="time.inc" %>
- <!--include file="time.inc"-->
- <?php include_file("time.inc"); ?>
How do you get information from a form that is submitted using the "get" method?
- $_GET[];
- Request.QueryString;
- Request.Form;
- $_POST[];
What is the correct way to create a function in PHP?
- create myFunction()
- function myFunction()
- new_function myFunction()
- calling_funtion myFunction()
What is the correct way to connect to a MySQL database?
- dbopen("localhost");
- mysql_open("localhost");
- mysql_connect("localhost")
- connect_mysql("localhost");
'DHCP' is stands for..
- Dynamic Host Configurationl Protocol
- Data Host Control Protocol
- Data Hyper Control Protocol
- Dynamic Hyper Control Protocol
'DNS' is stands for..
- Dynamic Name Service
- Dynamic Name Server
- Domain Name Server
- Domain Name service
'ARP' is stands for..
- Address Resolution Protocol
- Address Reverse Protocol
- Advance Resolution Protocol
- Advance Reverse Protocol
'SNMP' is stands for..
- Serial Network Message Protocol
- Serial Network Management Protocol
- Simple Network Message Protocol
- Simple Network Management Protocol
'ISP' is stands for..
- Interanet Service Protocol
- Internet Service Protocol
- Interanet System Protocol
- Internet System Protocol