Top Banner
Networks
22

Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Jan 03, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Networks

Page 2: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Common Xmit Media

Page 3: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Shared Media

• Networks are a shared communication resource

• Only one user can access at a time

Page 4: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Packet and Circuit Switched

• Circuit: Public Telephone Network

• Packet: Internet and US Mail

• Data divided into small units (packets) for transmission

• More efficient use of shared resource

Page 5: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Time-Division Multiplexing

Page 6: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Packets and Frames

• Packet: A small, self-contained parcel of data sent across a computer network. Each packet contains a header that identifies the sender and recipient, and data to be delivered.

• Frame: The form of a packet that the underlying hardware accepts and delivers.

Page 7: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Frames

• Header and trailer indicates beginning and end of frame.

Page 8: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Transmission Errors

• Error Detection and Error Correction

• Both require additional information beyond data, appended to end of frame

• Many Schemes

• Parity checking, Check Sum, CRC codes

• Error Correcting Codes: Hamming, Reed-Solomon, etc...

Page 9: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Parity refers to the number of bits set to 1 in the data item

Even parity - an even number of bits are 1

Odd parity - an odd number of bits are 1

A parity bit is an extra bit transmitted with a data item,

chose to give the resulting bits even or odd parity

Even parity - data: 10010011, parity bit 1

Odd parity - data: 10010111, parity bit 0

Page 10: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Point-to-Point Networks

Page 11: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

LAN’s

• Reduce complexity and cost by sharing communication channel

• TDM

• Synchronization

• Effective because of locality of reference– Spatial– Temporal

Page 12: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Topologies

• Star, Ring, Bus

Page 13: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Ethernet•Widely used LAN technology

•Invented at Xerox PARC (Palo Alto Research Center) in 1970s

•Defined in a standard by Xerox, Intel and Digital - DIX standard

•Standard now managed by IEEE - defines formats, voltages, cable lengths, ...

•Uses bus topology

•Single coax cable - the ether

•Multiple computers connect

•One Ethernet cable is sometimes called a segment

•Limited to 500 meters in length

•Minimum separation between connections is 3 meters

Page 14: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

• Originally 3 Mbs

• Then, 10 Mbs

• Fast Ethernet, 100 Mbs

• One computer transmits at a time• Signal is a modulated carrier which

propagates from transmitter in both directions along length of segment

Page 15: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Hardware Adresses

• Identify destination on shared channel

• Hardware or physical address

• Included in frame

Page 16: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Ethernet Frame

Page 17: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

WAN

• Packet Switch: Moves complete packets from one connection to another

Page 18: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.
Page 19: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Protocols and Layering

• A rule that specifies format and meaning of messages that computers exchange

• Protocols organized in layers, each of which solves specific aspect of communication problem.

Page 20: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

ISO 7 Layer Model

Page 21: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Layer 7: Application Application-specific protocols such as FTP and SMTP (electronic mail)

Layer 6: Presentation Common formats for representation of data

Layer 5: Session Management of sessions such as login to a remote computer

Layer 4: Transport Reliable delivery of data between computers

Layer 3: Network Address assignment and data delivery across a physical network

Layer 2: Data Link Format of data in frames and delivery of frames through network interface

Layer 1: Physical Basic network hardware - such as RS-232 or Ethernet

Page 22: Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Nested Headers