Flylib.com

Books Software

 
 
 

Cisco IP Routing Protocols: Trouble Shooting Techniques (Charles River Media Networking/Security) - page 9


Summary

In this chapter, you learned about the challenges and issues of complex networks. You also learned about the need for a well-defined troubleshooting approach to counter these problems. There are primarily three approaches that you can use to effectively troubleshooting networks.

In the next chapter, you will learn about the behaviors and characteristics of protocols.

Note 

All code listings, figures, and tables presented in this book can be found on the book’s companion CD-ROM.



Points to Remember

  • A complex network consists of multiple networks, connected with each other, using different types of links and a multi-protocol environment.

  • Because of their multi-protocol architecture, complex networks have more problems as compared to independent LANs and WANs.

  • Most complex networks have problems pertaining to the backbone network, transmission media, multiple networks and protocols, servers, and internal and external security mechanisms.

  • There are three troubleshooting methodologies: Cisco hierarchical approach, layered approach and the problem resolution approach.

  • In the hierarchical approach, you divide the network into three layers —Core Distribution and Access. This makes it possible to troubleshoot problems on each layer, without disturbing the entire network.

  • In the layered troubleshooting approach, you isolate and troubleshoot the problem pertaining to a specific layer

  • The Data-link layer enables node-to-node delivery of data in a network by converting bit streams received from the Network layer into manageable units.

  • Problems at the Data-link layer usually pertain to the data loss or corruption. To counter this problem, protocols such as Unrestricted Simplex Protocol, Simplex Stop-and-Wait Protocol, and Sliding Window Protocol are used.

  • Problems at the Network layer usually pertain to overloading of a specific transmission route, inappropriate subnet topology, dependency of the Network layer on the subnet topology and its number, and network congestion.

  • To counter problems at the Network layer, the subnet topology should be independent of the Network layer. Similarly, routing algorithms should be used to ensure proper routing of data packets from the source to the destination network.

  • In the problem resolution approach, you divide the entire troubleshooting process into a set of seven well-defined tasks : problem definition, facts collection, consideration of possibilities, action plan, definition, action plan implementation, observe and review findings, review problem solving cycle, isolation of error, resolve the problem.



Chapter 2: Protocols and Their Characteristics

 Download CD Content

In This Chapter

  • Basic Protocol Behavior

  • Protocol Characteristics

A protocol is a set of rules defined to govern data transmission between applications residing on different systems. Protocols form the basis of all networks, and their function is to provide smooth transfer of data from source to destination. In addition to data transfer, protocols detect errors during data transmission, apply flow control, and facilitate retransmission of data packets corrupted during transmission. The protocols use acknowledgment signals to track data packets sent by the source node and received by the destination node.

The benefit of using a protocol for data transmission is that there are fewer chances of discrepancies such as loss of data during transmission. In addition, if a discrepancy occurs, the fault can be easily located and resolved.