SlideShare a Scribd company logo
1 of 35
Topic 3




INTERNET TECHNOLOGY

3.1 Network Basics
  3.1.1 Network Topology


                           1
Learning Outcome


At the end of this topic, students should be able to:

  • Explain types of network topology.




                                                   2
Define Network

 A network is a collection of computers and
  devices connected together via communications
  devices and transmission media.

 A computer network is a communication system
  that connects two or more computers, and their
  peripheral devices to exchange information and
  share resources.


                                               3
Network Terms

 Communications devices.
    Hardware component that enables a computer
     to send (transmit) and receive data,
     instructions, and information to and from one
     or more computers.

   Examples: cable modem, wireless modem,
    network cards, hubs & switches.

                                                4
Communication Devices


          Cable modem




Hubs & Switches
                                      5
Network Terms
 Transmission media.
    Materials or substances capable of carrying one or
     more signals in a communications channel. There
     are two types of transmission media: physical and
     wireless.
    Example of physical transmission media: twisted-
     pair cable, coaxial cable & fiber-optic cable.
    Example of wireless transmission media: Infrared,
     broadcast radio, cellular radio, microwave radio &
     communication satellite.
                                                    6
Physical Transmission Media
Twisted-pair cable



                            Fiber-optic cable




  Coaxial cable




                                                7
Wireless Transmission Media




                          Cellular Radio




Communication Satellite




                            Microwaves       8
Define Network…cont.

 Advantages of a network include:

       Facilitating         Sharing        Sharing data
     communications        hardware      and information



                 Sharing          Transferring
                software             funds




                                                           9
Network Topology

What is a network topology?
i. A network topology refers to the layout of the
    computers and devices in a communications
    network, or
ii. A network topology refers to the configuration
    of a network that consists of cables, computers,
    and other peripherals.

 It describes the physical and logical layout of the
  network.
                                                   10
Network Topology…cont.

What is a physical topology?
 The physical topology of a network refers to the
  configuration of cables, computers, and other
  peripherals.

What is a logical topology?
 The logical topology of a network refers to the
  architecture, that is the way in which the network
  appears to the devices that use it.


                                                       11
Computer Network Terms

Terms                     Definition
Node     Any device that is connected to a network
         such as computer, printer, or data storage
         device.
Client   A node that requests and uses resources
         available from other nodes.
Server   A node that share resources with other
         nodes.
Host     Any computer that provides services and
         connections to other computers on a
         network.
                                                 12
Computer Network Terms
  Terms                          Definition
  Switch      Central node that coordinates the flow of data
              by sending messages directly between sender
              and receiver nodes.
   Hub        The device that provides a common central
              connection point for nodes on network.
 Network      Expansion cards located within the system
 Interface    unit that connect the computer to a network.
Cards (NIC)
   Token      Special series of bits that functions like a ticket.

 Packets      Small pieces into which messages are divided.
                                                              13
Types of Network Topology
Three (3) basic types of network topology:
                                    Bus Network
 Bus Network.
 Star Network.
 Ring Network.
                 Ring Network
                                      Star Network




                                                     14
Types of Network Topology
Basic type of network topology:
 Bus Network.




                                       15
Bus Network Topology
Bus Network Topology:
 A bus network consists of a single central cable
  (backbone/trunk), to which all computers and
  other devices connect (nodes).


                                            Terminator




  T-Connector                    Backbone


                                                     16
Bus Network Topology…cont.

 The bus is the physical cable that connects the
  computers and other devices.


                                                 Terminator




  T-Connector                         Backbone




                                                          17
Bus Network Topology…cont.
 The bus in a bus network transmit data, instructions, and
  information as a series of signal.

 Those signals are sent as electrical pulses that travel
  along the length of the cable in both directions.




                                                            18
Bus Network Topology…cont.
 Each device is connected to the single bus cable through
  T-Connector.

 A terminator is required at each end of the bus cable to
  prevent the signal from bouncing back and forth on the
  bus cable.

                                                Terminator




  T-Connector                        Backbone

                                                         19
