Answer 2)
dig www.cs.csub.edu command will find the IP address for the given domain name and returns the IP address. Along with that it also provides listed nameservers and information about them in the authority and additional section respectively.
dig soa www.cs.csub.edu command will return the start of authority information for the domain name.DNS records details for the respective domain name will be given by authority section. It will not give IP address but list any alias names and omission will happen if there is no domain name.
Answer 3)
Option no.a will find the start of the authority record. As one cannot use IP address directly by default while using dig and option a specifies the address in proper notation.
Answer 4)
It regards issue with looking up the domain name ftp.foo.com. To investigate the problem, first we should use dig to see if IP address is listed or not. If the IP address for the domain name is missing then you should get a dig response with an authority section for the root domain which indicates whether foo.com existed. If dig does not have any of this information that means the nameservers are down. Namesevers can be checked by pinging.
If dig does respond with authority section for foo.com, then check foo.com nameservers. It can be done by using foo.com or whois foo.com. Now, ping the nameservers and if they are still down then retry it later. If all nameservers are up and problem still persists then it is an invalid domain name.
Answer 5)
In this case, DNS is working properly, we have successfully got the IP address for ftp.foo.com but we are timing out connecting to the IP address.
The cause of this issue is routing issues or any kind of interference connecting to FTP port. These interference can be because of no FTP service running in the machine, firewall blocking connection to the FTP port. Sometimes it also because of the traffic in the server.
Routing issues can be investigated by using ping and traceroute to check if server is up and to check the route from you to server respectively.
2. The dig command can be used to obtain information from the DNS records for a...
CST 2400 Assignment Question 1: In a client-server based network, the host is trying to connect to the remote host but is not making an active connection which means the connection has timed out. Specifically, the user uses the telnet command to send a packet to a specific address, but no hosts are responding. Assume that the user from the local TCP/IP host issued the following command: # telnet hostname telnet ....... connection timed out Please diagnose the network connection...
1.DNS can not work if the hostnames are not hierarchal? Explain? 2. Give two scenarios where DNS protocols (from two hosts) gets two different IP address for the same hostname. 3. If you have a 100% reliable network layer, should you use TCP or UDP at the Transport layer? Explain your answer? 4.Is it is possible for an application on top of UDP to have a reliable data transfer? Explain? 5.Suppose that a Web server runs in Host C on...
please give me clear picture Section 1: DNS nslookup The Domain Name System (DNS) translates hostnames to IP addresses, fulfilling a critical role in the Internet infrastructure. In this lab, we’ll take a closer look at the client side of DNS. Recall that the client’s role in the DNS is relatively simple – a client sends a query to its local DNS server, and receives a response back. Much can go on “under the covers,” invisible to the DNS clients,...
1) Is this DNS message
a query or response?
2) What is the port number used to send the DNS query?
3) How many Answer RRs? (2 point) Please describe what they
are?
IP, UDP and DNS 1... ....... Please check the screenshot below and give a short answer for the following questions. > Internet Protocol Version 4, Src: 168.26.188.11, Dst: 168.27.170.110 > User Datagram Protocol, Src Port: 53, Dst Port: 55706 Domain Name System (response) [Request Tn: 2101 [Time:...
Cyber Security EXERCISE 1: One very simple tool to figure out if a “host” (any device with an address on a network) is turned on and communicating over the network is “PING.” Of course, system administrators can prevent hosts from responding to pings. DO: Check out the website: In Kali, open up the browser (Iceweasel). In the address bar type the URL http://www.foo.com to notice that there is a site configured with that domain. Open up the command line on...
Six Which of the following options can be used to configure TCP/IP? (Choose all that apply.) APIPA DHCP DNS Static IP addressing You need to install a new Windows 10 machine into Site A with a subnet mask of 255.255.255.224. Which TCP/IP address can you assign to the new Windows 10 machine as a valid host address? 192.168.2.63 Which subnet mask would you utilize if you had a class C network and you wanted to connect 23 branch offices back...
ANSWER NETWORKS QUESTIONS (MCQS AND CALCULATIONS) QUESTIONS ( 11 - 20) QUESTION 11 1. Consider the following excerpt from a simple server side UDP program: Server.py from socket import * sName=’127.0.0.1’ sSocket=socket(AF_INET,SOCK_DGRAM) sSocket.bind((sName, 12005)) while True: msg, cAddr =sSocket.recvfrom(2048) newMsg = msg.decode().lower() sSocket.sendto(*********************) What code could be used to replace the **********’s in line 8? newMsg.encode(), cAddr newMsg.encode() msg.encode(), cAddr msg.encode() none of the above 1 points QUESTION 12 For a client to obtain an IP address from the local...
Project 4-3: In the following steps, you will learn more about the PING (Packet Internet Grouper) utility, which can be used on a network running IPv4 to verify that TCP/IP is configured correctly and communicating with the network. A ping test is typically the first thing network professionals try when troubleshooting a TCP/IP connection problem. For this project, you can use any type of workstation that's running TCP/IPv4, preferably one connected to the Internet. The output described in the following...
on calculations can i see how did the expect come to the solution ,all the workout should be included QUESTION 1 A file of size F = 8 Gbits needs to be distributed to10 peers. Suppose the server has an upload rate of u = 68 Mbps, and that the 10 peers have upload rates of: u1 = 20 Mbps, u2 = 22 Mbps, u3 = 12 Mbps, u4 = 19 Mbps, u5 = 25 Mbps, u6 = 24 Mbps,...
1. Which of the following protocols is used by a client to send an email message? a. HTTP SMTP b. FTP d. RDP 2. What is the most common network topology today? a/Star c. Hub Ring d. Mesh 3. A client/server network is the simplest network model. a/ True O False 4. Which client server application allows an administrator to control a remote computer, but does not encrypt or secure the communication between client and server? A Telnet C. Remote...