Manage Networking Flashcards

1
Q

When validating network configuration which command located the interface name associated with the MAC address?

A

ip link

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

What command is used to display ip address and netmask for all interfaces?

A

ip -br addr

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

What command is used to display the route information?

A

ip route

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

What command is used to display that the router is accessible?

A

ping -c3 <ip></ip>

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

What are the 4 layers of the TCP/IP model in sequence?

A

Application, Transport, Internet, Link

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

How many bits are IPv4 addresses?

A

32

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

How many bits are IPv6 addresses?

A

128

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

What are two things needed to communicate on an IP network?

A

IP Address and Subnet Mask

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

What optional component performs name resolution?

A

dns server

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

What two portions make up a IPv6 address?

A

Network Part, and Interface ID

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

What command is used to manage network settings and devices?

A

nmcli

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

What do Ethernet interfaces begin with?

A

en

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

What do WLAN interfaces begin with?

A

wl

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

What do WWAN interfaces begin with?

A

ww

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

What interface name indicates an on-board device?

A

oN

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

What interface indicates a PCI hotplug slot?

17
Q

What indicates a PCI device on bus M in slot N?

18
Q

What is persistent naming?

A

After setting the name of a network interface on a system, the name remains the same no matter what.

19
Q

What is a network gateway used for?

A

Connects different networks.

20
Q

What command is used to retrieve the link-local IPv6 address?

A

ip addr show dev eth0

21
Q

What option provides a brief listing for IPv4 and IPv6 addresses only?

22
Q

What do link local IPv6 multicast addresses start with?

23
Q

Where are static entries placed for hostnames?

A

/etc/hosts

24
Q

What command lists all available network interfaces on a system?

A

ip link show

25
What command is used to view device and address information?
ip addr show
26
What command is used to show statistics about network performance?
ip -s link show
27
What is the IPv6 version of ping?
ping6
28
What command can you use to find other IPv6 nodes on the local network?
ping6 ff02::1%
29
What command shows routing information?
ip route
30
What command shows the IPv6 routing table?
ip -6 route
31
What commands are used to trace network traffic path to reach a remote host through several routers?
traceroute or tracepath user@remotehost
32
What command are used to trace IPv6 network traffic path to reach a remote host through serveral routers?
tracepath6 / traceroute -6
33
What file lists names for standard ports?
/etc/services
34
What command similar to netstat displays socket statistics?
ss
35
What option with ss displays the lsitening TCP sockets on the local system?
-lt