Term
| In D/P/S notation, what values can D (the number of bits) be? |
|
Definition
|
|
Term
| In D/P/S notation, what values can P (parity) be? |
|
Definition
|
|
Term
| What VM hypervisor type runs on bare hardware? |
|
Definition
|
|
Term
| What VM hypervisor type funs on top of an operating system? |
|
Definition
|
|
Term
| T or F: Linux is multitasking. |
|
Definition
|
|
Term
| T or F: Linux is multiuser. |
|
Definition
|
|
Term
|
Definition
| No restrictions on permissions |
|
|
Term
| What's another way of noting 777? |
|
Definition
|
|
Term
| What editor is on all Unix/Linux systems? |
|
Definition
|
|
Term
|
Definition
| helps relieve network congestions |
|
|
Term
| _______ switched networks have a connection oriented, solid permanent connection. |
|
Definition
|
|
Term
| ______ switched networks store forward, node to node. |
|
Definition
|
|
Term
| About how many addresses does IPv4 have? |
|
Definition
|
|
Term
| How many classes does IPv4 have? |
|
Definition
|
|
Term
| What are the IPv4 'big 3' classes? |
|
Definition
|
|
Term
| IPv4 subnet masks are divided into what two types of addresses? |
|
Definition
|
|
Term
| IPv4 class A has how many networks? |
|
Definition
|
|
Term
| IPv4 class A has about how many hosts? |
|
Definition
|
|
Term
| IPv4 class B has about how many networks? |
|
Definition
|
|
Term
| IPv4 class B has about how many hosts? |
|
Definition
|
|
Term
| IPv4 class C has about how many networks? |
|
Definition
|
|
Term
| IPv4 class C has how many hosts? |
|
Definition
|
|
Term
| IPv4 class D is used for what? |
|
Definition
|
|
Term
| T or F: IPv4 class E is experimental. |
|
Definition
|
|
Term
| What class would an IP address starting with '0xxx' be? |
|
Definition
|
|
Term
| What class would an IP address starting with '10xx' be? |
|
Definition
|
|
Term
| What class would an IP address starting with '110x' be? |
|
Definition
|
|
Term
| What class would an IP address starting with '1110' be? |
|
Definition
|
|
Term
| What class would an IP address starting with '1111' be? |
|
Definition
|
|
Term
| Why have private addresses? |
|
Definition
| To provide security and help efficiently design a network without having to worry about an IP address conflict |
|
|
Term
| 10.0.0.0 - 10.255.255.255 is the address range for what class? |
|
Definition
|
|
Term
| 172.16.0.0 - 172.31.255.255 is the address range for what class? |
|
Definition
|
|
Term
| 192.168.0.0 - 192.168.255.255 is the address range for what class? |
|
Definition
|
|
Term
| Approximately what is the maximum number of IPv6 addresses? |
|
Definition
|
|
Term
| T or F: The WWW is the same thing as the Internet. |
|
Definition
|
|
Term
|
Definition
| So multiple internet services can work on a computer at once |
|
|
Term
| Port numbers range from 0 to _____. |
|
Definition
|
|
Term
| What type of NAT involves port mapping? |
|
Definition
|
|
Term
|
Definition
| Allow the rewriting of the source address of traffic |
|
|
Term
| What OSI layer does a router work at? |
|
Definition
|
|
Term
| What does the 'route' command do? |
|
Definition
| allows viewing and manipulation of the IP routing table |
|
|
Term
|
Definition
| NAT with port translation |
|
|
Term
| What two types does NATP come in? |
|
Definition
|
|
Term
| T or F: Source NAT and destination NAT are not usually in coordination for two-way communication. |
|
Definition
|
|
Term
|
Definition
| associates various information with domain names assigned to each of the participating entities |
|
|
Term
| What does a web server do? |
|
Definition
| processes requests via HTTP and stores and sends HTML |
|
|
Term
| T or F: Static content is generated for you at the time you request the page. |
|
Definition
|
|
Term
| T or F: Dynamic content cannot display differently to different viewers. |
|
Definition
|
|
Term
| T or F: Static content are files that don't change based on user input. |
|
Definition
|
|
Term
| For static requests, web servers are able to map the path component of a Uniform Resource Locator into what? |
|
Definition
| A local file system resource |
|
|
Term
| For dynamic requests, web servers are able to map the path component of a Uniform Resource Locator into what? |
|
Definition
| An internal or external program name |
|
|
Term
| What two platforms does Apache support? |
|
Definition
|
|
Term
| What platform does ISS support? |
|
Definition
|
|
Term
| T or F: One advantage of Apache over NGINX is that Apache is faster. |
|
Definition
|
|
Term
| T or F: HTTP requires TCP/IP. |
|
Definition
|
|
Term
| What is an advantage of stateless firewalls? |
|
Definition
| They allow network administrators finer-grained control of network traffic |
|
|
Term
| T or F: Stateless firewalls are programmed to distinguish legitimate packets for different types of connections. |
|
Definition
|
|
Term
| T or F: Stateful firewalls intelligently associates new connection requests with existing, legitimate connections |
|
Definition
|
|
Term
| T or F: Apache offers SSL/TLS. |
|
Definition
|
|
Term
| T or F: Apache does not offer filtering. |
|
Definition
|
|
Term
| What are the four main features of NGINX? |
|
Definition
| Capability simplicity scalability performance |
|
|
Term
| What does secure HTTP do? |
|
Definition
| It encrypts only the served page data and submitted data like POST fields leaving the initiation of the protocol unchanged |
|
|
Term
| T or F: secure HTTP is obsolete. |
|
Definition
|
|