SlideShare una empresa de Scribd logo
1 de 20
HHCJ AMUMARA
COMPUTER STUDIES LECTURE NOTE –SS2
(NOTE 005)
HHCJ- COMPUTER STUDIES LECTURE NOTE
TOPIC: Networking
Definition of Network and Networking
A computer network consists of a collection of computers,
printers and other equipment that are connected together so that
they can communicate with each other. It is also defined as a group
of two or more computer systems linked together.
Computer Networking is the scientific and engineering discipline
concerned with communication between computer systems.
Types of Network
Network can be grouped into three categories, namely;
A. By Scale
B. Topology
C. Functional Relationship
• Types of Network According to Scale
• Depending upon the geographical area covered by a network, it is
classified as:
• 1. Personal Area Network (PAN). PAN is a computer network
organized around an individual person (typically within 10 meters).
PAN may be wired with computer such as USB and Fire wire. A
wireless Personal Area Network (WPAN) can be made possible with
network technology such as infrared Data Association (irDA) and
Bluetooth.
• 2. Local Area Network (LAN). A local area network is a computer
network covering a small local area, like a home, office, or school.
LAN has the following elements:
• i. Server: It is the main computer that acts as a host and provides
data, software, etc. to the other terminal linked with it.
• ii. Work station: These are the computers attached to the server on
the LAN
• iii. Network Interface Unit: is a device that serves as a common
interface for various other devices within a local area network (LAN)
• iv. Communication Channel: It is the medium through which the
packets travel. The packets generally travel through cables which
are of three types: Twisted pair cables, Co-axial cables and Fiber
optic cables
• v. LAN Software:
• The software components of a LAN can be grouped into two
categories:
• 1. Inside PCs/workstations and servers
• · NIC Drivers
• · Network Operating System for servers, for example, Novell®
Netware 4.1 or Microsoft Windows® NT
• · Network Operating System for clients (PCs/workstations), for
example, Novell® Netware 4.1 client or Microsoft Windows® 95
• · Networking protocol software, for example, TCP/IP, Novell® IPX
• · Application software, for example, emails, Internet Web Browser
• 3. Metropolitan Area Network (MAN). MANs are large
computer network usually spanning a large campus.
• 3. Metropolitan Area Network (MAN). MANs are
large computer network usually spanning a large
campus.
• 4. Wide Area Network (WAN). WAN is a
computer network covering a broad geographical
area.
• 5. Internet. The internet is a worldwide network
of computers that share information
•
• Network Topology
• Network topology is the arrangement of the
various elements (links, nodes, etc.) of a
computer network. Network topology refers to
the physical or logical layout of a network.
• Types of Topology
• 1. Bus Topology
• 2. Star Topology
• 3. Ring Topology
• 4. Mesh Topology
• 5. Tree Topology
• 6. Hybrid Topology
• BUS TOPOLOGY
• All the nodes (file server, workstations, and peripherals) on a bus topology are
connected by one single cable. A bus topology consists of a main run of cable with
a terminator at each end. All nodes (file server, workstations, and peripherals) are
connected to the linear cable. It is popular on LANs because they are inexpensive
and easy to install.
• Advantages of Bus Topology
• 1. It is Cheap, easy to handle and implement.
• 2. Require less cable
• 3. It is best suited for small networks.
• Disadvantages of Bus Topology
• 1. The cable length is limited. This limits the number of stations that can be
connected.
• 2. This network topology can perform well only for a limited number of nodes.
• In a ring network, every device has exactly two neighbours for
communication purposes. All messages travel through a ring in the
same direction. A failure in any cable or device breaks the loop and
can take down the entire network. To implement a ring network we
use the Token Ring technology. A token, or small data packet, is
continuously passed around the network. When a device needs to
transmit, it reserves the token for the next trip around, and then
attaches its data packet to it.
• Advantage of Ring Topology
• 1. Very orderly network where every device has access to the token
and the opportunity to transmit.
• 2. Easier to Mange than a Bus Network
• 3. Good Communication over long distances
• 4. Handles high volume of traffic
• Disadvantages of Ring Topology
• 1. The failure of a single node of the network can cause the entire
network to fail.
• 2. The movement or changes made to network nodes affects the
performance of the entire network.
• In a star network, each node (file server, workstations, and
peripherals) is connected to a central device called a hub. The hub
takes a signal that comes from any node and passes it along to all
the other nodes in the network. Data on a star network passes
through the hub, switch, or concentrator before continuing to its
destination. The hub, switch, or concentrator manages and controls
all functions of the network. The star topology reduces the chance
of network failure by connecting all of the systems to a central
node.
• Advantages of Star Topology
• 1. Easy to manage
• 2. Easy to locate problems (cable/workstations)
• 3. Easier to expand than a bus or ring topology.
• 4. Easy to install and wire.
• 5. Easy to detect faults and to remove parts.
• Disadvantages of Star Topology
• 1. Requires more cable length than a linear topology.
• 2. If the hub or concentrator fails, nodes attached are disabled.
• 3. More expensive because of the cost of the concentrators.
• A tree topology (hierarchical topology) can be viewed as a
collection of star networks arranged in a hierarchy. This tree has
individual peripheral nodes which are required to transmit to and
receive from one other only and are not required to act as
repeaters or regenerators. The tree topology arranges links and
nodes into distinct hierarchies in order to allow greater control and
easier troubleshooting
• Advantages of a Tree Topology
• 1. It allows point-to-point wiring for individual segments.
• 2. It is supported by several hardware and software vendors.
• 3. All the computers have access to the larger and their immediate
networks.
• Disadvantages of a Tree Topology
• 1. Overall length of each segment is limited by the type of cabling
used.
• 2. If the backbone line breaks, the entire segment goes down.
• 3. More difficult to configure and wire than other topologies.
• In this topology, each node is connected to every other node in the
network. Implementing the mesh topology is expensive and difficult. In
this type of network, each node may send message to destination through
multiple paths. While the data is travelling on the Mesh Network it is
automatically configured to reach the destination by taking the shortest
route which means the least number of hops.
• Advantage of Mesh Topology
• 1. No traffic problem as there are dedicated links.
• 2. It has multiple links, so if one route is blocked then other routes can be
used for data communication.
• 3. Points to point links make fault identification easy.
• Disadvantage of Mesh Topology
• 1. There is mesh of wiring which can be difficult to manage.
• 2. Installation is complex as each node is connected to every node.
• 3. Cabling cost is high.
• Hybrid topology is a combination of any two
or more network topologies. A hybrid
topology always accrues (results) when two
different basic network topologies are
connected. It is a mixture of above mentioned
topologies.
• Advantages of a Hybrid Topology
• 1. It is extremely flexible.
• 2. It is very reliable.
• Disadvantages of a Hybrid Topology
• 1. Expensive
• Definition of Network Devices
• Network devices are components used to connect computer or other
electronic devices together so that they can share files or resources. Some
network devices are examined below:
• 1. Hubs: A hub is a device that joins multiple computers or other network
devices to form a single network. It can also be defined as a common
connection point for devices in a network. A hub does not read any of the
data passing through them and not aware of their source or destination.
• 2. Switches: A network switch is a small hardware device that joins
multiple computer networks together within a local area network. Switch
generally contains more intelligence than a hub. Switches are capable of
inspecting data packets as they are received, determine the source and
destination device of each packet, and forward them appropriately.
• 3. Modem (MOdulator-DEModulator): A modem is an electronic device
that allows computers to communicate over telephone lines.
• 4. Router: Routers are devices that join multiple wired or wireless
networks together.
• 5. Network Interface Card (NIC): A network interface card (NIC) is a circuit
board or card that is installed in a computer so that it can be connected to
a network.
• Benefits of Networking
• 1. Site (software) licenses are likely to be cheaper
than buying several standalone licenses.
• 2. Files can easily be shared between users.
• 3. Network users can communicate by email and
instant messenger..
• 4. Data is easy to backup as all the data is stored
on the file server.
• 5. Networking offers a quick and easy way to
share files directly.
• 6. All computers in the network can share
resources such as printers, fax machines,
modems and scanners.
STAY AT HOME, STAY SAFE , BE
POSITIVE.14/07/2020

