Linux Networking Flashcards

1
Q

Internet Control Message Protocol

A

Intended for networking equipment, routers, switches, firewalls, etc. for messages between. Often to query network device for available devices.
Ex: ping, traceroute

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

IP Class ranges

A

RFC 1918

A B C D E

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

Class A IP Range

A

Only 1 Contiguous Network
Range: 1-128
#hosts: 16,777,214
Mask: 255.0.0.0/8

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

Class B IP Range

A

16 Contiguous Networks
Range: 128-191
#hosts: 65,534
Mask: 255.255.0.0/16

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

Class C IP Range

A

256 Contiguous Networks
Range: 192-223
#hosts: 254
Mask: 255.255.255.0/24

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

Class D IP Range

A
Range: 224-239
#hosts: Multicast (not host)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Class E IP Range

A
Range: 240-254
#hosts: future use and research.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Network Mask

A

Logical network (subnet). For Class A,B,C

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

Private IP Address Range

A

Prevents need for every host to have IP Address from central authority, but not publicly routable.

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

Private IP Address Ranges

A
  1. 0.0.0 - 10.255.255.255. MaxHosts=16777216 CIDR=10.0.0.0/8
  2. 16.0.0 - 172.31.255.255 MaxHosts=1048576 CIDR=172.16.0.0/12
  3. 169.0.0 - 192.168.255.255 MaxHosts=65536 CIDR=192.168.0.0/16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Network Gateway

A

Destination where network traffic goes that has no matching route not intended for local network

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

Broadcast Address

A

IP Address needed to broadcast to all hosts on network. Ends with last octet containing 255.
Ex: 192.168.0.255 broadcast add. For 192.168.0.0/24

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

/etc/services

A

File containing long list of network services, port info, and protocol.

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