Let’s take a look at the network devices commonly found in today’s LANs.. Hubs A hub serves as a central point to which all of the hosts in a network connect to. A Hub is an OSI Layer 1 device Read More …
Category: Networking Basics
Unicast, multicast, and broadcast addresses
There are three types of Ethernet addresses: 1. unicast addresses Unicast addresses represent a single LAN interface. A unicast frame will be sent to a specific device, not to a group of devices on the LAN: The unicast address will Read More …
MAC & IP addresses
MAC address A Media Access Control (MAC) address is a 48-bit (6 bytes) address that is used for communication between two hosts in an Ethernet environment. It is a hardware address, which means that it is stored in the firmware Read More …
Ethernet frame
We have already learned that encapsulated data defined by the Network Access layer is called an Ethernet frame. An Ethernet frame starts with a header, which contains the source and destination MAC addresses, among other data. The middle part of Read More …
Ethernet explained
Ethernet is the most used networking technology for LANs today. It defines wiring and signaling for the Physical layer of the OSI model. For the Data Link layer, it defines frame formats and protocols. Ethernet is described as IEEE 802.3 Read More …
Cisco three-layer hierarchical model
Because networks can be extremely complicated, with multiple protocols and diverse technologies, Cisco has developed a layered hierarchical model for designing a reliable network infrastructure. This three-layer model helps you design, implement, and maintain a scalable, reliable, and cost-effective network. Read More …
IEEE Ethernet standards
Ethernet is defined in a number of IEEE 802.3 standards. These standards define the physical and data-link layer specifications for Ethernet. The most important 802.3 standards are: 10Base-T (IEEE 802.3) – 10 Mbps with category 3 unshielded twisted pair (UTP) Read More …
Encapsulation
The term encapsulation is used to describe a process of adding headers and trailers around some data. This process can be explained with the four-layer TCP/IP model, with each step describing the role of the layer. For example, here is Read More …
Wide area network
The term wide area network is used to describe a network that spans multiple geographic locations. Consider an example. A company has two offices, one in London and one in Berlin. Both offices have a LAN. If the company connects these Read More …
Half duplex and full duplex
In telecommunication, a duplex communication system is a point-to-point system of two devices that can communicate with each other in both direction. These two types of duplex communication systems exist in Ethernet environments: half-duplex – a port can send data Read More …