Bus Network Topology…cont.

 When a sending device transmits data, the address of the
  receiving device is included with the transmission.

 If the device address does not match the intended
  address for the data, the device ignores the data.

 If the data match the device address, the data is
  accepted.

 Thus, each computer examines EVERY data to determine
  who the data is for and accepts only messages addressed
  to them.
                                                       20
Bus Network Topology

Advantages of Bus Network:

i. Bus networks are inexpensive and easy to install.

ii. Computers and other devices can be attached and
    detached at any point on the bus without disturbing the
    rest of the network.

iii. Failure of one device usually does not affect the rest of
     the bus network.


                                                            21
Bus Network Topology

Disadvantages of Bus Network:

i. Network disruption might occur when computer or
   other devices are added or removed.

ii. Because all systems on the network connect to a single
    cable or backbone, a break in the cable will prevent all
    systems from accessing the network.

iii. It is difficult to identify the problem if the entire
     network shut down.

                                                             22
Types of Network Topology
Basic type of network topology:
 Ring Network.




                                       23
Ring Network Topology
Ring Network Topology:
 On a ring network, a cable forms a closed loop
  (ring) with all computers and devices arranged
  along the ring.




                                                   24
Ring Network Topology…cont.
 Data transmitted on a ring network travels from device
  to device around the entire ring, in one direction
  (clockwise or counterclockwise).

 When a computer or device sends data, the data travels
  to each computer on the ring until it reaches its
  destinations.

 Token passing is one method for sending data around a
  ring.

 Each device takes a turn sending and receiving
  information through the use of a token.             25
Ring Network Topology…cont.

 The token along with any data is sent from the first
  device to the second device which extracts the data
  addressed to it and adds any data it wishes to send.

 Then second device passes the token and data to the
  third device, etc. until it comes back around to the first
  device again.

 Only the device with the token is allowed to send data.
  All other devices must wait for the token to come to
  them.

                                                           26
Ring Network Topology…cont.
Data transmitted on a ring network travels from device to device
around the entire ring, in one direction.




                                                                   27
Ring Network Topology…cont.
 Machine 1 wants to send some data to machine 4, so it first has to capture the
  free Token. It then writes its data and the recipient's address onto the Token
  (represented by the yellow flashing screen).
 The packet of data is then sent to machine 2 who reads the address, realizes it
  is not its own, so passes it on to machine 3. Machine 3 does the same and
  passes the Token on to machine 4.
 This time it is the correct address and so machine 4 reads the message
  (represented by the yellow flashing screen). It cannot, however, release a
  Token on to the ring, it must first send the message back to machine 1 with an
  acknowledgement to say that it has received the data (represented by the
  purple flashing screen).
 The receipt is then sent to machine 5 who checks the address, realizes that it is
  not its own and so forwards it on to the next machine in the ring, machine 6.
 Machine 6 does the same and forwards the data to machine 1, who sent the
  original message.
 Machine 1 recognizes the address, reads the acknowledgement from machine 4
  (represented by the purple flashing screen) and then releases the free Token
  back on to the ring ready for the next machine to use.                       28
Ring Network Topology

Advantages of Ring Network:

i. The transmission of data is relatively simple as packets
   travel in one direction only.

ii. Cable faults are easily located, making troubleshooting
    easier.

iii. The uses of token passing enables all devices in a ring
     topology to share the network resources fairly.


                                                           29
Ring Network Topology

Disadvantages of Ring Network:

i. A failure in any cable or device breaks the loop and can
   take down the entire network.

ii. Data packets must pass through every computer
    therefore, this makes it slower.

iii. A ring network can span a larger distance than a bus
     network, but it is more difficult to install.


                                                            30
Types of Network Topology
Basic type of network topology:
 Star Network.




                                       31
Star Network Topology
Star Network Topology:
 Two types of devices that provide a common
  central connection point for nodes on the
  network are a hub and a switch.



                           Hub / Switch




                                               32
Star Network Topology…cont.

Hub or Switch:
 A device that provides a common central connection
  point for other devices on a network.
 All data that transfer from one device to another passes
  through the hub or switch.

The difference between a hub and a switch:
 The hub takes a signal that comes from any device and
  passes it along to all the other devices in the network.
 Whenever a node sends a message, it is routed to the
  switch, which then passes the message to the intended
  recipient.
                                                        33
