Guest User

Comptia A+ Core 1 Active Recall Questions.

a guest
Aug 12th, 2021
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.15 KB | None | 0 0
  1. What are the troubleshooting steps?
  2. (I ETE V. D.F) (I ETE Very Delicious Food) 1. Identify the problem. 2. Establish a theory. 3. Test the theory. 4. Establish a plan of action. 5. Verify full functionality. 6. Document findings, actions, and outcomes.
  3.  
  4. What pins provide power for the motherboard?
  5. The 24 and 8 pin psu cables.
  6.  
  7. Which connection gives computers the ability to communicate with devices like GPUs and network cards?
  8. Expansion slots.
  9.  
  10. Which PC component is known as "the brain" and a high speed calculator?
  11. The CPU.
  12.  
  13. Which component stores data and and programs when they are not being used?
  14. Mass Storage devices (Ex: M.2, HDD, SSD, SSHD, etc...)
  15.  
  16. Which storage type is used by running applications?
  17. Random Access Memory (RAM).
  18.  
  19. What happens when a file or data is accessed?
  20. The data or program is copied from the mass storage device and put on RAM.
  21.  
  22. What type of device sends info to a computer?
  23. An input device (Ex: Mouse and Keyboard).
  24.  
  25. What type of device receives information from a computer?
  26. An output device (Ex: Printer).
  27.  
  28. How many bits are in a byte?
  29. 8 bits.
  30.  
  31. What is the purpose of a clock?
  32. To sync information between all the components of a CPU.
  33.  
  34. What is true of CPUs?
  35. They have internal features to process commands, they run code based on a specific machine language (code book), and they use pipelines to optimize the processing of commands (kind of like sweatshops).
  36.  
  37. What is the purpose of the crystal oscillator on a motherboard?
  38. To push the "go" or execute button on the CPU.
  39.  
  40. What gives CPUs the ability to increase its processing rate?
  41. A CPU multiplier.
  42.  
  43. What process allows users to push CPUs pass their default settings?
  44. Overclocking.
  45.  
  46. How does overclocking work?
  47. Overclocking give users the ability to increase a CPU's multiplier. This allows for higher speed, resulting in an increase in temperature.
  48.  
  49. How is maximum CPU speed (or clock speed) derived?
  50. Bus speed (from motherboard) x Multiplier (from CPU) = Max CPU speed.
  51.  
  52. What unit is clock speed measured in?
  53. GHz.
  54.  
  55. Where is Static random-access memory (SRAM) found and what is it used for?
  56. SRAM is found on CPUs and is used for cache (Level 1, 2, and 3).
  57.  
  58. What is the fastest type of cache memory and why?
  59. Level 1 is the fastest type of cache memory because it is the smallest and closest to the processor.
  60.  
  61. What is cpu caching and where does it work?
  62. CPU caching is when processors store information for future use. It works between RAM and the CPU.
  63.  
  64. What are the two socket types?
  65. LGA and PGA.
  66.  
  67. How does Land grid Array (LGA) work?
  68. In LGA, motherboards are equipped with pins that make contact with circular pads under the cpu. (Intel).
  69.  
  70. How does Pin grid Array (PGA) work?
  71. In PGA, CPUs have pins that make contact with the motherboard. (AMD).
  72.  
  73. What are two common Intel and AMD socket types?
  74. Intel= (LGA 1151 & 2066). AMD= (AM4 & TR4)
  75.  
  76. What is one way to decrease fan noise?
  77. Use a liquid cooler.
  78.  
  79. What is Synchronous dynamic random-access memory (SDRAM) known as?
  80. SDRAM is known as the original ram.
  81.  
  82. What speed does SDRAM run at?
  83. It runs at the motherboard speed.
  84.  
  85. How do you get Double Data Rate (DDR) speed rating?
  86. Multiply the motherboard clock speed by 2.
  87.  
  88. How many pins does SDRAM, DDR, DDR2, DDR3, and DDR4 have?
  89. SDRAM: 168 pins. DDR: 184 pins. DDR2 & DDR3: 240 pins. DDR4: 288 pins.
  90.  
  91. How do you get Double Data Rate 2 (DDR2) speed rating?
  92. Multiple DDR speed by 2.
  93.  
  94. How do you get Double Data Rate 3 (DDR3) speed rating?
  95. Multiply DDR2 speed by 2.
  96.  
  97. How do you get Double Data Rate 4 (DDR4) speed rating?
  98. Multiple DDR3 speed by 2.
  99.  
  100. How do you find the PC speed ratings for different types of ram?
  101. Multiply the DDR(x) speed rating by 8.
  102.  
  103. How do RAM generations differ physically?
  104. Their notches are located in different locations.
  105.  
  106. How does single sided RAM differ from double sided RAM?
  107. Single sided RAM has modules on one side of the stick. Double sided RAM has modules on either side of the stick. This allows double sided ram the ability to have more capacity.
  108.  
  109. What is Error Correction Code (ECC) or Parity?
  110. Parity/ECC is a type of RAM used in servers that have the ability to be fully functional even after two modules have gone bad. (Only 1 stick for ordinary ram).
  111.  
  112. What is SO-DIMM?
  113. A type of RAM used in small form factor machines likes laptops.
  114.  
  115. How many pins does SO-DIMM DDR, DDR2, DDR3, and DDR4 have?
  116. DDR & DDR2= No dedicated pin number. DDR3= 204 pins. DDR4= 260 pins.
  117.  
  118. What is Serial Presence Detect (SPD) and what does it allow?
  119. An SPD is a chip found on RAM and it allows computers to receive information about the installed RAM.
  120.  
  121. What does Dual channel allow?
  122. It allows simultaneous access to two RAM sticks.
  123.  
  124. What is a Basic Input/Output Service (BIOS) and what does it allow?
  125. A BIOS is a motherboard program that allows the computer to "talk" to devices even before the operating system engages.
  126.  
  127. What is a BIOS firmware?
  128. Code that is burned on to a BIOS chip.
  129.  
  130. What are some common BIOS manufacturers?
  131. AMI, Phoenix, and American Megatrends.
  132.  
  133. Why do some motherboards make two BIOSes (Backup Bios)?
  134. Because a BIOS is very important.
  135.  
  136. What happens when a computer boots up?
  137. The BIOS checks to see if all connected hardware is functioning properly. This is known as Power-On-Self-Test (POST).
  138.  
  139. What happens when a CPU's power good wire gets enough voltage?
  140. The CPU starts running and asks the BIOS to run a POST. This "wakes" up all other hardware and tests for full functionality.
  141.  
  142. When do beep codes show up?
  143. When something is wrong.
  144.  
  145. What is the beep code for no RAM?
  146. Persistent and continuous beep.
  147.  
  148. What are display codes and when do they show up?
  149. Display codes are a more modern type of POST tool that show up after the PC turns on with no beep codes or image.
  150.  
  151. What explains what each display code mean?
  152. Motherboards and Post card manuals explain what each display code means.
  153.  
  154. When are the numbers on a display code irrelevant?
  155. When the operating system starts up.
  156.  
  157. What is System Setup and what does it allow?
  158. A GUI that can be accessed during start up. It allows users to change the changeable parts of a BIOS.
  159.  
  160. What is Unified Extensible Firmware Interface (UEFI)?
  161. UEFI is an advance form of System Setup that has features such as cursor control.
  162.  
  163. What is the function of a CMOS battery?
  164. To preserve system BIOS information such date and time and changed settings.
  165.  
  166. What type of battery does CMOS use?
  167. CR2032.
  168.  
  169. What does a motherboard flash memory allow?
  170. It allows BIOSes to be updated or rolled back.
  171.  
  172. What is a Real Time Clock (RTC) and what does it do?
  173. An RTC is a device on a motherboard that uses a CMOS battery to sync all of the hardware connected to a motherboard.
  174.  
  175. What are some common motherboard form factors?
  176. ATX, MicroATX, Mini-ITX, ITX, and EATX.
  177.  
  178. What is the most common motherboard form factor?
  179. ATX.
  180.  
  181. What is the biggest and smallest motherboard form factor?
  182. Smallest= Mini-ITX. Biggest= EATX.
  183.  
  184. What is the purpose of motherboard chipsets?
  185. To control the communication between CPU, RAM, Storage, and other Peripherals.
  186.  
  187. What are the two types of motherboard chipsets?
  188. Northbridge and Southbridge.
  189.  
  190. What is the primary function of the Northbridge?
  191. Deal with tasks related to the CPU and expansion buses (Fast stuff).
  192.  
  193. What is the primary function of the Southbridge?
  194. Deal with task related to USB ports (Slow stuff).
  195.  
  196. Why do today motherboards only come with Southbridge?
  197. Because modern CPUs fill the role of the Northbridge.
  198.  
  199. What does a chipset define?
  200. How much ram, video cards, and etc... the motherboard can support.
  201.  
  202. What are some motherboard chipset names?
  203. B350, B450, X570, X299, etc...
  204.  
  205. What do SATA cables connect?
  206. They connect HDDs or sata SSDs to the motherboard.
  207.  
  208. What is the function of motherboard capacitors?
  209. Break down PSU voltages to smaller voltages.
  210.  
  211. What is Peripheral Component Interconnect Express (PCIe)?
  212. An expansion slot that allows PCIe cards like GPUs (x16).
  213.  
  214. What are the different PCIe standards?
  215. x1, x2, x4, x8, x16.
  216.  
  217. What is the difference between parallel and serial when discussing PCIe?
  218. Serial sends one bit at a time through one lane at a time, but parallel sends multiple bits at a time through multiple lanes.
  219.  
  220. Why is serial more efficient than parallel?
  221. Because data only requires one lane in serial.
  222.  
  223. What does a power supply do?
  224. Transfers AC power to DC power.
  225.  
  226. Power supplies provide what kind of voltages?
  227. 12V (yellow), 5V (red), and 3.3V (orange).
  228.  
  229. Where does ATX12V and P4 supply power?
  230. ATX12V supplies power to the motherboard, and P4 supplies power to the CPU.
  231.  
  232. What voltages do molex supply?
  233. 5V and 12V.
  234.  
  235. What is SATA power cable used for?
  236. To power storage and optical media devices. (5V and 12V).
  237.  
  238. What is PCIe connector used for?
  239. To provide additional power to PCIe devices.
  240.  
  241. What are some power supply types?
  242. Fully modular (no attached cables), Semi-modular (only 24 pin motherboard cable is attached). Non-modular= All cables are attached.
  243.  
  244. What rating system do power supplies have?
  245. An 80+ rating system. (Standard, Bronze, Silver, Gold, Platinum, and Titatnium.
  246.  
  247. What is a heat sync?
  248. Anything that can take heat away from another device.
  249.  
  250. What is one purpose of fans?
  251. To cool off a heat sync.
  252.  
  253. What is the difference between 3 pin and 4 pin fans?
  254. 3 pin fans use DC power. 4 pin fans have a feature called PWM. This allow for more granular fan speed control.
  255.  
  256. What might be the cause of smoke or a burning smell?
  257. The fast death of a PSU.
  258.  
  259. What might be the cause of random shutdown?
  260. The slow death of a PSU.
  261.  
  262. What can be used to test PSU?
  263. Digital PSU testers.
  264.  
  265. What tool can be used to test slow dying PSUs?
  266. A multimeter.
  267.  
  268. How can an error in System Setup be cleared?
  269. By jumping the CMOS.
  270.  
  271. What are some types of Mass Storage Devices?
  272. Optical media, Magnetic media (HDD), and solid state (m.2, SSD)
  273.  
  274. What is Logical Block Addressing (LBA)?
  275. A technique that takes large data and divides it into the different sectors of a storage device.
  276.  
  277. Why do some storage show a slightly lower speed than what is advertised?
  278. Because the drive capacity is reported differently than is advertised (Unit names vs PC Unit names).
  279.  
  280. How does a magnetic media operate?
  281. A read and write head "picks up" 1s and 0s and drops them as needed.
  282.  
  283. What are the different hard drive bus types?
  284. ATA, Serial ATA (SATA), SCSI, Serial Attached SCSI (SAS), and Internet Small Computer Systems Interface (ISCSI).
  285.  
  286. What is Advanced Technology Attachment (ATA)?
  287. The language the LBA speaks.
  288.  
  289. What is a eSATA?
  290. A connection used by external hard drives.
  291.  
  292. eSATA is not commonly used today. What has replaced it?
  293. USB.
  294.  
  295. Why is an SSD so much faster than a HDD?
  296. Because there are no moving parts.
  297.  
  298. How are SSDs organized?
  299. They are organized into pages. Each page stores blocks of data.
  300.  
  301. What is the maximum speed SATA can run at?
  302. 6 Gbps.
  303.  
  304. What is Non-Volatile Memory Express (Nvme)?
  305. An interface used by m.2 drives that run at 32 Gbps.
  306.  
  307. What is Small Computer System Interface (SCSI)?
  308. An old technology that uses a parallel interface to connect and transfer data between computers and peripheral devices.
  309.  
  310. What is Serial Attached SCSI (SAS)?
  311. A point to point interface that moves data.
  312.  
  313. What is Internet Small Computer Systems Interface (ISCSI)?
  314. An storage networking standard that allows access to storage devices by carrying SCSI commands over a TCP/IP network.
  315.  
  316. What does a boot order do?
  317. Specifies the order storage devices get booted from.
  318.  
  319. What must be done to new hard drives?
  320. They need to be formatted and partitioned. This can be done within the operating system itself or during the installation of an operating system.
  321.  
  322. What does Redundant Array of Inexpensive Disks (RAID) do?
  323. It combines multiple drives into one big volume.
  324.  
  325. What can RAID provide?
  326. Speed and Data Redundancy.
  327.  
  328. What is the concept of DATA Redundancy?
  329. Two copies of a single file are made and stored. Essentially a type of backup.
  330.  
  331. How many drives are required for RAID 0,1,5,6, and 10 at a minimum?
  332. 0= 2 drives. 1= 2 drives. 5= 3 drives. 6 =4 drives. 10= 4 drives.
  333.  
  334. What is the difference between striping and mirroring?
  335. Striping is the concept of breaking up data into different chunks and spreading each chunk across different storage devices. Mirroring is the replication of data on two or more storage devices.
  336.  
  337. What is RAID 0?
  338. A storage technique that uses striping.
  339.  
  340. What is RAID 1?
  341. A storage technique that uses mirroring.
  342.  
  343. What is RAID 5?
  344. A storage technique that uses striping with parity. Data is stored across 3 drives alongside a "parity" that stores extra data in the event that only one drive fails.
  345.  
  346. What is a Parity?
  347. A data type that stores information that can be used to rebuild a filed drive.
  348.  
  349. What is RAID 6?
  350. A storage technique similar to RAID 5 but uses 4 disks. With RAID 6, 2 disks can fail, and the data can still be rebuilt.
  351.  
  352. What is RAID 10 (1+0)?
  353. A storage technique that combines raid 1 and 0. Data is broken into chunks and each chunk in stored twice. Data is first mirrored then striped.
  354.  
  355. What is a disadvantage of using RAID 10?
  356. Only 50% of storage capacity can be used.
  357.  
  358. What is RAID 0+1?
  359. A storage technique that combines RAID 0 and 1. Data is first striped then mirrored.
  360.  
  361. How can RAID be implemented?
  362. Through software (operating system) or hardware (dedicated controllers & system setup).
  363.  
  364. What is the difference between AHCI and RAID?
  365. AHCI corresponds with one hard drive and RAID corresponds with the combination of multiple hard drives.
  366.  
  367. How can RAID be configured after it has been selected in system setup?
  368. By pressing ctrl+R when the computer is booting.
  369.  
  370. What is the job of a Hot Spare / Swappable Drive?
  371. To "jump" in the day one drive dies.
  372.  
  373. What does hardware RAID require?
  374. A dedicated RAID controller.
  375.  
  376. What are the three rules for Mass Storage?
  377. 1. Back it up. 2. Mental Reinstall. 3. Triple check.
  378.  
  379. What can you do when read and write failures start occurring?
  380. Use Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T) to check the health of the drive.
  381.  
  382. What happens if a system does not have enough ram?
  383. The system starts using the hard drive for memory. Since storage devices are slower than memory, this results in slow performance.
  384.  
  385. What might be the cause of continuous reboots that never lead to a desktop?
  386. A corrupted operating system.
  387.  
  388. What must be done before troubleshooting?
  389. Back up important data.
  390.  
  391. What are some examples of optical medias?
  392. CDs, DVDs, and Blu-rays.
  393.  
  394. Why were Compact Disks (CD) created?
  395. To simply play and store music.
  396.  
  397. What is the limitation of CD-ROMs(Read-Only Memory)?
  398. They can only be read from.
  399.  
  400. What is CD-R (recordable)?
  401. A type of CD that allows users to "burn" files once.
  402.  
  403. What is CD-RW (rewritable)?
  404. A type of CD that allows users to "burn" and "unburn" files as many times as possible.
  405.  
  406. Why were Digital Video Disks (DVDs) created?
  407. To simply play and store movies.
  408.  
  409. What are DVD-ROMs (Read-Only Memory)?
  410. A type of optical media that stores data such as movies or device drivers.
  411.  
  412. Why are DVD-ROMs used a lot today?
  413. Because they have a larger capacity, and this allows companies and manufacturers to store larger amounts of data like device drivers and such.
  414.  
  415. What is the maximum size DVDs can store?
  416. 4.37-15.9 GB.
  417.  
  418. What is a Blu-ray Disc?
  419. A type of optical media used for high definition movies.
  420.  
  421. What is the maximum size Blu-rays can store?
  422. 25-50 GB.
  423.  
  424. What is the maximum size CDs can store?
  425. 650-700 MB.
  426.  
  427. What is BD-RE (Blu-ray Recordable Erasable)?
  428. A type of Blu-ray disk that can store large files that can be "burned" and "unburned".
  429.  
  430. What color represents USB 1.0 and what speed does it run at?
  431. White bottom. 1.5 Mbps.
  432.  
  433. What color represents USB 1.1 and what speed does it run at?
  434. White bottom. 12 Mbps.
  435.  
  436. What color represents USB 2.0 and what speed does it run at?
  437. Black bottom. 480 Mbps.
  438.  
  439. What color represents USB 3.0 and what speed does it run at?
  440. Blue bottom. 5 Gbps.
  441.  
  442. Why was USB 3.1 created?
  443. Because USB 3.0 had a lot of issues.
  444.  
  445. How does USB 3.1 Gen 1 differ from USB 3.1 Gen 2?
  446. Gen 1 had a blue bottom and runs at a max speed of 5 Gbps. Gen 2 has a teal bottom and runs at a max speed of 10 Gbps.
  447.  
  448. What are other color coded (yellow and red) USB 3.1 ports used as?
  449. As fast charging ports.
  450.  
  451. What does USB A, B, mini-B, micro-B, USB 3.0 micro-B, and USB C look like?
  452. USB A= Generic looking USB. USB B= Printer cable. USB mini-B= Smaller version of printer cable used for cameras and such. USB micro-B= Old android charger USB 3.0 micro-B= Looks like old android charger with something extra on the side. USB C= Rounded edges. Can be plugged in either way.
  453.  
  454. Where does a USB device plug into?
  455. Into a USB controller on a case or motherboard.
  456.  
  457. Where does an A, B, and C connector plug into?
  458. A= Downstream. B= Upstream. C= Both up and down.
  459.  
  460. What must be done if an operating system does not have a device driver?
  461. One needs to be manually downloaded and installed.
  462.  
  463. What are HIDs (Human Interface Devices)?
  464. Basic drivers used for stuff like mouse and keyboards. Does not enable extra features.
  465.  
  466. What are some uses of Thunderbolt?
  467. For display and charging.
  468.  
  469. What speed and number of channels does Thunderbolt version 1, 2, and 3 have?
  470. 1= 2 channels, 10 Gbps per channel. 2= 1 channel, 20 Gbps. 3= 1 channel, 40 Gbps.
  471.  
  472. Lightening cables are exclusive to what company?
  473. Apple.
  474.  
  475. The green and purple ps/2 slots correspond with which peripheral?
  476. Green= mouse. Purple= keyboard.
  477.  
  478. What does a KVM (keyboard video mouse) switch allow?
  479. Allows users to share a few devices with multiple computers seamlessly.
  480.  
  481. What is the purpose of the Blue, Green, Pink, Silver, Black, and Orange 3.5 mm ports?
  482. Blue= Aux in. Green= Stereo Speaker. Pink= Microphone. Silver= Side Speakers. Black= Rear Speakers. Orange= Subwoofer (center channel).
  483.  
  484. What is a S/PDIF (Sony/Philips Digital Interface) used for?
  485. High end audio receiver systems.
  486.  
  487. What do Smart Card Readers do?
  488. Reads information stored on smart cards found in credit cards, etc...
  489.  
  490. What do Magnetic Readers do?
  491. Incorporate the same concept as a smart card reader, except you swipe.
  492.  
  493. What do Flash Memory Readers do?
  494. Read flash memory devices like SD cards, micro SD cards.
  495.  
  496. What is a Flatbed scanner used for?
  497. To scan documents.
  498.  
  499. What can ADFs (Automatic Document Feeder) used for?
  500. To scan and make copies of multiple pages.
  501.  
  502. What are Expansion cards?
  503. Cards that can add more functionality to your computer. Ex: wifi capabilities, more USB ports, etc...
  504.  
  505. What must be done after properly installing an expansion card?
  506. If it requires drivers, check to see if they have been automatically installed. If not, download and install.
  507.  
  508. What is a Thick Client?
  509. The most basic type of desktop office computer.
  510.  
  511. What is a Thin Client?
  512. A very small form factor computer that relies mainly on network connectivity. Doesn't heavily rely on its storage for applications.
  513.  
  514. What is a workstation?
  515. A type of computer equipped with a high end multicore processor, GPU, and lots of RAM.
  516.  
  517. What is a requirement for Virtualization Workstations?
  518. Maximum RAM, CPU cores, and storage.
  519.  
  520. What is a Network Attached Storage (NAS)?
  521. A type of computer used for network file sharing. Requires high speed network card and lots of storage in a RAID array.
  522.  
  523. What does a Gaming PC need?
  524. A multicore processor, high end cooling, and a high end video card.
  525.  
  526. What 3 colors make up a pixel?
  527. Red, Green, and Blue.
  528.  
  529. What is the difference between liquid crystal displays (LCD (imaging)) and Light emitting diodes (LED (backlighting))?
  530. LCDs control the intensity of fluorescent light being illuminated through a screen with an image. LEDs use LEDs instead of fluorescent light as backlight.
  531.  
  532. Is LCD or LED more efficient, and why?
  533. LEDs because they consume less power.
  534.  
  535. What are the three types of LCDs?
  536. Twisted nematic (TN), In-plane switching (IPS), and Vertical Alignment (VA).
  537.  
  538. What is a CCFL?
  539. An older type of screen technology.
  540.  
  541. How does Organic LED (OLED) work?
  542. Does not use backlight. The pixels make their own light.
  543.  
  544. How does Digital Light Processing (DLP) work?
  545. Uses tiny mirrors set up in a grid rather than pixels.
  546.  
  547. Which imaging technology requires an inverter?
  548. CCFLs.
  549.  
  550. What causes dead pixels?
  551. An individual pixel losing power. This cannot be prevented and must just be dealt with.
  552.  
  553. What monitors typically get burn ins?
  554. Plasma monitors.
  555.  
  556. What is the Graphics Processing Unit (GPU), and where is it located?
  557. It is the actual chip in the video card, and it is located under the heat sync.
  558.  
  559. What signal does Video Graphics Array (VGA) output?
  560. An analog signal.
  561.  
  562. Why isn't VGA very useful?
  563. Because most LCDs are digital.
  564.  
  565. How does DVI-I differ from DVI-D physically?
  566. DVI-I has 4 dots next to the --, but DVI-D has no dots.
  567.  
  568. What signal does DVI-I output?
  569. Both analog and digital.
  570.  
  571. What signal does DVI-D output?
  572. Only digital.
  573.  
  574. What is the difference between Single and Dual link DVI?
  575. Dual link can handle high resolution monitors.
  576.  
  577. How does single link DVI differ from dual link DVI physically?
  578. Single link DVI has missing blocks in the middle.
  579.  
  580. What can High-Definition Multimedia Interface (HDMI) output?
  581. Video and Sound.
  582.  
  583. What does HDMI support?
  584. DRM (Digital Rights Management).
  585.  
  586. What does DisplayPort support?
  587. The same features as HDMI; however, it has a locking mechanism.
  588.  
  589. What are the two most common technologies used in projectors?
  590. DLP and LCD.
  591.  
  592. Projector brightness is measured in what unit?
  593. Lumens.
  594.  
  595. What does the term "throw" describe when talking about projectors?
  596. The farther out you go, the larger the displayed image becomes and vice verca.
  597.  
  598. What are the three projector shapes that need to be adjusted?
  599. Pincushion, Keystone, and Skew.
  600.  
  601. What is a Local Area Network (LAN)?
  602. An area where different devices in close proximity connect.
  603.  
  604. How do devices connect to a LAN?
  605. Via ethernet or Wi-Fi.
  606.  
  607. What is the Ethernet Sequence?
  608. 1. Destination MAC. 2. Source Mac. 3. Data payload. 4. Frame Check Sequence) FCS.
  609.  
  610. What is a Media Access Control (MAC) address?
  611. An address that uniquely identifies each system.
  612.  
  613. How many bits and hexadecimal characters does a MAC address have?
  614. 48 bits and 12 hexadecimal characters.
  615.  
  616. Who provides the first 6 hexadecimal characters for a MAC address?
  617. The OEM.
  618.  
  619. What is the purpose of a A Frame Check Sequence (FCS)?
  620. To make sure the sent data is in correct order.
  621.  
  622. What is the difference between a switch and a hub?
  623. A hub connects all network devices together on an internal network. Once a data packet comes through an ethernet port, the hub rebroadcasts that data to every port that has a device connected to it. A switch is similar to a hub except for the fact that it is able to direct data to its intended destination by memorizing mac addresses.
  624.  
  625. Why is a switch better than a hub?
  626. Because it provides full bandwidth.
  627.  
  628. How does a switch memorize MAC addresses?
  629. By watching frames.
  630.  
  631. What follows the number 9 in hexadecimal?
  632. A,B,C,D,E,F.
  633.  
  634. What base is hexadecimal?
  635. Base 16. 0-F.
  636.  
  637. Each hexadecimal corresponds with how many binary numbers?
  638. 4 binary numbers.
  639.  
  640. What is the difference between a hub/switch and a router?
  641. A hub/switch exchange data between connected devices on the same network. A router exchanges data between devices outside the network (such as on the internet).
  642.  
  643. What is the theoretical and practical maximum amount of computers an ethernet switch can support?
  644. Theoretical: 1024. Practical: 30-40.
  645.  
  646. What is a Wide Area Network (WAN)?
  647. A collection of LANs (hub/switch) connected together to form the internet.
  648.  
  649. What is Logical Addressing (IP addressing)?
  650. A system used by routers to identify local area networks.
  651.  
  652. What is a Coaxial Cable?
  653. One of the oldest cables that is still used today. Uses a twisting motion to fasten.
  654.  
  655. What are the RG ratings?
  656. RG-58, RG-59, and RG-6.
  657.  
  658. What is the difference between an RG-58, RG-59, and RG-6 cable?
  659. RG-58: Ancient and thin coaxial cable that uses a BNC connector. RG-59: Thinner tip that RG-6 that is used for lower bandwidth video such as analog video and CCTV. RG-6: Uses an F-type connector. Very familiar to cable users.
  660.  
  661. What is an Unshielded Twisted Pair (UTP)?
  662. A common type of Ethernet cable (RJ45) that is about 100m long.
  663.  
  664. Why are the cables within an RJ45 twisted?
  665. Because that provides better signal.
  666.  
  667. What is an RJ11?
  668. A cable used to connect landlines to a modem.
  669.  
  670. How many contacts and twisted pairs does an RJ11 have?
  671. 4 contacts and 2 twisted pairs.
  672.  
  673. How many contacts and twisted pairs does an RJ45 have?
  674. 8 contacts and 4 twisted pairs.
  675.  
  676. What is a Shielded Twisted Pairs (STP)?
  677. A type of Ethernet cable (RJ45) with a metallic shielding that provides a lot of protection.
  678.  
  679. Instead of using electricity a Fiber optic (fiber) cable uses what?
  680. Light.
  681.  
  682. What is a Fiber optic (fiber) cable made out of?
  683. Kevlar.
  684.  
  685. What two modes can a fiber optic cable use to send signals?
  686. A singlemode and a multimode.
  687.  
  688. What is the multimode and singlemode fiber optic cables made out of?
  689. Multimode= LEDs. Singlemode= lasers.
  690.  
  691. Fiber optic cables come in 2s. What is the function of each cable?
  692. One cable is for sending data and one cable is for receiving data.
  693.  
  694. What is the maximum speed of CAT 5 and CAT 5e cables?
  695. CAT 5= 100 Mbps. CAT 5e= 1 Gbps.
  696.  
  697. What is the maximum speed of CAT 6 and CAT 6a cables?
  698. CAT 6= 1 Gbps up to 100m, 10 Gbps up to 55m. CAT 6a= 10 Gbps up to 100m.
  699.  
  700. What does a plenum rating measure?
  701. The ability for an ethernet cable to resist fire.
  702.  
  703. What does a PVC (non-plenum) rated ethernet cable mean?
  704. The cable cannot resist fire.
  705.  
  706. What does a Riser rated ethernet cable mean?
  707. The cable is semi resistant to fire (more than PVC, less than plenum).
  708.  
  709. What does a Plenum rated ethernet cable mean?
  710. The cable is resistant to fire.
  711.  
  712. What is a crimp?
  713. The tip of an ethernet cable that connect to a computer or router.
  714.  
  715. What can a crimping tool be used for?
  716. Cutting and attaching a cable to a crimp.
  717.  
  718. What are the two types of RJ45 wiring?
  719. TIA 568A and TIA 568B.
  720.  
  721. What is the difference between straight through and crossover cabling?
  722. Straight through is the default and crossover swaps cable positions.
  723.  
  724. What is structured cabling?
  725. A way of organizing network cables such that they are neat, tidy, and out of the way.
  726.  
  727. What is a patch panel used for?
  728. A patch panel is used for structured cabling. It plugs into a switch and provides an organized ethernet outlet for a computer.
  729.  
  730. What is a Fox and hound used for?
  731. Used to locate hidden cables.
  732.  
  733. How does a Time Domain Reflectometer (TDR) work?
  734. It uses the speed of light to determine the length of a cable in runs.
  735.  
  736. What is a Solid Core?
  737. A type of UTP that is ran through walls.
  738.  
  739. Why does a Solid Core allow for excellent transfer of electricity?
  740. Because each of the wires contain a piece of copper.
  741.  
  742. What is a Punchdown tool used for?
  743. It is used to attach the Solid Core into the patch panel.
  744.  
  745. When was the ARPANET formed?
  746. Before the internet.
  747.  
  748. Which number(s) is/are unlocked in Class A, B, and C when talking about tcp/ip?
  749. Class A= 3 numbers (n.h.h.h). Class B= 2 numbers (n.n.h.h). Class C= 1 number (n.n.n.h).
  750.  
  751. What is the highest possible number allowed between each of the three dots in a TCP/IP address?
  752. 254.
  753.  
  754. Which TCP/IP numbers are not available to individual hosts?
  755. The first and last.
  756.  
  757. The last number in a TCP/IP cannot be a 0 because of what reason?
  758. Because a TCP/IP with the last digit as 0 denotes a LAN.
  759.  
  760. How does a device on a LAN communicate with another device outside the LAN?
  761. The device sends the information to the router on the same LAN and the router transfers that information to the device on the other LAN.
  762.  
  763. What is (Transmission Control Protocol) TCP responsible for?
  764. Data delivery.
  765.  
  766. What steps must be taken in order to connect a computer to the internet?
  767. 1: Give it an IP address. 2: Give it a subnet mask (local vs long distance). 3. Give it a default gateway (router).
  768.  
  769. What is a subnet mask used for?
  770. A subnet mask is used to divide an IP address into two parts. The first identifies the host, and the second describes the network it belongs to.
  771.  
  772. How can one get a static IP address?
  773. By manually entering in information in the Network and Sharing center.
  774.  
  775. What is the range of a Class A special IP address?
  776. 1.0.0.0 - 126.0.0.0
  777.  
  778. What is the range of a Class B special IP address?
  779. 128.h.0.0 - 191.h.0.0
  780.  
  781. What is the range of a Class C special IP address?
  782. 192.h.h.0 - 223.h.h.0
  783.  
  784. What is the IP address designated to a Class D (multicast) special IP/address?
  785. 224.h.h.h
  786.  
  787. What is the IP address designated to a Class E (reserved) special IP/address?
  788. 240.h.h.h
  789.  
  790. What is the range of a Class B private IP address?
  791. 172.16.h.h - 172.31.h.h
  792.  
  793. What is the IP address designated to a Class A private IP/address?
  794. 10.h.h.h
  795.  
  796. What is the IP address designated to a Class C private IP/address?
  797. 192.168.h.h
  798.  
  799. What IP is reserved for a loopback address?
  800. 127.0.0.1
  801.  
  802. Which command gives the IP address and other information about the network?
  803. ipconfig
  804.  
  805. What is Network Address Translation (NAT)?
  806. Router technology that allows data to be transferred from a LAN to a WAN by changing the IP of the device in the LAN.
  807.  
  808. All gateway routers have what enabled by default?
  809. NAT.
  810.  
  811. What is true of networks that use NAT?
  812. The are invisible to the internet.
  813.  
  814. What is Dynamic Host Configuration Protocol (DHCP)?
  815. A type of network configuration that provides a dynamic IP address to a device on a LAN.
  816.  
  817. Home routers act as what?
  818. DHCP servers.
  819.  
  820. What is Automatic Private IP Addressing (APIPA)?
  821. Gives a device on a LAN an IP address when the DHCP server is down.
  822.  
  823. Can APIPA be configured manually?
  824. Yes. Through Network and Sharing Center.
  825.  
  826. What is a WLAN?
  827. A WLAN is a wireless local area network (no ethernet cables).
  828.  
  829. What address does APIPA give by default?
  830. A 169.254.h.h address.
  831.  
  832. Why can a device with APIPA communicate with other devices on a LAN but cannot connect to the internet?
  833. Because that device has a DHCP problem.
  834.  
  835. What command can be used to disconnect a device from a DHCP server?
  836. ipconfig /release.
  837.  
  838. What command can be used to connect a device to a DHCP server?
  839. ipconfig /renew.
  840.  
  841. Why was IPv6 created?
  842. Because we are running out of IPv4 addresses.
  843.  
  844. IPv6 uses what kind of notation and addressing scheme?
  845. IPv6 uses a hexadecimal notation and 128-bit addressing scheme.
  846.  
  847. How many IP address does IPv4 have?
  848. 4 billion addresses.
  849.  
  850. IPv6 can be shortened by doing what?
  851. Removing any leading zeros and converting 3 zeros in a row into two colons.
  852.  
  853. Systems today have a minimum of how many IPv6 addresses?
  854. 2 IPv6 addresses.
  855.  
  856. What are the two type of IPv6 addresses?
  857. Link-local address and Internet address (global unicast address).
  858.  
  859. What does a link-local address start with?
  860. fe80 and the rest is automatically generated.
  861.  
  862. How is an IPv6 internet address created?
  863. Router sends first half, and computer generates the second half.
  864.  
  865. Why do some computers come with multiple IPv6 addresses?
  866. As a security measure.
  867.  
  868. What is a port?
  869. Virtual places where network connections start and end.
  870.  
  871. Well known ports are ports from which numbers?
  872. 0-1023
  873.  
  874. Registered ports are ports from which numbers?
  875. 1024-49151
  876.  
  877. Dynamic/Ephemeral ports are ports from which numbers?
  878. 49152-65535
  879.  
  880. What port and protocol does FTP use (What is it)?
  881. TCP/Port 21. Allows for file transfer from server to client.
  882.  
  883. What port and protocol does SSH use (What is it)?
  884. TCP/Port 22. Allows for operating network services securely over an unsecured network.
  885.  
  886. What port and protocol does TELNET use (What is it)?
  887. TCP/Port 23. Allows for remote access of computers via text-based inputs and outputs using a command line.
  888.  
  889. What port and protocol does SMTP use (What is it)?
  890. TCP or UDP/Port 25. Used for sending out email from an email client.
  891.  
  892. What port and protocol does DNS use (What is it)?
  893. UDP or TCP/Port 53. Turns websites into IP addresses.
  894.  
  895. What port and protocol does HTTP use (What is it)?
  896. TCP/Port 80. Used for for transmission of information across the Internet.
  897.  
  898. What port and protocol does POP3 use (What is it)?
  899. TCP/Port 110. Retrieves email from server and delete the copy on the server.
  900.  
  901. What port and protocol does SNMP use (What is it)?
  902. UDP/Port 161/162. A communication protocol that lets users monitor managed network devices.
  903.  
  904. What port and protocol does IMAP use (What is it)?
  905. TCP/Port 143. More advanced that POP3. Retrieves email and stays connected until the mail client app is closed (does not delete email).
  906.  
  907. What port and protocol does HTTPS use (What is it)?
  908. TCP or UDP/Port 443. Ensures data security over the network.
  909.  
  910. What port and protocol does RDP use (What is it)?
  911. TCP or UDP/Port 3389. Allows users to remotely connect to another computer. Graphical TELNET.
  912.  
  913. What port and protocol does NETBIOS/NETBT use (What is it)?
  914. TCP/Port 137-139. Allows computer communication over a LAN and allows them to share files and printers.
  915.  
  916. What port and protocol does SMB/CIFS use (What is it)?
  917. TCP or UDP/Port 445. Used to provide shared access to files, printers, and serial ports.
  918.  
  919. What port and protocol does SLP use (What is it)?
  920. TCP or UDP/Port 427. Allows clients to locate servers and other services on the network.
  921.  
  922. What port and protocol does AFP use (What is it)?
  923. TCP/Port 548. Offers file services for macOS.
  924.  
  925. What port and protocol does DHCP use (What is it)?
  926. UDP/Port 67/68. Automatically assigns IP addresses to connected devices.
  927.  
  928. What port and protocol does LDAP use (What is it)?
  929. TCP or UDP/Port 389. Used for querying and modifying directory services.
  930.  
  931. What port and protocol does the encrypted version of POP3 use?
  932. TCP/Port 995.
  933.  
  934. What port and protocol does the encrypted version of IMAP use?
  935. TCP/Port 993.
  936.  
  937. What port and protocol does the encrypted version of SMTP use?
  938. TCP/Port 465 or 587.
  939.  
  940. What is a Protocol?
  941. A set of rules that allow different things to work together.
  942.  
  943. Almost all data sent to the internet uses what protocol?
  944. TCP.
  945.  
  946. What is Transmission Control Protocol (TCP)?
  947. A connection-oriented protocol.
  948.  
  949. What does TCP start off with before communication?
  950. A "handshake."
  951.  
  952. What is User Datagram Protocol (UDP)?
  953. A connectionless protocol that just asks for data.
  954.  
  955. What is Internet Control Message Protocol (ICMP)?
  956. A single-packet only protocol.
  957.  
  958. What is Protocol Data Unit (PDU)?
  959. A way to organize packets. Specifies the chunks of data of interest.
  960.  
  961. What is Domain Name System (DNS)?
  962. A naming system that pairs every website name to an IP address.
  963.  
  964. What are Root Servers?
  965. Servers that control one fully qualified domain name called "." (dot).
  966.  
  967. What are some examples of first level domains?
  968. google.com/yahoo.com/cdc.gov/etc...
  969.  
  970. What are Fully Qualified Domain Names (FQDN)?
  971. The name of the actual website.
  972.  
  973. How are Fully Qualified Domain Names (FQDN) established?
  974. A unique name is registered and assigned to a DNS server.
  975.  
  976. What is the character limit of FQDNs?
  977. 255 characters.
  978.  
  979. What is a tool that can be used to resolve DNS-related issues?
  980. nslookup.
  981.  
  982. What command can be used to find a system's DNS server?
  983. ipconfig /all
  984.  
  985. DNS can be configured in what ways?
  986. Manually and automatically.
  987.  
  988. What is Netbios/netbt?
  989. A program that allows applications on different computers to communicate within a local area network.
  990.  
  991. What is a Workgroup?
  992. A basic network organization type that offers no security (basic).
  993.  
  994. What is a Domain?
  995. A network organization type found in servers (Active Directory Domain) that provide a lot of security.
  996.  
  997. Which is a Workgroup or a Domain more expensive?
  998. A Domain.
  999.  
  1000. How many computers does a Homegroup allow?
  1001. Up to 4 computers.
  1002.  
  1003. A homegroup combines what?
  1004. The convenience of a Workgroup and the security of a Domain.
  1005.  
  1006. What are Routers?
  1007. Devices that filter and forward traffic based on IP addresses.
  1008.  
  1009. What does a Routing Table do?
  1010. Tells the router where to send information.
  1011.  
  1012. What is a Console Port?
  1013. A type of port that uses a blue yost cable allow a router to connect to a computer for initial setup configuration.
  1014.  
  1015. What is a Small Office/Home Office (SOHO) router?
  1016. A router that has wired and wireless capabilities.
  1017.  
  1018. What are DHCP Reservations?
  1019. A feature in routers where a DHCP address can be whitelisted, or not be used by other connected devices.
  1020.  
  1021. What is Quality of Service (QoS)?
  1022. A tool that allows users to control how much bandwidth each connect device gets.
  1023.  
  1024. What is Universal Plug and Play (UPnP)?
  1025. A protocol that makes a network device "noisy." This then makes the device appear in the networking menu.
  1026.  
  1027. What is a Virtual Local Area Network (VLAN)?
  1028. A type of LAN that takes one switch and electronically turns it into multiple switches.
  1029.  
  1030. How are VLANs configured?
  1031. Via the switch's IP address and a web browser (kind of like configuring a router).
  1032.  
  1033. What is a Managed Switch?
  1034. An expensive type of switch that has a lot of features like the ability to configure a VLAN.
  1035.  
  1036. What is Port Security?
  1037. A feature that give switches the ability to memorize MAC addresses and only work with those MAC addresses.
  1038.  
  1039. What causes IP conflicts?
  1040. When two devices on a network have the same IP address.
  1041.  
  1042. When does Limited Connectivity occur?
  1043. When there is an APIPA address and not a DHCP address.
  1044.  
  1045. What is a Rouge DHCP Server?
  1046. A DHCP server that is passing out wrong information.
  1047.  
  1048. What causes Intermittent Connectivity?
  1049. Interference from motors, elevators, etc...
  1050.  
  1051. When do Slow Transfer Speeds occur?
  1052. When network card is being worked too hard.
  1053.  
  1054. What is the wireless standard?
  1055. IEEE 802.11.
  1056.  
  1057. What is a Wireless Access Point (WAP)?
  1058. A networking device that allows Wi-Fi devices to connect to a wired network.
  1059.  
  1060. What is Infrastructure Mode?
  1061. A mode whereby devices connect to the WAP to join the network (common mode used by most Wi-Fi networks).
  1062.  
  1063. What is a Wireless Network Card?
  1064. An expansion card that gives certain devices the ability to connect to a network wirelessly.
  1065.  
  1066. Where is the Wi-Fi antenna in a laptop located?
  1067. The monitor.
  1068.  
  1069. What is a Service Set Identifier (SSID)?
  1070. The name designated to a WAP.
  1071.  
  1072. What is Ad hoc mode?
  1073. A mode that does not use a WAP. Instead a laptop can be used in place of a WAP. Devices connect to the laptop.
  1074.  
  1075. What are Antennas used for?
  1076. To transmit the the signals from a WAP.
  1077.  
  1078. What are the 4 types of antennas?
  1079. Omnidirectional (all directions), Dipole (two omnidirectional signals pointing in opposite directions), Patch (omnidirectional (physically flat). Signal projects from one side only), and Highly Directional (projects a long distance (football-looking pattern)).
  1080.  
  1081. What is a band?
  1082. A range of radio frequencies.
  1083.  
  1084. 802.11 is based on which radio bands?
  1085. Industrial, Scientific, and Medical (ISM) radio bands.
  1086.  
  1087. 2.4 Ghz and 5 Ghz use what as a way of decongesting?
  1088. Channels.
  1089.  
  1090. What are the recommended channels for 2.4 GHz?
  1091. 1, 6, and 11.
  1092.  
  1093. What is the band and maximum speed of 802.11a?
  1094. 5 Ghz band. 54 Mbps.
  1095.  
  1096. What is the band and maximum speed of 802.11b?
  1097. 2.4 Ghz band. 11 Mbps.
  1098.  
  1099. What is the band and maximum speed of 802.11g?
  1100. 2.4 Ghz band. 54 Mbps.
  1101.  
  1102. What is the band and maximum speed of 802.11n?
  1103. 2.4 and 5 Ghz band. 100 Mbps.
  1104.  
  1105. What is Multiple In / Multiple Out (MIMO)?
  1106. Technology that allows a WAP to use multiple antennas to change its signal to concentrate on a single device.
  1107.  
  1108. What is Multi-user MIMO?
  1109. A form of MIMO that can zoom in on multiple devices at a time.
  1110.  
  1111. What is 802.11ac (Wi-Fi 5)?
  1112. A very fast 5 Ghz that has Multi-user MIMO .
  1113.  
  1114. It is advised to set which band's channel manually and which band's channel automatically?
  1115. 2.4 Ghz band manually and 5 Ghz band automatically.
  1116.  
  1117. What is one feature of SSIDs.
  1118. They can be hidden or disabled. In that case, you would need to manually connect to the WAP.
  1119.  
  1120. Network profiles allow you to do what?
  1121. Automatically connect to known Wi-Fi connections (SSIDs).
  1122.  
  1123. What is a Wireless Mesh Network (WMN)?
  1124. A type of WAP that allows for increased connectivity range.
  1125.  
  1126. What are the parts of a Wireless Mesh Network (WMN)?
  1127. A base device and beacon devices.
  1128.  
  1129. What are some features of Wireless Mesh Networks (WMN)?
  1130. They can easily be configured, and they create their own encryption.
  1131.  
  1132. What is Radio Frequency Identification (RFID)?
  1133. A radio sticker than can receive and read radio frequencies.
  1134.  
  1135. What is Near Field Communication (NFC)?
  1136. A type of RFID that allows two electronic devices to communicate over a distance of 4 cm or less.
  1137.  
  1138. What is a Personal Area Network (PAN)?
  1139. Technology used by Bluetooth to connect only two devices together at a time.
  1140.  
  1141. What are the power and range of class 1, 2, and 3 Bluetooth devices?
  1142. Class 1= 100mW 100m. Class 2= 2.5mW 10m. Class 3= 1mW 1m.
  1143.  
  1144. What can be used to diagnose wireless problems.
  1145. Wi-Fi analyzers.
  1146.  
  1147. What is a LAN?
  1148. A group of devices that are all hooked together to one switch in a way that allows for easy communication.
  1149.  
  1150. What is a Wide Area Network (WAN)?
  1151. A group of LANs connected together by one or more routers. (Kind of like the internet).
  1152.  
  1153. What is a Metropolitan Area Network (MAN)?
  1154. A group of WANs connected together (a WAN that spans a city).
  1155.  
  1156. What is the internet?
  1157. The connection of all area networks in the whole world.
  1158.  
  1159. What are Peering Agreements?
  1160. A mutual agreement between competitors to allow each other traffic access in order for coverage to the whole U.S and other countries.
  1161.  
  1162. What is internet Tier 1?
  1163. Internet providers that don't pay anyone. 10 companies in the United States that provide internet to large customers.
  1164.  
  1165. What is internet Tier 2?
  1166. Internet providers that pay some tier 1s but also peer with tier 1s and 2s.
  1167.  
  1168. What is internet Tier 3?
  1169. Big internet service providers (like comcast, etc...) that are not interconnected. They make money by selling internet services to individuals and corporations. They pay tier 1 and 2 providers.
  1170.  
  1171. What are Network Operation Centers (NOCs)?
  1172. Areas around the U.S (built by third parties) where different internet companies connect.
  1173.  
  1174. What is Dial-up?
  1175. A.K.A Plain Old Telephone Service (POTS). Old school landlines that provided internet through an old modem.
  1176.  
  1177. What is the maximum speed of a dial-up connection?
  1178. 56 Kbps (exceptionally slow).
  1179.  
  1180. How does Windows recognize serial ports?
  1181. Through Comports (communication ports).
  1182.  
  1183. What is Integrated Services Digital Network (ISDN)?
  1184. A type of Dial-up that uses terminal adapters instead of modems.
  1185.  
  1186. Why is ISDN better than dial-up?
  1187. Because it runs faster, and it is digital instead of analog. Meaning, you could browse the internet and make a phone call at the same time.
  1188.  
  1189. Who uses ISDN today?
  1190. People who do voiceovers.
  1191.  
  1192. How do we typically connect to the internet?
  1193. With a Broadband or Always-On connection.
  1194.  
  1195. What is Digital Subscriber Line (DSL)?
  1196. Earliest version of broadband that uses a phone line to provide a digital service.
  1197.  
  1198. What does an Asymmetric internet speed mean?
  1199. Upload speed is slower than download speed.
  1200.  
  1201. What does a Symmetric internet speed mean?
  1202. Upload speed matches download speed.
  1203.  
  1204. What is a Modem?
  1205. A Dial-up equipment that provided internet.
  1206.  
  1207. Point-to-Point Protocol Over Ethernet (PPPoE)?
  1208. A connection type used by DSL.
  1209.  
  1210. What is Data Over Cable Service Interface Specification (DOCSIS)?
  1211. A protocol used by cable to provide TV channels and internet connections.
  1212.  
  1213. What type of internet protocol gives people out in unpopulated area access to the internet?
  1214. Satellite/802.11.
  1215.  
  1216. Why is satellite not the best when it comes to providing internet?
  1217. It has latency.
  1218.  
  1219. What is File Transfer Protocol (FTP)?
  1220. An old way of moving files from one pc to another.
  1221.  
  1222. What is Active mode FTP?
  1223. A traditional FTP mode that uses port 21 to send and port 20 to receive files.
  1224.  
  1225. What is Passive mode FTP?
  1226. An FTP mode where everything is conducted on port 21.
  1227.  
  1228. Which is faster active or passive mode FTP?
  1229. Active mode FTP.
  1230.  
  1231. Does Active or Passive mode FTP provide more security?
  1232. Active mode because it uses two different ports.
  1233.  
  1234. What is Port Triggering?
  1235. A technology that allows a router to receive a file from a different port than was originally used to send (Active mode).
  1236.  
  1237. What is Simple Mail Transfer Protocol (SMTP)?
  1238. A protocol used to send e-mail. Sometimes needs to be configured.
  1239.  
  1240. What is Post Office Protocol (POP)?
  1241. A protocol used to receive e-mail.
  1242.  
  1243. What is Instant Message Access Protocol (IMAP)?
  1244. A more advance version of POP that is used to receive e-mail.
  1245.  
  1246. What e-mail receiving protocol is widely used today?
  1247. IMAP.
  1248.  
  1249. What is a Proxy Server?
  1250. A configured server (computer) that can be used for firewalling, filtering websites, and caching webpages for quick access.
  1251.  
  1252. What is a VPN?
  1253. An encrypted connection over the Internet from a device to a network.
  1254.  
  1255. What is a VPN tunnel used for?
  1256. To connect to the desired location.
  1257.  
  1258. What are the VPN Protocol Names?
  1259. PPTP, LPTP, and IPsec.
  1260.  
  1261. What is Split Tunneling?
  1262. A feature in DIY VPN servers that causes a lot of delay. Not an issue with third party VPN providers.
  1263.  
  1264. What can be used to connect to a VPN server?
  1265. A VPN client.
  1266.  
  1267. What does Internet of Things (IoT) mean?
  1268. Giving internet capabilities to things that are generally not associated with the internet.
  1269.  
  1270. Which wireless protocols are used to talk to wireless capable devices like LED lightbulbs and thermostats?
  1271. 802.11, Z-Wave, and Zigbee.
  1272.  
  1273. Internet of Things (IoT) generally require what?
  1274. A hub.
  1275.  
  1276. Which services can add voice capabilities to IoTs?
  1277. Siri, Alexa, and Google Home.
  1278.  
  1279. What is a Virtual Machine?
  1280. A virtual computer that operates within an actual computer.
  1281.  
  1282. What is Virtualization?
  1283. Allocating portions of a current system to form a new separate system.
  1284.  
  1285. What is Emulation?
  1286. Pretending to have hardware that isn't there.
  1287.  
  1288. What is a Hypervisor?
  1289. The host of the virtual operating system.
  1290.  
  1291. What is the difference between a Type 1 and a Type 2 Hypervisor?
  1292. A Type 1 Hypervisor does not require a previously installed operating system (it runs like an OS itself). A Type 2 Hypervisor requires a previously installed operating system.
  1293.  
  1294. What are some examples of a Type 1 Hypervisor?
  1295. VMware ESXi, Microsoft Hyper-V, KVM, etc...
  1296.  
  1297. What are some examples of a Type 2 Hypervisor?
  1298. VirtualBox.
  1299.  
  1300. What can virtual machines also be used for?
  1301. To create virtual networks and routers.
  1302.  
  1303. What is a virtual hard drive?
  1304. A "fake" hard drive used by virtual machines.
  1305.  
  1306. What can be used to create a virtual router in virtual machines?
  1307. Network Address Translation (NAT).
  1308.  
  1309. What is the difference between NAT and NAT network?
  1310. NAT support 1 virtual machine, and NAT network can support multiple virtual machines.
  1311.  
  1312. What does a bridge network do?
  1313. Connects the virtual machine to the same network as the host machine.
  1314.  
  1315. What is the concept of a Cloud?
  1316. An "invisible" computer.
  1317.  
  1318. What is Rapid Elasticity?
  1319. A term used for scaling resources based on demand.
  1320.  
  1321. What does on-demand allow?
  1322. The ability to clone multiple virtual machines as a way of meeting seasonal demand (like during NFL season).
  1323.  
  1324. What is Resource Pooling?
  1325. The process of assigning a system with multiple VM a specific task.
  1326.  
  1327. What is Infrastructure as a Service (IaaS)?
  1328. A service that moves network tasks such as firewalls into the cloud.
  1329.  
  1330. What is Platform as a Service (PaaS)?
  1331. A service that moves machines into the Cloud, allowing a user or business to focus on apps.
  1332.  
  1333. What is Software as a Service (SaaS)?
  1334. A service that moves apps such as Google Docs into the Cloud.
  1335.  
  1336. Who owns and use private Clouds?
  1337. Single organizations.
  1338.  
  1339. What are some characteristics of public Clouds?
  1340. They are privately owned, but they are available for public use.
  1341.  
  1342. Hybrid clouds have what?
  1343. Characteristics of both public and private Clouds.
  1344.  
  1345. Community clouds are owned by who?
  1346. Multiple organizations for their own private use.
  1347.  
  1348. What are some examples of Cloud Storage?
  1349. iCloud, OneDrive, Google Drive, etc...
  1350.  
  1351. What does Cloud Storage enable access to?
  1352. Synchronized saved files from any device.
  1353.  
  1354. What does Virtual Application Streaming allow access to?
  1355. Apps without having to install them locally.
  1356.  
  1357. What can cable locks be used to do?
  1358. To prevent a laptop from being moved from a specific area.
  1359.  
  1360. What is a Docking Station?
  1361. A connector on a laptop that allows the laptop to be turned into a desktop.
  1362.  
  1363. What is a Port Replicator?
  1364. A third party solution that can turn a laptop into an unofficial docking station.
  1365.  
  1366. It is often cheaper to get laptop parts from where as opposed to official vendors?
  1367. Third party websites like eBay.
  1368.  
  1369. What is a Mini PCIe (express) slot?
  1370. A laptop expansion slot that allows for expansion devices like wifi cards.
  1371.  
  1372. Where do wireless antennas route in laptop?
  1373. Into the monitor display.
  1374.  
  1375. A laptop monitor is known as what?
  1376. A sealed system.
  1377.  
  1378. What is a characteristic of a sealed system?
  1379. They are difficult to fix.
  1380.  
  1381. What tools are essential for monitor repairing?
  1382. Spudgers and heat guns.
  1383.  
  1384. What operating systems do Global Positioning Systems (GPS) run?
  1385. Cut down version of Linux.
  1386.  
  1387. Mobile devices are also known as what?
  1388. Sealed devices with fixed components.
  1389.  
  1390. What are some examples of mobile devices?
  1391. Smartphones, tablets, wearables, GPS systems, and etc...
  1392.  
  1393. Infrared (IR) gives mobile devices the ability to do what?
  1394. Become remote controls.
  1395.  
  1396. What are some limitations of IR?
  1397. Requires a direct line of sight, and it operates at a relatively low speed.
  1398.  
  1399. What does tethering imply?
  1400. A physical connection with a cable.
  1401.  
  1402. How many internet connection does tethering allow?
  1403. 1 connection.
  1404.  
  1405. How many wireless internet connection does hotspot allow?
  1406. Multiple.
  1407.  
  1408. Turning on airplane mode disables what?
  1409. All features that require radio waves.
  1410.  
  1411. What do all IOS devices require?
  1412. An iCloud account.
  1413.  
  1414. All android phones are associated with what?
  1415. A google account that is logged in during the setup process.
  1416.  
  1417. What is the difference between Virtual Reality (VR) and Augmented Reality (AR)?
  1418. With AR, we see the real world with virtual objects placed within it. With VR, everything is virtual.
  1419.  
  1420. What tracks head movement in VR?
  1421. A VR headset.
  1422.  
  1423. What is Code division multiple access (CDMA)?
  1424. A type of phone that does not come with a SIM card. This means that their firmware often need to be updated.
  1425.  
  1426. What is Preferred Roaming List (PRL)?
  1427. An issue on CDMA devices that occurs due to outdated firmware.
  1428.  
  1429. What are some symptoms of PRL?
  1430. Slow calls, texts, etc...
  1431.  
  1432. What is Global System for Mobile Communication (GSM)?
  1433. A type of phone that comes with a SIM card.
  1434.  
  1435. What is International Mobile Subscriber Identity (IMSI)?
  1436. A number that has information about a sim. (Built into a SIM).
  1437.  
  1438. International Mobile Equipment Identity (IMEI)?
  1439. A number that has information about a phone. (Built into the phone).
  1440.  
  1441. What are the three steps to keep in mind when setting up a VPN?
  1442. 1. Give it a name. 2. Set up the type of VPN. 3. Know the server IP address.
  1443.  
  1444. What terms are associated with e-mail encryption?
  1445. SSL and STARTTLS.
  1446.  
  1447. What is Secure/ Multipurpose Internet Mail Extensions (S/MIME)?
  1448. An old form of encryption that Takes a binary file and turns it into an ASCII code.
  1449.  
  1450. What is Synchronization?
  1451. A process (predates the cloud) whereby a file is transferred somewhere else in real time in order to make them the same.
  1452.  
  1453. What does Synchronize to the desktop mean?
  1454. A process of copying files from one device to a desktop. Ex: iTunes.
  1455.  
  1456. What does Synchronize to automobiles mean?
  1457. A process of copying files from one devices to an automobile through Bluetooth.
  1458.  
  1459. What does Synchronize to the cloud mean?
  1460. A process of copying files from one device to the cloud. Ex: Google Drive, iCloud.
  1461.  
  1462. What is a Photosensitive Drum?
  1463. A part of a laser printer that allows an image to be transferred onto paper via electric charge.
  1464.  
  1465. What are the Steps to Laser Printing?
  1466. 1. Processing. 2. Charging. 3. Exposing. 4. Developing. 5. Transferring. 6. Fusing. 7. Cleaning. (PCEDTFC).
  1467.  
  1468. What happens during the Processing stage in Laser Printing?
  1469. Print job is stored on memory.
  1470.  
  1471. What happens during the Charging stage in Laser Printing?
  1472. Negative charges are placed.
  1473.  
  1474. What happens during the Exposing stage in Laser Printing?
  1475. Laser writes text on photosensitive drum (reduces charge).
  1476.  
  1477. What happens during the Developing stage in Laser Printing?
  1478. Toner puts ink on photosensitive drum.
  1479.  
  1480. What happens during the Transferring stage in Laser Printing?
  1481. Photosensitive drum slams on paper (imprinting ink).
  1482.  
  1483. What happens during the Fusing stage in Laser Printing?
  1484. Fusing assembly presses the ink into the paper.
  1485.  
  1486. What happens during the Cleaning stage in Laser Printing?
  1487. Scraper cleans residual ink on the paper.
  1488.  
  1489. What happens when printing color with laser printers?
  1490. Each color puts some ink on the transfer belt.
  1491.  
  1492. What can be done to help laser printers to continue to work well?
  1493. Maintenance kits and replacing toner cartridges.
  1494.  
  1495. What is Calibration?
  1496. A process that gives laser and inkjet printers the ability to fix ink-related issues.
  1497.  
  1498. What does the term Cleaning heads mean?
  1499. A process found on inkjet printers that fixes clogged cartridges.
  1500.  
  1501. When do clear jams occur?
  1502. when paper gets jammed during the printing process.
  1503.  
  1504. What are Impact (dot matrix) Printers?
  1505. Very old type of printer that uses print heads ribbon cartridges, and tractor feed paper.
  1506.  
  1507. What process is not required with impact printers?
  1508. Heating process.
  1509.  
  1510. What is a Thermal printer?
  1511. A type of printer that uses thermally sensitive paper that changes colors when exposed to heat.
  1512.  
  1513. What are the two parts of a Thermal printer?
  1514. Feed assembly and Heating element.
  1515.  
  1516. How do you maintain a Thermal printer?
  1517. Clean heating element, remove debris, and replace paper.
  1518.  
  1519. What is a Spooler?
  1520. Printing software that stores upcoming print jobs.
  1521.  
  1522. What is Collate?
  1523. A type of feature found in printers that organizes printed papers.
  1524.  
  1525. What is Duplex?
  1526. A type of feature found in printers that allow both sides of a paper to be printed on.
  1527.  
  1528. What type of users can cancel or pause print jobs?
  1529. Users with administrative accounts.
  1530.  
  1531. What are Virtual Printers?
  1532. "Fake printers" that can create file types like .pdf and send documents to locations like OneNote.
  1533.  
  1534. Printers can also be configured to be able to do what?
  1535. Be shared by other devices like laptops.
  1536.  
  1537. What protocol allows printers to broadcast themselves?
  1538. Mac: SLP. Windows: LLDP.
  1539.  
  1540. What does Zeroconf (Windows) and Bonjour (Mac) allow?
  1541. Printers to automatically configure themselves.
  1542.  
  1543. What does Cloud printing (Google cloud printing) allow?
  1544. Allows users to configure a printer to a Google account. This allows the user the ability to print from any location.
  1545.  
  1546. What type of printer commonly get low memory errors?
  1547. Laser printers.
  1548.  
  1549. What might be the cause of garbled characters on printers?
  1550. Bad or corrupted printer drivers.
  1551.  
  1552. What might be the cause of Vertical lines on printed page?
  1553. Debris on the roller of a laser printer.
  1554.  
  1555. What might be the cause of Faded prints or Streaks?
  1556. Clogged ink.
  1557.  
  1558. What might be the cause of Ghost images?
  1559. No cleaning is occurring after printing.
  1560.  
  1561. What might be the cause of creased paper?
  1562. Defective pickup roller.
  1563.  
  1564. What is a Filament?
  1565. A material that creates the 3D printed object. Ex: Plastic (PLA).
  1566.  
  1567. 3D printers use what type of file?
  1568. An STL (slice) file.
  1569.  
  1570. What are some ways to make your PC less vulnerable to threats?
  1571. 1. Patch your system through updates. 2. Run anti-malware. 3. Run a host-based firewall. 4. Install intrusion detection and prevention systems.
  1572.  
  1573. What is an Intrusion Detection System (IDS)?
  1574. Box or software that monitors what is going on on the network. Notifies when there is a problem (old technology).
  1575.  
  1576. What is an Intrusion Prevention System (IPS)?
  1577. Box or software that reports and disable ports when there is a security problem (new technology).
  1578.  
  1579. What is Endpoint management?
  1580. A central system that looks for intrusions and makes sure security softwares are up to date.
  1581.  
  1582. What is a Unified Threat Management (UTM)?
  1583. A security service that is packed and sold.
Add Comment
Please, Sign In to add comment