SlideShare a Scribd company logo
1 of 10
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
Which layer of the OSI model is responsible for reliable connections?
Answer: The Transport layer of the OSI model is responsible for reliable
connections.
What is the difference between acknowledgments and handshaking?
Answer: Handshaking is used to negotiate the properties of a connection that is
being established. Acknowledgments are used to tell the sender that data has been
successfully received by the destination during the use of a connection.
How many VTP modes are there and what are they?
Answer: Three: Server, Client, and Transparent
What are the two types of Trunk encapsulation protocols?
Answer: IEEE 802.1Q and Cisco’s ISL
What are the four primary no routable protocols?
Answer: SNA, NetBIOS, DEC LAT, DEC MOP
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
What is the difference between TCP and UDP?
Answer: The primary difference between TCP and UDP is that TCP is a connection
oriented protocol and UDP is a connection less protocol.
What is HSRP?
Answer: HSRP, or the Hot Standby Routing Protocol, is a Cisco proprietary protocol
that brings routing functionality to end devices that would otherwise not be
capable of taking advantage of redundant network connections. HSRP enables a
pair of Cisco routers to work together to present the appearance of a single virtual
default-gateway to end devices on a LAN segment.
What is the difference between a Public IP address and a Private IP address?
Answer: Public address space is a unique address that is assigned to a company.
Private address space is not recognized by the Internet and can be used by anyone
within their private network.
What does AAA stand for?
Answer: Authentication, authorization, and accounting
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
The H.323 protocol is used for what?
Answer: H.323 is used for multi service (multimedia) applications, usually in a
Voice Over IP environment.
What type of routing protocol maintains neighbors?
Answer- Link State
what is the range of values for administrative distance?
Answer: 0-255
Describe the difference between uni cast, multi cast, and broadcast traffic?
Answer: Unicast traffic flows from a single source to a single destination MAC
address. Multicast traffic flows from a single source MAC address to many
destinations and uses a functional MAC address. Broadcast traffic is from a single
source to all devices on the Ethernet segment. This is specified by a destination
MAC address of all ones.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
What are the four different Ethernet encapsulation types?
Answer: From the Cisco IPX encapsulation command they are ARPA, NOVEL-
ETHER, SAP and SNAP
What are the three main tasks of a transparent bridge?
Answer: Learning, Forwarding, Filtering
What type of routing protocol is EIGRP?
Answer: Hybrid
While troubleshooting a connectivity problem on the network, you issue the ping
command from your PC command prompt, but the output shows “request times
out.” At which OSI layer is this problem associated with?
Answer: The Network Layer
What algorithm does OSPF use to compute its route table?
Answer: OSPF uses the shortest path first (SPF) algorithm, which is also known as
the Dijkstra algorithm.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
What is a stub area?
Answer: A stub area is an area that does not accept routing updates from outside its
autonomous system.
What does the TTL field of an IP packet header do?
Answer: The TTL field indicates the maximum time that a packet can be on the
network. Each router that processes this packet decrements the TTL value by 1. If the
value reaches zero, the packet is discarded from the network. The purpose of this field
is to eliminate the possibility of a packet endlessly traversing the network.
What is the primary purpose of a LAN?
Answer: The primary purpose of a local-area network is to allow resource sharing. The
resources may be devices, applications, or information. Examples of shared resources
are files, databases, e-mail, modems, and printers.
What is a protocol?
Answer: A protocol is an agreed-upon set of rules. In data communications, the rules
usually govern a procedure or a format.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
What is the purpose of a MAC protocol?
Answer: A Media Access Control protocol defines how a given LAN medium is shared,
how LAN devices connected to the medium are identified, and how frames
transmitted onto the medium are
What is a frame?
Answer: A frame is a digital “envelope” that provides the information necessary for the
delivery of data across a data link. Typical components of a frame are identifiers
(addresses) of the source and destination devices on the data link, an indicator of the
type of data enclosed in the frame, anderor-checking information.
What feature is common to all frame types?
Answer: A feature common to all frame types is a format for identifying devices on the
data link.
What is a MAC address or MAC identifier?
Answer: A Media Access Control address or identifier is a means by which individual
devices connected to a data link are uniquely identified for the purpose of delivering
data.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
Why is a MAC address not a true address?
Answer: An address specifies a location. A MAC address is not a true address because
it is permanently associated with the interface of a specific device and moves
whenever the device moves. A MAC identifies the device, not the location of the
device.
What are the three sources of signal degradation on a data link?
Answer: The three sources of signal degradation on a data link are attenuation,
interference, and distortion. Attenuation is a function of the resistance of the
medium. Interference is a function of noise entering the medium. Distortion is a
function of the reactive characteristics of the medium, which react differently to
different frequency components of the signal.
What is the purpose of a repeater?
Answer: A repeater is a device that extends the useful range of a physical medium by
reading a degraded signal and producing a “clean” copy of the signal.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
What is the purpose of a bridge?
Answer: A bridge is a device that increases the capacity of a LAN. A bridge divides the
data link into segments, forwarding only traffic that is generated on one segment and is
destined for another segment. By controlling and limiting the traffic on a data link,
more devices may be attached to the LAN.
What makes a transparent bridge transparent?
Answer: A transparent bridge “listens promiscuously” on each of its ports. That is, it
examines all frames on all media to which it is attached. It records the source MAC
identifiers of the frames, and the ports on which it learns the identifiers, in a bridging
table. It can then refer to the table when deciding whether to filter or forward a frame.
The bridge is transparent because it performs this learning function independently of
the devices that originate the frames. The end devices themselves have no knowledge of
the bridge.
http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800
Name three fundamental differences between LANs and WANs?
Answer: Three fundamental differences between local-area and wide-area networks
are:
LANs are limited to a small geographic area, such as a single building or small
campus.WANs cover a large geographic area, from citywide to worldwide.
LANs usually consist entirely of privately owned components. Some components of a
WAN, such as a packet switching network or point-to-point serial links, are usually
leased from a service provider.
A LAN provides high bandwidth at a relatively cheap price. The bandwidth across a
WAN is significantly more expensive.
What is the purpose of a broadcast MAC identifier? What is the broadcast MAC
identifier, in hex and in binary?
Answer: A broadcast MAC identifier, when used as the destination address of a
frame, signifies that the data is for all devices attached to the data link. In binary, the
broadcast MAC identifier is all ones. In hex, it is ffff.ffff.ffff.