Star Network Topology

Advantages of Star Network:

i. If one device fails, only that device is affected.

ii. Devices can be added to or removed from network with
    little or no disruption.

iii. Easy to troubleshoot and isolate problem.




                                                        34
Star Network Topology

Disadvantages of Star Network:

i. If the hub or switch fails, the entire network will be
   inoperable.

ii. Requires more cable than most of the other topologies.

iii. More expensive because the cost of the hub/switch.




                                                            35

More Related Content

What's hot

Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7Kushal Gujral
 
8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use ThemAuvik Networks Inc.
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESKirti Garg
 
Dc lec-01 (intro to data com)
Dc lec-01 (intro to data com)Dc lec-01 (intro to data com)
Dc lec-01 (intro to data com)diaryinc
 
Network topologies for management
Network topologies for managementNetwork topologies for management
Network topologies for managementSaugata Palit
 
Network topology....sajal
Network topology....sajalNetwork topology....sajal
Network topology....sajalSajal Das
 
Networking Chapter 1 review questions and answers
Networking Chapter 1 review questions and answersNetworking Chapter 1 review questions and answers
Networking Chapter 1 review questions and answersSiga Inkweto Hanze
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesAhsan Rahim
 
Types of Network Topologies
Types of Network TopologiesTypes of Network Topologies
Types of Network TopologiesYusuf Khan
 
Network topology (Details Descriptions with Examples)
Network topology (Details Descriptions with Examples)Network topology (Details Descriptions with Examples)
Network topology (Details Descriptions with Examples)Abdullah Moin
 

What's hot (20)

Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7
 
8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them
 
Lesson 8
Lesson 8Lesson 8
Lesson 8
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
 
Dc lec-01 (intro to data com)
Dc lec-01 (intro to data com)Dc lec-01 (intro to data com)
Dc lec-01 (intro to data com)
 
Day 1.2 physical topologies
Day 1.2 physical topologiesDay 1.2 physical topologies
Day 1.2 physical topologies
 
Network topologies for management
Network topologies for managementNetwork topologies for management
Network topologies for management
 
Network topology....sajal
Network topology....sajalNetwork topology....sajal
Network topology....sajal
 
Networking Chapter 1 review questions and answers
Networking Chapter 1 review questions and answersNetworking Chapter 1 review questions and answers
Networking Chapter 1 review questions and answers
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Networking topology
Networking topologyNetworking topology
Networking topology
 
Network topology
Network topologyNetwork topology
Network topology
 
Hardware3
Hardware3Hardware3
Hardware3
 
Types of Network Topologies
Types of Network TopologiesTypes of Network Topologies
Types of Network Topologies
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
3.1.1 network topology complete
3.1.1 network topology complete3.1.1 network topology complete
3.1.1 network topology complete
 
Network topology
Network topology Network topology
Network topology
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Network topology (Details Descriptions with Examples)
Network topology (Details Descriptions with Examples)Network topology (Details Descriptions with Examples)
Network topology (Details Descriptions with Examples)
 

Viewers also liked

Viewers also liked (7)

Chapter7
Chapter7Chapter7
Chapter7
 
Networking Topologies in Computers
Networking Topologies in ComputersNetworking Topologies in Computers
Networking Topologies in Computers
 
Object-Oriented Programming Using C++
Object-Oriented Programming Using C++Object-Oriented Programming Using C++
Object-Oriented Programming Using C++
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devices
 
3.1 Network Basic
3.1 Network Basic3.1 Network Basic
3.1 Network Basic
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Networking
NetworkingNetworking
Networking
 

Similar to 2.1.1 network topology

Chapter 10 Basic Networking.pdf
Chapter 10 Basic Networking.pdfChapter 10 Basic Networking.pdf
Chapter 10 Basic Networking.pdfNiloyHasan12
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Networkvasanthimuniasamy
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Gaurav Mehndiratta
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Ishant Tiwari
 
Computer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsComputer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsSubas Paudel
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptxbantisworld
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnologyGulrez Khan
 
