1
Networking Basics
2
Routing Information Protocol
3
Networking Interview Questions
4
Routing Information Protocol Version 2
5
OSPF Interview Questions

Networking Basics

1: What is the definition of a network?

** A network is a system of lines or channels that cross or interconnect, or a
group or system of electrical components and connecting circuitry designed to
function in a specific manner.

Networking Interview Questions

2: What are network models?

** Network models provide the guiding principles behind the development of
network standards.

3: What is a network standard, and why are there network standards?

** Network standards define the rules of network communication and are like
laws that must be followed for different equipment vendors to work together.

4: What is a proprietary feature?

** If a vendor implements a feature that does not adhere to any network
standards, it is called a proprietary feature.

5: What are the three data transmission modes, and how do they operate?

** Simplex mode, half-duplex mode, and full-duplex mode. Simplex mode is oneway communication only.
Half-duplex mode is two-way communication, but not at the same time. Full-duplex mode is simultaneous two-way communication.

6: List the major characteristics of a LAN.

** The primary characteristic of a LAN is its geographic coverage. LANs are

found in a small geographic area where there is a short distance between
connected computers, as in small offices or on each floor of a larger office
building. LANs enable the sharing of office resources, such as file servers for file
sharing among users or print servers for shared printers.

7: List the major characteristics of a MAN.

** MANs are found in a metropolitan, or citywide, geographic area,
interconnecting two or more office buildings in a broader geographic region than
a LAN would support, but not so broad that a WAN would be required.

8: List the major characteristics of a WAN.

** WANS are found in broad geographic areas, often spanning states and
countries, and are used to connect LANs and WANs together.

9: What are the three parts of a frame? What is a function of each part?

** Header, data (or payload), trailer. The header is the beginning of the frame,
significant in that the frame’s source and destination are found in the frame
header. The payload is the data part of the frame, the user’s information. The
trailer identifies the end of the frame.

10: What function in a network does cabling provide?

** Cabling provides the physical interconnection between network devices and nodes.

11: List some examples of user data.

** Examples of user data include e-mail, web-browsing traffic, word-processed
documents, spreadsheets, database updates.

12: What is the best definition of network topology?

** Network topology refers to the physical or logical geometric arrangement of
interconnected network devices.

13: What is the best definition of network protocol?

** A network protocol is the communication rules and formats followed by all
interconnected devices on a network requiring communication with one another.

14: What is the definition of network media?

** Network media refers to the physical component of a network. Communication
signals traverse network media from source to destination. Some examples of
network media are copper and fiber-optic cabling.

15: What is a network origination point?

** A network connection has two ends: the origination and termination points.
The origination point is the source of the data—the location from which the data
is being sent.

 16: What is a network termination point?

** A network connection has two ends: the origination and termination points.
The termination point is the destination of the data—the location to which the
data is being sent.

 

Back

Routing Information Protocol

1:What port does RIP use?

* RIP uses UDP port 520.

2:What metric does RIP use? How is the metric used to indicate an
unreachable network?

* RIP uses a hop count metric. An unreachable network is indicated by setting
the hop count to 16, which RIP interprets as an infinite distance.

Routing Information Protocol

3:What is the update period for RIP?

* RIP sends periodic updates every 30 seconds minus a small random variable to
prevent the updates of neighboring routers from becoming synchronized.

4:How many updates must be missed before a route entry will be marked
as unreachable?

* A route entry is marked as unreachable if six updates are missed.

5:What is the purpose of the garbage collection timer?

* The garbage collection timer, or flush timer, is set when a route is declared
unreachable. When the timer expires, the route is flushed from the route table.
This process allows an unreachable route to remain in the routing table long
enough for neighbors to be notified of its status

Back

Networking Interview Questions

