Oral Update
Oral Update
OpenFlow specifies the communication between the control plane and the data plane. It
implements one of the first standards in SDN enabling the SDN controller to interact directly
with the forwarding nodes – switches and routers – in a network.
• VMware NSX
The purpose of an SDN controller is to control the flow of data in a software-defined network
(SDN). It does this by receiving and processing information from network devices, such as
switches and routers, and then making decisions about how to route traffic.
7] What is pox ?
9] what is flowtable?
Flow tables are the fundamental data structures in an SDN device. These flow tables allow
the device to evaluate incoming packets and take the appropriate action based on the contents
of the packet that has just been received.
A firewall is a system that secures incoming network packets, which come from various
sources, as well as outgoing network packets. It can monitor and control the flow of data
which comes into the network from different sources, and works on the basis of predefined
rules
-
1. Simple tree with three switches and four hosts. ...
2. Enable CLI in the MiniEdit preferences window. ...
3. Configure the controller as a remote controller. ...
4. Mininet pingall command and results seen in the POX console
25] which technologies are studied and implemented in assignment 1 and others ?
-
-
36] List cloud services ?
There are four main types of cloud computing: private clouds, public clouds, hybrid clouds,
and multiclouds. There are also three main types of cloud computing services:
Infrastructureas-a-Service (IaaS), Platforms-as-a-Service (PaaS), and Software-as-a-Service
(SaaS).
SDN switches rely on a controller for network Traditional switches have built-in intelligence for
management and policy enforcement. network management and policy enforcement.
SDN switches allow dynamic network
configuration Traditional switches have static configurations
Routers function to connect multiple networks together, determine the optimal paths for data
packets to reach their destinations, and facilitate the exchange of data between networks.
41] what is difference between virtual machine and physical machine ?
VMs have an additional level of isolation and can run an independent OS on top of the
hypervisor. A physical machine can be split up into many VMs. the physical server only runs
one service.
42] what is vmware ?
the VMware software-defined networking (SDN) platform, lets you create virtual networks,
including ports, switches, firewalls, and routers, without having to rely on a physical
networking infrastructure.
• Nokia
• Wind River
The addnode and addlink commands are used to add nodes and links to a network in
Mininet. The addnode command adds a host to the network, and the addlink command adds
a link between two hosts or switches.
In Mininet, action=normal and action=drop are two possible actions that can be
taken by a switch when it receives a packet.
action=normal means that the switch will forward the packet to the next hop in the
network.