CCNA Certification/Advanced Addressing Topics

< CCNA Certification

 CCNA Certification 


Acknowledgements Introduction The OSI Model Application Layer Transport Layer Network Layer Addressing Routing Protocols Data Link Layer Switching Physical Layer Router Operation Advanced Addressing Topics Advanced Routing Topics Advanced Switching Topics Security WAN Configuration Conclusion References About the Exam Cisco Router Commands Quick Reference Sheet

Advanced Addressing Topics

Internet Protocol

Internet Protocol(IP) is basically the Internet layer. The other protocols in this layer exist to support the IP. IP uses the packet address and looks up the address in its routing table and decides where to send the packet by selecting the best possible path. IP receives segments from the Host-to-Host layer and fragments them into datagrams (packets) if necessary.IP then reassembles datagrams back into segments on the receiving side. Each datagram is assigned the IP of the sender and of the recipient. Each router (layer-3 device) that receives a datagram makes routing decisions based on the packets destination I address.

An IP header is made up of the following fields.

Network Address Translation

Network address translation (NAT) is used to connect hosts from a private network to the public internet.

Cisco NAT configuration require three settings:

 Router(config) # interface FastEthernet 0/0
 Router(config-if)#ip nat inside
Router(config) # interface Serial 0
Router(config-if) # ip nat outside
ip nat inside source list 10 192.168.2.2 overload

References

    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.