Computer Networks And Topology
Computer  Networks And Topology Computer  Networks And Topology
Computer Networks And Topology Fatih Bingül
 
communication and network concepts
communication and network concepts communication and network concepts
communication and network concepts Gunjan Mathur
 
What is computer network? Give details.
What is computer network? Give details.What is computer network? Give details.
What is computer network? Give details.MuhammadTanveer121
 
1834902095 mst mune mala(dc assignment-02).pptm
 1834902095 mst mune mala(dc assignment-02).pptm 1834902095 mst mune mala(dc assignment-02).pptm
1834902095 mst mune mala(dc assignment-02).pptmMst Mune Mala
 
Introduction to networking by vikas jagtap
 Introduction to networking by vikas jagtap Introduction to networking by vikas jagtap
Introduction to networking by vikas jagtapVikas Jagtap
 
For Introduction to Network1.What is computer networking means2.pdf
For Introduction to Network1.What is computer networking means2.pdfFor Introduction to Network1.What is computer networking means2.pdf
For Introduction to Network1.What is computer networking means2.pdffippsximenaal85949
 

Similar to 2.1.1 network topology (20)

Chapter 10 Basic Networking.pdf
Chapter 10 Basic Networking.pdfChapter 10 Basic Networking.pdf
Chapter 10 Basic Networking.pdf
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Network
 
NET.pptx
NET.pptxNET.pptx
NET.pptx
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Note1
Note1Note1
Note1
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
 
Classnote1
Classnote1Classnote1
Classnote1
 
Computer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsComputer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber Ethics
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptx
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnology
 
Computer Networks And Topology
Computer  Networks And Topology Computer  Networks And Topology
Computer Networks And Topology
 
communication and network concepts
communication and network concepts communication and network concepts
communication and network concepts
 
What is computer network? Give details.
What is computer network? Give details.What is computer network? Give details.
What is computer network? Give details.
 
Computer network
Computer networkComputer network
Computer network
 
1834902095 mst mune mala(dc assignment-02).pptm
 1834902095 mst mune mala(dc assignment-02).pptm 1834902095 mst mune mala(dc assignment-02).pptm
1834902095 mst mune mala(dc assignment-02).pptm
 
Introduction to networking by vikas jagtap
 Introduction to networking by vikas jagtap Introduction to networking by vikas jagtap
Introduction to networking by vikas jagtap
 
Computer networking
Computer networkingComputer networking
Computer networking
 
For Introduction to Network1.What is computer networking means2.pdf
For Introduction to Network1.What is computer networking means2.pdfFor Introduction to Network1.What is computer networking means2.pdf
For Introduction to Network1.What is computer networking means2.pdf
 

More from hazirma

2.4 and 2.5 types of websites & netiquette
2.4 and 2.5 types of websites & netiquette2.4 and 2.5 types of websites & netiquette
2.4 and 2.5 types of websites & netiquettehazirma
 
2.3 internet service 2.4 types of website
2.3 internet service 2.4 types of website2.3 internet service 2.4 types of website
2.3 internet service 2.4 types of websitehazirma
 
2.2.1.4,2.2.2.2 until2.2.2.4
2.2.1.4,2.2.2.2 until2.2.2.42.2.1.4,2.2.2.2 until2.2.2.4
2.2.1.4,2.2.2.2 until2.2.2.4hazirma
 
2.2.1.2 internet connection and 2.2.1.3 isp
2.2.1.2 internet connection and 2.2.1.3 isp2.2.1.2 internet connection and 2.2.1.3 isp
2.2.1.2 internet connection and 2.2.1.3 isphazirma
 
2.2.1.1 evolution of internet
2.2.1.1 evolution of internet2.2.1.1 evolution of internet
2.2.1.1 evolution of internethazirma
 
2.1.1 network topology
2.1.1 network topology2.1.1 network topology
2.1.1 network topologyhazirma
 
2.4 types of website
2.4 types of website2.4 types of website
2.4 types of websitehazirma
 
Tutorial pdt sem 1
Tutorial pdt sem 1Tutorial pdt sem 1
Tutorial pdt sem 1hazirma
 
