Chapter 4 Network Topology and Design

Size: px
Start display at page:

Download "Chapter 4 Network Topology and Design"

Transcription

1 Chapter 4 Network Topology and Design

2 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Model Review Questions

3 Physical Topologies The three most common topologies are the bus, star, and ring.

4 Physical Topologies (cont.) Bus A bus topology connects all stations in a linear fashion, which accounts for the name linear bus. Fig. 4-1 illustrates this concept.

5 Physical Topologies (cont.) Bus (cont.) The merits of bus topology It is inexpensive. It is easy to design and implement because the stations are simply daisychained together.

6 Physical Topologies (cont.) Bus (cont.) The drawbacks of bus topology It is difficult to troubleshoot. It requires termination.

7 Physical Topologies (cont.) Star The star network configuration which shown in Fig. 4-2 is the most popular physical topology.

8 Physical Topologies (cont.) Star (cont.) The merits of star topology A break in one cable does not affect all other stations. It is easy to troubleshoot. It does not require termination.

9 Physical Topologies (cont.) Star (cont.) The drawbacks of star topology Hubs are more expensive than bus connectors. A failure at the hub can affect the entire configuration. Star topologies use more

10 Physical Topologies (cont.) Ring Ring network configurations are most seen in Token Ring and FDDI (Fiber Data Distributed Interface).

11 Physical Topologies (cont.) Toekn Ring

12 Physical Topologies (cont.) FDDI

13 Physical Topologies (cont.) Ring (cont.) The merits of ring topology It prevents network collisions. Each station functions as a repeater, so it does not require additional network hardware, such as hubs.

14 Physical Topologies (cont.) The drawbacks of ring topology To add a station, you must shut down the network temporarily. A failure at one point can bring down the network. Maintenance on a ring is more difficult than on a

15 Physical Topologies (cont.) Influence of the Rule on Topologies The IEEE identifies a maximum number of repeaters, segments, and populated segments that can be used on any 10 Mbps Ethernet network. (see Fig. 4-3)

16 Physical Topologies (cont.) In Fig. 4-4, one violation of the rule exists: the separation between St. 3 and Server 1 and Host 2 because six segments and five repeaters exist between these stations.

17 Physical Topologies (cont.) Either the hub and segment of Station 3 must be removed, or the hub and segments of Server 1 and Host 2 must be removed.

18 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Model Review Questions

19 Network Architecture IEEE 802 The IEEE 802 covers issues concerning all types of networks- LAN, MAN, WAN, wireless.

20 Network Architecture (cont.) IEEE 802 (cont.) This section covers the following specifications: 802.2: LLC 802.3: CSMA/ CD 802.5: Token Ring : WLAN

21 Network Architecture (cont.) IEEE 802 (cont.) Please study the contents from pages 121 to 125 by yourself.

22 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Model Review Questions

23 Media Three types of media commonly used in network: Twisted-pair Cable Coaxial Cable Fiber-Optic Cable

24 Media (cont.) Please study the contents from pages 126 to 134 by yourself.

25 Horizontal Cabling Standards Please study the subsection: Horizontal Cabling Standards from pages 134 to 138 by yourself.

26 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Model Review Questions

27 Performance Considerations When designing a network, you mustkeep in mind the network performance needs of the customer.

28 Performance Considerations (cont.) Items you should consider include: Connection speed Utilization and broadcast traffic Collisions and contention Resource placement

29 Performance Considerations (cont.) Transmission time For example, the transmission time for a file size 300 MB transmitted under the speed of 56 Kbps is 2,400,000 / 56,00 = 42,857 s (or 11 hrs, 54 mins, and 17 secs)

30 Performance Considerations (cont.) Throughput For example, it takes six minutes for a file size 4 GB completely transmitted. The throughput is calculated by 32,000,000,000 / 360 = 88,888,889 bps

31 Performance Considerations (cont.) Collisions and contention When you are considering upgrading an existing network, you can check the rate of collisions on the network using a protocol analyzer or other network performancemonitoring tools.

32 Performance Considerations (cont.) Resource placement Network users should be on the same network segment as the resources they need to access. (see Fig. 4-14)

33 Testing Cable

