IT Questions and Answers :)

Saturday, December 7, 2019

Which routing loop avoidance / prevention mechanism should be disabled on a multi-point interface?

Which routing loop avoidance / prevention mechanism should be disabled on a multi-point interface?

  • spanning tree
  • reverse path forwarding
  • route poisoning
  • split horizon 

EXPLANATION

A routing loop is a serious network problem which happens when a data packet is continually routed through the same routers over and over. The data packets continue to be routed within the network in an endless circle. A routing loop can have a catastrophic impact on a network, and in some cases, completely disabling the network. Normally Routing Loop is a problem associated with Distance Vector Protocols.

How routing loops affect network performance?

• A major portion of the precious bandwidth which is available for normal user traffic of the affected routers will be consumed by looping IP datagram packets.
• The major portion of the processing power of the affected routers is used to process the looping IP datagram packets.
Routing Loop can happen in large internetworks when a second topology change emerges before the network is able to converge on the first change. Convergence is the term used to describe the condition when all routers in an internetwork have agreed on a common topology. Link state protocols tend to converge very quickly, while distance vector protocols tend to converge slowly.
The following methods are used to avoid Routing Loops.

Maximum hop Count

Maximum hop count mechanism can be used to prevent Routing Loops. Distance Vector protocols use the TTL (Time-to-Live) value in the IP datagram header to avoid Routing Loops. When an IP datagram move from router to router, a router keeps track of the hops in the TTL field in the IP datagram header. For each hop a packet goes through, the packet’s TTL field is decremented by one. If this value reaches 0, the packet is dropped by the router that decremented the value from 1 to 0.

Split Horizon

A split horizon is a routing configuration that stops a route from being advertised back in the direction from which it came. Split Horizon mechanism states that if a neighbouring router sends a route to a router, the receiving router will not propagate this route back to the advertising router on the same interface.

Route Poisoning

Route Poisoning is another method for avoiding routing loops. When a router detects that one of its connected routes has failed, the router will poison the route by assigning an infinite metric to it.

Hold-down Timers

Hold-down timer is another mechanism used to prevent bad routes from being restored and propagated by mistake. When a route is placed in a hold-down state, routers will neither advertise the route nor accept advertisements about it for a specific interval called the hold-down period.
Share:

in the european eDelivery standard PEPPOL AS4, which protocol is used to retrieve the information about the location of participant capabilities?

in the european eDelivery standard PEPPOL AS4, which protocol is used to retrieve the information about the location of participant capabilities?

  • isdn
  • DNS
  • https
  • http 

EXPLANATION

This section includes specifications and resources to enable access to the PEPPOL eDelivery Network and to implement the following components: Access Points, gateways which ensure a standard and solid transport mechanism to exchange different types of documents across different communities or countries; Service Metadata Publishers (SMPs), which contain the exact location and the capabilities of participants; Service Metadata Locator (SML),
used to add/update/delete the IDs of the participants, and which offers a DNS-based mechanism to discover the SMP where the specific participant data is described.

 


Share:

What does WAN stand for?

What does WAN stand for?

  • Wide-Area Network
  • Wireless Area Network
  • Weekly Activity Notification
  • World Association of Newspapers 
What does WAN stand for?

EXPLANATION

a computer network in which the computers connected may be far apart, generally having a radius of more than 1 km.
A wide area network is a telecommunications network that extends over a large geographical area for the primary purpose of computer networking. Wide area networks are often established with leased telecommunication circuits.

Share:

Which of the following conditions occurs when two packets are transmitted over a medium at the same time?

Which of the following conditions occurs when two packets are transmitted over a medium at the same time?

  • Collision
  • Asynchronous
  • Synchronous
  • Contention 
Which of the following conditions occurs when two packets are transmitted over a medium at the same time?

EXPLANATION

In a half duplex Ethernet network, a collision is the result of two devices on the same Ethernet network attempting to transmit data at exactly the same time. The network detects the "collision" of the two transmitted packets and discards them both. Collisions are a natural occurrence on Ethernets.

 

Share:

Which one of the following commands for package management comes bundled with a fresh installation of the Ubuntu OS?

Which one of the following commands for package management comes bundled with a fresh installation of the Ubuntu OS?

  • upm
  • yum
  • apt
  • pip 

EXPLANATION

apt-get is a command-line tool which helps in handling packages in Linux. Its main task is to retrieve the information and packages from the authenticated sources for installation, upgrade and removal of packages along with their dependencies. Here APT stands for the Advanced Packaging Tool.

 

Share:

Popular Posts