Your supervisor asks you to create a port-based VLAN to support the development group. Specifically, you are being asked to do which of the following? (Select all that apply.)
a. Use the 802.1Q protocol for VLAN assignment.
b. Assign specific ports on a switch to a specific VLAN.
c. Specify which protocols control port assignment.
d. Specify which ports will share broadcasts.
b. Assign specific ports on a switch to a specific VLAN.
You might also like to view...
Triple DES is not a suitable encryption technique for a VPN.
a. True b. False
What is the output from this code?
``` int x = 0; if(x == 2 || 1) { cout<<”Number is 1 or 2”; } else { cout << “Number is not 1 or 2”; }``` A. Number is not 1 or 2 B. Number is 1 or 2 C. Number is 1 or 2Number is not 1 or 2 D. Nothing. The statement is written incorrectly.
The =DATE(year,month,day) function returns a(n) ________ for a date
Fill in the blank(s) with correct word
The ____ statement is used to write count-controlled loops.
A. for B. number C. cntr D. if-else