3.1.1 computer ethics
3.1.1 computer ethics3.1.1 computer ethics
3.1.1 computer ethicshazirma
 
3.2.2 security measures
3.2.2 security measures3.2.2 security measures
3.2.2 security measureshazirma
 
3.2.1 computer security risks
3.2.1 computer security risks3.2.1 computer security risks
3.2.1 computer security riskshazirma
 
4.2.1 computer security risks
4.2.1 computer security risks4.2.1 computer security risks
4.2.1 computer security riskshazirma
 
2.3 the internet services
2.3 the internet services2.3 the internet services
2.3 the internet serviceshazirma
 
2.5 Netiquette
2.5 Netiquette2.5 Netiquette
2.5 Netiquettehazirma
 
2.4 types of website
2.4 types of website2.4 types of website
2.4 types of websitehazirma
 
C topic 3.3 the internet services 2
C topic 3.3 the internet services 2C topic 3.3 the internet services 2
C topic 3.3 the internet services 2hazirma
 
2.2.2.4 Information Searching
2.2.2.4 Information Searching2.2.2.4 Information Searching
2.2.2.4 Information Searchinghazirma
 
2.2.2.2 Web Address
2.2.2.2 Web Address2.2.2.2 Web Address
2.2.2.2 Web Addresshazirma
 
2.2.2.1 Web Browser
2.2.2.1 Web Browser2.2.2.1 Web Browser
2.2.2.1 Web Browserhazirma
 
2.2.1.4 internet address amrizah
2.2.1.4 internet address amrizah2.2.1.4 internet address amrizah
2.2.1.4 internet address amrizahhazirma
 

More from hazirma (20)

2.4 and 2.5 types of websites & netiquette
2.4 and 2.5 types of websites & netiquette2.4 and 2.5 types of websites & netiquette
2.4 and 2.5 types of websites & netiquette
 
2.3 internet service 2.4 types of website
2.3 internet service 2.4 types of website2.3 internet service 2.4 types of website
2.3 internet service 2.4 types of website
 
2.2.1.4,2.2.2.2 until2.2.2.4
2.2.1.4,2.2.2.2 until2.2.2.42.2.1.4,2.2.2.2 until2.2.2.4
2.2.1.4,2.2.2.2 until2.2.2.4
 
2.2.1.2 internet connection and 2.2.1.3 isp
2.2.1.2 internet connection and 2.2.1.3 isp2.2.1.2 internet connection and 2.2.1.3 isp
2.2.1.2 internet connection and 2.2.1.3 isp
 
2.2.1.1 evolution of internet
2.2.1.1 evolution of internet2.2.1.1 evolution of internet
2.2.1.1 evolution of internet
 
2.1.1 network topology
2.1.1 network topology2.1.1 network topology
2.1.1 network topology
 
2.4 types of website
2.4 types of website2.4 types of website
2.4 types of website
 
Tutorial pdt sem 1
Tutorial pdt sem 1Tutorial pdt sem 1
Tutorial pdt sem 1
 
3.1.1 computer ethics
3.1.1 computer ethics3.1.1 computer ethics
3.1.1 computer ethics
 
3.2.2 security measures
3.2.2 security measures3.2.2 security measures
3.2.2 security measures
 
3.2.1 computer security risks
3.2.1 computer security risks3.2.1 computer security risks
3.2.1 computer security risks
 
4.2.1 computer security risks
4.2.1 computer security risks4.2.1 computer security risks
4.2.1 computer security risks
 
2.3 the internet services
2.3 the internet services2.3 the internet services
2.3 the internet services
 
2.5 Netiquette
2.5 Netiquette2.5 Netiquette
2.5 Netiquette
 
2.4 types of website
2.4 types of website2.4 types of website
2.4 types of website
 
C topic 3.3 the internet services 2
C topic 3.3 the internet services 2C topic 3.3 the internet services 2
C topic 3.3 the internet services 2
 
2.2.2.4 Information Searching
2.2.2.4 Information Searching2.2.2.4 Information Searching
2.2.2.4 Information Searching
 
2.2.2.2 Web Address
2.2.2.2 Web Address2.2.2.2 Web Address
2.2.2.2 Web Address
 
