Deck 3: Routing Protocols Flashcards

1
Q

Which of the following answers refers to a cloud computing service model in which clients, instead of buying all the hardware and software, purchase computing resources as an outsourced service from suppliers who own and maintain all the necessary equipment and software?

A

IaaS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which cloud service model would provide the best solution for a web developer intending to create a web app?

A

PaaS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A DevOps practice that replaces manual configuration of hardware with automatic deployment through code is called?

A

IaC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the terms listed below refers to a cloud computing feature that allows consumers to control the volume and type of utilized computing resources?

A

On-Demand self-service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following answers refers to a software or hardware that monitors network traffic and depending on the configuration settings applied to each data packet either blocks it or allows it to pass through?

A

Firewall (not packet filter).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is OSPF?

A

OSPF is Open Shortest Path First, is a link-state routing protocol. It is an Interior Gateway Protocol that gathers information from available routers and constructs a topology map.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Interior Gateway Protocol?

A

IGP is a routing protocol used within an autonomous system of a larger network. Unlike the EGP (Exterior Gateway Protocol) that manages routing between different systems, IGPs are designed for interior network routing efficiency.

One of the oldest IGPs is RIP (distance-vector routing). RIP uses hop count with a maximum of 15.

A more advanced OSPF is IGP that uses link-state routing algorithms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are autonomous systems?

A

AS is a large network or group of networks that has a unified routing policy. Every computer or device that connects to the Internet is connected to an AS. An AS is assigned an official number or ASN that it uses to communicate with other AS’ and routers via the BGP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is EGP?

A

Exterior Gateway Protocol is a protocol developed in the early 1980s and used to exchange routing information between gateways belonging to the same or different AS. It was eventually replaced by BGP. It relies soley on network reachability and does not consider metrics for calculating the best path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is BGP?

A

Border Gateway Protocol is a standardized EGP designed to exchange routing and reachability information among AS’ on the Internet. It is the routing protocol of the global Internet and Service Provider private networks. It is a path-vector routing protocol and makes routing decisions based on paths, network policies or configured rule sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RIP is?

A

Routing Information Protocol is a dynamic, distance-vector routing protocol that uses hop count as a metric to find the best path between source and destination. It has an AD (administrative distance) value of 120 and works on the Network layer of the OSI model. It uses port 520. It prevents loops by having a maximum hop count of 15 (16 is considered unreachable).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Difference between distance vector and path vector routing protocols?

A

Distance-vector routing protocols are based on the concept of distance and hop count as the primary metrics for determining the best path. The most common distance-vector routing protocol is RIP. Path-vector routing protocols use AS path length. In path-vector routing protocols, each router maintains a table of the AS path length (the number of AS’ the data must pass through to reach its destination). The most common path-vector routing protocol is BGP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is EIGRP?

A

Enhanced Interior Gateway Routing Protocol is a distance-vector protocol used in network for automating routing decisions and configuration. It is a Cisco proprietary tool, and is used by routers to share routes with other routers within the same AS. Unlike other protocols such as RIP, EIGRP only sends incremental updates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Examples of distance-vector routing protocols include?

A

RIP.
EIGRP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Border Gateway Protocol (BGP) falls into the category of?

A

Hybrid routing protocols.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The term “Default route” refers to a “last resort” network path used by a router for forwarding all packets with destination addresses not listed in its routing table.

A

True.

17
Q

Which of the following is an exterior gateway protocol?

A

BGP.

18
Q

Which of the following answers refer(s) to (an) interior gateway protocol(s)?

A

RIP.
EIGRP.
OSPF.

19
Q

Which of the following terms refer to solutions used for controlling network resources and assigning priority to different types of traffic?

A

QoS.
Packet Shaping.
Not bandwidth caps.

20
Q

What is packet shaping?

A

Packet shaping is a bandwidth management technique used on computer networks to control the volume of traffic being sent per unit of time. It is also known as traffic shaping. Packet shaping works by delaying some or all datagrams to bring them into compliance with a desired traffic profile. It is always achieved by delaying packets.

21
Q

Data from multiple VLANs on a single switch is carried through a single network link between switches. This is often referred to as “trunking” or “VLAN multiplexing”, and each of the switches has a special port (trunk port) configured to pass all the data, regardless of the VLAN number, between all switches on a LAN. To allow for multiple VLANs on one link, frames from individual VLANs must be identified. The most common and preferred method, IEEE 802.1Q, adds a tag to the Ethernet frame header labeling it as belonging to a certain VLAN.

A

True.

22
Q

Which of the following solutions enables combining several physical ports of a switching device into a single logical channel?

A

LACP.

LACP is Link Aggregation Control Protocol and is used to control the bundling of several physical link together to form a single logical link. It is defined in the IEEE 802.3ad standard and provides a method for network devices to negotiate automatic bundling of links by sending LACP packets to their peer.