Phase 1 - NET100-1 | Configure NICs Flashcards
What does NIC stand for?
Network Interface Card
What does MAC stand for?
Media Access Control
The loopback address is a very important address for computer communications. Which of the following is a loopback address?
127.0.0.1
What doe the ping command do?
Verifies connectivity between two systems using the ICMP protocol
Which of the following is a valid IPv4 address?
192.168.10.50
Which of the following would give 1 ping only to he specified address?
ping -c 1 192.168.10.50
You use the cat command on an /etc/hosts files and see the following entry:
127.0.0.1 google.com
What will happen if you ping google.com?
You will get a successful ping result, but it will be coming from the local computer.
What is the decimal 192 in Hex? (Hint: Google is your friend!)
C0
192/16 = 12, remainder is 0 12/16 = 0, remainder is 12 (12 = C)
Going in reverse order –> C0
What is 0xFF in binary? (Hint: Google is your friend!)
1111 1111
F = 16 = 1111