34 Testing Cable (cont.)

35 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Models Review Questions

36 LAN Design Models There are two basic design strategies that are typically followed: Mesh design Hierarchical design

37 LAN Design Models (cont.) In a mesh design, there is no clear definition of where certain network function are performed. In Fig. 4-24, the mesh is a flat structure in which expansion of the network is done laterally.

38 LAN Design Models (cont.) Hierarchical design, on the other hand, are more structure and defined. These types of designs separate different equipment and network media by their connectivity functions.

39 LAN Design Models (cont.) Compared with a mesh design, a hierarchical design: Is easier to manage Is easier to troubleshoot Has improved scalability Allow easier analysis

40 LAN Design Models (cont.) Three hierarchical network models: the three-layer model, the two-layer model, and one-layer model are described in this subsection.

41 LAN Design Models (cont.) Three-layer Network Model The three-layer network model is the most complex of the three models. It contains a core layer, a distribution layer, and an access layer.

42 LAN Design Models (cont.) Three-layer Network Model (cont.) Core layer: Provides WAN connectivity between sites located in different geographical areas.

43 LAN Design Models (cont.) Three-layer Network Model (cont.) Distribution layer: Used to interconnect building with separate LANs on a campus network.

44 LAN Design Models (cont.) Three-layer Network Model (cont.) Access layer: Identifies a LAN or a group of LANs that provides users with access to network services.

45 LAN Design Models (cont.) Three-layer Network Model (cont.) Fig illustrates how each layer would be categorized in a large network.

46 LAN Design Models (cont.) Two-layer Network Model Network administrators use WAN connections to interconnect separate LANs, as shown in Fig

47 LAN Design Models (cont.) One-layer Network Model Smaller networks can employ a one-layer network model strategy. Servers may be distributed across the LAN or placed in one central location. (see Fig. 4-27)

48 Network Management Tools SNMP The Simple Network Management (SNMP) is a standard included in Protocol TCP/IP protocol all major TCP/IP protocol suit.

49 Network Management Tools SNMP (cont.) SNMP is a connectionless protocol that operates at layer 7 of OSI model and port number 161.

50 Network Management Tools (cont.) SNMP (cont.)

51 Contents Physical Topologies Network Architecture Media Performance Considerations LAN Design Model Review Questions

52 Ans: C, D Review Questions Which of the following UTP cable types are not rated for at least 100 Mbps transmission? (choose 2) A. Cat. 3 B. Cat. 4 C. Cat. 5 D. Cat. 6

53 Ans: A, B Review Questions (cont.) Which of the following are benefits to installing fiberoptic cable? (choose all that apply) A. Impervious to EMI B. Small diameter C. Easy to install D. Low cost

54 Ans: C Review Questions (cont.) Which of the following is the correct specification for wireless technologies? A B C D E. None of the above

55 Ans: B Review Questions (cont.) Which of the following specification defines Token Ring? A B C D E. None of the above

56 Review Questions (cont.) Which of the following is an advantage to using the bus topology? A. Centralized connection point B. Low implementation cost C. Easy of troubleshooting D. Fault tolerate Ans: B

57 Review Questions (cont.) Which type of connector is used with twisted-pair cabling? A. BNC B. SC C. T-connectors D. RJ-45 E. None of the above

58 Review Questions (cont.) Which of the following cables have shielding that protect them from EMI? (choose all that apply) A. Fiber-optic B. RG-58 C. STP D. UTP

59 Review Questions (cont.) Which wireless technology requires line-of-sight between the transmitter and receiver? A. Spread spectrum B. Direct sequencing C. Frequency hopping D. Infrared E. None of the above

60 Review Questions (cont.) The usable distance of the UTP cable between MDF and IDF is meters. Ans: 100

61 Review Questions (cont.) If single-mode fiber-optic cable is used between MDF and IDF, what is the maximum usable distance. Ans: 3,000 meters

Network Topologies. Network Topologies

Network Topologies. Network Topologies Network Topologies LANs and WANs - Geographical coverage LANs A single geographical location, such as office building, school, etc Typically High speed and cheaper. WANs Spans more than one geographical

More information

Local Area Network By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com Local Area Network LANs connect computers and peripheral

More information

Network Design. Yiannos Mylonas

Network Design. Yiannos Mylonas Network Design Yiannos Mylonas Physical Topologies There are two parts to the topology definition: the physical topology, which is the actual layout of the wire (media), and the logical topology, which

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

More information

Introduction to Ethernet

Introduction to Ethernet Technical Tutorial 2002 12-06 Table of Contents 1: Introduction 2: Ethernet 3: IEEE standards 4: Topology 5: CSMA/CD 6: Wireless-LAN 7: Transmission Speed 8: Limitations of Ethernet 9: Sena Products and

More information

Cabling LANs and WANs

Cabling LANs and WANs Cabling LANs and WANs CCNA 1 v3 Module 5 10/11/2005 NESCOT CATC 1 Cabling the LAN Each media has advantages and disadvantages: Cable length Cost Ease of installation Susceptibility to interference The

More information

Network Topology Comparison

Network Topology Comparison Topology Star Bus Each computer connects to a central connection device. Bus Single cable connects everything. Ring Single cable configured in a ring. Information Transfer All information passes through

More information

Study Guide CompTIA A+ Certification, Domain 2 Networking

Study Guide CompTIA A+ Certification, Domain 2 Networking Study Guide CompTIA A+ Certification, Domain 2 Networking Brought to you by RMRoberts.com Introduction to CSR Domain - 2 (220-801) The CompTIA A+ 220-801 Domain 2 Networking has expanded a lot since the

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

Local Area Networks. Guest Instructor Elaine Wong. Elaine_06_I-1

Local Area Networks. Guest Instructor Elaine Wong. Elaine_06_I-1 Local Area Networks Guest Instructor Elaine Wong Elaine_06_I-1 Outline Introduction to Local Area Networks (LANs) Network architecture Geographical area LAN applications LAN Technologies Ethernet Fiber

More information

Introduction to Computer

Introduction to Computer PDHonline Course E175 (8 PDH) Introduction to Computer Instructor: Dale W. Callahan, Ph.D., P.E. and Lea B. Callahan, P.E. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone

More information

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server

More information

Local Area Networks (LANs) Blueprint (May 2012 Release)

Local Area Networks (LANs) Blueprint (May 2012 Release) Local Area Networks (LANs) The CCNT Local Area Networks (LANs) Course April 2012 release blueprint lists the following information. Courseware Availability Date identifies the availability date for the

More information

Chapter 8: Computer Networking. AIMS The aim of this chapter is to give a brief introduction to computer networking.

Chapter 8: Computer Networking. AIMS The aim of this chapter is to give a brief introduction to computer networking. Chapter 8: Computer Networking AIMS The aim of this chapter is to give a brief introduction to computer networking. OBJECTIVES At the end of this chapter you should be able to: Explain the following terms:

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 1 Network Topology Specific Instructional Objectives At the end of this lesson, the students will be able to: Specify what is meant by network topology

More information

Introduction To Computer Networks

Introduction To Computer Networks Introduction To Computer Networks 1. LAN s and WAN s 2. Some network and internetwork components 3. The communication process 4. Communication media 5. Topologies 6. Communication models and Standards

More information

Networks. The two main network types are: Peer networks

Networks. The two main network types are: Peer networks Networks Networking is all about sharing information and resources. Computers connected to a network can avail of many facilities not available to standalone computers: Share a printer or a plotter among

More information

Fiber Distributed Data Interface

Fiber Distributed Data Interface CHPTER 8 Chapter Goals Provide background information about FDDI technology. Explain how FDDI works. Describe the differences between FDDI and Copper Distributed Data Interface (CDDI). Describe how CDDI

More information

Mathatma Gandhi University

Mathatma Gandhi University Mathatma Gandhi University BSc Computer Science IV th semester BCS 402 Computer Network &Internet MULTIPLE CHOICE QUESTIONS 1. The computer network is A) Network computer with cable B) Network computer

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Local Area Network. OSI Seven Layer Model. Whole Building Network

Local Area Network. OSI Seven Layer Model. Whole Building Network (MECH3023) 2 Local Area Network Networking for BAS Centralized & Decentralized networks LAN topologies LAN standards & examples Transmission hardware OSI Seven Layer Model Importance of interoperability

More information

CSCI 362 Computer and Network Security

CSCI 362 Computer and Network Security The Purpose of ing CSCI 362 Computer and Security Introduction to ing Goals: Remote exchange and remote process control. A few desirable properties: Interoperability, Flexibility, Geographical range, Scalability,

More information

Network System Design Lesson Objectives

Network System Design Lesson Objectives Network System Design Lesson Unit 1: INTRODUCTION TO NETWORK DESIGN Assignment Customer Needs and Goals Identify the purpose and parts of a good customer needs report. Gather information to identify network

More information

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help Future Stars Grade X Manual Chapter 1 Networking and Telecommunication 1. Answer the following questions. a. What is telecommunication? Ans: The transfer of information at a far distance is known as telecommunication.

More information

NETWORKING TECHNOLOGIES

NETWORKING TECHNOLOGIES NETWORKING TECHNOLOGIES (October 19, 2015) BUS3500 - Abdou Illia, Fall 2015 1 LEARNING GOALS Identify the major hardware components in networks. Identify and explain the various types of computer networks.

More information

Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos sguinez@utalca.cl 2-2009

Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos sguinez@utalca.cl 2-2009 Unit of Learning # 2 The Physical Layer Sergio Guíñez Molinos sguinez@utalca.cl 2-2009 Local Area Network (LAN) Redes de Computadores 2 Historic topologies more used in LAN Ethernet Logical Bus and Physical

More information

IT4504 - Data Communication and Networks (Optional)

IT4504 - Data Communication and Networks (Optional) - Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication

More information

A network is a group of devices (Nodes) connected by media links. A node can be a computer, printer or any other device capable of sending and

A network is a group of devices (Nodes) connected by media links. A node can be a computer, printer or any other device capable of sending and NETWORK By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com Network A network is a group of devices (Nodes) connected by media

More information

Client Server Computing

Client Server Computing Client Server Computing Architecture, Applications and Distribution System Devendra Kumar GLOBAL VISION PUBLISHING HOUSE 20, Ansari Road, Daryaganj, New Delhi-110002 (INDIA) Contents Acknowledgement (vii)

More information

COMPUTER NETWORK TECHNOLOGY (40)

COMPUTER NETWORK TECHNOLOGY (40) PAGE 1 OF 9 CONTESTANT ID# Time Rank COMPUTER NETWORK TECHNOLOGY (40) Regional 2012 TOTAL POINTS (450) Failure to adhere to any of the following rules will result in disqualification: 1. Contestant must

More information

IT4405 Computer Networks (Compulsory)

IT4405 Computer Networks (Compulsory) IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and

More information

Implementing Fast Ethernet

Implementing Fast Ethernet Implementing Fast Ethernet R The Next Generation of Ethernet Fast Ethernet (also known as IEEE 802.3u or 100BASE-T) is quickly becoming the successor to Ethernet as the network topology of choice. Fast

More information

Computer Networking: A Survey

Computer Networking: A Survey Computer Networking: A Survey M. Benaiah Deva Kumar and B. Deepa, 1 Scholar, 2 Assistant Professor, IT Department, Sri Krishna College of Arts and Science College, Coimbatore, India. Abstract- Computer

More information

Industrial Networks & Databases. Protocols and Networks - Device Bus - - Field Bus -

Industrial Networks & Databases. Protocols and Networks - Device Bus - - Field Bus - Industrial Networks & Databases - Device Bus - - Field Bus - - Data Bus - Recall MODBUS protocol is a messaging structure used to set up master/client type communications with slaves/servers between intelligent

More information

1. Communication Network Requirements

1. Communication Network Requirements WP 1004HE Part 2 1. Communication Network Requirements White Paper Data Communication in a Substation Automation System (SAS) Communication network requirements Table of Contents 1. Communication Network

More information

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set

More information

WIRELESS ETHERNET (IEEE 803.11)

WIRELESS ETHERNET (IEEE 803.11) WIRELESS ETHERNET (IEEE 803.11) Wireless LANs form a very small percentage of LANs in operation today, but their use is growing rapidly. Wireless LANs transmit data through the air using radio or infrared

More information

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION Objective of the course: This course is designed to impart professional training to the students of computer Science, computer applications,

More information

Cisco - Ethernet 100BaseTX and 10BaseT Cables: Guidelines and Specifications

Cisco - Ethernet 100BaseTX and 10BaseT Cables: Guidelines and Specifications Page 1 of 8 Ethernet 100BaseTX and 10BaseT Cables: Guidelines and Specifications Contents Introduction Prerequisites Requirements Components Used Conventions Which Cable Do I Need? Ethernet Cabling Guidelines

More information

Nathan Dayton ADNET. ADNET SYSTEMS, Inc. nathan@muspin.gsfc.nasa.gov. Slide Number 1

Nathan Dayton ADNET. ADNET SYSTEMS, Inc. nathan@muspin.gsfc.nasa.gov. Slide Number 1 Nathan Dayton SYSTEMS, Inc. nathan@muspin.gsfc.nasa.gov Slide Number 1 NETWORK DESIGN Slide Number 2 Previously there have been two phases in the design of a network Department Design Interconnect Design

More information

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 1 BASIC CONCEPTS OF NETWORK

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 1 BASIC CONCEPTS OF NETWORK CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 1 BASIC CONCEPTS OF NETWORK DEFINTION & APPLICATIONS DEFINTION: A computer network is defined as the interconnection of two or more computers. It is done

More information

Introduction to Networking

Introduction to Networking 1 CHAPTER ONE Introduction to Networking Objectives 2.3 Identify common physical network topologies. Star. Mesh. Bus. Ring. Point to point. Point to multipoint. Hybrid 2.7 Explain common logical network

More information

Computer Network and Communication

Computer Network and Communication 2 Computer Network and Communication 2.1 INTRODUCTION As we all know, the advances in Information technology revolutionized almost every aspect of our life. Education, industry, banking, researches and

More information

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM Objectives: Base training of an engineer for the installation and maintenance of Digital Telecommunications and Internetworking systems.

More information

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY SUBMITTED TO THE KUMAUN UNIVERSITY, NAINITAL BY MANOJ CHANDRA LOHANI FOR THE AWARD OF THE DEGREE OF DOCTOR OF PHILOSOPHY IN COMPUTER SCIENCE UNDER THE

More information

LAN / WAN Technologies

LAN / WAN Technologies The Hong Kong Polytechnic University Industrial Centre Knowledge Update Course for Secondary Computer Teachers LAN / WAN Technologies By Edward Cheung email: icec@polyu.edu.hk 15 July, 2003. 030715 LAN

More information

Data Link Layer. Page 1. Ethernet

Data Link Layer. Page 1. Ethernet Sicherungsebene Network Categories Local Area Networks (LAN): 10m - few km, simple connection structure Ethernet/Fast Ethernet/Gigabit Ethernet Token Bus, Token Ring LAN Wireless LAN (WLAN, up to a few

More information

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks Computer Networks Lecture 06 Connecting Networks Kuang-hua Chen Department of Library and Information Science National Taiwan University Local Area Networks (LAN) 5 kilometer IEEE 802.3 Ethernet IEEE 802.4

More information

Telecommunications, Networks, and Wireless Computing

Telecommunications, Networks, and Wireless Computing Objectives Telecommunications, Networks, and Wireless Computing 1. What are the features of a contemporary corporate telecommunications system? On what major technology developments are they based? 2.

More information

Networking 101 (Networking Basics) Presentation to UCHUG - 1/03/07 G. Skalka

Networking 101 (Networking Basics) Presentation to UCHUG - 1/03/07 G. Skalka Networking 101 (Networking Basics) Presentation to UCHUG - 1/03/07 G. Skalka What is a network? A computer network is two or more computers connected together using a telecommunication system for the purpose

More information

Using High Availability Technologies Lesson 12

Using High Availability Technologies Lesson 12 Using High Availability Technologies Lesson 12 Skills Matrix Technology Skill Objective Domain Objective # Using Virtualization Configure Windows Server Hyper-V and virtual machines 1.3 What Is High Availability?

More information

CIS 175 NETWORK TECHNICIAN JACKSON STATE COMMUNITY COLLEGE COURSE SYLLABUS

CIS 175 NETWORK TECHNICIAN JACKSON STATE COMMUNITY COLLEGE COURSE SYLLABUS CIS 175 NETWORK TECHNICIAN JACKSON STATE COMMUNITY COLLEGE COURSE SYLLABUS Course Description A course designed to enable students to understand and work with network media and topologies, protocols and

More information

Network Technologies

Network Technologies Network Technologies Career Cluster Information Technology Course Code 10101 Prerequisite(s) Introduction To Information Technology Careers (Recommended), Computer Applications (Recommended), Computer

More information

EUCIP - IT Administrator. Module 3 LAN and Network Services. Version 2.0

EUCIP - IT Administrator. Module 3 LAN and Network Services. Version 2.0 EUCIP - IT Administrator Module 3 LAN and Network Services Version 2.0 Module 3 Goals Module 3 Module 3, Local Area Network and Network Services, requires the candidate to be familiar with the procedure

More information

Wired & Wireless LAN Connections

Wired & Wireless LAN Connections Lecture 5 Wired & Wireless LAN Connections Network Interface Card (NIC) Ethernet Wiring - Thick Ethernet - Thin Ethernet - Star (Hub) Ethernet Extending LAN - Fiber Modem - Repeater - Bridge - Switch Short

More information

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0 CCNA 1: Networking Basics Cisco Networking Academy Program Version 3.0 Table of Contents CCNA 1: NETWORKING BASICS...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE OBJECTIVES...3

More information

Communication Networks. MAP-TELE 2011/12 José Ruela

Communication Networks. MAP-TELE 2011/12 José Ruela Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)

More information

11/22/2013 1. komwut@siit

11/22/2013 1. komwut@siit 11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)

More information

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The entire cost of the program is funded by the textbook, ebook or ecourse purchase by your

More information

EKT 331/4 COMMUNICATION NETWORK

EKT 331/4 COMMUNICATION NETWORK UNIVERSITI MALAYSIA PERLIS SCHOOL OF COMPUTER & COMMUNICATIONS ENGINEERING EKT 331/4 COMMUNICATION NETWORK LABORATORY MODULE LAB 5 WIRELESS ACCESS POINT Lab 5 : Wireless Access Point Objectives To learn

More information

The OSI Model: Understanding the Seven Layers of Computer Networks

The OSI Model: Understanding the Seven Layers of Computer Networks Expert Reference Series of White Papers The OSI Model: Understanding the Seven Layers of Computer Networks 1-800-COURSES www.globalknowledge.com The OSI Model: Understanding the Seven Layers of Computer

More information

Local Area Networking technologies Unit number: 26 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: L/601/1547

Local Area Networking technologies Unit number: 26 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: L/601/1547 Unit title: Local Area Networking technologies Unit number: 26 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: L/601/1547 UNIT AIM AND PURPOSE Learners will gain an understanding

More information

Cisco Network Performance Evaluation Using Packet Tracer

Cisco Network Performance Evaluation Using Packet Tracer Cisco Network Performance Evaluation Using Packet Tracer doi: 10.17932/ IAU.IJEMME.m.21460604.2015.5/1.905-911 Muhammet Emin KAMİLOĞLU 1 Abstract In this study, a wide area network designed and simulated.

More information

Chapter 9. Communications and Networks. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 9. Communications and Networks. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Communications and Networks McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Competencies (Page 1 of 2) Discuss connectivity, the wireless revolution,

More information

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

Local-Area Network -LAN

Local-Area Network -LAN Computer Networks A group of two or more computer systems linked together. There are many [types] of computer networks: Peer To Peer (workgroups) The computers are connected by a network, however, there

More information

How To Design A Network Architecture

How To Design A Network Architecture 1 Basic Network Concepts Certification Objectives 1.01 1.02 1.03 1.04 Identifying Characteristics of a Network Identifying Network Topologies Network Media and Connectors Access Methods 1.05 Network Architectures

More information

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP Mst. Najnin Sultana, Abu Jafar Md. Masud Karim Daffodil International University, Dhaka, Bangladesh E-mail: apesnajnin@yahoo.com

More information

Controlled Random Access Methods

Controlled Random Access Methods Helsinki University of Technology S-72.333 Postgraduate Seminar on Radio Communications Controlled Random Access Methods Er Liu liuer@cc.hut.fi Communications Laboratory 09.03.2004 Content of Presentation

More information

What You Will Learn About. Computers Are Your Future. Chapter 8. Networks: Communicating and Sharing Resources. Network Fundamentals

What You Will Learn About. Computers Are Your Future. Chapter 8. Networks: Communicating and Sharing Resources. Network Fundamentals What You Will Learn About Computers Are Your Future Chapter 8 Networks: Communicating and Sharing Resources Basic networking concepts Advantages and disadvantages of networks Peer-to-peer and client/server

More information

RTT 60.5 msec receiver window size: 32 KB

RTT 60.5 msec receiver window size: 32 KB Real-World ARQ Performance: TCP Ex.: Purdue UCSD Purdue (NSL): web server UCSD: web client traceroute to planetlab3.ucsd.edu (132.239.17.226), 30 hops max, 40 byte packets 1 switch-lwsn2133-z1r11 (128.10.27.250)

More information

Discovering Computers 2008. Chapter 9 Communications and Networks

Discovering Computers 2008. Chapter 9 Communications and Networks Discovering Computers 2008 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the the components required for for successful communications Identify various sending and receiving devices

More information

Computer Networking Type A: Very Short Answer Questions

Computer Networking Type A: Very Short Answer Questions Computer Networking Type A: Very Short Answer Questions 1. Define a network. What is its need? Ans: A computer network is a system in which computers are connected to share information and resources. Computer

More information

Understanding Device Level Connection Topologies

Understanding Device Level Connection Topologies July 2013 Understanding Device Level Connection Topologies Author: Advantech E-mail: eainfo@advantech.com July 2013 Even ten years ago, most factory floor sensors were connected directly to a PLC or other

More information

TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL

TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL 1. Local Area Networks TCOM 370 NOTES 99-12 LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL These are networks spanning relatively short distances (e.g. within one building) for local point-to-point and point-to-multipoint

More information

FBLA: NETWORKING CONCEPTS. Competency: General Network Terminology and Concepts

FBLA: NETWORKING CONCEPTS. Competency: General Network Terminology and Concepts Competency: General Network Terminology and Concepts 1. Demonstrate knowledge of the purposes, benefits, and risks for installing a network. 2. Identify types of networks (e.g., LAN, WAN, MAN) and their

More information

Networking Devices. Lesson 6

Networking Devices. Lesson 6 Networking Devices Lesson 6 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Network Interface Cards Modems Media Converters Repeaters and Hubs Bridges and

More information

ET225 Networking Concepts. Chapter 1 What is a Computer Network?

ET225 Networking Concepts. Chapter 1 What is a Computer Network? ET225 Networking Concepts Chapter 1 What is a Computer Network? Objectives Identify the advantages of connecting computers and devices on a network. Recognize common network components in a lab setting.

More information

Computer Networks Vs. Distributed Systems

Computer Networks Vs. Distributed Systems Computer Networks Vs. Distributed Systems Computer Networks: A computer network is an interconnected collection of autonomous computers able to exchange information. A computer network usually require

More information

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF High Speed Ethernet Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF Hubs and Switches Hubs and Switches Shared Medium Hub The total capacity in the shared medium hub configuration (figure

More information

QUESTION 1 If one of the links to a computer on a physical star topology is served, what will be the result?

QUESTION 1 If one of the links to a computer on a physical star topology is served, what will be the result? N10-003 Network+ QUESTION 1 If one of the links to a computer on a physical star topology is served, what will be the result? A. The entire network will stop working. B. The affected link and the adjacent

More information

LMR16TC Mini 10BASE-T Repeater. Installation Guide

LMR16TC Mini 10BASE-T Repeater. Installation Guide LMR16TC Mini 10BASE-T Repeater Installation Guide LMR16TC Ethernet Mini Hub/Repeater Installation Guide The Lantronix LMR16TC is a multi-port hub that provides multi-media wiring connections for up to

More information

Network Technology CMP-354-TE. TECEP Test Description

Network Technology CMP-354-TE. TECEP Test Description Network Technology CMP-354-TE This TECEP tests knowledge of the fundamental concepts of data communications. Topics covered include: network architectures, topologies, media and devices, protocols, types

More information

Planning a Network Upgrade

Planning a Network Upgrade CHAPTER 3 Planning a Network Upgrade Objectives After completing this chapter, you should be able to answer the following questions: Why is proper planning necessary when you What is structured cabling?

More information

Level 2 Routing: LAN Bridges and Switches

Level 2 Routing: LAN Bridges and Switches Level 2 Routing: LAN Bridges and Switches Norman Matloff University of California at Davis c 2001, N. Matloff September 6, 2001 1 Overview In a large LAN with consistently heavy traffic, it may make sense

More information

Chapter 4 Connecting to the Internet through an ISP

Chapter 4 Connecting to the Internet through an ISP Chapter 4 Connecting to the Internet through an ISP 1. According to Cisco what two things are essential to gaining access to the internet? a. ISPs are essential to gaining access to the Internet. b. No

More information

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN LAN (Local Area Networks) 10/28/2008 Vasile Dadarlat - Computer Networks 1 MAN (Metropolitan

More information

Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet

Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet Today s network managers know that modern demands on a network by its users can shrink bandwidth dramatically. Faster computers,

More information

Component 4: Introduction to Information and Computer Science

Component 4: Introduction to Information and Computer Science Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 1 This material was developed by Oregon Health & Science University, funded by the Department of Health

More information

DATA COMMUNICATION AND NETWORKS

DATA COMMUNICATION AND NETWORKS DATA COMMUNICATION AND NETWORKS 1. Define the term Computer Networks. A Computer network is a number if computers interconnected by one or more transmission paths. The transmission path often is the telephone

More information

Chapter 7 Low-Speed Wireless Local Area Networks

Chapter 7 Low-Speed Wireless Local Area Networks Wireless# Guide to Wireless Communications 7-1 Chapter 7 Low-Speed Wireless Local Area Networks At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics

More information

Copper to Fiber Stand-Alone Media Converter. Quick Installation Guide

Copper to Fiber Stand-Alone Media Converter. Quick Installation Guide Copper to Fiber Stand-Alone Media Converter Quick Installation Guide Model No. FVT-2001 FVT-2002 FVT-2201 FVT-2401 GVT-2000 GVT-2001 Description 10/100BASE-TX to 100BASE-FX MMF SC Converter, 2km 10/100BASE-TX

More information

Implementation date Fall 2009

Implementation date Fall 2009 Program Concentration: Career Pathway: Course Title: Business & Computer Science Computer Networking Networking Systems Course Description: This course is designed to provide students with the background

More information

Network+ Guide to Networks 6 th Edition. Chapter 7 Wide Area Networks

Network+ Guide to Networks 6 th Edition. Chapter 7 Wide Area Networks Network+ Guide to Networks 6 th Edition Chapter 7 Wide Area Networks Objectives Identify a variety of uses for WANs Explain different WAN topologies, including their advantages and disadvantages Compare

More information

CompTIA Network+ (Exam N10-005)

CompTIA Network+ (Exam N10-005) CompTIA Network+ (Exam N10-005) Length: Location: Language(s): Audience(s): Level: Vendor: Type: Delivery Method: 5 Days 182, Broadway, Newmarket, Auckland English, Entry Level IT Professionals Intermediate

More information

Page 1 of 7. Computer Networking

Page 1 of 7. Computer Networking Page 1 of 7 Computer Networking 7.1 What Is Computer Networking? A computer network consists of several computers that are connected to one another using devices that allow them to communicate. Computer

More information

Fast Ethernet and Gigabit Ethernet. Networks: Fast Ethernet 1

Fast Ethernet and Gigabit Ethernet. Networks: Fast Ethernet 1 Fast Ethernet and Gigabit Ethernet Networks: Fast Ethernet 1 Fast Ethernet (100BASE-T) How to achieve 100 Mbps capacity? MII LLC MAC Convergence Sublayer Media Independent Interface Media Dependent Sublayer

More information