Más contenido relacionado

La actualidad más candente

Dc lec-04 (categories of network)
Dc lec-04 (categories of network)Dc lec-04 (categories of network)
Dc lec-04 (categories of network)diaryinc
 
2.1.1 network topology
2.1.1 network topology2.1.1 network topology
2.1.1 network topologyhazirma
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingRasan Samarasinghe
 
Network topologies & network devices
Network topologies & network devicesNetwork topologies & network devices
Network topologies & network devicesAnnajab
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)ashiesh0007
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of networksharone singh
 
computer networking and its application ppt
computer networking and its application pptcomputer networking and its application ppt
computer networking and its application pptNitesh Dubey
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to NetworkingMohammed Adam
 
Web applications and security. By: Partha Jee Chauhan, MSc Computer Science
Web applications and security. By: Partha Jee Chauhan, MSc Computer ScienceWeb applications and security. By: Partha Jee Chauhan, MSc Computer Science
Web applications and security. By: Partha Jee Chauhan, MSc Computer SciencePartha Jee Chauhan
 
Computer Networking
Computer NetworkingComputer Networking
Computer NetworkingAlisha Jain
 
Network access methods
Network access methodsNetwork access methods
Network access methodsJaleel James
 
Networking ppt by swapi
Networking ppt by swapi Networking ppt by swapi
Networking ppt by swapi Swapi Pawar
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesNetwax Lab
 
