Question: 4.05-2. Generalized forwarding: specifying a flow table entry (b). Consider the three-node network below, that uses flow-based generalized forwarding (e.g, as in OpenFlow) in

4.05-2. Generalized forwarding: specifying a flow table entry (b). Consider the three-node network below,

4.05-2. Generalized forwarding: specifying a flow table entry (b). Consider the three-node network below, that uses flow-based generalized forwarding (e.g, as in OpenFlow) in the network's routers. In the question below, we'll want to create match+action entries in the flow table at router r2, with three parts labelled 1,2,3 (in black). In the question, matches are constrained to be over only four fields: the IP source address, the IP destination address, the upper-layer protocol field of the IP datagram, and the destination port number of the transport-layer segment. The actions are either to drop or to forward(), that is, to forward a matching packet on port. The default action (unless stated otherwise) is that if a packet doesn't match a rule, it will be dropped. 128.119/16 53.106/16 source IP 2 In the "dest. IP" column, the flow table entry should be: In the "dest port" column, the flow table entry should be: In the "action" column, the flow table entry should be: OpenFlow controller 1 dest. IP match 22.33/16 80 (b) Suppose we want to implement the following behavior, and that the default configuration is that all traffic from 22.33/16 should be allowed to be forwarded by r2 to the outside network. However, we also want to implement a higher priority rule (which would be earlier in the table, for example) so that users within the 22.33/16 network are never allowed to connect to an external web server on port 80. Specify the flow table row entries to implement this rule, by indicating the column entries below. The is a wildcard match, which matches everything you should use *over more specific answers whenever possible. [Note: You can find more examples of problems similar to this here.] Prompts In the "source IP" column, the flow table entry should be: Submitted Answers 22.33/16 protocol drop TCP dest. port ... action

Step by Step Solution

3.49 Rating (149 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The data given in this question is a figure open flow controller The objective of this q... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!