IT Questions and Answers :)

Friday, December 6, 2019

Which command can be used from a PC to verify the connectivity between hosts that connect through a switch in the same LAN?

Which command can be used from a PC to verify the connectivity between hosts that connect through a switch in the same LAN?

  • ping
  • traceroute
  • route
  • arp 
Which command can be used from a PC to verify the connectivity between hosts that connect through a switch in the same LAN?

EXPLANATION

The Ping utility is an online free tool that help you to verify if a domain/server is operating and network accessible. This Ping tool uses the Internet Control Message Protocol (ICMP) Echo function as detailed in RFC 792. A small packet will be sent through the network to a given IP address (IPv4) or host name.


Share:

What does the acronym RBAC stand for?

What does the acronym RBAC stand for?

  • Ribs Bacon And Chili
  • Role-Based Access Control
  • Remote Bind Access Code
  • Remote Bind Access Control 

What does the acronym RBAC stand for?

EXPLANATION

Role-based access control (RBAC) is a policy-neutral access-control mechanism defined around roles and privileges. The components of RBAC such as role-permissions, user-role and role-role relationships make it simple to perform user assignments.

Share:

Which does DHCP option 66 provide?

Which does DHCP option 66 provide?

  • PXE bootfile name
  • DHCP user class
  • The IP address or the hostname of a single TFTP server
  • A list of TFTP servers 
Which does DHCP option 66 provide?

EXPLANATION

DHCP option 66 gives the IP address or the hostname of a single TFTP server.
 
TFTP server name

   This option is used to identify a TFTP server when the 'sname' field
   in the DHCP header has been used for DHCP options.



   The code for this option is 66, and its minimum length is 1.

       Code  Len   TFTP server
      +-----+-----+-----+-----+-----+---
      | 66  |  n  |  c1 |  c2 |  c3 | ...
      +-----+-----+-----+-----+-----+---

 


Share:

Which switch would STP choose to become the root bridge in the selection process?

Which switch would STP choose to become the root bridge in the selection process?

  • 32768: 22-33-44-55-66-77
  • 32769: 11-22-33-44-55-65
  • 32768: 11-22-33-44-55-66
  • 32769: 22-33-44-55-66-78 
Which switch would STP choose to become the root bridge in the selection process?

EXPLANATION

Since the BID starts with the Bridge Priority field, essentially, the switch with the lowest Bridge Priority field becomes the Root Bridge. If there is a tie between two switches having the same priority value, then the switch with the lowest MAC address becomes the Root Bridge.

 

One of the most confusing things to understand when learning about the switched part of network is the Spanning Tree Protocol (STP – 802.1D) and how it works to allow traffic to be efficiently forwarded through the switched network. This article will take a look at the STP path selection process, how a root switch is elected, how root and designated ports are assigned, and how each switch port is determined to be a root or a designated port as well as which ports will be forwarding or blocking.

STP Root Bridge / Root Switch Selection

The first question to really ask is: What is a root bridge? On an STP network, the root bridge (also known as a root switch)
is intended to be the top of the forwarding pyramid, the forwarding decisions for the rest of the switched network depend on the location of the root bridge. The selection of the root bridge is determined by the bridge configured priority; by default this would be the switch with the lowest MAC address. It is important for anyone building a network using STP to ensure that the location of the root bridge is relatively central to the switched network so that forwarding decisions are made as efficiently as possible. This is possible because each switch can be configured with a lower bridge priority, which ensures it becomes the root switch.

Path Selection

Once the root bridge has been selected (or elected), the formation of the forwarding tables can begin. One concept that must first be reviewed, however, is the idea of STP interface costs. Depending on the speed of the connected interfaces on the switches, they will be assigned a specific STP cost, these costs are then used to determine the total cost from the current switch to the root switch. Each of the switches throughout the network will send STP traffic between each other to determine this total path cost.

SOURCE

https://www.petri.com/stp-spanning-tree-protocol-path-selection


Share:

When it comes to hardware, what does NIC stand for?

When it comes to hardware, what does NIC stand for?

  • Network Internal Connection
  • Network Interface Card
  • Network Interface Connection
  • Network Interconnect Card
When it comes to hardware, what does NIC stand for?

EXPLANATION

NIC is short for network interface card.It's network adapter hardware in the form of an add-in card that fits in an expansion slot on a computer's motherboard.
Most computers have them built-in — in which case they're just a part of the circuit board — but you can also add your own NIC to expand the functionality of the system.

Share:

Popular Posts