Top CCNA Interview Questions and Answers -3

1. What is the difference between Private IP and Public IP?

Public IP addresses are for global routing over internet. They are allocated to the websites and companies to access the internet. They are unique worldwide if connected to Internet. Private IP addresses are for local use and are not routable over internet. They can be same in different organization.

2. Explain different cable types?

Straight, Cross, Serial, Console are some cable types used in networking. Serial cable is used to connect a router to another router. Console cable is used to access the router or switches from a PC.

3. How does RIP differ from EIGRP?

The major difference between both is that EIGRP is Cisco propriety and RIP is open standard

Some internal differences between them are:

· AD value of Rip is 120 and AD value for EIGRP is 90 internal / 170 external.
· RIP uses Bellmen ford algorithm to calculate the path while Eigrp use Dual method to calculate the routes paths
· Maximum hop count for RIP is 15 that is after 15 counts the packet is dropped while that of EIGRP is 100 by default and upto 255 by configuration.
· RIP(ver 1) is classfull protocol where as EIGRP is classless protocol
· In RIP full routing table exchanged, but in EIGRP missing routes are exchanged
· For RIP protocol, hello timers every 30 seconds but in EIGRP hello timer every 5 seconds
· RIP v1 sends updates as broadcast while EIGRP send updates as Multicast
· EIGRP uses an Autonomous number to determine which domain it belongs to which is not the case with RIP protocols.
· RIP is mostly used for smaller networks which EIGRP is used for larger networks.
· RIP is a distance vector routing protocol while EIGRP is an hybrid routing protocol.
· RIP sends full update whenever network change occurs whereas EIGRP sends triggered updates

4. Differentiate User Mode from Privileged Mode.

Commands applied on user mode cannot effect the router while some commands of privilege mode can change the configurations. In user mode, no configuration can be made. We can only check the reachability and some basic commands in that mode. While in Privilege mode we can save, delete and modify the configuration files.

5. What is 100BaseFX?

100BASE-FX is a version of Fast Ethernet over optical fiber

6. Differentiate full-duplex from half-duplex?

In full duplex, user can send and receive data at the same time while in half duplex user can either receive or send the data at a time.

7. What does the show protocol display?

The show protocols command shows the global and interface-specific status of any configured Level 3 protocol. 

 

8. OSI Model Interview Questions & Answers.

9. List the layers of OSI?

From top to bottom, OSI layers are Application, Presentation, Session, Transport, Network, Data Link and Physical.

10. What are the responsibilities of Data Link Layer?

Framing, Error detection, CRC and Physical Addressing is the task of DLL.

11. What are the responsibilities of Network Layer?

Routing, IP Addressing and Path determination are the main responsibilities of Network Layer.

12. What are the responsibilities of Transport Layer?

Transport Layer has a lot of function. Most important being,
1. Multiplexing and De-Multiplexing
2. Segmentation and Re-assembly
3. Flow Control
4. Error Correction
5. Connection Establishment
6. Sequencing
7. Acknowledgement
8. 3 way Handshake

13. Routers work at which OSI layer?

Network Layer

14. Switches work at which OSI layer?

Layer 2 and Some Switches can operate at Layer 3 and above

15. What is a Window in networking terms?

Window is the amount of segments sent by TCP between two acknowledgements.

16. What is the role of the LLC sublayer in datalink layer?

Logical Link Control provides error detection, using Ethernet trailer field frame check sequence (FCS).

17. What is the function of the Application Layer in networking?

Application Layer is responsible for providing a user interface in between user and Network with the help of applications like web browsers.

18. What is the difference between TCP and UDP?

Following are differences in TCP and UDP,
o TCP stands for “Transmission Control Protocol” UDP stands for “User datagram Protocol”.
o TCP is connection oriented protocol while UDP is connectionless protocol.
o TCP is more reliable than UDP.
o UDP is faster for data sending than TCP.
o UDP makes error checking but no reporting but TCP checks for errors and performs reporting.
o TCP provides guaranteed Delivery of Data but UDP has no guarantee.
o Header size of TCP is 20 bytes while that of UDP is 8 bytes.
o TCP has acknowledgement segments but UDP has no acknowledgement.
o TCP is used for application that require high reliability but less time critical whereas UDP is used for application that are time sensitive but require less reliability.

19. What is the port no of DNS and Telnet?

DNS = 53, Telnet = 23

20. Which service use both TCP and UDP?

DNS uses both TCP and UDP

21. What is the port no of SMTP and POP3?

POP3 = 110; SMTP = 25

22. In which layer term “Frames” is used?

Frames are PDU of Data Link Layer

23. In which layer term “Packets” is used?

Packets are PDU of Network Layer

24. In which layer term “Segments” is used?

Segments are used at Transport Layer

25. Give some example for protocols work at Application layer?

Application Layer Protocols are HTTP, HTTPs, Telnet, SSH, DNS, FTP, TFTP, DHCP, RIP

26. What is CRC? Which layer CRC works?

Cyclic Redundancy Check is used to detect the errors in network. It works at Data Link Layer .

27. What is the purpose of the Data Link?

Data Link Layer is responsible for Framing, Error Detection and Physical Addressing

28. Which one is reliable – TCP or UDP?

TCP is reliable.

29. What is the port number of ftp (data) and ftp?

FTP port number 20 (Data); 21 for Control

30. Which layer provides logical addressing that routers will use for path determination?

Network Layer