110
Copyright © 2005 Heathkit Company, Inc. All rights reserved. Unit 10 Networks

Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

Copyright © 2005 Heathkit Company, Inc. All rights reserved.

Unit 10

Networks

Page 2: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

2

The basic components

of a network:

• Connections (Physical Medium)

• Protocols (Common language)

• Services (Clients, Servers, and

Files)

Page 3: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

3

The Client is the computer

requesting the use of a resource.

May I have

Worksheet-101?

Client Server

Page 4: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

4

The Server is the computer

providing the resource.

Sure, here it Sure, here it

is!

Worksheet 101Worksheet-101

Client Server

Page 5: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

5

In some networks, every computer

acts as both Client and Server.

Client &

Server

Client &

Server

Client &

Server

Page 6: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

6

Peer-to-Peer Network

Client &

Server

Client &

Server

Client &

Server

Page 7: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

7

Peer-to-Peer Network

• No centralized data access.

• Security handled by assigning

each resource a password.

Page 8: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

8

Peer-to-peer works best with a a

small number of computers.

Page 9: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

9

One computer can act as server

for several clients.

Server

Client

Client

Client Client

Client

Client

Page 10: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

10

Client/Server Network

• Centralized data access.

• Centralized security.

• Centralized administration,

record keeping, and control.

Page 11: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

11

Larger networks require the

client/server arrangement.

Page 12: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

12

The Physical Medium is the

channel the data travels

between computers.

Physical MediumPhysical Medium

Client Server

Page 13: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

13

The Physical Media can be:

• Wire

• Fiber Optic Cable

• Wireless Link (RF or Infrared)

• Hardware devices such as

network cards, hubs, routers, etc.

Page 14: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

14

The common language is the

Network Protocol.

May I have

Worksheet-101?

Client Server

Sure, here it Sure, here it

is!

Page 15: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

15

Protocol

• A signed document containing the

record of the points on which

agreement has been reached by

negotiating parties.

• The code of ceremonial forms and

courtesies accepted as proper and

correct in official dealings.

Page 16: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

16

In Networking, Protocols are:

• Agreements that describe how things

work.

• Industry-wide frameworks that

describe every aspect of

communications between computers.

• Grouped together into Protocol

Suites.

Page 17: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

17

The main Protocol Suites:

• NetBEUI – Small Microsoft networks.

• SPX/IPX – Primarily Novell networks.

• TCP/IP – Must be used if the network is to connect to the Internet.

Page 18: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

18

One of the most basic

ways to classify networks

is by their topology.

Page 19: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

19

Topology refers to the

way the computers in the

network are connected to

each other.

Page 20: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

20

The most common

topologies are:

• Bus

• Star

• Ring

• Mesh

Page 21: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

21

Bus Topology

―T‖―T‖ ―Backbone‖―Backbone‖

Page 22: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

22

Bus Topology

• A single cable interconnects all workstations.

• The cable is terminated at both ends.

Page 23: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

23

Star Topology

Page 24: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

24

Star Topology

All workstations connect to a single central hub.

Page 25: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

25

Ring Topology

Page 26: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

26

Ring Topology

• Backbone is a ring.

• Each workstation connects only to two other

workstations.

Page 27: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

27

Mesh Topology

Page 28: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

28

Mesh Topology

Net-1

Net-4 Net-3

Net-2

Page 29: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

29

The Internet is an example of a Mesh

topology.

InternetInternet

Page 30: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

30

Another way of

classifying networks is

by their size or

geographical span.

Page 31: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

31

The most common size

classifications are the:

• Local Area Network (LAN)

• Metropolitan Area Network

(MAN)

• Wide Area Network (WAN)

Page 32: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

32

The Local Area Network The Local Area Network

(LAN)(LAN)

Page 33: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

33

Metropolitan Area Network

(MAN)

Page 34: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

34

Wide Area Network

WANWAN

Page 35: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

Copyright © 2005 Heathkit Company, Inc. All rights reserved.

Networking

Components

Page 36: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

36

Components

• Network Operating System

• Interface Cards

• Cables

Page 37: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

37

Network Operating System

(NOS)

vs.

desktop Operating System

(OS)

Page 38: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

38

NOS provides improved

security• User-level Security

• Server authenticates:

– User name

– User password

– User location

• Server determines which resources the user may access.

• Simplifies security for the user.

Page 39: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

39

The NOS allows sensitive

resources to be maintained in a

centralized/secure location.

Page 40: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

40

The NOS provides

improved performance.

• Client is relieved of the burden

of server

• Server can be optimized

• Adds administration and

management capabilities.

Page 41: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

41

The NOS provides

better administration.

• Centralized security

• Centralized data

• Consistent policies

• Administrative tools

• Accountability

Page 42: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

42

The NOS allows scalability

• The client/server network grows gracefully.

• A server may handle over 50 clients.

• Additional servers can be added.

• Specialized servers

– File server

– Print server

– Communications Server

Page 43: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

43

Disadvantages of the NOS

• More expensive

• More complex

• Requires administration.

Page 44: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

44

Major Network

Operating Systems

• Unix

• Novell NetWare

• Windows NT Server

Page 45: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

45

Unix

• Multitasking, Multi-user OS

• Influential in evolution of the Internet

• Uses TCP/IP

• Clients communicate with Server using

Terminal Emulation

Page 46: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

46

Linux

• Smaller, easier to use version of Unix

• Easily adapted to individual computers

or as server in a small network

• Uses the command line as the user

interface.

• Offered with a graphical user interface.

Page 47: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

47

Novell’s NetWare

• Text-based operating system

• Supports all Windows-based

client computer operating systems

• IPX/SPX is the primary NetWare

protocol

Page 48: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

48

Windows NT

• 32-bit network operating system

• First to use a graphical user interface

• Not as feature-rich as Unix and

NetWare

• Supports a wide range of network

clients

Page 49: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

49

The Network Interface

Card is also called:

• The Network Card

• The Network Adapter

• The Network Adapter Card

• The NIC

Page 50: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

50

The NIC is the main interface

between the computer and the

network cable.

Page 51: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

51

Parallel data into serial data.

CPUMemory

Computer

NIC

1001100110011001

Cable

1-0-0-1-1-0-0-1

Page 52: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

52

Considerations when

selecting the NIC:

• Type of cable connection

• Type of Address/Data Bus

• The method used to configure the

card.

Page 53: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

53

The NIC must match the cable.

RJ-45RJ-45

BNCBNC

Page 54: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

54

RJ-45 ConnectorRJ-45 Connector

Page 55: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

55

The NIC must match the

Address/Data Bus of the computer.

ISAISA

PCIPCI

Page 56: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

56

Installing the NIC in

the computer.

• NIC installed inside the computer.

• Normally plugs into a bus slot.

• Some are built right into the motherboard.

• Plug-in boards must be configured correctly.

Page 57: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

57

NIC Configuration Methods

• Plug-and-Play

• EEPROM

• Jumper pins

Page 58: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

58

Preparing to Install the NIC

• Ensure there is an open bus slot.

• Ensure the adapter is compatible.

• Ensure there are system resources available.

• Ensure all installation items are available.

• Ensure all software is available.

Page 59: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

59

Installing the NIC Hardware

• Configure the NIC to available resources.

• Use a ground strap.

• Remove cover from the computer.

• Remove rear panel slot cover plate.

• Remove card from its antistatic bag and immediately plug it into motherboard.

• Secure card slot cover plate to computer.

Page 60: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

60

Installing the NIC Software

• Loading the device driver used

by the NIC.

• Loading any utilities supplied

with the NIC.

Page 61: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

61

NIC Device Driver

• Supports communication between

the NIC and OS.

• Automatically installed and

configured if both NIC and OS

support PnP.

• In other cases, driver loaded from

floppy or CD supplied with NIC.

Page 62: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

62

A more recent device

driver may be available

at the website of the NIC

manufacturer.

Page 63: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

63

Troubleshooting the NIC

• Is NIC talking to the

motherboard?

• Is the NIC working internally?

• Is the NIC communicating with

the external network?

Page 64: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

64

LEDs

LinkLink

ActivityActivity

Page 65: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

65

Twisted-Pair Cable

• UTP—Unshielded Twisted-Pair

• STP—Shielded Twisted-Pair

Page 66: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

66

Twisted-Pair Cable

STPSTP STPSTPUTPUTP

Foil

Shield

Foil

ShieldWire

Shield

Wire

Braid

Shield

Foil

Shield

Foil

Shield

Page 67: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

67

10BaseT Ethernet uses

Unshielded Twisted Pair

(UTP) cable.

Page 68: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

68

RJ-45 Connector

Strain Relief CrimpStrain Relief Crimp

ContactsContacts

LatchLatch

WiresWires

Page 69: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

69

Twisted-Pair Advantages

• UTP is inexpensive.

• Workstations isolated from each other by central hub.

• Easy to add workstations to segment.

• Easier to route than coaxial cable.

• Easier to troubleshoot than coaxial cable network.

Page 70: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

70

Twisted-Pair Disadvantages

• UTP cable is susceptible to RFI/EMI.

• Suffers crosstalk between wire pairs.

• Poor conductor; attenuates signal more quickly than coax.

• Maximum segment length half of coax.

• STP cable more expensive than UTP cable or coax.

• Difficult to work with shielding.

Page 71: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

71

EIA/TIA Cable Categories

• Category 1—Voice-grade UTP phone

• Category 2—Data-grade UTP, 4 Mbps

• Category 3—Data-grade UTP, 10 Mbps

• Category 4—Data-grade UTP, 16 Mbps

• Category 5—Data-grade UTP, 100 Mbps

Page 72: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

72

Category 3 Cable

• Common data-grade cable.

• Four unshielded twisted-pair

wires.

• Transmission rates up to 10 Mbps.

Page 73: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

73

Category 5 Cable

• Data-grade cable.

• Official transmission rates up to

100 Mbps.

• Four unshielded twisted-pair wires.

Page 74: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

74

Two Bus Technologies:

• 10Base5 or Thicknet

• 10Base2 or Thinnet

Page 75: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

75

Coaxial Cable Characteristics

Sleeve Wire Braid Dielectric Center Conductor

FoilRG-8 Thicknet Cable

RG-58 Thinnet Cable

Page 76: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

76

Coax Advantages

• Resistant to RFI.

• Good conductor.

• Longer network segments.

• Thinnet: easy/inexpensive workstation interconnection.

• Thicknet: stronger, more durable than any other network cable.

Page 77: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

77

Coax Disadvantages

• Each segment must be terminated.

• Break in cable disables entire segment.

• Difficult to add workstations to a thinnet segment.

• Thicknet: difficult to use, heavy shield braid and foil.

• Thicknet: requires special piercing tap and transceiver.

Page 78: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

78

What’s in a name?

• 10Base5

• 10Base2

Page 79: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

79

The number on the left is

the speed of the LAN.

10 Base 5

10 Base 2

Speed in

Megabits

Per Second

Speed in

Megabits

Per Second

Page 80: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

80

The number on the right is the

length of the LAN segment.

10 Base 5

10 Base 2

Length of

in Hundreds

Length of

Segment

in Hundreds

Of Meters

Page 81: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

81

The word in the middle

signifies the type of signal.

10 Base 5

10 Base 2

Type of Signal

Page 82: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

82

BasebandBaseband

BroadbandBroadband

Signal 1

Signal 2

Signal 3

Page 83: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

83

