#Quiz 26

1 messages ยท Page 1 of 1 (latest)

twin moat
#

1. In Linux, what command is used to display the open network connections on a system?

a) netstat
b) ipconfig
c) ifconfig
d) tcpdump

2. Cybersecurity awareness is the responsibility of the IT department

a) True
b) False

3. In networking, what is the primary function of NAT (Network Address Translation)?
a) Blocking malicious websites
b) Mapping private IP addresses to a public IP address
c) Translating data from unencrypted protocols to encrypted ones
d) Authenticating network devices

spark tangle
#

|| A B B||

slim jolt
#

||

  1. A
  2. B
  3. B
    ||
dry niche
#
  1. A
  2. A (i will argue this one if wrong ๐Ÿ™‚ )
  3. B
twin moat
#

The answers are 1A, 2B, 3B!

1A
netstat will provide you a list of network connections amongst other info depending on the switches used. A common example, running as root, would be netstat -antp where a is show all sockets, n is disable DNS resolution, t is show TCP connections, and p is show the PID/service.

2B
The question was deliberately semi-ambiguously worded, but it inherently implies that it's the IT dept's responsibility only. Whilst we're humans and humans can occasionally make mistakes, it doesn't negate the onus of responsibility to ensure we're staying vigilant to prevent potential incidents from occurring. Cyber security isn't a technical problem, it's a people problem!

3B
NAT maps your internal private IP addresses (your internal laptops, mobile phones on your home networks etc) to your public one (e.g. your home router).

#

_ _
(and I of course welcome any fight talk from @dry niche ๐Ÿ˜…)

small belfry
#

||1) A, 2)A, 3)B||

twin moat