The router's intertace on the LAN side has IP address 10.0.1.27, while the router's address on the Internet side has IP NAT translation table WAN side addr LAN side addr address 135.122.200.215 S: D: Suppose that the host with IP address 10.0.1.15 sends an IP datagram destined to host 128.119.178.183. The source por is 3391, and the destination port is 80. Consider the datagram at step 2, after it has been transmitted by the router. What is the source IP address for this datagram? 10.0.1.15 10.0.1.27 128.119.178.183 O 135.122.200.215 O 10.0.1.22

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
**NAT (Network Address Translation) Diagram Explanation**

**Overview:**

This diagram illustrates the process of Network Address Translation (NAT), which allows devices on a local area network (LAN) to communicate with external networks such as the internet. The setup includes several key components, including computers, a router, and the NAT translation table. 

**Components:**

1. **NAT Translation Table**:
   - **WAN side address**: 135.122.200.215
   - **LAN side address**: 10.0.1.15

2. **Addresses**:
   - **External Address (WAN)**: 135.122.200.215
   - **Local Network (LAN) Addresses**:
     - PC 1: 10.0.1.13
     - PC 2: 10.0.1.15
     - PC 3: 10.0.1.22
   - Router Interface: 10.0.1.27

**Process Flow:**

1. **Step 1**:
   - A packet originates from a PC on the LAN, here the source (S) is one of the local IP addresses (e.g., 10.0.1.15) and the destination (D) is an external IP. This packet is sent to the router.

2. **Step 2**:
   - The router receives the packet. NAT translates the local IP address (LAN side addr) to the corresponding WAN side address (135.122.200.215) from the translation table.

3. **Step 3**:
   - The packet is sent to the external network with the translated WAN IP address as the source.

4. **Step 4**:
   - Responses from the external network arrive at the router with the WAN IP address as the destination. NAT translates the address back to the respective LAN IP (10.0.1.15), and the packet is forwarded to the correct local device.

**Conclusion:**

By translating between WAN and LAN addresses, NAT enables multiple devices on a local network to communicate with external networks using a single external IP. This preserves the limited number of available IP addresses and adds a layer of security by masking internal network details.
Transcribed Image Text:**NAT (Network Address Translation) Diagram Explanation** **Overview:** This diagram illustrates the process of Network Address Translation (NAT), which allows devices on a local area network (LAN) to communicate with external networks such as the internet. The setup includes several key components, including computers, a router, and the NAT translation table. **Components:** 1. **NAT Translation Table**: - **WAN side address**: 135.122.200.215 - **LAN side address**: 10.0.1.15 2. **Addresses**: - **External Address (WAN)**: 135.122.200.215 - **Local Network (LAN) Addresses**: - PC 1: 10.0.1.13 - PC 2: 10.0.1.15 - PC 3: 10.0.1.22 - Router Interface: 10.0.1.27 **Process Flow:** 1. **Step 1**: - A packet originates from a PC on the LAN, here the source (S) is one of the local IP addresses (e.g., 10.0.1.15) and the destination (D) is an external IP. This packet is sent to the router. 2. **Step 2**: - The router receives the packet. NAT translates the local IP address (LAN side addr) to the corresponding WAN side address (135.122.200.215) from the translation table. 3. **Step 3**: - The packet is sent to the external network with the translated WAN IP address as the source. 4. **Step 4**: - Responses from the external network arrive at the router with the WAN IP address as the destination. NAT translates the address back to the respective LAN IP (10.0.1.15), and the packet is forwarded to the correct local device. **Conclusion:** By translating between WAN and LAN addresses, NAT enables multiple devices on a local network to communicate with external networks using a single external IP. This preserves the limited number of available IP addresses and adds a layer of security by masking internal network details.
**Network Address Translation**

Consider the scenario in which three hosts, with private IP addresses 10.0.1.13, 10.0.1.15, and 10.0.1.22, are in a local network behind a NAT'd router that sits between these three hosts and the larger Internet.

IP datagrams being sent from, or destined to, these three hosts must pass through this NAT router.

The router’s interface on the LAN side has IP address 10.0.1.27, while the router’s address on the Internet side has IP address 135.122.200.215.

### Diagram Explanation

The diagram illustrates a NAT setup with:

- A NAT translation table showing the WAN side address (135.122.200.215) and the LAN side address (10.0.1.15).
- Three main communication flows labeled (1) to (4).

1. Host with IP address 10.0.1.15 sends data to the Internet.
2. The router translates the private IP address to its WAN side address.
3. The IP datagram is sent over the Internet to the destination.
4. The response from the Internet is translated back to the host’s private address.

### Scenario

Suppose that the host with IP address 10.0.1.15 sends an IP datagram destined to host 128.119.178.183. The source port is 3391, and the destination port is 80.

Consider the datagram at step 2, after it has been transmitted by the router. What is the source IP address for this datagram?

Options:
- ☐ 10.0.1.13
- ☐ 10.0.1.27
- ☐ 128.119.178.183
- ☐ 135.122.200.215
- ☐ 10.0.1.22
Transcribed Image Text:**Network Address Translation** Consider the scenario in which three hosts, with private IP addresses 10.0.1.13, 10.0.1.15, and 10.0.1.22, are in a local network behind a NAT'd router that sits between these three hosts and the larger Internet. IP datagrams being sent from, or destined to, these three hosts must pass through this NAT router. The router’s interface on the LAN side has IP address 10.0.1.27, while the router’s address on the Internet side has IP address 135.122.200.215. ### Diagram Explanation The diagram illustrates a NAT setup with: - A NAT translation table showing the WAN side address (135.122.200.215) and the LAN side address (10.0.1.15). - Three main communication flows labeled (1) to (4). 1. Host with IP address 10.0.1.15 sends data to the Internet. 2. The router translates the private IP address to its WAN side address. 3. The IP datagram is sent over the Internet to the destination. 4. The response from the Internet is translated back to the host’s private address. ### Scenario Suppose that the host with IP address 10.0.1.15 sends an IP datagram destined to host 128.119.178.183. The source port is 3391, and the destination port is 80. Consider the datagram at step 2, after it has been transmitted by the router. What is the source IP address for this datagram? Options: - ☐ 10.0.1.13 - ☐ 10.0.1.27 - ☐ 128.119.178.183 - ☐ 135.122.200.215 - ☐ 10.0.1.22
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Network Protocols
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education