Ch 3: Addressing on Networks Flashcards
At the Transport layer of the OSI, what is used to find and communicate with a particular application running on a host?
port numbers
With a FQDN of ftp1.dallas.mycompany.com, what part is the domain name?
mycompany.com
How can you determine the manufacturer of a NIC card based on the MAC address?
The first 24 bits, known as the Organizationally Unique Identifier, identify the manufacturer.
What command can you utilize to display TCP/IP configuration information for each network adapter installed?
ipconfig /all
Which of the following IP addresses would be a loopback IP address?
127.0.0.1
What text editor can be used on Linux to view and edit the contents of a configuration file?
vim
On a Linux-based system, what command can be used to display TCP/IP information associated with every interface on the system?
ifconfig -a
Which of the following IPv6 addresses represents a global unicast address?
2000::/3
Which of the following protocols is used as a signaling protocol for the initial connection between hosts, but does not participate in data transfer during the session?
SIP
“The Session Initiation Protocol (SIP) is a signaling protocol used for initiating, maintaining, and terminating real-time sessions that include voice, video and messaging applications.”
Source: https://en.wikipedia.org/wiki/Session_Initiation_Protocol#:~:text=SIP%20clients%20typically%20use%20TCP,Transport%20Layer%20Security%20(TLS).
What is by far the most popular DNS server software available?
BIND
Your supervisor has asked you to configure a new prototype network with a dual stack configuration. What does this mean?
Both IPv4 and IPv6 protocols will be used on the network.
What utility is used to verify that TCP/IP installed, bound to the NIC, configured correctly, and communicating with the network?
ping
You are troubleshooting a network issue on a client computer and discover that the network card has an IP address of 169.254.196.200. What does this mean?
The computer is configured to use DHCP, but was unable to lease an address.
What part of a MAC address serves as the extension identifier, or device ID?
The last 24 bits of the MAC address.
In the classful addressing scheme, what range of network addresses is considered a Class B?
128.0.x.y to 191.255.x.y