Que. Network Address Translation (10 pt.) (show all the details/assumptions/work
ID: 3692184 • Letter: Q
Question
Que. Network Address Translation (10 pt.) (show all the details/assumptions/work along with the table)
Consider the above network setup.
Suppose that the ISP instead assigns the router the address 24.34.112.235 and that the network address of the home network is 192.168.1/24.
Assume IP addresses in the home network as follows: 192.168.1.1, 192.168.1.2, 192.168.1.3 with the router interface being 192.168.1.4
Suppose each host has two ongoing TCP connections (i.e., 6 connections for three hosts in the figure), all to port 80 at host 128.119.40.86. Provide the six corresponding entries in the NAT translation table. Assume that the router assigns the WAN side port number from 4000 and increments, and that each host assigns a source port number incrementally from 3345 to 65535. Refer to Figure 4.22 in the textbook and slide 4-61.
NAT translation table
WAN side address LAN side address
Explanation / Answer
Given the IP addresses of the network is
192.168.1.1,
192.168.1.2,
192.168.1.3
router interface is
192.168.1.4
And the host has two ongoing TCP connections with 6 connections for three hosts in the figure), all to port 80 at host 128.119.40.86. Ihe router assigns the WAN side port number from 4000 and increments,then the NAT translation table of the figure that is given is:
WAN side address LAN side address 124.34.112.235, 4000 192.168.1.1, 3345 124.34.112.235, 4001 192.168.1.1, 3346 124.34.112.235, 4002 192.168.1.2, 3445 124.34.112.235, 4003 192.168.1.2, 3446 124.34.112.235, 4004 192.168.1.3, 3545 124.34.112.235, 4005 192.168.1.3, 3546