Question

which of the following statements is not true for local DNS servers? Option: A local DNS...

  1. which of the following statements is not true for local DNS servers?

Option:

  1. A local DNS server acts like a proxy.
  2. IPS often provide default name servers.
  3. A local DNS server provides authorization hostname to IP address mappings.
  4. A local DNS servers has a local cache to speed up.

  1. Which of the following is unlikely to be one of the transport layers services?

Option:

  1. Segmenting
  2. Reliable data transfer
  3. congestion control
  4. host-to-host communication

  1. What is the data unit exchanged in the transport layer?

Option:

  1. Datagrams
  2. Messages
  3. Segments
  4. Frames
  1. Which of the following fields cannot be found in the TCP header?

Option:

  1. Sequence number
  2. Source address
  3. Source port address
  4. Checksum
  1. What flag is used for connection setup in the TCP header?

Option:

  1. URG
  2. ACK
  3. SYN
  4. PSH
  1. which of the following statements would not be true for Go-back-N?

Option:

  1. The receiver discards out-of-order packets
  2. it is a pipelined protocol.
  3. if a timeout occurs, the sender resends all packets that have not yet been acknowledged.
  4. the receiver sends an ACK in case of receiving a packet with sequence number in the previous window.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. (i) There is nothing in common in DNS and Proxy servers. These both are different terms and defined separately. The default nameservers are provided at the time of domain registration along with an IP address. We also can change these later. A DNS server maps an IP address to its hostname, in local DNS server, the hostname is the name of the domain so it maps the hostname to IP address. A DNS server keeps tracking on the records made by a user on the server so it maintains a local cache for faster processing or we can say for a better speedup.


2. (iv) Transport layer provides process-to-process communication. Segmentation is done at the transport layer as data is sent into packets instead of data stream. The transport layer is responsible for Reliable data transfer and it also controls errors and congestion while sending a packet.

3. (iii) The data is sent in segments from one to another system via the transport layer. Datagrams and segments are data units in the transport layer. So I'm not pretty sure about it whether datagram or segments.

4. (iii) TCP header contains a sequence number, source, and destination addresses, acknowledge, header length, flag bits, window size, checksum, urgent pointer, and options. So Source port address can not be found in TCP header.

5. (iii) In TCP header 6 flag bits exist there as SYN(used for connection establishment or in three-way handshaking), ACK(used to acknowledge packets that are received by the host), FIN(to terminate the connection), RST(reset the whole communication), PSH(sending packets of maximum segment size).

6. (ii) Do-back-N is not a pipelined protocol, it is N to 1 protocol. In Go-back-N corrupted frames/packets are not accepted by the receiver and silently discarded by the receiver. In case of no acknowledgment from the receiver, the sender retransmits all the packets that are not being acknowledged. The receiver also sends the ACK in case of receiving a packet with different sequence numbers and windows.

Add a comment
Know the answer?
Add Answer to:
which of the following statements is not true for local DNS servers? Option: A local DNS...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • please give me clear picture Section 1: DNS nslookup The Domain Name System (DNS) translates hostnames...

    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,...

  • PLEASE HELP WITH THESE COMPUTER NETWORK QUESTIONS THESE INCLUDE MCQS AND CALCULATIONS With reference to the...

    PLEASE HELP WITH THESE COMPUTER NETWORK QUESTIONS THESE INCLUDE MCQS AND CALCULATIONS With reference to the Go-Back-N and Selective repeat protocols, what does the window value signify? The packets that have already been ACKed The packets sent but remain unACKed The sequence numbers available and not yet sent The sequence numbers of packets not yet available None of the above 1 points    QUESTION 2 Which of the following is NOT a component of the TCP congestion control algorithm? Slow...

  • ANSWER NETWORKS QUESTIONS (MCQS AND CALCULATIONS) QUESTIONS ( 11 - 20) QUESTION 11 1.     Consider the following...

    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...

  • TCP headers and segmentation (B) 10. Which of the following flelds in the UDP header Is...

    TCP headers and segmentation (B) 10. Which of the following flelds in the UDP header Is NOT found in the TCP header? source port destination port checksum length 11. The value of the acknowledgement field in a TCP segment defines Number of bytes to retransmit Number of bytes to receive Starting point of next bytes to receive in sequence Total number of bytes left 12. Suppose Host A sends one segment with sequence number 38 and 4 bytes of data...

  • 1. To which of the following subnets does IP address 225.3.2.22 belong? 225.3.2.0/24 225.3.2.22/24 225.2.3.0/24 225.0.0.0/24...

    1. To which of the following subnets does IP address 225.3.2.22 belong? 225.3.2.0/24 225.3.2.22/24 225.2.3.0/24 225.0.0.0/24 none of the above Question 2 On which of the following devices does the transport layer NOT run? laptop router cellphone A, B and C none of the above Question 3 What is the source address contained in the discover message sent by a host that is wanting to obtain an IP address? 255.255.255.255 0.0.0.0 the IP address of the server the last IP...

  • 1a) Which of the following statements is true? Running SSH on the Telnet port will now...

    1a) Which of the following statements is true? Running SSH on the Telnet port will now be sent across an unencrypted port. Despite the results of the scan, the service running on port 23 is actually Telnet and not SSH, and creates an additional vulnerability Running SSH on port 23 provides little additional security from running it on the standard port. Remote SSH connections will automatically default to the standard SSH port. The use of OpenSSH on its default secure...

  • Question 1 Which of the following statements about DDoS, reflector, and amplifier attacks is correct? Select...

    Question 1 Which of the following statements about DDoS, reflector, and amplifier attacks is correct? Select all that apply only 3 answers are correct. 1. DDoS attacks often include a network of compromised systems to form a botnet. 2. In reflector attacks, intermediary systems are often chosen to be high-capacity servers to generate high volume of response packets. 3. Both reflector and amplifier attacks require intermediaries with a spoofed source address of the attacker's machine. 4. Common services used in...

  • Six Which of the following options can be used to configure TCP/IP? (Choose all that apply.)...

    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...

  • Networks Hi guys. I need some assistance with a few questions below. 1. Which of the...

    Networks Hi guys. I need some assistance with a few questions below. 1. Which of the following is TRUE regarding a TCP 3-way handshake. a.   Consists of 3 segments being sent between 2 hosts       b.   Segments only carry data in the SYN, ACK and sequence number bits and bytes with no data       c.   No ACK is needed for the SYNACK received from the receiver       d.   A, B and C       e.   None of the above 2. Which...

  • Question 34 A TCP socket contain …………………… that uniquely identifies it on a network TCP ID...

    Question 34 A TCP socket contain …………………… that uniquely identifies it on a network TCP ID Port number UDP HTTP ( ) a ( ) b ( ) c ( ) d 2 points Question 35 Mail server port number is usually 8080 80 2525 25 ( ) a ( ) b ( ) c ( ) d 2 points Question 36 TCP Head length indicates ( ) The size of the segment ( ) The capacity of data that...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT