CIT 470: Advanced Network and System Administration

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
Advertisements

COMPUTER NETWORK TOPOLOGIES
Chapter 3: Planning a Network Upgrade
Computer Network Topologies
Antonio González Torres
Basic Concepts of Computer
Chapter 7: Intranet LAN Design
Module 5 - Switches CCNA 3 version 3.0 Cabrillo College.
Cisco 3 - Switches Perrine - Brierley Page 15/10/2015 Module 5 Switches LAN Design LAN Switches.
Network Topologies.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
Ch.6 - Switches CCNA 3 version 3.0.
Acacia Threaded Case Study Aoife McIntyre Cordelia Carty Mary Kearns.
1 25\10\2010 Unit-V Connecting LANs Unit – 5 Connecting DevicesConnecting Devices Backbone NetworksBackbone Networks Virtual LANsVirtual LANs.
Network Topologies. The concept of a topology. The basic function of computers on the LAN is to provide the user with an almost limitless set of applications.
Network Topologies.
Networks CSCI-N 100 Dept. of Computer and Information Science.
Chapter 5 Networks Communicating and Sharing Resources
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Information Technology Lecture No 3 By: Khurram Shahid.
Server is ‘host’ Clients do not communicate with each other.
Chapter 2 Network Topology
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
Robert E. Meyers CCNA, CCAI Youngstown State University Cisco Regional Academy Instructor Cisco Networking Academy Program Semester 3, v Chapter.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
Chapter 21 Topologies Chapter 2. 2 Chapter Objectives Explain the different topologies Explain the structure of various topologies Compare different topologies.
The McGraw- AS Computing LAN Topologies. The McGraw- Categories of LAN Topology.
Network Topologies.
Chapter2 Networking Fundamentals
Cisco 3 - Switches Perrine - Brierley Page 112/1/2015 Module 5 Switches.
1 Ram Dantu University of North Texas, Practical Networking.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Planning a Network Upgrade Working at a Small-to-Medium Business or ISP – Chapter.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
Computer Networks part II 1. Network Types Defined Local area networks Metropolitan area networks Wide area networks 2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Help Desk Working at a Small-to-Medium Business or ISP – Chapter 2.
Practical Networking.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
By Matthew. Advantages: Can share and keep information private within a network Workstations do not need a hard drive to access the information Users.
Introduction to Networks Mr. Grimming. Types of Networks Wide Area Network (WAN) Cover large geographic area Nodes connected by coaxial cable, microwave.
Credit:  refers to the physical arrangement of the computers and other networking devices that are linked together.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Planning a Network Upgrade Working at a Small-to-Medium Business or.
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.
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
CSC (c) Nouf AlJaffan Network Topologies.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Network Topologies.
LAN, WAN, and Network Topologies
Featrues of Compputer Networks
Network Topologies CSC (c) Nouf AlJaffan.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Collection of computers and devices connected by communications channels that facilitates communications among users and allows users.
Computer Network Topologies
Network Topologies.
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Module 5 - Switches CCNA 3 version 3.0.
Network Topologies CS 1202.
Ram Dantu University of North Texas,
Network Topologies CS 1202.
Computer communications
Unit 11- Computer Networks
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

CIT 470: Advanced Network and System Administration Networks CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Topics Network Topology Structured Cabling Simple Host Routing Overlay Networks Monitoring CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Network Topology Arrangement of network elements, showing physical or logical interconnections between nodes. Does not include info about: Distance Transmission rates Protocols Cabling types Image from http://en.wikipedia.org/wiki/Network_topology CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Star Topology Network connected to a central node using a single link. All data transmitted between nodes goes through central node. Easy to understand, simple, affordable. Single point of failure. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Ring Topology Each node is connected to two other nodes, with first and last node connected to each other. All devices have two connections to network, so any link can fail w/o causing a problem. Dual ring has two connections to each node. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Structured Cabling Telecom cabling infrastructure consisting of Entrance facilities: where building interfaces to ouside world. Equipment room: more complex equipment (routers, major cable terminations.) Building backbone: star topology providing access to all wiring closets, equipment rooms, and entrance facilities. Telecom closet: wiring closet where horizontal cable for floor is terminated. Horizontal cabling: extends from telecom closet to end user devices in the work area. Work area: office space, labs, etc. where computers and other equipment are located. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Wiring Closets Small room where cables are connected from main network to local devices, a/k/a a distribution frame. Needs: Reliable power A/C Physical security http://en.wikipedia.org/wiki/Image:Ethernet_12U_box.jpg CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration IDFs and MDFs Intermediate Distribution Frame (IDF) One per floor. Connects end users to network. Main Distribution Frame (MDF) Connects all the MDFs. Often located in data center. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Patch Panel A panel that houses cable connections. Front: short patch cables. Back: longer permanent cables. Allows you to change cable path w/o new cables. Image from Ethernet: The Definitive Guide CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Patch Panel Images from http://wwwx.cs.unc.edu/help/network/1998/cable_management.html and http://www.electralink.com/content/includes/gallery/PatchPanel-Terminations_Anadarko_BIG.jpg CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Star Topology Cabling Image from Ethernet: The Definitive Guide CIT 470: Advanced Network and System Administration

Star Topology Wiring Advantages Central wiring hubs make it easier to move, add, or change cabling. Central cabling points allow faster troubleshooting. Independent point to point links prevent cable problems from affecting other links. Central wiring hubs can allow easier upgrades to new technologies. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Cabling Contractors Cabling an entire building is a major project. Cable contractors know how Plan cabling for an entire building Estimate cabling and install hosts Structured cable standards Electrical safety standards Fire safety standards CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Documentation Logical map Logical network topology Network numbers, names, speeds Labeling Label both ends of each cable. Cables can be difficult to label, but manufacturers will print serial numbers. Include text comment on each interface in router/switch software. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Simple Host Routing Machines with one NIC only need two routes: Local subnet: direct connection. Everything else goes to local gateway router. Don’t enable routing protocols on PCs. Makes networking more complex. Decreases network performance w/ broadcasts. Badly configured PC can send bad routes to other PCs and routers, breaking network. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Overlay Networks A logical topology on top of physical topology. VPN: connect remote users/sites to main site as if a single secure WAN existed over Internet. VLAN: treat any connection as belonging to any subnet, no matter what the physical cabling is like. Eliminates need to recable to move machines to different subnets. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration Monitoring Need two types of monitoring Real-time alerts: alert when network interface goes up or down, heavy load, security, etc. Historical trends: record overall network usage in order to plan for future capacity and detect behavorial abnormalities before they become problems. CIT 470: Advanced Network and System Administration

CIT 470: Advanced Network and System Administration References Thomas A. Limoncelli, The Practice of System and Network Administration, 2nd ed, Addison-Wesley, 2007. Kennedy Clark and Kevin Hamilton, Cisco LAN Switching, Cisco Press, 1999. Charles E. Spurgeon, Ethernet: The Definitive Guide, O’Reilly, 2000. John Vacca, The Cabling Handbook, 2nd ed, Pearson PTR, 2000. CIT 470: Advanced Network and System Administration