CCNA Interview Questions with Answers

  1. Basic CCNA Interview questions with short answer
  2. Basic CCNA Job Interview Questions
  3. OSPF Interview Questions
  4. Routing Information Protocol Version
  5. Routing Information Protocol Version 2
  6. EIGRP Interview Questions
  7. Networking Basic 
  8. Networking Advanced 
  9. Layer 3 Switching 
  10. Autonomous System (AS)
  11. Why we use Trunk Port
  12. How many VLAN Create on Router
  13. Private IP Classes Range
  14. What is the difference between OSPF and RIP?
  15. what is Connection oriented and Connectionless

CCNP Interview Questions with Answers

  1. OSPF Interview Questions

Routing Information Protocol Version 2

1: Which three fields are new to the RIPv2 message format?

*** The Route Tag field, the Subnet Mask field, and the Next Hop field are RIPv2
extensions that do not exist in RIPv1 messages. The basic format of the RIP
message remains unchanged between the two versions; version 2 merely uses
fields that are unused in version 1.

ripv1 bs ripv2

2: Besides the extensions defined by the three fields of question 1, what
are the other two major changes from RIPv1?

***In addition to the functions that use the new fields, RIPv2 supports
authentication and multicast updates.

3: What is the multicast address used by RIPv2? What is the advantage of
multicasting messages over broadcasting them?

***RIPv2 uses the multicast address 224.0.0.9. Multicasting of routing messages
is better than broadcasting because hosts and non-RIPv2 routers will ignore the
multicast messages .

4: What is the purpose of the Route Tag field in the RIPv2 message?

*** When another routing protocol uses the RIPv2 domain as a transit domain,
the protocol external to RIPv2 can use the Route Tag field to communicate
information to its peers on the other side of the RIPv2 domain.

5: What is the purpose of the Next Hop field?

*** The Next Hop field is used to inform other routers of a next-hop address on
the same multiaccess network that is metrically closer to the destination than the
originating router.

6: What is the UDP port number used by RIPv2?

***RIPv2 uses the same UDP port number as RIPv1, port number 520.

7: Which one feature must a routing protocol have to be a classless routing
protocol?

***A classless routing protocol does not consider the major network address in its
route lookups, but just looks for the longest match.

8: Which one feature must a routing protocol have to use VLSM?

*** To support VLSM, a routing protocol must be able to include the subnet mask
of each destination address in its updates.

Rip vs OSPF

9: Which two types of authentication are available with Cisco’s RIPv2? Are
they both defined in RFC 1723?

*** Cisco’s implementation of RIPv2 supports clear-text authentication and MD5
authentication. Only clear-text authentication is defined in RFC 1723.

Back

OSPF Interview Questions

1: What is an OSPF neighbor?

*** From the perspective of an OSPF router, a neighbor is another OSPF router
that is attached to one of the first router’s directly connected links.

2: What is an OSPF adjacency?

***An OSPF adjacency is a conceptual link to a neighbor over which LSAs can
be sent.

3: What is an LSA? How does an LSA differ from an OSPF Update packet?

ospf

***A router originates a link state advertisement to describe one or more
destinations. An OSPF Update packet transports LSAs from one neighbor to
another. Although LSAs are flooded throughout an area or OSPF domain,
Update packets never leave a data link.

4: What is a link state database? What is link state database
synchronization?

***The link state database is where a router stores all the OSPF LSAs it knows
of, including its own. Database synchronization is the process of ensuring that all
routers within an area have identical link state databases.

5: What is the default HelloInterval?

***The default OSPF HelloInterval is 10 seconds.

6: What is the default RouterDeadInterval?

***The default RouterDeadInterval is four times the HelloInterval.

7: What is a Router ID? How is a Router ID determined?

***A Router ID is an address by which an OSPF router identifies itself. It is either
the numerically highest IP address of all the router’s loopback interfaces, or if no
loopback interfaces are configured, it is the numerically highest IP address of all
the router’s LAN interfaces.

8: What is an area?

***An area is an OSPF sub-domain, within which all routers have an identical link
state database.

9: What is the significance of area 0?

***Area 0 is the backbone area. All other areas must send their inter-area traffic
through the backbone.

10: What is MaxAge?

***MaxAge, 1 hour, is the age at which an LSA is considered to be obsolete.

