Showing posts with label OSI Model. Show all posts
Showing posts with label OSI Model. Show all posts

Monday, May 13, 2024

Module 3: Routing at the Network Layer...

Module 3: Routing at the Network Layer

Tonight, I F-I-N-A-L-L-Y got around to starting "Module 3: Routing at the Network Layer" in the Network Addressing and Basic Troubleshooting online course from the Cisco Networking Academy.

Module 3: Routing at the Network Layer
Module 3: Routing at the Network Layer


Why the Lack of Progress?

I got bogged down with the end-of-module quiz for Module 2: Data-Link Layer. I scored a 75% on the quiz. That's passing, but I wasn't satisfied. As a result, I reviewed each question and wrote out the explanations for the correct answer. It can be a laborious process, but it is a good review. Believe it or not, there are instances where additional information that wasn't covered in the module is given in the explanation for the correct answer.

Crazy, I know.

Plus, I have been busy with doing other things instead of working on these Cisco networking online courses, such as applying for an IT job with a federal government agency as well as hiking on the weekend.

Making My Own Ethernet Cable

One thing that I have been meaning to do is attempt to make my own ethernet cable. I recently wrote a post on my blog about buying a length of Ethernet cable, a crimper/cutter, and a box of RJ-45 connectors. It's time to see if I can do it.

Ethernet Cable, Crimper/Cutter, RJ-45 Connectors
Ethernet Cable, Crimper/Cutter, RJ-45 Connectors


Wednesday, May 8, 2024

Module 2: Data-Link Layer...

Module 2: Data-Link Layer

Module Objective: Explain how media access control in the data-link layer supports communication across physical and logical networks.

Topic Title Topic Objective
Topologies Compare the characteristics of physical and logical topologies.
Media Access Control Methods Explain how devices access a LAN IOT send frames.
Module 2: Data-Link Layer
Module 2: Data-Link Layer

2.1.1 Physical and Logical Topologies

The Data-Link layer prepares network data for the physical network.

The Data-Link layer must know the logical topology of a network IOT be able to determine what is needed to transfer frames from one device to another.

The topology of a network is the arrangement, or the relationship, of the network devices and the interconnections between them.

There are two types of topologies used when describing LAN and WAN networks:

  • Physical Topology
    • Identifies the physical connections and how end devices and intermediary devices (i.e., routers, switches, and wireless access points) are interconnected.
    • The topology may also include specific device location such as room number and location on the equipment rack.
    • Physical topologies are usually point-to-point or star.
Physical Topology Example
Physical Topology Example

  • Logical Topology
    • Refers to the way a network transfers frames from one node to the next.
    • This topology identifies virtual connections using device interfaces and Layer 3 IP addressing schemes.
Logical Topology Example
Logical Topology Example


The Data-Link layer "sees" the logical topology of a network when controlling data access to the media.

It is the logical topology that influences the type of network framing and media access control used

2.1.3 WAN Topologies


The three most common physical WAN topologies are:

  • Point-to-Point
    • The simplest and most common WAN topology.
    • Consists of a permanent link between two endpoints.
Point-to-Point Topology
Point-to-Point Topology

  • Hub and Spoke
    • WAN version of the star topology in which a central site interconnects branch sites through the use of point-to-point links.
    • Branch sites cannot exchange data w/ other branch sites w/o going through the central site.
Hub and Spoke Topology
Hub and Spoke Topology

  • Mesh
    • Provides high availability but requires that every end system is interconnected to every other system.
    • The administrative and physical costs can be significant.
    • Each link is essentially a point-to-point link to the other node.
Mesh Topology
Mesh Topology

A hybrid is a variation or combination of any topologies.

2.1.4 Point-to-Point WAN Topology

2.1.5 LAN Topologies