linux ch12 Flashcards
Home users can use a LAN, but not a WAN.
f
Class D addresses are used for multicasting.
t
SLIP is a newer technology than PPP.
f
Passwords used by the PPP daemon are stored in two files: /etc/ppp/pap-secrets and /etc/ppp/chap-secrets.
t
A route table is a list of TCP/IP networks that is stored in system memory.
t
The most common media access method used to send TCP/IP packets onto network media is called Token Ring.
f
Directed communication from one computer to another single computer using TCP/IP is referred to as a(n) unicast.
t
In an IP address, the host ID represents the network on which the computer is located.
f
The simplest method for mapping host names to IP addresses is by placing entries into the /etc/hosts file.
t
The ssh command has traditionally been used to obtain a command-line shell on remote Linux servers.
f
The most common LAN protocol used today is ____.
TCP/IP
Each octet in an IP address represents a(n) ____ binary number.
8-bit (not byte)
The IP addresses ____ and ____ are not allowed to be assigned to a host computer because they refer to all networks and all computers on all networks, respectively.
0.0.0.0; 255.255.255.255
The subnet mask for a Class B IP address is ____.
255.255.0.0
The subnet mask for a Class C IP address is ____.
255.255.255.0