Question

1) a) If there are 9 routers between the client and the server they are trying...

1) a) If there are 9 routers between the client and the server they are trying to reach what is the minimum size of the TTL field in the UDP segment sent out by Traceroute that will actually reach the server?

b) If there are 19 routers between a client and a server how many UDP packets will traceroute send out to determine the complete path between the two hosts? Assume the network is static (i.e. no change in the path traversed by the packets) and there is no disruption or packets losses on the network and that all routers and the server are configured to send ICMP packets.

c)

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

TTL stands for time to live . This field is present in IPV4 header. This field is used for various purposes.like consider we don't want any packet to get into infinite loop on internet. So we set TTL field some value now each time this packet go from one hop to another this TTL field get decremented. Now if TTL=0 and packet is not yet reached to destination then that packet will get discarded.

[1] a) If there are 9 routers between server and client then server will set TTL = 10 to get packet at client. Because if TTl=10 at server and server is connected like this

Server-------R1------R2--------R3-------R4------R5------R6------R7------R8-------R9---------client

Now when packet go from S to R1 then TTL get decremented to 9. Then when packet arrive from R1 to R2 TTL becomes 8 and so on. When packet is at R9 TTL=1 now packet go to client with TTL=0 since it is destination IP of packet hence it will be recieved.

[b]

If there are 19 router between client and server then number of UDP packets sent will be = 20.

Because at first server will send packet with TTL=1. Now this packet will be discarded at R1. then again server will send another UDP packet with TTL=2 then that packet will get discarded at R2. and similarly 19 different UDP packets will be discarded.

After that server will send UDP packet with TTL=20 then that packet will go till R19 where its TTL field will be 1 then after that packet will go from R19 to client where TTL will become 0 and packet is recieved.

Add a comment
Know the answer?
Add Answer to:
1) a) If there are 9 routers between the client and the server they are trying...
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
  • CST 2400 Assignment Question 1: In a client-server based network, the host is trying to connect...

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

  • Q7 The following Client side Java code can send a message to the server side via...

    Q7 The following Client side Java code can send a message to the server side via UDP socket. The client side Java code and the server side Java code are running in two different hosts respectively. The server side host name is “MyFileServer”. The server side receives the message and converts all the letters in the message received to uppercase, then sends the modified message back to the client side. Please read the code carefully, and fill out the blanks...

  • The following Client side Java code can send a message to the server side via UDP...

    The following Client side Java code can send a message to the server side via UDP socket. The client side Java code and the server side Java code are running in two different hosts respectively. The server side host name is “MyFileServer”. The server side receives the message and converts all the letters in the message received to uppercase, then sends the modified message back to the client side. Please read the code carefully, and fill out the blanks with...

  • In the network shown below, nodes A through G are hosts, node H is an Ethernet...

    In the network shown below, nodes A through G are hosts, node H is an Ethernet hub. node S is an Ethernet switch. Host G acts as an IP-level router (i.e. a gateway) between the two subnets. Subnet 1 is allocated IP block 197.15.35.0/24. and Subnet! is allocated IP block 200.40.1 S. 192/26. All of the network interfaces in Subnet 1 were manufactured by Intel. All of the network interfaces in Subnet2 were manufactured by Apple. Suppose a DXS resolver...

  • Using python 3 to create the UDP Ping Clien and server. Using UDP sockets, you will...

    Using python 3 to create the UDP Ping Clien and server. Using UDP sockets, you will write a client and server program that enables the client to determine the round-trip time (RTT) to the server. To determine the RTT delay, the client records the time on sending a ping request to the server, and then records the time on receiving a ping response from the server. The difference in the two times is the RTT. The ping message contains 2...

  • Computer A Windows Router 1 E0/0 E0/1 GALERIE E0/1 Computer B E0/0 GRE0/2 Router 2 Server...

    Computer A Windows Router 1 E0/0 E0/1 GALERIE E0/1 Computer B E0/0 GRE0/2 Router 2 Server webmail.njit.edy Internet Device Interface IP address MAC address Subnet Mask Gateway Router 1 E0/0 192.168.23.254 00:50:00:01:11:10 255.255.255.0 192.168.23.254 Router 1 E0/1 192.168.12.1 00:50:00:01:11:11 255.255.255.252 Router 2 E0/0 192.167.13.254 00:50:00:02:22:20 255.255.255.0 192.168.13.254 Router 2 E0/1 192.168.12.2 00:50:00:02:22:21 255.255.255.252 Router 2 E0/2 64.95.38.13 00:50:00:02:22:23 255.255.255.252 64.95.38.14 Computer A ETHO 192.168.23.10 23:AA:B1:A1:A3:11 255.255.255.0 192.168.23.254 Computer B ETHO 192.168.23.20 23:FD:1D:A1:02:24 255.255.0.0 192.168.23.254 Server ETHO 192.168.13.1 13:22:02:00:0A:10 255.255.255.0 192.168.13.254...

  • 1) Transport services and protocols provide ____________ between ____________ running on different hosts 2) Multiplexing (at...

    1) Transport services and protocols provide ____________ between ____________ running on different hosts 2) Multiplexing (at the sender)? 3) What does a host use to direct segment to appropriate socket? 4) Too many sources send too much data too fast for network to handle; this situation can lead to ____? 5) Given 20 bytes if IP header, 20 bytes of TCP header, 20 bytes of link-layer header. Suppose an application generates chunks of 20 bytes of data every 20 millisecond....

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

  • Project 4-3: In the following steps, you will learn more about the PING (Packet Internet Grouper)...

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

  • check my answers for Networking I came up with these answers, can check my answers Question...

    check my answers for Networking I came up with these answers, can check my answers Question 1: General What data rate is needed to transmit an uncompressed 4" x 6" photograph every second with a resolution of 1200 dots per inch and 24 bits per dot (pixel)? 691,200 kb/s 28.8 kb/s 8.29 Mb/s 829 Mb/s Question 2: Layering "Layering" is commonly used in computer networks because (check all that apply): -It forces all network software to be written in ‘C’....

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