Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

OpenFlow Consider the SDN OpenFlow network diagram. Suppose that the desired forwarding behavior for datagrams arriving at s2 is as follows: Any datagrams arriving on

OpenFlow Consider the SDN OpenFlow network diagram. Suppose that the desired forwarding behavior for datagrams arriving at s2 is as follows:

Any datagrams arriving on input port 1 from hosts h5 or h6 that are destined to hosts h1 or h2 should be forwarded over output port 2; (2 points)

Any datagrams arriving on input port 2 from hosts h1 or h2 that are destined to hosts h5 or h6 should be forwarded over output port 1; (2 points)

Any arriving datagrams on input ports 1or 2 and destined to hosts h3 or h4 should be delivered to the host specified; (2 points)

Hosts h3 and h4 should be able to send datagrams to each other. (2 points)

Specify the flow table entries in s2 that implement this forwarding behavior.

image text in transcribed

be sent to h3 or h4, via s1 and from there to s2 match IP Src = 10.3.*.* IP Dst= 10.2.*.* | forward(3) action Host h6 10.3.0.6 S3 OpenFlow controller 4 Host h5 10.3.0.5 Host h4 10.2.0.4 2 4. 2 4 Host h1 10.1.0.1 Host h2 10.1.0.2 match action Host h3 10.2.0.3 match ingress port 2 IP Dst = 10.2.0.3 action forward(3) ingress port = 1 IP Src = 10.3.*.* | forward(4) IP Dst = 10.2.*.* IP Dst = 10.2.0.4 | forward(4)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_step_2

Step: 3

blur-text-image_step3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

9. Discuss the requirements of the Family and Medical Leave Act

Answered: 1 week ago

Question

Explain the different types of marketing strategies.

Answered: 1 week ago

Question

Explain product positioning.

Answered: 1 week ago

Question

Explain Industrial market segment.

Answered: 1 week ago