IT Questions and Answers :)

Tuesday, December 24, 2019

What is the standard that defines VLAN tagging on an Ethernet network?

What is the standard that defines VLAN tagging on an Ethernet network?

  • 403(b)
  • id.10.T
  • 802.1Q
  • 802.3 
What is the standard that defines VLAN tagging on an Ethernet network?

EXPLANATION

IEEE 802.1Q. IEEE 802.1Q, often referred to as Dot1q, is the networking standard that supports virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. The standard defines a system of VLAN tagging for Ethernet frames and the accompanying procedures to be used by bridges and switches in handling such frames.

Share:

Which character is needed between a URL address and the port number in a browser to allow you to connect to that port specifically, vs default port 80?

Which character is needed between a URL address and the port number in a browser to allow you to connect to that port specifically, vs default port 80?

  • ?
  • =
  • :

Which character is needed between a URL address and the port number in a browser to allow you to connect to that port specifically, vs default port 80?

EXPLANATION

The Hypertext Transfer Protocol (HTTP) is an application layer protocol that is used to transmit virtually all files and other data on the World Wide Web, whether they're HTML files, image files, query results, or anything else. Usually, HTTP takes place through TCP/IP sockets.
A browser is an HTTP client because it sends requests to an HTTP server (Web server), which then sends responses back to the client. The standard (and default) port for HTTP servers to listen on is 80, though they can use any port.
HTTP is based on the TCP/IP protocols, and is used commonly on the Internet for transmitting web-pages from servers to browsers.

Share:

Which is not a step of the DHCP process?

Which is not a step of the DHCP process?

  • Request
  • Discovery
  • Acknowledge
  • SYN/ACK 
Which is not a step of the DHCP process?

EXPLANATION


DHCP stands for Dynamic Host Configuration Protocol. DHCP used to provide IP addresses to different Hosts or Client machines present in a Network.
DORA is nothing but a sequence of messages which is exchanged between the DHCP Server and Client. DORA stands for mentioned messages :
  • Discover
  • Offer
  • Request
  • Acknowledgment


Share:

Which of the following network cable type is considered unshielded?

Which of the following network cable type is considered unshielded?

  • Fiber
  • UTP
  • Coax
  • STP 


EXPLANATION

Two primary types of twisted pair cable industry standards have been defined: Unshielded Twisted Pair (UTP) and Shielded Twisted Pair (STP). Modern Ethernet cables use UTP wiring due to its lower cost, while STP cabling can be found in some other types of networks such as Fiber Distributed Data Interface (FDDI).
Share:

What is a 'string' when referring to types of data?

What is a 'string' when referring to types of data?

  • A material for sewing.
  • A sequence of characters.
  • A linked list of numeric values.
  • An array of threads. 

EXPLANATION

A string is a data type used in programming, such as an integer and floating point unit, but is used to represent text rather than numbers. It is comprised of a set of characters that can also contain spaces and numbers. For example, the word "hamburger" and the phrase "I ate 3 hamburgers" are both strings.

 


Share:

What does raid 1+0 do?

What does raid 1+0 do?

  • Stripe
  • Mirror + Stripe
  • Mirror
  • Duplicate 
What does raid 1+0 do?

EXPLANATION

RAID 10, also known as RAID 1+0, is a RAID configuration that combines disk mirroring and disk striping to protect data. ... As long as one disk in each mirrored pair is functional, data can be retrieved. If two disks in the same mirrored pair fail, all data will be lost because there is no parity in the striped sets.
A RAID 1 configuration provides only data protection by copying data from one drive to another. Data is fully protected as the mirror copy is available if the originating drive is disabled or unavailable. Because it makes a full duplicate of the data, the RAID 1 requires twice as much storage capacity as required by the original data.
RAID 0 doesn't provide any data protection; its sole purpose is to enhance drive access performance. It does that by spreading the data out across two or more drives so that multiple read/write heads on the drives can write or access portions of data simultaneously, thus speeding up overall processing.
RAID 10 provides data redundancy and improves performance, and is the a good option for I/O-intensive applications -- including email, web servers, databases and operations that require high disk performance -- and organizations that require little to no downtime.
The high performance of RAID 10, and its ability to speed up both write and read activities, makes it suited to highly used, mission-critical database servers. However, the four-disk minimum requirement makes RAID 10 a costly choice for smaller computing environments, as it entails a 100% storage capacity overhead, which may be overkill for small businesses or consumer use.

Share:

Which DNS record types are used when sending email?

Which DNS record types are used when sending email?

  • A
  • NS
  • All of these
  • MX 
Which DNS record types are used when sending email?

EXPLANATION

Mail exchanger record (MX Record)—specifies an SMTP email server for the domain, used to route outgoing emails to an email server. Name Server records (NS Record)—specifies that a DNS Zone, such as “example.com” is delegated to a specific Authoritative Name Server, and provides the address of the name server.
Share:

Popular Posts