Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q.4) or X: 1. Static ARP entries tend to be more problematic than dynamic entries. 2. ipconfig commands can be used to release and renew
Q.4) or X: 1. Static ARP entries tend to be more problematic than dynamic entries. 2. ipconfig commands can be used to release and renew an DHCP lease for IPv4. 3. ipconfig /all will display information about DNS server's IP address and the computer's MAC address. 4. When you issue ipconfig on a computer with two NICs, it will display information about all IP addresses attached to both NIC. 5. netstat lists source and destination IP addresses and port numbers for all open IP-based sessions. 6. ping command use ICMP protocol. 7. nslookup, host, and dig all are commands that can be used to resolve an IP address of a domain name. 8. The UNIX ifconfig command is most similar to the Windows ipconfig 9. The UNIX netstat command serves the same basic purpose of the Windows netstat command. 10. unlike the Windows ping command, the UNIX ping command sends continuous pings. Q.5) Choose the correct answer: 1. Consider the following output: C:\> arp-a Interface: 172.16.202.128 Oxb Internet Address Physical Address 172.16.202.2 00-50-56-fd-65-2c 172.16.202.255 ff-ff-ff-ff-ff-ff 224.0.0.22 01-00-5e-00-00-16 224.0.0.252 01-00-5 -00-fc 255.255.255.255 ff-ff-ff-ff-ff-ff Type dynamic static static static static What is the MAC address corresponding to the IP address of 172.16.202.2? a. ff-ff-ff-ff-ff-ff b. 00-50-56-fd-65-2c c. 01-00-5e-00-00-16 d. 01-00-5e-00-00-fc 2. What option would you specify after the ipconfig command to display the IP address of a Windows PC's DNS server? a. No option is needed because the ipconfig displays DNS server information by default. b. /full c./fqdn d. /all 3. Which of the following Windows commands enables you to display NetBIOS over TCP/IP information? a. route b. nbtstat c. dig d. netstat 4. What protocol is used by the ping command? a. IGMP b. PIM . ICMP d. RTP 5. Which of the following commands would you issue on a UNIX host to send five ICMP echo messages to a device with an IP address of 10.1.1.1? a. ping 10.1.1.1 (No options are required because five is the default number of pings.) b. ping -c 5 10.1.1.1 c. ping -t 5 10.1.1.1 d. ping 10.1.1.1 -t 5 6. What command produced the following snippet of output? OUTPUT OMITTED... ii global options: +cmd ii Got answer: ii ->>HEADER mtu 16384 inet 127.0.0.1 netmask Oxff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet6 fd4e:f9d5:c34e:acd1:5a55:caff:fefa:1551 prefixlen 128 gifo: flags=8010 mtu 1280 stfo: flags=0> mtu 1280 eno: flags=8863 mtu 1500 ether 58:55:ca:fa:15:51 inet6 fe80::5a55:caff:fefa:1551%eno prefixlen 64 scopeid 0x4 inet 192.168.1.245 netmask Oxffffffoo broadcast 192.168.1.255 media: autoselect status: active OUTPUT OMITTED... a. ifconfig b. ipconfig c. ipconfig /all d. ifconfig /all
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started