Skip to content

Check On learning

--- primaryColor: steelblue shuffleQuestions: false shuffleAnswers: true --- ### LSA 6-1: In an ethernet header, what is the SECOND address you would see? - [ ] Destination MAC - [ ] Destination IP - [x] Source MAC - [ ] Source IP ### LSA 6-2 What either type does the hexidecimal number '0x86DD' represent? - [ ] IPV4 - [x] IPV6 - [ ] ARP - [ ] VLAN-tagged frame ### LSA 6-3 What is used to detect errors in the frame that might be caused by transmission errors? A. [x] CRC B. [ ] RTP C. [ ] TCP D. [ ] FCoE ### LSA 6-4 Which flag would be turned on in the TCP Segment Header if it is the last packet sent from the sender? - [x] FIN - [ ] PSH - [ ] ACK - [ ] URG ### LSA 7-1 ***(TRUE or FALSE)*** The primary goal of defensive packet analysis is to detect and mitiage security threats in real time. - [ ] False - [x] True ### LSA 7-2 What mechanism does IPv6 utilize to autamattically comfigure the devices address? - [ ] NDP - [ ] DAD - [X] SLAAC - [ ] DHCP ### LSA 7-3 IPv6 enables the selection of optimal paths for packet transmission. This can allow hackers to perform which of the following? - [ ] Node-hopping - [X] Tresspassing - [ ] MITM - [ ] Infilration ### LSA 4-2 By "signing" a digital document with your private key, this provides which of the following? - [ ] Discretion - [X] Authentication - [ ] Integrity - [ ] Confidentiality ### LSA 5-1 ***(TRUE of FALSE)*** TLS is the industry standard for providing secure communications over a computer network. - [x] True - [ ] False ### LSA 5-2 Who initiates the SSL/TLS handshake? - [ ] Server - [ ] Certificate Authority - [ ] Access Point - [x] Client ### LSA 6-1 PGP utilizes which type of encryption? - [ ] Symmetric - [ ] Assymetric - [x] Both - [ ] Please, don't pick this one. ### LSA 6-2 If you recieved a digital document that was encrypted using GNU Privacy Guard, what command would you first need to run in order to decrypt the file? - [ ] `gpg --encrypt --recipient recipient@example.com message.txt` - [ ] `gpg --decrypt encrypted_message.txt` - [X] `gpg --import ` - [ ] `pgp --import `