SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network Topologies.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

Chapter 4 Computer Networks
COMPUTER NETWORK TOPOLOGIES
Wireless network Usually use Radio Frequency (RF) technology Adv :
Computer Network Topologies
Basic Concepts of Computer
Computer Networking (Appendix C) Objectives
Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Sybex – Network+ Study Guide Network Fundamentals 1.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
NETWORK TOPOLOGIES The pattern of interconnection of nodes in a network is called the Topology. The selection of a topology depends on Cost. For a network.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
By: Aarman Tarapore 10cc.  a network is a series of points or nodes interconnected by communication paths. Networks can interconnect with other networks.
Network Topologies.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
Section 2.1 Section 2.2 Compare and contrast clients and servers
Basic Concepts of Computer Networks
Network Design Essentials
Chapter 5 Networks Communicating and Sharing Resources
Computer Network: It is group of interconnected computers and devices which are sharing the same communication infrastructure and communication protocols.
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
NETWORK Topologies An Introduction.
Chapter Overview Network Communications.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
 Part 1: The definitions of networking -Network -Standalone -LAN -WAN -Clients -Server -Clients/Server Networks -Peer to Peer Networks Part 1NetworkStandaloneLANWANClientsServerClients/Server.
Information Technology Lecture No 3 By: Khurram Shahid.
Introduction to Networks Ruth Watson
Server is ‘host’ Clients do not communicate with each other.
Basic Concepts of a Computer Network
NETWORKS.
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Network Topologies Lecturer: Hyder R. Hamandi. Network Topologies Physical topologies describe how the cables are run in the network A topology is a way.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 9 Introduction to Network Operating Systems.
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
Chapter 21 Topologies Chapter 2. 2 Chapter Objectives Explain the different topologies Explain the structure of various topologies Compare different topologies.
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
How Networks work?.
Chapter2 Networking Fundamentals
NETWORKS.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
Networking  Networking is of linking two or more computing devices together for the purpose of sharing data.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
Project on Network Topology Vipul S. Kale S.Y.B.Com 19 Computer Programming Sterling College.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
Shape of a Network 10/10/07. Topology  The way the computers are cabled together  Four different layouts  Logical topology describes the way data travels.
Chapter 1 : Computer Networks.
Computer Network Architecture Lecture 2: Fundamental of Network.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
Computer Networks Part 2
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
Chapter Seven Network Topology [tə'p ɒ ləd ʒɪ ]. In networking, the term “topology” refers to the layout of connected devices on a network. This article.
CSC (c) Nouf AlJaffan Network Topologies.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies.
Basic Concepts of Computer Networks and Communications
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Network Topologies CS 1202.
Network Topology.
Network Topologies CS 1202.
Physical Network Topology
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network Topologies

Understanding Networks Networking is the process of connecting two or more devices together in order to share resources. Resources can be hardware or software. –Hardware: printers, CD-ROMS, modems –Software: files, folders, applications Reduced costs Increased productivity Increased usefulness and efficiency of computers

Understanding Network Structure Defined by: –Size of area that it covers –Type of security being used Two basic types of networks –Local Area Network (LAN) –Wide Area Network (WAN)

Local Area Network (LAN) Limited to one or more buildings in close proximity Does not use a public carrier Categorized as: –Peer-to-peer –Client-server

Peer-to-Peer Network Limited in size, no more than 10 nodes All computers are equal members No centralized security Uses share-level security –Assigns passwords to shares Easy and inexpensive to implement

Client-Server Network One or more servers centrally control security Servers run a network operating system (NOS) Administrators assign user names and passwords Uses user level security –Access to shared resources is granted to a user or group May be any size

Wide Area Network (WAN) Unlimited in size and scope WANs are used to connect LANs WANs use telecommunications lines and one or more routers Data transfer speeds on WAN are slower than LAN Largest WAN today is the Internet

Topologies Logical topology –Determines media access methods Collision Sense Multiple Access with Collision Detection Token Passing Physical topology –Location and arrangement of nodes –How they are interconnected –Includes network hardware –Most common: star, bus, ring, and wireless

Star Topology Most common topology in use today Each node is connected directly to a MAU Commonly uses twisted pair cable Advantages of a star topology: –Easy to install. –The failure of a single node or cable segment affects only that node. –Network faults are easier to troubleshoot and repair. –Components are common and supported by many manufacturers. Disadvantages of a star topology: –The MAU constitutes a potential single point of failure. –The star requires more wiring than other topologies.

Bus Topology Linear topology using several pieces of cable in linear arrangement Uses coaxial cable and BNC connectors Must be terminated on each end Advantages of the bus topology: –Uses less cable and hardware than other topologies. –Less expensive. –Easier to manage and keep track of wiring. –Simpler to install. Disadvantages of the bus topology: –A single break can bring down a segment or the entire network. –Adding additional nodes may affect network performance. –Can be tough to troubleshoot connection problems. –Coaxial cable and network adapter cards are more difficult to find.

Mesh Topology Every node has a connection to every other node Provides a high level of fault tolerance The Internet uses a hybrid mesh Advantages of the mesh topology: –Provides a high level of fault tolerance. –Network problems are generally easy to isolate. Disadvantages of the mesh topology: –Complexity makes installation and management difficult. –Redundancy makes it expensive. –Reconfiguration of the network or the addition of another node affects all of the other nodes.

Ring Topology A “circle” of cable connects each device to another Data travels around the circle in one direction Uses token passing Advantages of the ring topology: –Requires less wire than a star network. –Each workstation can act as a repeater to regenerate the signal. Disadvantages of the ring topology: –Lack of fault tolerance. –Most rings are actually wired as a star.

Wireless Use either radio frequency (RF) or infrared (IR) Ad hoc mode –When devices connect directly to each other Infrastructure or multipoint –Nodes connect to an access point that is wired to a network

Troubleshooting Problems with Shared Resources Begin by browsing to the resource with Network Neighborhood or My Network Places. –If you can see the resource but it does not allow you access, check the permissions on the share. On the other hand, if you cannot see the shared resource on the network, try these steps: –Ensure that the computer that hosts the resource is turned on. For example, if another user is sharing a folder of Microsoft Excel spreadsheets and the folder is physically located on the hard drive of the user’s computer, you will not be able to see or access the shared folder. (continued)

Troubleshooting Problems with Shared Resources (continued) –If the computer is on, check the resource to ensure it is still shared. –See if you can see other computers on the network. –Since a connectivity issue may be causing the problem, you must determine if the problem is at your computer, the computer with the share, or the entire network. If you can see other computers on the network and access their resources, check the connectivity at the computer hosting the share. –If you cannot see any other computer on the network, check your connectivity.