SNMP traps are used for what purpose in network management?
- Device configuration
- Real-time event notification
- Long-term event storage
- Network topology discovery
SNMP traps are used for real-time event notification in network management, allowing devices to send asynchronous alerts to a central management system.
Which routing technique is more flexible and can adapt to changes in the network layout, like link failures?
- Default Routing
- Dynamic Routing
- Hybrid Routing
- Static Routing
Dynamic routing is more flexible and can adapt to changes in the network layout, such as link failures, by dynamically updating routing tables.
If you need to design a navigation bar that changes layout in mobile views, which Bootstrap classes would you use?
- navbar, navbar-expand-md, navbar-light, bg-light
- navbar, navbar-toggle, navbar-inverse, bg-dark
- navbar, navbar-expand-lg, navbar-dark, bg-dark
- navbar, navbar-collapse, navbar-light, bg-light
To create a responsive navigation bar in Bootstrap that adapts to mobile views, you would use the navbar, navbar-expand-md, navbar-light, and bg-light classes. These classes help in creating a navigation bar that expands on medium-sized screens and has a light background.
In EIGRP, the _______ is the lowest cost path to a destination that is guaranteed to be loop-free.
- Advertised Distance
- Feasible Successor
- Reported Distance
- Successor
In EIGRP, the Feasible Successor is the lowest cost path to a destination that is guaranteed to be loop-free.
Implementing __________ in a network firewall involves creating security zones for more granular control.
- Proxy
- Stateful Inspection
- Zones
- Virtual LANs
Implementing security zones in a network firewall involves creating security zones for more granular control.
What is the total number of bits used in an IPv4 address?
- 128
- 16
- 32
- 64
An IPv4 address uses a total of 32 bits.
A ________ port on a switch allows traffic from multiple VLANs to pass through while keeping the traffic separate.
- Access
- Tagged
- Trunk
- Untagged
A Trunk port on a switch allows traffic from multiple VLANs to pass through while keeping the traffic separate.
A _________ topology typically requires more cabling than other topologies but offers robustness and fault tolerance.
- Bus
- Mesh
- Ring
- Star
A Mesh topology typically requires more cabling than other topologies but offers robustness and fault tolerance. Each device is connected to every other device, providing multiple paths for data transmission.
In network management, ________ is a method that provides a centralized platform to control different network devices from various vendors.
- SNMP (Simple Network Management Protocol)
- Syslog
- ICMP (Internet Control Message Protocol)
- SMTP (Simple Mail Transfer Protocol)
SNMP (Simple Network Management Protocol) is a method used in network management to provide a centralized platform for controlling different network devices from various vendors.
The process of translating an IPv4 address into an IPv6 address is known as _______.
- Dual Stack
- NAT64 (Network Address Translation 64)
- Subnetting
- Tunneling
NAT64 (Network Address Translation 64) is the process of translating an IPv4 address into an IPv6 address, allowing communication between IPv4 and IPv6 networks.