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?

A

sN

17
Q

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

A

pMsN

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?

A

-br

22
Q

What do link local IPv6 multicast addresses start with?

A

ff02::/8

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
Q

What command is used to view device and address information?

A

ip addr show <interface></interface>

26
Q

What command is used to show statistics about network performance?

A

ip -s link show <interface></interface>

27
Q

What is the IPv6 version of ping?

A

ping6 <IPv6></IPv6>

28
Q

What command can you use to find other IPv6 nodes on the local network?

A

ping6 ff02::1%<Interface></Interface>

29
Q

What command shows routing information?

A

ip route

30
Q

What command shows the IPv6 routing table?

A

ip -6 route

31
Q

What commands are used to trace network traffic path to reach a remote host through several routers?

A

traceroute or tracepath user@remotehost

32
Q

What command are used to trace IPv6 network traffic path to reach a remote host through serveral routers?

A

tracepath6 / traceroute -6

33
Q

What file lists names for standard ports?

A

/etc/services

34
Q

What command similar to netstat displays socket statistics?

A

ss

35
Q

What option with ss displays the lsitening TCP sockets on the local system?

A

-lt