2.2.2.1 Web Browser
2.2.2.1 Web Browser2.2.2.1 Web Browser
2.2.2.1 Web Browser
 
2.2.1.4 internet address amrizah
2.2.1.4 internet address amrizah2.2.1.4 internet address amrizah
2.2.1.4 internet address amrizah
 

2.1.1 network topology

  • 1. Topic 3 INTERNET TECHNOLOGY 3.1 Network Basics 3.1.1 Network Topology 1
  • 2. Learning Outcome At the end of this topic, students should be able to: • Explain types of network topology. 2
  • 3. Define Network  A network is a collection of computers and devices connected together via communications devices and transmission media.  A computer network is a communication system that connects two or more computers, and their peripheral devices to exchange information and share resources. 3
  • 4. Network Terms  Communications devices.  Hardware component that enables a computer to send (transmit) and receive data, instructions, and information to and from one or more computers.  Examples: cable modem, wireless modem, network cards, hubs & switches. 4
  • 5. Communication Devices Cable modem Hubs & Switches 5
  • 6. Network Terms  Transmission media.  Materials or substances capable of carrying one or more signals in a communications channel. There are two types of transmission media: physical and wireless.  Example of physical transmission media: twisted- pair cable, coaxial cable & fiber-optic cable.  Example of wireless transmission media: Infrared, broadcast radio, cellular radio, microwave radio & communication satellite. 6
  • 7. Physical Transmission Media Twisted-pair cable Fiber-optic cable Coaxial cable 7
  • 8. Wireless Transmission Media Cellular Radio Communication Satellite Microwaves 8
  • 9. Define Network…cont.  Advantages of a network include: Facilitating Sharing Sharing data communications hardware and information Sharing Transferring software funds 9
  • 10. Network Topology What is a network topology? i. A network topology refers to the layout of the computers and devices in a communications network, or ii. A network topology refers to the configuration of a network that consists of cables, computers, and other peripherals.  It describes the physical and logical layout of the network. 10
  • 11. Network Topology…cont. What is a physical topology?  The physical topology of a network refers to the configuration of cables, computers, and other peripherals. What is a logical topology?  The logical topology of a network refers to the architecture, that is the way in which the network appears to the devices that use it. 11
  • 12. Computer Network Terms Terms Definition Node Any device that is connected to a network such as computer, printer, or data storage device. Client A node that requests and uses resources available from other nodes. Server A node that share resources with other nodes. Host Any computer that provides services and connections to other computers on a network. 12
  • 13. Computer Network Terms Terms Definition Switch Central node that coordinates the flow of data by sending messages directly between sender and receiver nodes. Hub The device that provides a common central connection point for nodes on network. Network Expansion cards located within the system Interface unit that connect the computer to a network. Cards (NIC) Token Special series of bits that functions like a ticket. Packets Small pieces into which messages are divided. 13
  • 14. Types of Network Topology Three (3) basic types of network topology: Bus Network  Bus Network.  Star Network.  Ring Network. Ring Network Star Network 14
  • 15. Types of Network Topology Basic type of network topology:  Bus Network. 15
  • 16. Bus Network Topology Bus Network Topology:  A bus network consists of a single central cable (backbone/trunk), to which all computers and other devices connect (nodes). Terminator T-Connector Backbone 16
  • 17. Bus Network Topology…cont.  The bus is the physical cable that connects the computers and other devices. Terminator T-Connector Backbone 17
  • 18. Bus Network Topology…cont.  The bus in a bus network transmit data, instructions, and information as a series of signal.  Those signals are sent as electrical pulses that travel along the length of the cable in both directions. 18
  • 19. Bus Network Topology…cont.  Each device is connected to the single bus cable through T-Connector.  A terminator is required at each end of the bus cable to prevent the signal from bouncing back and forth on the bus cable. Terminator T-Connector Backbone 19
  • 20. Bus Network Topology…cont.  When a sending device transmits data, the address of the receiving device is included with the transmission.  If the device address does not match the intended address for the data, the device ignores the data.  If the data match the device address, the data is accepted.  Thus, each computer examines EVERY data to determine who the data is for and accepts only messages addressed to them. 20
  • 21. Bus Network Topology Advantages of Bus Network: i. Bus networks are inexpensive and easy to install. ii. Computers and other devices can be attached and detached at any point on the bus without disturbing the rest of the network. iii. Failure of one device usually does not affect the rest of the bus network. 21
  • 22. Bus Network Topology Disadvantages of Bus Network: i. Network disruption might occur when computer or other devices are added or removed. ii. Because all systems on the network connect to a single cable or backbone, a break in the cable will prevent all systems from accessing the network. iii. It is difficult to identify the problem if the entire network shut down. 22
  • 23. Types of Network Topology Basic type of network topology:  Ring Network. 23
  • 24. Ring Network Topology Ring Network Topology:  On a ring network, a cable forms a closed loop (ring) with all computers and devices arranged along the ring. 24
  • 25. Ring Network Topology…cont.  Data transmitted on a ring network travels from device to device around the entire ring, in one direction (clockwise or counterclockwise).  When a computer or device sends data, the data travels to each computer on the ring until it reaches its destinations.  Token passing is one method for sending data around a ring.  Each device takes a turn sending and receiving information through the use of a token. 25
  • 26. Ring Network Topology…cont.  The token along with any data is sent from the first device to the second device which extracts the data addressed to it and adds any data it wishes to send.  Then second device passes the token and data to the third device, etc. until it comes back around to the first device again.  Only the device with the token is allowed to send data. All other devices must wait for the token to come to them. 26
  • 27. Ring Network Topology…cont. Data transmitted on a ring network travels from device to device around the entire ring, in one direction. 27
  • 28. Ring Network Topology…cont.  Machine 1 wants to send some data to machine 4, so it first has to capture the free Token. It then writes its data and the recipient's address onto the Token (represented by the yellow flashing screen).  The packet of data is then sent to machine 2 who reads the address, realizes it is not its own, so passes it on to machine 3. Machine 3 does the same and passes the Token on to machine 4.  This time it is the correct address and so machine 4 reads the message (represented by the yellow flashing screen). It cannot, however, release a Token on to the ring, it must first send the message back to machine 1 with an acknowledgement to say that it has received the data (represented by the purple flashing screen).  The receipt is then sent to machine 5 who checks the address, realizes that it is not its own and so forwards it on to the next machine in the ring, machine 6.  Machine 6 does the same and forwards the data to machine 1, who sent the original message.  Machine 1 recognizes the address, reads the acknowledgement from machine 4 (represented by the purple flashing screen) and then releases the free Token back on to the ring ready for the next machine to use. 28
  • 29. Ring Network Topology Advantages of Ring Network: i. The transmission of data is relatively simple as packets travel in one direction only. ii. Cable faults are easily located, making troubleshooting easier. iii. The uses of token passing enables all devices in a ring topology to share the network resources fairly. 29
  • 30. Ring Network Topology Disadvantages of Ring Network: i. A failure in any cable or device breaks the loop and can take down the entire network. ii. Data packets must pass through every computer therefore, this makes it slower. iii. A ring network can span a larger distance than a bus network, but it is more difficult to install. 30
  • 31. Types of Network Topology Basic type of network topology:  Star Network. 31
  • 32. Star Network Topology Star Network Topology:  Two types of devices that provide a common central connection point for nodes on the network are a hub and a switch. Hub / Switch 32
  • 33. Star Network Topology…cont. Hub or Switch:  A device that provides a common central connection point for other devices on a network.  All data that transfer from one device to another passes through the hub or switch. The difference between a hub and a switch:  The hub takes a signal that comes from any device and passes it along to all the other devices in the network.  Whenever a node sends a message, it is routed to the switch, which then passes the message to the intended recipient. 33
  • 34. Star Network Topology Advantages of Star Network: i. If one device fails, only that device is affected. ii. Devices can be added to or removed from network with little or no disruption. iii. Easy to troubleshoot and isolate problem. 34
  • 35. Star Network Topology Disadvantages of Star Network: i. If the hub or switch fails, the entire network will be inoperable. ii. Requires more cable than most of the other topologies. iii. More expensive because the cost of the hub/switch. 35