Question

1.DNS can not work if the hostnames are not hierarchal? Explain? 2. Give two scenarios where...

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 port 80. Suppose this Web server uses persistent connections and is currently receiving requests from two different Hosts, A and B. Are all of the requests being sent through the same socket at Host C? If they are being passed through different sockets, do both of the sockets have port 80? Discuss and explain.

6. What are the layers that run in the network core?

7.What are the two layers the run exclusively at the network edges?

8. Would the DNS protocol work if IP addresses are not hierarchical? Explain why?

9.You live in a remote town with a relatively slow Internet connection of 1 G bit/s. You decided to provide faster Internet connectivity for your community. Being a network expert and know that following quotation:

Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.–Andrew Tanenbaum, 1981

Assume you can fit 100 tapes in your station wagon and each tape can store up to 10 TB, the closest fast Internet provider is about 100 miles from your town.

For your proposed idea-Compute the effective bandwidth?-What is the main drawback? -How to improve the solution?



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

1. The DNS full form is Domain Name System. It is a central part of internet. Users can access information through internet using domain names example:www.information.com, www.education.com etc. It will provide a way to match the domain name to IP address of a system. DNS translates domain name to IP addresses to load internet information.The users don't need to remember the IP address of the system.

The DNS convert a host name to computer friendly IP-address.A Transaction happen between the IP address and the DNS the user typed in web browser and to locate on the webpage the user needs.

The DNS hierarchy is used to manage the distributed database system. It is an inverted tree which has single domain at top of structure that is root of hierarchy.It contains following elements

1) Root Level

2)Top Level

3) Second Level

4) Sub-Domain

5)Host

A host name consist of variable,alphabets, numerical characters it is identified by IP address. An IP address consist of four bytes and it is hierarchical structure.So for a DNS to match the hostname should be in hierarchrcy so that it can translate to IP address .

2.The DNS can have multiple IP address with same host name.It can return list of IP address with same domain name. A website can have multiple IP address if you are hosted in multiple locations or servers.

3. TCP is more reliable than UDP layer .The data send through the TCP will reach the reciver without any problem.TCP check the data packet before it is transferred to avoid corruption of data.UDP is unreliable it does not guarantee for package to reach its destination without any corruption.

4. Yes it is possible for an application to have reliable transportation over UDP protocol layer.The TCP convention control can throttle applications sending rate during congention.We can make a UDP layer more reliable by

  • Acknowledging whether the packets are receiving.
  • Controlling flow of the data .
  • Retransmitting of lost data
Add a comment
Know the answer?
Add Answer to:
1.DNS can not work if the hostnames are not hierarchal? Explain? 2. Give two scenarios where...
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
  • . Consider a TCP connection between Host A and Host B. Suppose that the TCP segments...

    . Consider a TCP connection between Host A and Host B. Suppose that the TCP segments traveling from Host A to Host B have source port number 37 and destination port number 61. What are the source and destination port numbers for the segments traveling from Host B to Host A? 
 . Suppose a process in Host C has a UDP socket with port number 6789. Sup- pose both Host A and Host B each send a UDP segment to...

  • Can anyone answer and explain the following questions from Into to Computer Networking course? 1) PTSN...

    Can anyone answer and explain the following questions from Into to Computer Networking course? 1) PTSN networks are: a) Packet-switching networks offering connection-oriented services b) Packet-switching networks offering connectionless services c) Circuit-switching networks offering connection-oriented services d) Circuit-switching networks offering connectionless serive 2) Connection setup and temination, if performed, takes places in this layer of the internet model a) Presentation layer b) Session layer c) Network layer d) Physical layer 3) UDP sockets are identified by: a) Client program port...

  • You live in a remote town with a relatively slow Internet connection of 1 G bit/s....

    You live in a remote town with a relatively slow Internet connection of 1 G bit/s. You decided to provide faster Internet connectivity for your community. Being a network expert and know that following quotation: Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.–Andrew Tanenbaum, 1981 Assume you can fit 100 tapes in your station wagon and each tape can store up to 10 TB, the closest fast Internet provider is about 100 miles...

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

  • 6:577 al 4G Back Assignment #3.docx IST 304 Assignment #3 Due date: 2/18/14 1. An organization...

    6:577 al 4G Back Assignment #3.docx IST 304 Assignment #3 Due date: 2/18/14 1. An organization has a class C network 192.168.1.0 and wants to form subnets for 4 departments, with hosts as follows: Department A| 30 hosts Department B | 88 hosts| Department C 18 hosts |20 hosts | Department There are 146 hosts in all. Give a possible arrangement of network and subnet masks to make this possible. [20 pts] 2. Study the following internet below. [10 pts]...

  • Let’s say that some hacktivist group that shall remain Anonymous has decided to target your organization’s...

    Let’s say that some hacktivist group that shall remain Anonymous has decided to target your organization’s public web server with a denial of service (DoS) attack. The strategy used is an old one – a TCP SYN flood. Hosts from the Internet are making legitimate connection requests to the web server, but they are not completing the TCP handshake. The web server keeps the port open and the resources allocated to answer the handshake until the handshake times out, which...

  • Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic...

    Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic redundancy check (CRC) A. Yes, No, No B. No, Yes, Yes c. No, Yes, No D. No, No, Yes E. Ho, hum, ha Q2 CRC vs Internet checksums Which of these is not true? A. CRC's are commonly used at the link layer B. CRC's can detect any bit error of up to r bits with an r-bit EDC. c. CRC's are more resilient to bursty...

  • You can refer chapter 2 and chapter 3 of Computer Networking: A Top-Down approach by Kurose...

    You can refer chapter 2 and chapter 3 of Computer Networking: A Top-Down approach by Kurose and Ross for the following labs. Please read the instructions below for submissions. Upload the shared pcap file (Homework5.pacp) into wireshark. HTTP In this lab, we’ll explore several aspects of the HTTP protocol. Capture packets and filter for http protocol and answer the following questions. (Hint: Apply http filer) What version of HTTP version(1.0 or 1.1) is client running and what is the version...

  • A user calls and says that she is able to work on all applications except Internet...

    A user calls and says that she is able to work on all applications except Internet explorer web browsing. When she tries to access a website, she receives this error: "Page cannot be displayed—cannot find server or DNS error." What can be the cause of the problem and on which layers can the problem exist? Provide possible solutions to each cause of the problem List the various troubleshooting steps that Alex should conduct to resolve the issue, assuming he approaches...

  • 1. Which of the following protocols is used by a client to send an email message?...

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

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