Computer Network Architecture Module 1
Computer Network Architecture Module 1
(MODULE 1)
By Victor Sarmacharjee
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
1. DATA COMMUNICATION :
Data communication refers to the exchange of data between a source and a receiver via form of transmission media such as a
wire cable.
3. CONNECTING DEVICES :
i. Hub :
• A Hub works in the physical layer of the OSI model.
• Hub is a nonintelligent device and has no decision-making capability.
• Hub basically takes the input data from one of the ports and broadcast the information to all the other ports connected to the
network.
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
3. CONNECTING DEVICES :
ii. Repeater :
• A repeater is a device similar to the hub but has additional features.
• We use the repeaters in places where amplification of input signal is necessary.
• It regenerates the input signal and amplifies only the desired signal. Hence, the noise component of the
signal is eliminated. It is also called an active hub.
iii. Switch :
• A switch is an intelligent device that works in the data link layer.
• The term intelligent refers to the decision-making capacity of the switch.
• It has knowledge of the MAC addresses of the ports in the network
iv. Bridge :
• Bridges are used to connect two or more hosts or network segments together.
• It is used for storing and forwarding frames between the different segments that the bridge connects.
• They use hardware Media Access Control (MAC) addresses for transferring frames.
v. Router :
• A router is a hardware device which is used to connect a LAN with an internet connection.
• It is used to receive, analyze and forward the incoming packets to another network.
• A router works in a Layer 3 (Network layer) of the OSI Reference model.
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
4. NETWORK TOPOLOGY :
Topology defines the structure of the network of how all the components are interconnected to each other.
There are 5 types of network topology which are as follows :
i. Mesh Topology :
• Mesh technology is an arrangement of the network in which computers are interconnected with each
other through various redundant connections.
• There are multiple paths from one computer to another computer.
• It does not contain the switch, hub or any central computer which acts as a central point of
communication.
ii. Star Topology :
• Star topology is an arrangement of the network in which every node is connected to the central hub,
switch or a central computer.
• The central computer is known as a server, and the peripheral devices attached to the server are known
as clients.
• Coaxial cable is used to connect the computers.
iii. Tree Topology :
• Tree topology combines the characteristics of bus topology and star topology.
• A tree topology is a type of structure in which all the computers are connected with each other in
hierarchical fashion.
• The top-most node in tree topology is known as a root node, and all other nodes are the descendants of
the root node.
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
4. NETWORK TOPOLOGY :
There are 5 types of network topology which are as follows :
iv. Bus Topology :
• The bus topology is designed in such a way that all the stations are connected through a single cable
known as a backbone cable.
• Each node is either connected to the backbone cable by drop cable or directly connected to the backbone
cable.
• The most common access method of the bus topologies is CSMA
v. Ring Topology :
• Ring topology is like a bus topology, but with connected ends.
• The node that receives the message from the previous computer will retransmit to the next node and the
data flows in one direction, i.e., it is unidirectional.
• The most common access method of the ring topology is token passing
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
5. TYPES OF NETWORK:
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
5. TYPES OF NETWORK:
COMPUTER NETWORK AND ARCHITECTURE (MODULE 1)
NETWORK MODELS
6. THE OSI MODEL :
• Each layer means different layer of abstraction
• Each layer should perform a well defined function
• The functions of layer should promote standardization
• The information flow across the interfaces should be minimized
6.1 THE OSI /ISO REFERENCE MODEL :