Basic Networking Concepts
Basic Networking ConceptsBasic Networking Concepts
Basic Networking ConceptsSehajbir Singh
 

La actualidad más candente (20)

Dc lec-04 (categories of network)
Dc lec-04 (categories of network)Dc lec-04 (categories of network)
Dc lec-04 (categories of network)
 
2.1.1 network topology
2.1.1 network topology2.1.1 network topology
2.1.1 network topology
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in Networking
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Network topologies & network devices
Network topologies & network devicesNetwork topologies & network devices
Network topologies & network devices
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
computer networking and its application ppt
computer networking and its application pptcomputer networking and its application ppt
computer networking and its application ppt
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to Networking
 
Unit01
Unit01Unit01
Unit01
 
Web applications and security. By: Partha Jee Chauhan, MSc Computer Science
Web applications and security. By: Partha Jee Chauhan, MSc Computer ScienceWeb applications and security. By: Partha Jee Chauhan, MSc Computer Science
Web applications and security. By: Partha Jee Chauhan, MSc Computer Science
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Unit02
Unit02Unit02
Unit02
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Network access methods
Network access methodsNetwork access methods
Network access methods
 
Networking ppt by swapi
Networking ppt by swapi Networking ppt by swapi
Networking ppt by swapi
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Basic Networking Concepts
Basic Networking ConceptsBasic Networking Concepts
Basic Networking Concepts
 

Similar a HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005

Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxAASTHAJAJOO
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdfuseless45
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)Shweta Kumari
 
Data communication and computer networks
Data communication and computer networksData communication and computer networks
Data communication and computer networksmarwa_ma
 
Network topologies
Network topologiesNetwork topologies
Network topologiesNorah Saad
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and RoutingAnushiya Ram
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologiesAyush0734
 
Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02DeShawn A. Larkin
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkAtika Zaimi
 
Lecture 1 Computer Networks.pptxsecond course
Lecture 1 Computer Networks.pptxsecond courseLecture 1 Computer Networks.pptxsecond course
Lecture 1 Computer Networks.pptxsecond courseLamiyQurbanlKomptert
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2Programmer
 

Similar a HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005 (20)

Computer Network
Computer NetworkComputer Network
Computer Network
 
Computer network
Computer networkComputer network
Computer network
 
Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptx
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
 
Chapter 1 ppt by dmb
Chapter 1 ppt by dmbChapter 1 ppt by dmb
Chapter 1 ppt by dmb
 
Unit2
Unit2Unit2
Unit2
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)
 
Data communication and computer networks
Data communication and computer networksData communication and computer networks
Data communication and computer networks
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Networking introduction
Networking introductionNetworking introduction
Networking introduction
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and Routing
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologies
 
Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02
 
Computer network
Computer networkComputer network
Computer network
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer network
 
Lecture 1 Computer Networks.pptxsecond course
Lecture 1 Computer Networks.pptxsecond courseLecture 1 Computer Networks.pptxsecond course
Lecture 1 Computer Networks.pptxsecond course
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
 

Más de SOLOMONCHINAEMEUCHEA

HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004SOLOMONCHINAEMEUCHEA
 
HHCJAMUMARA-Information and communication tech-SS1- 003
HHCJAMUMARA-Information and communication tech-SS1- 003HHCJAMUMARA-Information and communication tech-SS1- 003
HHCJAMUMARA-Information and communication tech-SS1- 003SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002 HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002 SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001SOLOMONCHINAEMEUCHEA
 
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)SOLOMONCHINAEMEUCHEA
 

