1. The TCP segment is handed off to IP, which adds a header consisting of the source address, 192.168.1.10 and destination address 192.168.5.20 and hands off that packet to the next layer.
2. Using the subnet mask of the host, it is determined that the destination address lies in a remote network and hence the packet must be sent to the default gateway, 192.168.1.1. So Host1 sends out an ARP request to find the MAC address of Router1. When a response is received, it frames the packet with the source MAC address of Host1 and destination MAC address of Router1.
3. When Router1 receives the frame, it strips of the header and trailer and looks at the destination address in the IP header. Since the packet is not destined to Router1, it must be routed out.
4. It tries to match the destination address to a list of known networks, called the routing table. It finds that the destination network is reachable via Router2, so it frames the packet with the source MAC address of its exit interface (interface with the IP address of 10.1.1.1) and the destination address of Router2’s interface.
5. When Router2 receives the frame, it repeats the strip and lookup process and frames the packet again before sending it to Router3. This time the MAC address of Router2’s exit interface is the source address while the MAC address of Router3 is the destination address.
6. Finally Router3 looks at the destination MAC address and realizes that the destination network is directly connected. It finds the MAC address of the destination host and frames the packet using its own MAC address as the source while the MAC address of Host3 as the destination address. At last the frame is sent out and reaches the destination host.
7. At the destination, the frame is stripped and the destination IP address is verified. Then the IP header is stripped and the TCP segment reaches Layer 4 of the destination.
8. Now when Host3 needs to reply back to Host1, TCP will hand off the reply segment to IP.
9. IP will add a header consisting of a source address of 192.168.5.20 and a destination address of 192.168.1.10 and will send it to layer 2 for framing.
10. By the subnet mask of Host3, it is determined that the destination lies in a remote network. Hence the frame will need the MAC address of the default gateway as destination. If Host3 does not have the MAC address of Router3, it will send an ARP query to get it. Once Host3 has the MAC address, it will frame the segment and send it out to Router3.
11. Router3 strip the frame header and look at the destination IP address in the IP header. From its routing table, it will know that the packet needs to go to Router2. It will frame the packet with a source MAC address of its fa0/0 interface and the destination MAC address will be the address of Router2’s fa0/1 interface and then send it out to the wire.
12. Router2 receives the frame and repeats process to send the packet to Router 1.
13. Router1 receives the frame from Router2 and removes the frame. By the destination IP address it knows that the packet belongs to a directly connected interface.
14. Since it received a frame from Host1 earlier, it has the MAC address of the host mapped to its IP address in the ARP table. The router uses that to create a frame with its fa0/0 interface’s MAC address as source and Host1’s MAC address as destination and sends the frame out the interface.
15. When Host1 receives the frame, it verifies the destination address, strips the frame and IP header and sends the TCP segment to layer 4.
1. เซ็กเมนต์ TCP สามารถมอบปิดให้ IP การเพิ่มส่วนหัวประกอบด้วยแหล่งอยู่ 192.168.1.10 และปลายทาง 192.168.5.20 และมือออกแพคเก็ตที่ชั้นถัดไป2. ใช้มาสก์ของโฮสต์ ถูกกำหนดที่อยู่ปลายทางอยู่ในเครือข่ายระยะไกล และดังนั้นจึง ต้องส่งแพ็คเก็ตไปเกตเวย์เริ่มต้น 192.168.1.1 ดังนั้น Host1 ส่งออกการร้องขอ ARP ในการค้นหาอยู่ MAC ของ Router1 เมื่อได้รับการตอบสนอง เฟรมแพคเก็ตกับแหล่งที่อยู่ MAC อยู่ MAC Host1 และปลายทางของ Router13. เมื่อ Router1 ได้รับเฟรม แถบส่วนหัวและส่วนท้าย และมองไปที่ปลายทางอยู่ในส่วนหัวของ IP เนื่องจากแพคเก็ตไม่กำหนดไป Router1 มันต้องถูกส่งออก4.พยายามให้ตรงกับอยู่ปลายทางไปยังรายการของเครือข่ายชื่อดัง เรียกว่าตารางสายงานการผลิต พบว่า เครือข่ายปลายทางจะสามารถเข้าถึงผ่าน Router2 ดังนั้นเฟรมแพคเก็ตกับแหล่งที่อยู่ MAC ของอินเทอร์เฟซของออก (อินเตอร์เฟซ ด้วยอยู่ IP 10.1.1.1) และอยู่ปลายทางของอินเทอร์เฟซของ Router25. เมื่อ Router2 ได้รับเฟรม การทำซ้ำการค้นหาและแถบ และเฟรมแพคเก็ตอีกครั้งก่อนส่งไปยัง Router3 ขณะนี้อยู่ MAC ของอินเทอร์เฟซการออกของ Router2 ได้อยู่ต้นทางในขณะอยู่ MAC ของ Router3 อยู่ปลายทาง6. Finally Router3 looks at the destination MAC address and realizes that the destination network is directly connected. It finds the MAC address of the destination host and frames the packet using its own MAC address as the source while the MAC address of Host3 as the destination address. At last the frame is sent out and reaches the destination host.7. At the destination, the frame is stripped and the destination IP address is verified. Then the IP header is stripped and the TCP segment reaches Layer 4 of the destination.8. Now when Host3 needs to reply back to Host1, TCP will hand off the reply segment to IP.9. IP will add a header consisting of a source address of 192.168.5.20 and a destination address of 192.168.1.10 and will send it to layer 2 for framing.10. By the subnet mask of Host3, it is determined that the destination lies in a remote network. Hence the frame will need the MAC address of the default gateway as destination. If Host3 does not have the MAC address of Router3, it will send an ARP query to get it. Once Host3 has the MAC address, it will frame the segment and send it out to Router3.11. Router3 strip the frame header and look at the destination IP address in the IP header. From its routing table, it will know that the packet needs to go to Router2. It will frame the packet with a source MAC address of its fa0/0 interface and the destination MAC address will be the address of Router2’s fa0/1 interface and then send it out to the wire.12. Router2 รับเฟรม และทำซ้ำการส่งแพ็คเก็ตไปยังเราเตอร์ 113. Router1 รับเฟรมจาก Router2 และเอาเฟรม โดยอยู่ IP ปลายทาง นั้นรู้ว่า แพคเก็ตเป็นอินเทอร์เฟซการเชื่อมต่อโดยตรง14. เนื่องจากมันได้รับเฟรมจาก Host1 ก่อนหน้านี้ มีอยู่ MAC ของโฮสต์ที่แมปกับอยู่ IP ในตาราง ARP เราเตอร์ที่ใช้การสร้างกรอบที่อยู่ MAC ของอินเทอร์เฟซของ fa0/0 เป็นแหล่งและอยู่ MAC ของ Host1 เป็นปลายทาง และส่งเฟรมออกอินเทอร์เฟซ15. เมื่อ Host1 รับเฟรม มันตรวจสอบอยู่ปลายทางแถบเฟรมและส่วนหัวของ IP และส่งเซ็กเมนต์ TCP ชั้น 4
การแปล กรุณารอสักครู่..