RG-58, 10Base2, or Thinnet CableRG-58, 10Base2, or Thinnet Cable

RG-8, 10Base5, or Thicknet CableRG-8, 10Base5, or Thicknet Cable

Page 84: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

84

The RG-58’s lighter shield still

provides good protection

against electrical noise.

Page 85: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

85

Fiber Optic CablesFiber Optic Cables

Page 86: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

86

Cable Construction

Page 87: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

87

Fiber end-view

Page 88: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

88

The Glass FiberThe Glass Fiber

Page 89: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

89

ST connector

Page 90: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

90

ST Connector

Page 91: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

Copyright © 2005 Heathkit Company, Inc. All rights reserved.

LAN

Communication

Page 92: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

92

LAN Technologies:

• Ethernet

• Token Ring

• ARCnet

• LocalTalk

Page 93: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

93

Ethernet• Developed by Xerox in early ’70s.

• Has become most popular networking technology in use today.

• A variety of speeds and cabling options have evolved.

• It is fast, inexpensive, and flexible.

• It continues to evolve.

• Majority of new networks use Ethernet.

Page 94: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

94

Networking is all about

sending data from one

location to another.

Worksheet 101?

May I have

Worksheet-101?Sure, here Sure, here

it is!

PC-1 PC-2

Page 95: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

95

The CPU routinely sends

data from one place to

another.

CPU

Page 96: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

96

But when multiple

computers are involved, a

new series of problems arise.

PC-1 PC-2 PC-3 PC-4 PC-5

Page 97: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

97

How do you keep all the

computers from transmitting

at the same time?

PC-1 PC-2 PC-3 PC-4 PC-5

Page 98: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

98

Is this for

me?

Is this for

me?

PC-1 PC-2 PC-3 PC-4 PC-5

Page 99: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

99

Who sent Who sent

this?

PC-1 PC-2 PC-3 PC-4 PC-5

Page 100: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

100

PC-1 PC-2 PC-3 PC-4 PC-5

Ah, it’s from PC-1.

Gee, I wonder if it is correct.

Page 101: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

101

PC-1 PC-2 PC-3 PC-4 PC-5

Here’s the ten

you wanted!

Here’s the ten

gigabyte folder

you wanted!

Page 102: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

102

Large files are broken into

manageable chunks called packets.

Large File

Packets

Page 103: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

103

How do you keep two

computers from transmitting

at the same time?

PC-1 PC-2 PC-3 PC-4 PC-5

Page 104: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

104

Carrier Sense

Multiple Access/

Collision Detection

(CSMA/CD)

Page 105: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

105

Carrier Sense

• Each computer attached to the

network examines the cable before

transmitting.

• If it senses traffic on the cable, it

waits until the traffic clears before

transmitting.

Page 106: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

106

Multiple Access

• All computers on the network have equal access to the cable.

• A lowly desktop has the same access as the Windows NT Server.

• Access is on a first-come, first-served basis.

• The only consideration is: ―Is someone else using the cable?‖

Page 107: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

107

Collisions still happen

PC-1 PC-2 PC-3 PC-4 PC-5

Page 108: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

108

The computers involved

in the collision detect the

collision.

PC-1 PC-2 PC-3 PC-4 PC-5

Wow! That’s

said!

Wow! That’s

not what I

said!

Wow! That’s

said!

Wow! That’s

not what I

said!

Page 109: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

109

The computers involved in the

collision back off for a random

length of time.

PC-1 PC-2 PC-3 PC-4 PC-5

I’ll back off for I’ll back off for

―x‖Microseconds

I’ll try ― ‖ I’ll try ―y‖

Microseconds.

Page 110: Networksakali2/TB143/Lecture10.pdf · In Networking, Protocols are: •Agreements that describe how things work. •Industry-wide frameworks that describe every aspect of communications

110

Collisions are a natural

characteristic of Ethernet.

PC-1 PC-2 PC-3 PC-4 PC-5