More Related Content

What's hot

TACACS Protocol
TACACS ProtocolTACACS Protocol
TACACS ProtocolNetwax Lab
 
Ad, dns, dhcp, file server
Ad, dns, dhcp, file serverAd, dns, dhcp, file server
Ad, dns, dhcp, file serverTola LENG
 
Comparativa Firewall: IPCop vs. pfSense
Comparativa Firewall: IPCop vs. pfSenseComparativa Firewall: IPCop vs. pfSense
Comparativa Firewall: IPCop vs. pfSenseIrontec
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
Aci presentation
Aci presentationAci presentation
Aci presentationJoe Ryan
 
NETWORK DESIGN CHAPTER 1(1).pptx
NETWORK DESIGN CHAPTER 1(1).pptxNETWORK DESIGN CHAPTER 1(1).pptx
NETWORK DESIGN CHAPTER 1(1).pptxamanueltafese2
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocolAmeer Agel
 
XMPP and IoT - an overview
XMPP and IoT - an overviewXMPP and IoT - an overview
XMPP and IoT - an overviewPeter Waher
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11Nil Menon
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSanilinvns
 
CommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching ConfigurationCommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching ConfigurationCarla Nadin
 
Checkpoint Firewall for Dummies
Checkpoint Firewall for Dummies Checkpoint Firewall for Dummies
Checkpoint Firewall for Dummies sushmil123
 
6 understanding DHCP
6 understanding DHCP6 understanding DHCP
6 understanding DHCPHameda Hurmat
 
Introduction to WebSockets
Introduction to WebSocketsIntroduction to WebSockets
Introduction to WebSocketsGunnar Hillert
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4Nil Menon
 