Más de SOLOMONCHINAEMEUCHEA (17)

HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:003
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:004
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:003
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:004
 
HHCJAMUMARA-Information and communication tech-SS1- 003
HHCJAMUMARA-Information and communication tech-SS1- 003HHCJAMUMARA-Information and communication tech-SS1- 003
HHCJAMUMARA-Information and communication tech-SS1- 003
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:002
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:004
 
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002 HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002
HHCJ AMUMARA: CULTURAL AND CREATIVE ARTS LECTURE NOTE FOR JSS3-002
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS1-001
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS2-001
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-003
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3-002
 
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001
HHCJ AMUMARA: COMPUTER STUDIES LECTURE NOTE FOR SS3:001
 
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)
HHCJ AMUMARA (LECTURE NOTE ON CULTURAL AND CREATIVE ARTS FOR JSS3)
 

Último

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Último (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005

  • 1. HHCJ AMUMARA COMPUTER STUDIES LECTURE NOTE –SS2 (NOTE 005)
  • 2. HHCJ- COMPUTER STUDIES LECTURE NOTE TOPIC: Networking Definition of Network and Networking A computer network consists of a collection of computers, printers and other equipment that are connected together so that they can communicate with each other. It is also defined as a group of two or more computer systems linked together. Computer Networking is the scientific and engineering discipline concerned with communication between computer systems. Types of Network Network can be grouped into three categories, namely; A. By Scale B. Topology C. Functional Relationship
  • 3. • Types of Network According to Scale • Depending upon the geographical area covered by a network, it is classified as: • 1. Personal Area Network (PAN). PAN is a computer network organized around an individual person (typically within 10 meters). PAN may be wired with computer such as USB and Fire wire. A wireless Personal Area Network (WPAN) can be made possible with network technology such as infrared Data Association (irDA) and Bluetooth. • 2. Local Area Network (LAN). A local area network is a computer network covering a small local area, like a home, office, or school. LAN has the following elements: • i. Server: It is the main computer that acts as a host and provides data, software, etc. to the other terminal linked with it. • ii. Work station: These are the computers attached to the server on the LAN • iii. Network Interface Unit: is a device that serves as a common interface for various other devices within a local area network (LAN)
  • 4. • iv. Communication Channel: It is the medium through which the packets travel. The packets generally travel through cables which are of three types: Twisted pair cables, Co-axial cables and Fiber optic cables • v. LAN Software: • The software components of a LAN can be grouped into two categories: • 1. Inside PCs/workstations and servers • · NIC Drivers • · Network Operating System for servers, for example, Novell® Netware 4.1 or Microsoft Windows® NT • · Network Operating System for clients (PCs/workstations), for example, Novell® Netware 4.1 client or Microsoft Windows® 95 • · Networking protocol software, for example, TCP/IP, Novell® IPX • · Application software, for example, emails, Internet Web Browser • 3. Metropolitan Area Network (MAN). MANs are large computer network usually spanning a large campus.
  • 5. • 3. Metropolitan Area Network (MAN). MANs are large computer network usually spanning a large campus. • 4. Wide Area Network (WAN). WAN is a computer network covering a broad geographical area. • 5. Internet. The internet is a worldwide network of computers that share information • • Network Topology • Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network. Network topology refers to the physical or logical layout of a network.
  • 6.
  • 7. • Types of Topology • 1. Bus Topology • 2. Star Topology • 3. Ring Topology • 4. Mesh Topology • 5. Tree Topology • 6. Hybrid Topology • BUS TOPOLOGY • All the nodes (file server, workstations, and peripherals) on a bus topology are connected by one single cable. A bus topology consists of a main run of cable with a terminator at each end. All nodes (file server, workstations, and peripherals) are connected to the linear cable. It is popular on LANs because they are inexpensive and easy to install. • Advantages of Bus Topology • 1. It is Cheap, easy to handle and implement. • 2. Require less cable • 3. It is best suited for small networks. • Disadvantages of Bus Topology • 1. The cable length is limited. This limits the number of stations that can be connected. • 2. This network topology can perform well only for a limited number of nodes.
  • 8.
  • 9. • In a ring network, every device has exactly two neighbours for communication purposes. All messages travel through a ring in the same direction. A failure in any cable or device breaks the loop and can take down the entire network. To implement a ring network we use the Token Ring technology. A token, or small data packet, is continuously passed around the network. When a device needs to transmit, it reserves the token for the next trip around, and then attaches its data packet to it. • Advantage of Ring Topology • 1. Very orderly network where every device has access to the token and the opportunity to transmit. • 2. Easier to Mange than a Bus Network • 3. Good Communication over long distances • 4. Handles high volume of traffic • Disadvantages of Ring Topology • 1. The failure of a single node of the network can cause the entire network to fail. • 2. The movement or changes made to network nodes affects the performance of the entire network.
  • 10.
  • 11. • In a star network, each node (file server, workstations, and peripherals) is connected to a central device called a hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network. Data on a star network passes through the hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator manages and controls all functions of the network. The star topology reduces the chance of network failure by connecting all of the systems to a central node. • Advantages of Star Topology • 1. Easy to manage • 2. Easy to locate problems (cable/workstations) • 3. Easier to expand than a bus or ring topology. • 4. Easy to install and wire. • 5. Easy to detect faults and to remove parts. • Disadvantages of Star Topology • 1. Requires more cable length than a linear topology. • 2. If the hub or concentrator fails, nodes attached are disabled. • 3. More expensive because of the cost of the concentrators.
  • 12.
  • 13. • A tree topology (hierarchical topology) can be viewed as a collection of star networks arranged in a hierarchy. This tree has individual peripheral nodes which are required to transmit to and receive from one other only and are not required to act as repeaters or regenerators. The tree topology arranges links and nodes into distinct hierarchies in order to allow greater control and easier troubleshooting • Advantages of a Tree Topology • 1. It allows point-to-point wiring for individual segments. • 2. It is supported by several hardware and software vendors. • 3. All the computers have access to the larger and their immediate networks. • Disadvantages of a Tree Topology • 1. Overall length of each segment is limited by the type of cabling used. • 2. If the backbone line breaks, the entire segment goes down. • 3. More difficult to configure and wire than other topologies.
  • 14.
  • 15. • In this topology, each node is connected to every other node in the network. Implementing the mesh topology is expensive and difficult. In this type of network, each node may send message to destination through multiple paths. While the data is travelling on the Mesh Network it is automatically configured to reach the destination by taking the shortest route which means the least number of hops. • Advantage of Mesh Topology • 1. No traffic problem as there are dedicated links. • 2. It has multiple links, so if one route is blocked then other routes can be used for data communication. • 3. Points to point links make fault identification easy. • Disadvantage of Mesh Topology • 1. There is mesh of wiring which can be difficult to manage. • 2. Installation is complex as each node is connected to every node. • 3. Cabling cost is high.
  • 16.
  • 17. • Hybrid topology is a combination of any two or more network topologies. A hybrid topology always accrues (results) when two different basic network topologies are connected. It is a mixture of above mentioned topologies. • Advantages of a Hybrid Topology • 1. It is extremely flexible. • 2. It is very reliable. • Disadvantages of a Hybrid Topology • 1. Expensive
  • 18. • Definition of Network Devices • Network devices are components used to connect computer or other electronic devices together so that they can share files or resources. Some network devices are examined below: • 1. Hubs: A hub is a device that joins multiple computers or other network devices to form a single network. It can also be defined as a common connection point for devices in a network. A hub does not read any of the data passing through them and not aware of their source or destination. • 2. Switches: A network switch is a small hardware device that joins multiple computer networks together within a local area network. Switch generally contains more intelligence than a hub. Switches are capable of inspecting data packets as they are received, determine the source and destination device of each packet, and forward them appropriately. • 3. Modem (MOdulator-DEModulator): A modem is an electronic device that allows computers to communicate over telephone lines. • 4. Router: Routers are devices that join multiple wired or wireless networks together. • 5. Network Interface Card (NIC): A network interface card (NIC) is a circuit board or card that is installed in a computer so that it can be connected to a network.
  • 19. • Benefits of Networking • 1. Site (software) licenses are likely to be cheaper than buying several standalone licenses. • 2. Files can easily be shared between users. • 3. Network users can communicate by email and instant messenger.. • 4. Data is easy to backup as all the data is stored on the file server. • 5. Networking offers a quick and easy way to share files directly. • 6. All computers in the network can share resources such as printers, fax machines, modems and scanners.
  • 20. STAY AT HOME, STAY SAFE , BE POSITIVE.14/07/2020