11: What are the five OSPF packet types? What is the purpose of each type?

*** The five OSPF packet types, and their purposes, are:

Hellos, which are used to discover neighbors, and to establish and maintain
adjacencies

Updates, which are used to send LSAs between neighbors

Database Description packets, which a router uses to describe its link state
database to a neighbor during database synchronization

Link State Requests, which a router uses to request one or more LSAs from a
neighbor’s link state database

Link State Acknowledgments, used to ensure reliable delivery of LSAs

12:What are LSA types 1 to 5 and LSA type 7? What is the purpose of each
type?

*** The most common LSA types and their purposes are:

Type 1 (Router LSAs) are originated by every router and describe the originating
router, the router’s directly connected links and their states, and the router\xd5 s
neighbors.

Type 2 (Network LSAs) are originated by Designated Routers on multiaccess
links and describe the link and all attached neighbors.

Type 3 (Network Summary LSAs) are originated by Area Border Routers and
describe inter-area destinations.

Type 4 LSAs (ASBR Summary LSAs) are originated by Area Border Routers to
describe Autonomous System Boundary Routers outside the area.

Type 5 (AS External LSAs) are originated by Autonomous System Boundary
Routers to describe destinations external to the OSPF domain.

Type 7 (NSSA External LSAs) are originated by Autonomous System Boundary
Routers within not-so-stubby areas.

13: What are the four OSPF router types?

***The four OSPF router types are:

# Internal Routers, whose OSPF interfaces all belong to the same area

# Backbone Routers, which are Internal Routers in Area 0

# Area Border Routers, which have OSPF interfaces in more than one area

# Autonomous System Boundary Routers, which advertise external routes into
the OSPF domain
14: What are the four OSPF path types?

***The four OSPF path types are:

Intra-area paths

Inter-area paths

Type 1 external paths

Type 2 external paths
15: What are the five OSPF network types?

*** The five OSPF network types are:

i)Point-to-point networks

ii) Broadcast networks

iii) Non-broadcast multi-access (NBMA) networks

iv) Point-to-multipoint networks

v) Virtual links
16: What is a Designated Router?

***A Designated Router is a router that represents a multiaccess network, and
the routers connected to the network, to the rest of the OSFP domain.
17: How does a Cisco router calculate the outgoing cost of an interface?

***Cisco IOS calculates the outgoing cost of an interface as 108/BW, where BW
is the configured bandwidth of the interface.
18: What is a partitioned area?

***An area is partitioned if one or more of its routers cannot send a packet to the
area’s other routers without sending the packet out of the area.
19: What is a virtual link?

*** A virtual link is a tunnel that extends an OSPF backbone connection through
a non-backbone area.
20: What is the difference between a stub area, a totally stubby area, and a
not-so-stubby area?

***A stub area is an area into which no type 5 LSAs are flooded. A totally stubby
area is an area into which no type 3, 4, or 5 LSAs are flooded, with the exception
of type 3 LSAs to advertise a default route. Not-so-stubby areas are areas
through which external destinations are advertised into the OSPF domain, but
into which no type 5 LSAs are sent by the ABR.
21: What is the difference between OSPF network entries and OSPF router
entries?

*** OSPF network entries are entries in the route table, describing IP
destinations. OSPF router entries are entries in a separate route table that record
only routes to ABRs and ASBRs.
22: Why is type 2 authentication preferable over type 1 authentication?

***Type 2 authentication uses MD5 encryption, whereas type 1 authentication
uses clear-text passwords.
23: Which three fields in the LSA header distinguish different LSAs? Which
three fields in the LSA header distinguish different instances of the same
LSA?

***The three fields in the LSA header that distinguish different LSAs are the
Type, Advertising Router, and the Link State ID fields. The three fields in the LSA
header that distinguish different instances of the same LSA are the Sequence
Number, Age, and Checksum fields

Copyright © 2025. Created by IT Learning. Powered by DumpsForAll | Terms of Use | Privacy Policy