Computer Architecture Network 1
Computer Architecture Network 1
NETWORKS
The goal of any computer network is to allow multiple computers to communicate.
The type of communication can be as varied as the type of conversations you might have
throughout the course of a day
Networks Advantages and Disadvantages:
If you have more than one type of bus in your PC (for example, a combination PCI/PCI
Express), use a NIC that fits into the fastest type (the PCI Express, in this case).
This is especially important in servers because the NIC can quickly become a
bottleneck if this guideline isn’t followed.
Network Interface Card Performance
The most important goal of the NIC is to optimize network performance and
minimize the amount of time needed to transfer data packets across the network.
The key is to ensure that you get the fastest card that you can for the type of network
that you’re on.
For example, if your wireless network supports 802.11b/g/n, make sure to get an
802.11n card because it’s the fastest.
Physical And Logical LO3
Topologies
INTRODUCTION
Topologies
Bus
Ring
Star
Extended Star
Mesh
Hybrid
Physical Vs. Logical Topology
The actual layout of a network and its media is its Physical Topology
The way in which the data access the medium and transmits packets is the
Logical Topology.
Physical Vs. Logical Topology (2)
CP2073 NETWORKING 11
FACTORS
Cost
Scalability
Bandwidth Capacity
Ease of Installation
Works well for small networks Sharing same cable slows response rates
RING TOPOLOGY
RING TOPOLOGY (2)
No beginning or end (a ring in fact !!)
All devices of equality of access to media
Single ring – data travels in one direction only
Each device has to wait its turn to transmit
Most common type is Token Ring (IEEE 802.5)
RING TOPOLOGY (3)
Advantages Disadvantages
Data packets travel at great Requires more cable than a bus
speed A break in the ring will bring it
No collisions down
Easier to fault find
No terminators required
STAR TOPOLOGY
STAR TOPOLOGY (2)
• Centre point is a Hub
•Segments meet at the Hub
•Each device needs its own cable to the Hub
•Easy to maintain and expand
STAR TOPOLOGY (3)
Advantages Disadvantages
•Easy to add devices as the network expands •A star network requires more cable
than a ring or bus network
•One cable failure does not bring down the
entire network (resilience) •Failure of the central hub can bring
down the entire network
•Hub provides centralised management
•Costs are higher (installation and
•Easy to find device and cable problems
equipment) than for most bus
•Can be upgraded to faster speeds networks
•Lots of support as it is the most used
Extended Star Topology
Difficult to install
Difficult to manage
Difficult to troubleshoot
Hybrid Topology
HYBRID TOPOLOGY (2)
CP2073 Networking 32
AN OVERVIEW OF
ADDRESSING ON NETWORKS
Four addressing methods:
Application layer FQDNs, computer names, and host names
Transport layer port numbers
Network layer IP address
IPv4 addresses have 32 bits and are written as four decimal numbers called octets
IPv6 addresses have 128 bits and are written as eight blocks of hexadecimal numbers
Data Link layer MAC address
Also called physical address