Lecture 02 - Computer Networks Concepts
Lecture 02 - Computer Networks Concepts
Department of CSE
IS013
Kijitonyama Campus
Block A,
Room No. A023
Tel.: 0684 697 697
[email protected]
Networks
• A network is a set of devices (often referred to as nodes)
connected by communication links.
• Type of Connection
Point to Point
Multipoint
• Physical Topology
Connection of devices
Type of transmission - unicast, mulitcast, broadcast
Physical Structures - Type of Connection
• Type of Connection
a) Point to Point - single transmitter and receiver.
o Dedicated link between two nodes
o The entire capacity of the link is reserved for transmission
between two nodes
o Example: when change TV channels by remote control,
we establish a point-to-point infrared connection
Physical Structures - Type of Connection
• Type of Connection
b) Multipoint - more than two specific devices share a single link
o The capacity of the link is shared either spatially or timed
o Spatially sharing means several nodes use the link
simultaneously
o Timed sharing means nodes take turns to share the link
Physical Structures - Physical Topology
• Physical Topology
Refers to the way in which a network is laid out physically
It is the geometric representation of the relationship of all the
links and nodes
There are four basic topologies possible:
o Mesh
o Star
o Bus
o Ring
Physical Structures - Mesh Topology
• Mesh Topology
Every node has a dedicated P2P link to every other node
It needs n(n – 1) simplex-mode physical links
It needs n(n – 1)/2 duplex-mode physical links
Every device on the network must have n-1 input/output (I/O)
ports
Physical Structures - Mesh Topology
• Mesh Topology
Advantage
o Less traffic, robust, secure, easy to maintain
Disadvantage
o Need more resource (cable and ports), expensive
Physical Structures - Star Topology
• Star Topology
Every node has a dedicated P2P link only to central hub
When a node send data to another, it sends through the hub,
which then relays the data to the other connected node
It is less expensive than a mesh topology
Use less cable than mesh
Physical Structures - Star Topology
• Star Topology
Usage
o Centralized processing or communication
General Advantages
o Less expensive
o Expansion and Robustness
o Easy to install and reconfigure
o No limit to no. and length of arms
General Disadvantages
o Single point of failure
o Overload of hub during peak traffic
Physical Structures - Bus Topology
• Bus Topology
Use a multipoint link whereby a long cable acts as a backbone
to link all nodes in a network
Nodes are connected to multipoint bus cables by drop lines
and taps.
It uses less cabling than mesh or star topologies.
A fault or break in the bus cable stops all transmission
causing difficult reconnection and fault isolation.
Physical Structures - Bus Topology
• Bus Topology
Usage
o Data entry or office environment
General Advantages
o Independent between nodes
o High reliability
o Ease of installation
General Disadvantages
o Difficult reconnection and fault isolation
o Broken or fault of the bus cable stops all transmission
Physical Structures - Ring Topology
• Ring Topology
Each node has a dedicated P2P connection with only the two
nodes on either side of it.
A packet is passed along the ring in one direction, from node
to node, until it reaches its destination.
Each node incorporates a repeater that regenerates a packet
intended for another node
Physical Structures - Ring Topology
• Ring Topology
Usage
o Manufacturing
General Advantages
o Less attenuation
o Relatively easy to install and reconfigure
o Fault isolation is simplified
General Disadvantages
o Failing of a node
o Unidirectional traffic
Physical Structures - Hybrid Topology
• Hybrid Topology
This resulted when nodes that are physically arranged in one
topology are extended to/by other topologies.
General Advantages
o Communication between networks
o The most widely used topology whose implementation is
categorized by network types
General Disadvantages
o Conversion device and costs
o Compatibility
Physical Structures - Tree Topology
• Tree Topology
Tree topologies integrate multiple topologies together
For instance, tree topology integrates multiple star topologies
together onto a bus
Physical Structures - Tree Topology
• Tree Topology
General Advantages
o Point-to-point wiring for individual segments.
o Supported by several hardware and software venders.
General Disadvantages
o Overall length of each segment is limited by the type of
cabling used.
o If the backbone line breaks, the entire segment goes down.
o More difficult to configure and wire than other topologies.
Categories of Networks
• Network types
There are three types of networks that are distinguished based
on size, geographical coverage, and ownership.
Based on these criteria, there are basically three types of
networks:
o Local Area Networks (LANs): Usually privately owned
and connects some hosts in a single office, building, or
campus.
• Media or Cables
Unshielded twisted pair (inexpensive)
Coaxial cable (faster, expensive)
Optical fiber (fastest, expensive)
Air for wireless
Ethernet II
Header (preamble) for synchronizing
Destination & source address (MAC layer address)
Type field for network protocol
Data field
Frame check sequence (FCS): CRC-32
1.29
Interconnection of Networks: internet
A heterogeneous network made of four WANs and two LANs
1.30
THE INTERNET
1.31
Hierarchical organization of the Internet
1.32
Organizations For Communication Standards
Standards are developed by cooperation among standards
creation committees, forums, and government regulatory
agencies.