DRAG DROP -
Refer to the exhibit. Drag and drop the networking parameters from the left onto the correct values on the right.
Select and Place:
DRAG DROP -
Refer to the exhibit. Drag and drop the networking parameters from the left onto the correct values on the right.
Select and Place:
The ג€ip routeג€ and ג€ip addr show eth1ג€ are Linux commands.
ג€¢ ג€ip routeג€: display the routing table
ג€¢ ג€ip addr show eth1ג€: get depth information (only on eth1 interface) about your network interfaces like IP Address, MAC Address information
- default gateway = 192.168.1.193 - host IP address = 192.168.1.200 - NIC MAC address = 00:0C:22:83:79:A3 - NIC vendor OUI = 00:OC:22 - subnet mask = 255.255.255.192
How do you tell the difference between the host ip and default gateway in this question???
The "ip route" command tells us the default gateway whereas the "ip addr show" command shows us the configs of the interface. Both commands are used on a host. So the ip of the host's interface is the host ip.
Thank you! i had same question.
via something , means this thing is the gateway
Given anaswers are correct
given answers are correct
Correct