• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back

What mechanism that differentiate between hosts and network?

IP addressing

What mechanism help hosts locate each other?

DNS server

What is a gateway?

Is router which route packets to destination hosts.

What is a default route

Tell router where to forward traffic in case there's no route found for a destination.

If there is multiple route what does routers use to forward packets?

* hop count


* Bandwidth


* Metric


* Prefix length


* Delay

What is unicast Routing?

Is a unicast traffic with a specific destination ip address, simplest form of routing

What technique routers use to detect and discard duplicates?

Reverse path forwarding

What is the difference between broadcast Routing and Multicast Routing?

Broadcast flood all nodes , multicast flood nodes who wants the traffic

What mechanism does Multicast use to prevent looping.

STP

What is anycast Routing?

Where multiple destination hosthave same logical address. Packets sent to nearest Host

What metric do distance vector routing use to decide routes?

Hop count,route with less hop

What is the difference between unicast routing and Multicast Routing?

Unicast use graphs , Multicast use trees

What are some Multicast protocol?

DVMRP: Distance vector multicast routing protocol


MOSPF: Multicas open shortest path first


CBT: Core based tree


PIM: Protocol Independent Multicast

What foes link state protocol use to make routing decisions?

States of links of all routers

What is the two Types of PIM(Protocol Independent Multicast)

* PIM Dense Mode: used in LAN and use source based trees


* PIM Sparse Mode: use share trees, use in WAN

What are the types of Routing Algorithm?

*Flooding: flood packets to all int but to int it was received. create duplicates, TTL (time to live) is used to avoid loops.


* Selective flooding : flood only selected interface


* Shortest path: based on source & destination cost, calculate minimum number of hops

What are some shortest path algorithms?

* Dijkstra's algorithm


* Bellman ford algorithm


* Floyd warshall algorithm

What do you call routing between two network?

Internetworking

What is an IGP

Interior gateway protocol: is a routing protocols use within an organization or administration. Ex: RIP - OSPF

What is an EGP

Exterior gateway protocol: routing protocol between different organizations .

What is tunnelling?

Mechanism which allows two or more of the same network to communicate .

What is the maximum transmission unit (MTU) Ethernet segment is set to?

1500 bytes

What is packet fragmentation

Is packets that are too big for the 1500 bytes MTU set so it broken in smaller piece.

What happen to DF(don't fragment) packets if its too big

It is dropped

How does routers know a packet is fragmented?

Its MF(More Fragment) is set to 1

What happened when packets are fragmented too small?

The overhead increased

How does Cisco routers chose between routes with the same prefix.

Administrative Distance

list of Administrative Distances:

0 => Connected 1 => Static 20 => BGP (external routes) 90 => EIGRP (internal routes) 100 => IGRP 110 => OSPF115 => IS‐IS 120 => RIP 170 => EIGRP (external routes) 200 => BGP (internal routes) 254 => DHCP default route 255 => Unusable

What does a lower metric indicate?

Better route

What is a Metric?

Is the routing protocols internal measure of the route.

What is gateway of yhe last resort?

Route which is used if no entry exist in the routing table.