What's hot (20)

Load balancing
Load balancingLoad balancing
Load balancing
 
TACACS Protocol
TACACS ProtocolTACACS Protocol
TACACS Protocol
 
Ad, dns, dhcp, file server
Ad, dns, dhcp, file serverAd, dns, dhcp, file server
Ad, dns, dhcp, file server
 
Comparativa Firewall: IPCop vs. pfSense
Comparativa Firewall: IPCop vs. pfSenseComparativa Firewall: IPCop vs. pfSense
Comparativa Firewall: IPCop vs. pfSense
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Iptables presentation
Iptables presentationIptables presentation
Iptables presentation
 
Aci presentation
Aci presentationAci presentation
Aci presentation
 
NETWORK DESIGN CHAPTER 1(1).pptx
NETWORK DESIGN CHAPTER 1(1).pptxNETWORK DESIGN CHAPTER 1(1).pptx
NETWORK DESIGN CHAPTER 1(1).pptx
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
XMPP and IoT - an overview
XMPP and IoT - an overviewXMPP and IoT - an overview
XMPP and IoT - an overview
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
CommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching ConfigurationCommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching Configuration
 
Checkpoint Firewall for Dummies
Checkpoint Firewall for Dummies Checkpoint Firewall for Dummies
Checkpoint Firewall for Dummies
 
6 understanding DHCP
6 understanding DHCP6 understanding DHCP
6 understanding DHCP
 
Introduction to WebSockets
Introduction to WebSocketsIntroduction to WebSockets
Introduction to WebSockets
 
RADIUS
RADIUSRADIUS
RADIUS
 
Software defined networking
Software defined networkingSoftware defined networking
Software defined networking
 
OSPF v3
OSPF v3OSPF v3
OSPF v3
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4
 

Similar to Ccna interview questions

Ccna ccnp interview question 1
Ccna ccnp interview question 1Ccna ccnp interview question 1
Ccna ccnp interview question 1Salim Khan
 
Network presentation 24 3-18
Network presentation 24 3-18Network presentation 24 3-18
Network presentation 24 3-18Kirthika Tamil
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)sultan alauddin
 
Networking Standards ( Osi Layers )
Networking Standards ( Osi Layers )Networking Standards ( Osi Layers )
Networking Standards ( Osi Layers )Renee Jones
 
MC0087 Internal Assignment (SMU)
MC0087 Internal Assignment (SMU)MC0087 Internal Assignment (SMU)
MC0087 Internal Assignment (SMU)Krishan Pareek
 
Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networkingMohsen Sarakbi
 
CCNA question and answer
CCNA question and answer   CCNA question and answer
CCNA question and answer AnamikaSinha57
 
Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Adrian Preda
 
Essay On NT1210- Unit 3 Assignment 1
Essay On NT1210- Unit 3 Assignment 1Essay On NT1210- Unit 3 Assignment 1
Essay On NT1210- Unit 3 Assignment 1Lakeisha Jones
 
934 Ch1 Networks
934 Ch1  Networks934 Ch1  Networks
934 Ch1 Networkstechbed
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1Prosanta Mazumder
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3Raghu nath
 
computer Network Abbreviations in class XII.pdf
computer Network Abbreviations in class XII.pdfcomputer Network Abbreviations in class XII.pdf
computer Network Abbreviations in class XII.pdfseccoordpal
 
Data Communication
Data Communication Data Communication
Data Communication MSSadeq
 
2 Marks Questions And Answers MC1628 TCP IP Protocol Suite
2 Marks Questions And Answers MC1628   TCP IP Protocol Suite2 Marks Questions And Answers MC1628   TCP IP Protocol Suite
2 Marks Questions And Answers MC1628 TCP IP Protocol SuiteScott Bou
 

Similar to Ccna interview questions (20)

Ccna ccnp interview question 1
Ccna ccnp interview question 1Ccna ccnp interview question 1
Ccna ccnp interview question 1
 
Network presentation 24 3-18
Network presentation 24 3-18Network presentation 24 3-18
Network presentation 24 3-18
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)
 
