IT Questions and Answers :)

Monday, September 30, 2019

What does tagging a switchport for vLAN access do?

What does tagging a switchport for vLAN access do?

  • Identifies private/public network packets
  • Protects against DDoS attacks
  • Allows any vLANs to pass between switches
  • Allows correctly labeled vLAN traffic through port 

What does tagging a switchport for vLAN access do?

EXPLANATION

 If you have more than one VLAN on a port (a "trunk port"), you need some way to tell which packet belongs to which VLAN on the other end. To do this you are "tagging" a packet with a VLAN tag (or VLAN header if you like). In reality a VLAN tag is inserted in the Ethernet frame.

The 802.1Q (dot1q, VLAN) tag contains a VLAN-ID and other things explained in the 802.1Q Standard. The first 16 bits contain the "Tag Protocol Identifier" (TPID) which is 8100. This also doubles as the EtherType 0x8100 for devices that don't understand VLANs.
So a "tagged" packet contains the VLAN information in the Ethernet frame while an "untagged" packet doesn't. A typical use case would be if you have one port from a router to a switch which multiple customers
In this example customer "Green" has VLAN 10 and Customer "Blue" has VLAN 20. The ports between switch and customers are "untagged" meaning for the customer the arriving packet is just a normal Ethernet packet.
The port between router and switch is configured as a trunk port so that both router and switch know which packet belongs to which customer VLAN. On that port the Ethernet frames are tagged with the 802.1Q tag.
Share:

In networking, what does the acronym "EIGRP" stand for?

In networking, what does the acronym "EIGRP" stand for?

  • Enhanced Interior Gateway Routing Protocol
  • Enhanced Internet Gateway Routing Protocol
  • Extra Interior Gateway Routing Protocol
  • Enhanced Internet Gateway Router Protocol 
In networking, what does the acronym "EIGRP" stand for?

EXPLANATION

 Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced distance-vector routing protocol that is used on a computer network for automating routing decisions and configuration. The protocol was designed by Cisco Systems as a proprietary protocol, available only on Cisco routers.

Share:

What is 1+1= ?

What is 1+1= ?

  • 1
  • 2
  • 4
  • FISH

What is 1+1= ?

EXPLANATION

Simple math Answer is 1+1 = 2

Share:

Which transmission protocol uses a sequence number?

Which transmission protocol uses a sequence number?

  • ICMP
  • ARP
  • UDP
  • TCP 

EXPLANATION

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP. TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network. Major internet applications such as the World Wide Web, email, remote administration, and file transfer rely on TCP. Applications that do not require reliable data stream service may use the User Datagram Protocol (UDP), which provides a connectionless datagram service that emphasizes reduced latency over reliability.

Reliable transmission. TCP uses a sequence number to identify each byte of data.
Share:

For machines running Hyper-V, which of the following is the first software to load at boot time?

For machines running Hyper-V, which of the following is the first software to load at boot time?

  • The hypervisor
  • Windows OS
  • Both Windows OS and the hypervisor simultaneously
  • Virtual machines and applications 
For machines running Hyper-V, which of the following is the first software to load at boot time?

EXPLANATION

 A hypervisor or virtual machine monitor (VMM) is computer software, firmware or hardware that creates and runs virtual machines. A computer on which a hypervisor runs one or more virtual machines is called a host machine, and each virtual machine is called a guest machine.

Share:

Popular Posts