Which two devices can provide connectivity between two different subnets?
Layer 3 Switch and Routers
What do we call any computing device connected to a network?
Node
What are the two primary capabilities of Layer 3 switches?
Switching and Routing (forward packets on the same subnet and route packets between different subnets using IPs
A multilayer switch must forward traffic to a host in a connected VLAN. Where does the switch look for the MAC to IP address binding of a connected station for packet forwarding?
ARP Cache
Routing is an operation that occurs at which layer of the OSI model?
Networking (L3)
A VoIP connection is terminated by a host. What layer of the OSI model controls this function?
Session (L5)
What are the two main advantages of the Spine & Leaf topology?
Availability and Network Latency
You have learned the layer 2 address for a host, and now need to determine the port it connects to on a switch. What command would be appropriate?
Show mac-address table dynamic
ARP is an operation that occurs at which layer of the OSI model?
Data Link (L2)
You are deploying an mGRE VPN tunnel. The configuration will have all remote branches terminated at the headquarters. What topology type is this?
Star/Hub and Spoke
If you need to provide the most possible pathways between your remote sites, which topology maximizes the number of connections?
Full Mesh
What is the physical topology a switch deploys?
Star/Hub and Spoke
You have six offices connected via an mGRE Hub-and-Spoke VPN topology. You now believe you should change to a full-mesh topology. How many additional connections would be established?
10 [Star is (N-1) or 6-1=5, Mesh is N(N-1)/2 or 65/2=15 15-5=10. 10 additional connections are needed]
Which of the listed protocols is a secure protocol for the management of network devices? a)SSH b)SNMPv2 c)Telnet d)SSL e)SFTP
Of the listed protocols only a) SSH is used for the secure management of network devices. SNMPv2 & Telnet are unsecure, SSL is used to secure protocols, and SFTP is primarily used for secure file transfers.
TCP is a protocol that operates at which layer of the OSI model?
Both TCP and UDP operate at the Transport Layer. (L4)
IP telephony uses which ports?
RTMP (Real-Time Message Protocol) is used for VoIP voice audio and uses TCP 1935 while SIP (Session Initiation Protocol) is used for VoIP call signaling on TCP 5060 (and 5061 for UDP). Both RTMP (TCP 1935) and SIP (TCP 5060/UDP 5061) are needed for IP telephony.
You are noticing your firewall is denying port 23. What protocol is being blocked?
Telnet uses TCP 23.
If you are preparing a new Windows machine via remote session, what port would you be using? a)22 b)445 c)1433 d)1935 e)3389
Port 3389 (RDP - Remote Desktop Protocol.) 22 is SSH (Secure Shell) 445 is HTTPS (Hypertext Transfer Protocol Secure) 1433 is SQL and 1935 is RTMP (Real-Time Message Protocol)
What NTP stratum level would you choose when peering your device to establish a timestamp for your SYSLOG messages? a)0 b)1 c)15 d)16
Stratum Level 1. Stratum level 0 is used only for reference and can’t be used for NTP and Stratums levels 15 and 16 are too far away from the source to be used for NTP.
What are the two ways you can be alerted with a triggered message of status changes on your battery backups? a)SNMP Traps b)SNMP MIBs c)NetFlow Exports d)Syslog Messages
SNMP Traps and Syslog Messages. SNMP MIBs are Management Information Databases and NetFlow Exports show patterns about traffic moving through your network.
What is a powerful security correlation solution that aggregates data from various sources? a)Syslog b)SNMP c)SIEM d)NetFlow
SIEM (Security Information Event Monitoring.) SIEM gathers event information from various sources like SYSLOG, SNMP and NetFlow to a central service that aggregates and analyzes the event data to generate alerts based on patterns.
Which fiber optic technology can carry a signal the farthest distance?
Single-mode fiber is used for more demanding, longer runs. Fewer ‘modes’ is better for long distances.
What is the difference between Single-mode and Multi-mode fiber?
Single-mode uses 1 wavelength, Multi-mode can send multiple wavelengths sent inside the core.
What are the 3 methods a frame is transferred?
Unicast-between 2 individual nodes. Multicast-One node to multiple nodes (Specific group of devices). Broadcast-transmitting to all nodes except the ingress. (All devices on a subnet)