Class-note-data communications-01
Class-note-data communications-01Class-note-data communications-01
Class-note-data communications-01
 
Networks
Networks   Networks
Networks
 
Networking Standards ( Osi Layers )
Networking Standards ( Osi Layers )Networking Standards ( Osi Layers )
Networking Standards ( Osi Layers )
 
MC0087 Internal Assignment (SMU)
MC0087 Internal Assignment (SMU)MC0087 Internal Assignment (SMU)
MC0087 Internal Assignment (SMU)
 
Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networking
 
CCNA question and answer
CCNA question and answer   CCNA question and answer
CCNA question and answer
 
Question
QuestionQuestion
Question
 
Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1
 
Data communication notes
Data communication notesData communication notes
Data communication notes
 
Essay On NT1210- Unit 3 Assignment 1
Essay On NT1210- Unit 3 Assignment 1Essay On NT1210- Unit 3 Assignment 1
Essay On NT1210- Unit 3 Assignment 1
 
934 Ch1 Networks
934 Ch1  Networks934 Ch1  Networks
934 Ch1 Networks
 
DCCN Unit 1.pdf
DCCN Unit 1.pdfDCCN Unit 1.pdf
DCCN Unit 1.pdf
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3
 
computer Network Abbreviations in class XII.pdf
computer Network Abbreviations in class XII.pdfcomputer Network Abbreviations in class XII.pdf
computer Network Abbreviations in class XII.pdf
 
Data Communication
Data Communication Data Communication
Data Communication
 
