Ch.4 Your Computer on the Network Flashcards

1
Q

What does the “host” command do ?

A

Finds the IP address of a domain name

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

How to use “host” cmd ?

A

host domain_name
ex: host wgu.edu

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

What does the “dig” command do ?

A

Returns more detailed information about domains

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

How to use “dig” cmd ?

A

dig domain_name

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

What is a “socket” ?

A

communication endpoint for two programs talking to each other.

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

What does a “Unix socket” do ?

A

Which connect processes running on the same device.

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

What does a UDP (User Datagram Protocol) Socket do ?

A

connect applications using a protocol which is fast but not resilient.

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

What does a TCP (Transmission Control Protocol) Socket do ?

A

connects apps more reliabley than UDP sockets and, for example, confirm the receipt of data

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

What does the “ss” command do ?

A

allows an administrator to investigate all of the sockets on a Linux computer

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

What does “ss -4” and “ss - 6” do ?

A

filter between ipv6 and ipv4 protocols

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

What is a MAC Media Access Control Addresses address ?

A

used to identify individual devices in a local network

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

What is the command to display network interfaces and MAC addresses ?

A

“ip link show”

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

What are IP addresses and why are they needed ?

A

globally unique addresses are needed in order to implement routing across multiple link layers

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

How many bits are the IPV4 addresses ?

A

IPv4 addresses are 32 bits

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