Networking Flashcards

1
Q

Fixed DHCP

A

Computer get same IP every time it boots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dynamic DHCP

A

IP computer gets may be different each time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

iwlist command

A
  • Identify near by wireless networks
  • scan/scannig
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

iwconfig command

A

Connect / disconnect to specific networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ifconfig command

A
  • Bring up or shut down a specific network connection and associated IP/netmask to particular piece of network hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

route command

A

Adjust a computer’s routing table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

etc/resolv.conf

A

Config file that contains

  • IP of up to three DNS servers
  • Name of the computers internet domain
  • All other domains that should be searched when a user doesn’t put in a domain name from the host name.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

dhclient & dhcpcd command

A

Manage DHCP settings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ping command

A

as ping but will keep sending packets out (1perSecond) until interrupted with Ctrl+C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Linux major vulnerability?

A
  • Malicious actors breaking in and abusing server programs that are running 24/7
  • Important to not to run servers/services you do not need
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linux hardening

A
  • Turn off servers/services you do not need
  • Enable a firewall
  • Use good passwords
  • Be suspicious (phising & social engineering & more rare malware)
  • Keep software updated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Are all Linux distros capable of creating a network connection automatically?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

lo

A
  • Loopback interface
  • Exists even if there is no hardware network interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

/etc/hosts

A

contains a mapping of IP addresses to URLs**

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

host command

A

Used to find the IP address of a particular domain name or the domain name of a particular IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly