Chapter 20 Networks. 4 Questions that need to be answered concerning networks? –How will each computer be identified? –What kind of wire should you run.

Slides:



Advertisements
Similar presentations
1 Ethernet Wiring Qutaibah Malluhi CSE Department Qatar University.
Advertisements

Network Hardware and Physical Media
Introduction to Network
Networks Terminology and Hardware. Network A network is a group of connected computers that can communicate with each other to share information and equipment,
CHAPTER Practical Ethernet Implementation. Chapter Objectives Provide a background on Ethernet itself and describe its characteristics Explain the practical.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Networks Adapting Computers to Telecommunications Media.
CHAPTER LAN Topology. Chapter Objectives Describe the characteristics of different LAN topologies –Bus, ring, star and mixed topologies Compare and contrast.
CSCI 4550/8556 Computer Networks Comer, Chapter 10: LAN Wiring, Physical Topology, and Interface Hardware.
Networks & telecommunications Part 2 July 2, 2012.
1 LANs are Subnet Standards Only Physical and Data Link Layer standards Implemented by the NICs:NICs Application Transport Internet LAN Subnet (NIC) Application.
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Computer Networks & Security
Understanding Networks II. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Understanding Network Architecture Access Methods –CSMA/CD Carrier Sense Multiple Access/Collision Detect –CSMA/CA Carrier Sense Multiple Access/Collision.
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
UTP Ethernet (10/100/1000BaseT) Three types 10BaseT – run at 10Mbps 100BaseT - run at 100Mbps 1000BaseT - run at 1000Mbps (Gigabit Ethernet) T stands.
 Local Area Network (LAN) Local Area Network (LAN)  Wide Area Network (WAN) (The Internet) Wide Area Network (WAN)
In The Name Of Allah Whose Blessings Are Uncountable.
Computer communication
TC 361 Data Networking Test Review
Chapter 5 Networks Communicating and Sharing Resources
Chapter 9A Network Basics.
Networking Technologies Here are a few of the big questions: How will each computer be identified? If two or more computers want to talk at the same time,
Lesson 9 Networking Core Hardware Fundamentals Objectives Explain network communications concepts, including full- and half-duplex, network cabling,
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
Introduction to Networks Ruth Watson
Basic Concepts of a Computer Network
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
Network Hardware and Software. What is a network? A network consists of two or more computers that are linked in order to: share resources (such as printers.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
Cisco – Chapter 3 LAN. LAN Teaching Topology physical topology is the actual layout of the wire (media) logical topology defines how the media is accessed.
Modern Ethernet Chapter 6. Contents Define the characteristics, cabling, and connectors used in 10BaseT and 10BaseFL Explain how to connect multiple Ethernet.
CT1303 LAN LECTURE 15.
Siposs Arnold Konrad Computer Networks Coordonator: Mr. Dr. Z. Pólkowski.
1 Lecture 7 LAN Wiring, Physical Topology, and Interface Hardware Computer Networks CS 4316.
Chapter One Some Raw Basics of Networking. Objectives Introduce some basic concepts Learn some new vocabulary Get our first glimpse of some networking.
 LANs – A Definition - A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings,
ETHERNET. Network Architecture Covers issue like how data will flow between the computers on the network. Involves with: Logical design Physical design.
Topology, refers to the physical and logical diagrams which summarize network connections and information flow.
Lecture 11 Network Basics. 2 Network Definition Set of technologies that connects computers –Hardware, software & media Allows users to –communicate and.
Day10 LAN. Why? Allow more than one machine to share –Resources –Internet connectivity –Information.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Dammam Community College
Networking Technologies Presentation Presented by David Fisher June 4, 1999 West Lafayette, IN.
Summary - Part 2 - Objectives The purpose of this basic IP technology training is to explain video over IP network. This training describes how video can.
Understand the Components of a Network Mrs. Whaley.
Business Data Communications, Fourth Edition Chapter 9: Local Area Networks.
Lesson 4—Networking BASICS1 Networking BASICS Network Architectures Unit 2 Lesson 4.
Ethernet Advanced Chapter 5. Release 16/7/2009 Chapter Objectives Explain 10Base-T network Explain 10Base-FL Explain the rule Identify different.
LECTURE#6 - CABLES Asma AlOsaimi. Copper Coaxial Cable - Thick or Thin Unshielded Twisted Pair - CAT 3,4,5,5e&6 Optical Fiber Multimode Singlemode Wireless.
NETWORK. To connect a computer with a network we need NETWORK ADAPTER.
Computer Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
COMPUTER NETWORKS CS610 Lecture-11 Hammad Khalid Khan.
CIS 173 Networking Essentials Week #3 Objectives Review Chapter #1 Questions Lecture Chapter #2 (Topologies)
Chapter Network Topologies and Related Protocols © Nanda Ganesan, Ph.D.
Local Area Networks Honolulu Community College
Computer Networks and Internet
Computer Networks and Internet
Computer Networks.
Networking Fundamentals
أ.كمال عيد كلية المعلمين حائل
Ethernet and Token Ring LAN Networks
Chapter 12 Local Area Networks
Computer Networks.
Chapter 12 Local Area Networks
Chapter 12 Local Area Networks
Presentation transcript:

Chapter 20 Networks

4 Questions that need to be answered concerning networks? –How will each computer be identified? –What kind of wire should you run in between them? –If more than one PC is accessing the same file, how can they be prevented from destroying each others changes to that file? –How can access to data and peripherals be controlled?

Networks 4 Networks can be broken down into four areas: –Hardware –Protocols –Network –Shared Resources

Hardware 4 How the PC’s will be linked 4 All cables in a network come together in a box called a hub 4 data is moved from one PC to another in discreet chunks called packets or frames 4 every network card(NIC) has a built in identifier called a Media Access Control or MAC address

Hardware 4 Every NIC in the world has a unique MAC address - 48 bit binary address 4 So when you send out a frame it contains not only the data that you intend to send, but also your MAC address and the MAC address of the person that you wish to send it to.

Hardware 4 Topology - the different configurations of cabling between computers 4 2 types of topologies are commonly used today, even though there are numerous: –Bus Topology –Ring Topology

Bus Topology 4 Bus topology means that all PCs are connected via a single cable that runs to all PCs. (page 1147) 4 Every device must first wait to see if someone is sending packets before they can send a packet. 4 Every NIC on the bus sees and reads each packet. Called CSMA/CD

Bus Topology 4 Sometimes 2 cards do talk at the same time. This is called a collision. 4 A terminator must be placed at the end of the bus so that there is no signal bounce (just like a SCSI chain) 4 If the line breaks than the termination is useless and data can’t be sent because of signal bounces

Ring Topology 4 Connects all PC’s together but instead of a straight line it is more like a ring 4 Use a transmission called token passing –a mini packet called a token constantly passes from one card to the next in one direction. If one PC wants to talk to another it must wait until it gets the token. Because of this you will hear the word token ring used when describing ring networks

Star Ring / Star Bus 4 Token Ring actually uses a topology called star ring. Instead of running a ring of cable all around the LAN, the ring is stored inside a special box called a Multi-Station Access Unit (MSAU) or a MAU 4 Star bus - shrinking a bus into a hub, so that networks don’t collapse unless the hub breaks

Hardware Protocols 4 A consortium of companies wrote a series of standards that defined everything necessary to get data from one computer to another. This series of standards was called Ethernet 4 Coaxial cable - oldest of all types of network cable –only cable used in bus topologies, with a few exceptions

Thick Ethernet 4 Can hook up to 100 devices on one segment, segments can run up to 500 meters 4 Clearly marked every 2.5 m 4 Connect to devices via a vampire connector 4 The cable from the vampire to the device must be no longer than 50 m 4 Uses a DB15 connector 4 Becoming obsolete because of high cost

ThinNet (Thin Ethernet) 4 Invented as a cheap alternative to Thicknet 4 Uses a specific type of coax cable - RG-58, looks like cable wires but different 4 Supports only 30 devices per segment, segments can be up to 185 m long 4 Plus side –much thinner, makes it easier to work with –the transceiver is built into the Thinnet card –has twist on connectors, called BNC connectors

10BaseT 4 Most popular of all networks today 4 runs on UTP (unshielded twisted pair), 8 strands twisted together - p UTP comes in categories which define maximum speed, most networks use CAT5 which runs up to 100Mbps, but not that quick yet - p Uses RJ45 connectors

10BaseT 4 RJ45 uses only two pairs of wires, the other four are currently useless 4 Color code on p Max. distance from hub to device is 100 m. 4 10BaseT hubs act as repeaters 4 You can actually hook 2 10BaseT NICs without a hub, just connect them with a crossover cable

Other Ethernet 4 Repeater - electronic device that amplifies the signal on a line. –Used to extend the useful length of a cable segment beyond its specified maximum 4 Fast Ethernet - same as 10BaseT but 100Mbps

Fiber Optic Ethernet 4 Best type of cabling you can get –uses light instead of electricity, so it avoids any electrical problems –travels much farther m 4 Standard is called 10Base FL, or FX 4 Why isn’t it used most often? –Very expensive to install and upgrade –Mainly used for a backbone (connects the hubs)

Protocols 4 Protocols - rules that networks follow when sending/receiving data –IPX/SPX - developed by Novell (first one) –NetBEUI - developed by IBM as the default for Windows –TCP/IP - developed by the government, default for NT as well as the Internet –AppleTalk - developed by Apple for use with Apple computers

Network Operating System (NOS) 4 Client/Server - dedicating one machine to act as a “server”. It’s only function is to serve up resources to the other machines 4 Peer-to-peer - every computer can act as both a server and a client –much cheaper than C/S, but security is problem 4 Domain-based - used for larger networks, provides a centralized security function –you need Windows NT or 2000

NICs 4 Make sure when installing that you use the disk that comes with it, most are PnP 4 If using a legacy card, you must go to setup 4 Networks –LAN - Local area network –WAN - Wide area network –MAN - Metropolitan area network

Other things to know 4 Router - redirects data from one network to another, a smart device 4 Default gateway - Basically one computer to which data is sent in a LAN in order to communicate with the Internet