IPv4 Addresses and Subnet Masks

The Format of an IPv4 Address An IPv4 address can be written in two ways: dotted decimal notation – 192.168.1.1 32-bit binary notation – 11000000.10101000.00000001.00000001 The address has 4 octets separated by periods and counted from let to right. There are three types of IPv4 addresses: a network address, a host address, and a broadcast […]
Continue reading…

 

Network Troubleshooting PT Activity

Overview It is important to know how to troubleshoot network connectivity issues. How to configure PCs to add them to the network? What tools can you use from the command prompt to test connectivity and check your network address settings? In order to test your skills, I created a Packet Tracer 6.1 activity in which […]
Continue reading…

 

Transport Layer

Transport Layer Overview The transport layer of both the OSI and TCP/IP models is very important. At this layer the data being prepared to be sent over the internet is broken into pieces called segments. The PDU or protocol data unit at this layer is called a segment. Their are two main protocols that function at this […]
Continue reading…

 

Basic Network Configuration PT Activity

Overview This is a beginning network configuration activity in Packet Tracer 6.1. This activity is designed to challenge you with some basic Cisco IOS configurations using a Cisco 1941 router, two Cisco Catalyst 2960 switches, a TFTP server and two PCs. In this Packet Tracer activity you are asked to configure the following items: Step […]
Continue reading…

 

Network Layer

Network Layer Overview The Network Layer is all about networks and routing packets to the correct network, it is the “Layer of The Internet” the layer of the IP protocol. The IP protocol is a connectionless protocol, it doesn’t care about setting up a connection prior to sending like TCP’s three way handshake, it just sends. IP is […]
Continue reading…

 

How to make a straight through Ethernet cable

Overview The ability to make a straight through Ethernet cable can come in handy, whether you need to create a specific Ethernet cable or you need to fix an existing one. You can save money by making your own Ethernet cables in the exact lengths necessitated by your network. ith some practice and following the […]
Continue reading…

 

Ethernet

Ethernet Overview Ethernet is an important topic in the Cisco CCNA because network administrators typically oversee LANs (local area networks), and pretty much all LANs today use some form of Ethernet, whether it be copper Fast Ethernet, or fiber optic Gigabit Ethernet, or wireless Ethernet. Ethernet became what it is today, because it was cheap […]
Continue reading…

 

Data Link Layer

Overview The data link layer provides the upper layers access to the network media. It is responsible for controlling access to the media, encapsulating packets into appropriately sized frames for the media used, physical addressing, the exchange of frames between nodes on the local network, and error detection. Media Access Control Control Based Access – […]
Continue reading…

 

Physical Layer

Overview The purpose of the Physical layer is to put digital bits on the media as encoded signals and to also receive encoded signals and turn them back into binary digits. Media at the Physical layer refers to either copper cables, fiber optic cables or wireless radio waves. Along with all the different types of […]
Continue reading…

 

Communicating on a Network – Page 4

Cont. The TCP/IP Model is the implemented network protocol suite of the internet, the OSI Model is now considered a theoretical model because it was never caught on like TCP/IP but it has been a very influential model. Cisco uses both the OSI and the TCP/IP models to talk about how data is separated into […]
Continue reading…