Chapter 3. Network Architecture

Understanding the structure of a network

Table of Contents

Logical versus physical network layout
Physical Network
Logical Network
The difference?
How do we connect the machines Physically
Token Ring
Ethernet
Understanding CSMA/CD
Maximum transmission unit (MTU)
Process that can only talk MAC address to MAC address.
Broadcasts, Unicasts and Multicasts
What is a BROADCAST?
What is a UNICAST?
What is a MULTICAST?
Why is there a distinction?
Services that are UNICAST (ssh/telnet/ftp) and broadcast (DHCP/BOOTP/ARP)
ARP and the ARP table
What is ARP?
arping
LAN versus WAN
To define a LAN
To define a WAN
What technology must we look at when using a WAN
Hubs, switches and bridges
Routers and gateways
Broadcast versus collision domains
The concept of broadcast and collision domain
How to restrict the broadcast domain.

We now have an understanding of TCP/IP and should have an understanding of client server technology. Let 's now consider how networks actually fit together?

In this chapter we will look at technology and terms such as switches, routers and hubs, Internet, Intranet and LAN 's and WAN's.

Logical versus physical network layout

Two fundamental concepts in networking are the difference between the logical and the physical network. In covering these two concepts, we'll use an example as follows:

We have a hub or a switch and five workstations and a server connected. Physically, each one of these machines can see one another. In other words they are on the same physical network. If you were to draw that in terms of a wire, they are all plugged into the same physical PC wire.

Physical Network

Because of the structure of Internet Protocol (IP) and because of the fact that we can have different networks, we could take one set of machines on network A, 192.168.0.x and another set of machines of network B, 172.16.4.x.

That means that the two sets of machines are connected physically.

Logical Network

When machines are connected to the same networking backbone (wire), yet are on separate networks, these networks are termed Logical networks. For example you could have 5 machines with the address range on 192.168.0.x and 5 other machines on the address range 172.16.10.x. Although they are connected to the same backbone, they are on separate Logical Networks.

The difference?

This physical network layout is that they are all connected. The logical network layout is that they are separated because they are on separate IP networks.

In fact workstations, on the 192.168.0 network will be unable to talk in any way to workstations that are on the 172.16.4 network.