What is Syslog?
Syslog a standardized protocol that is used widely on network devices and servers to send status, diagnostic, and event information from network nodes to a centralized server.
A syslog agent or process runs on these devices and can be configured to send syslog messages to a centralized server | Depending on the Syslog server implementation used, the server may provide data analysis, log aggregration and search functions, and alerting.
What is the main purpose of software-defined networking?
To separate the control plane from the data plane
This separation allows for centralized management and control of network devices.
What does the data plane refer to in networking?
The data plane is responsible for moving data through the network
It is distinct from the control plane, which makes decisions about data movement.
What is the control plane responsible for?
The control plane decides how data moves through the network
It involves examining incoming data against routing tables to choose the best path.
Key Components of SDN
In traditional networking, what are the two main jobs of hardware devices like switches and routers?
In traditional networking, the (2) main jobs of hardware devices are:
SDN vs Traditional Networking
Analogy: SDN is like a city where one traffic control center manages all traffic lights, instead of each light acting on its own.
What is the backhaul in traditional networking?
Backhaul the process of routing branch or remote client traffic services through a central office, or data center before reaching cloud services
This can lead to congestion and poor performance | SDN is the solution for this type of issue.
What are some benefits of SDN?
What is application awareness in software-defined networking?
The ability to filter and prioritize traffic based on the application making a request
This allows for better traffic management compared to traditional networking.
What is zero-touch provisioning?
Zero-touch provisioning an automated process that allows network devices to configure themselves with minimal, or no manual intervention once powered on and connected to a network
This feature enhances efficiency in managing network devices.
What is centralized policy management in software-defined networking?
Centralized policy management allows for consistent application of policies across the network, reducing the chance of human-errors from manual configurations
What does transport agnosticism mean in software-defined networking?
Transport agnosticism means the network can operate independently of the underlying transport technologies without being tied to any specific one
This flexibility allows SDN to dynamically route traffic across diverse mediums based on performance, cost, or policy, rather than physical constraints.
What is the role of the application in software-defined networking?
To configure devices and provide an interface for administrators
It collects statistics and manages network configurations.
What is the main advantage of using a single dashboard in SD-WAN?
Single dashboard centralizes control and reduces complexity in managing all connections and devices in the network
What is the main function of a controller in software-defined networking?
Its function is to process information from the application and decide how packets should be routed
It translates commands from the application into configuration for physical devices.
What is one of the key benefits of SD-WAN for remote users?
One key benefit is providing direct connections to cloud services for users without routing traffic through the main office
This improves application performance and user experience.
True or false: In software-defined networking, the physical networking devices are configured directly by administrators.
FALSE
They are configured through a central application and controller.
What is Virtual eXtensible Local Area Network (VXLAN)?
VXLAN a network virtualization technology that encapsulates layer 2 ethernet frames into layer 3 packets, tunneling layer 2 addresses inside layer 3 traffic
This allows for the creation of virtual networks that can span across multiple physical networks.
What are the main parts of VXLAN?
How does VXLAN work?
True or false: VXLAN allows for a theoretical maximum of 16 million VLANs.
TRUE
This is a significant increase compared to the traditional VLAN limit of 4096.
What is Data Center Interconnect (DCI)?
DCI a high-capacity networking technology that links two or more data centers to enable seamless data sharing, workload mobility, backup, and disaster recovery across geographic locations.
What is Zero Trust Architecture (ZTA)?
ZTA a cybersecurity framework that assumes no user, device, or system—inside or outside the network—should be trusted by default
Every access request must be continuously verified based on identity, context, and risk