2 Marks Questions And Answers MC1628 TCP IP Protocol Suite
2 Marks Questions And Answers MC1628   TCP IP Protocol Suite2 Marks Questions And Answers MC1628   TCP IP Protocol Suite
2 Marks Questions And Answers MC1628 TCP IP Protocol Suite
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Ccna interview questions

  • 2. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 Which layer of the OSI model is responsible for reliable connections? Answer: The Transport layer of the OSI model is responsible for reliable connections. What is the difference between acknowledgments and handshaking? Answer: Handshaking is used to negotiate the properties of a connection that is being established. Acknowledgments are used to tell the sender that data has been successfully received by the destination during the use of a connection. How many VTP modes are there and what are they? Answer: Three: Server, Client, and Transparent What are the two types of Trunk encapsulation protocols? Answer: IEEE 802.1Q and Cisco’s ISL What are the four primary no routable protocols? Answer: SNA, NetBIOS, DEC LAT, DEC MOP
  • 3. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 What is the difference between TCP and UDP? Answer: The primary difference between TCP and UDP is that TCP is a connection oriented protocol and UDP is a connection less protocol. What is HSRP? Answer: HSRP, or the Hot Standby Routing Protocol, is a Cisco proprietary protocol that brings routing functionality to end devices that would otherwise not be capable of taking advantage of redundant network connections. HSRP enables a pair of Cisco routers to work together to present the appearance of a single virtual default-gateway to end devices on a LAN segment. What is the difference between a Public IP address and a Private IP address? Answer: Public address space is a unique address that is assigned to a company. Private address space is not recognized by the Internet and can be used by anyone within their private network. What does AAA stand for? Answer: Authentication, authorization, and accounting
  • 4. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 The H.323 protocol is used for what? Answer: H.323 is used for multi service (multimedia) applications, usually in a Voice Over IP environment. What type of routing protocol maintains neighbors? Answer- Link State what is the range of values for administrative distance? Answer: 0-255 Describe the difference between uni cast, multi cast, and broadcast traffic? Answer: Unicast traffic flows from a single source to a single destination MAC address. Multicast traffic flows from a single source MAC address to many destinations and uses a functional MAC address. Broadcast traffic is from a single source to all devices on the Ethernet segment. This is specified by a destination MAC address of all ones.
  • 5. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 What are the four different Ethernet encapsulation types? Answer: From the Cisco IPX encapsulation command they are ARPA, NOVEL- ETHER, SAP and SNAP What are the three main tasks of a transparent bridge? Answer: Learning, Forwarding, Filtering What type of routing protocol is EIGRP? Answer: Hybrid While troubleshooting a connectivity problem on the network, you issue the ping command from your PC command prompt, but the output shows “request times out.” At which OSI layer is this problem associated with? Answer: The Network Layer What algorithm does OSPF use to compute its route table? Answer: OSPF uses the shortest path first (SPF) algorithm, which is also known as the Dijkstra algorithm.
  • 6. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 What is a stub area? Answer: A stub area is an area that does not accept routing updates from outside its autonomous system. What does the TTL field of an IP packet header do? Answer: The TTL field indicates the maximum time that a packet can be on the network. Each router that processes this packet decrements the TTL value by 1. If the value reaches zero, the packet is discarded from the network. The purpose of this field is to eliminate the possibility of a packet endlessly traversing the network. What is the primary purpose of a LAN? Answer: The primary purpose of a local-area network is to allow resource sharing. The resources may be devices, applications, or information. Examples of shared resources are files, databases, e-mail, modems, and printers. What is a protocol? Answer: A protocol is an agreed-upon set of rules. In data communications, the rules usually govern a procedure or a format.
  • 7. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 What is the purpose of a MAC protocol? Answer: A Media Access Control protocol defines how a given LAN medium is shared, how LAN devices connected to the medium are identified, and how frames transmitted onto the medium are What is a frame? Answer: A frame is a digital “envelope” that provides the information necessary for the delivery of data across a data link. Typical components of a frame are identifiers (addresses) of the source and destination devices on the data link, an indicator of the type of data enclosed in the frame, anderor-checking information. What feature is common to all frame types? Answer: A feature common to all frame types is a format for identifying devices on the data link. What is a MAC address or MAC identifier? Answer: A Media Access Control address or identifier is a means by which individual devices connected to a data link are uniquely identified for the purpose of delivering data.
  • 8. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 Why is a MAC address not a true address? Answer: An address specifies a location. A MAC address is not a true address because it is permanently associated with the interface of a specific device and moves whenever the device moves. A MAC identifies the device, not the location of the device. What are the three sources of signal degradation on a data link? Answer: The three sources of signal degradation on a data link are attenuation, interference, and distortion. Attenuation is a function of the resistance of the medium. Interference is a function of noise entering the medium. Distortion is a function of the reactive characteristics of the medium, which react differently to different frequency components of the signal. What is the purpose of a repeater? Answer: A repeater is a device that extends the useful range of a physical medium by reading a degraded signal and producing a “clean” copy of the signal.
  • 9. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 What is the purpose of a bridge? Answer: A bridge is a device that increases the capacity of a LAN. A bridge divides the data link into segments, forwarding only traffic that is generated on one segment and is destined for another segment. By controlling and limiting the traffic on a data link, more devices may be attached to the LAN. What makes a transparent bridge transparent? Answer: A transparent bridge “listens promiscuously” on each of its ports. That is, it examines all frames on all media to which it is attached. It records the source MAC identifiers of the frames, and the ports on which it learns the identifiers, in a bridging table. It can then refer to the table when deciding whether to filter or forward a frame. The bridge is transparent because it performs this learning function independently of the devices that originate the frames. The end devices themselves have no knowledge of the bridge.
  • 10. http://www.ccna-ccnp-training.com/ Ph: +1 (720 ) 463-3800 Name three fundamental differences between LANs and WANs? Answer: Three fundamental differences between local-area and wide-area networks are: LANs are limited to a small geographic area, such as a single building or small campus.WANs cover a large geographic area, from citywide to worldwide. LANs usually consist entirely of privately owned components. Some components of a WAN, such as a packet switching network or point-to-point serial links, are usually leased from a service provider. A LAN provides high bandwidth at a relatively cheap price. The bandwidth across a WAN is significantly more expensive. What is the purpose of a broadcast MAC identifier? What is the broadcast MAC identifier, in hex and in binary? Answer: A broadcast MAC identifier, when used as the destination address of a frame, signifies that the data is for all devices attached to the data link. In binary, the broadcast MAC identifier is all ones. In hex, it is ffff.ffff.ffff.