Day 2 – OSI Model

18
Day 2 – OSI Model

description

Day 2 – OSI Model. What’s in the phone network?. Phones Wire Switches If you include wireless phones Cell towers Wireless phones. Wireless Telephone System. Phone connections were physical. Terms. Workstation Your computer Server Computer which answers requests Mainframe - PowerPoint PPT Presentation

Transcript of Day 2 – OSI Model

Page 1: Day 2 – OSI Model

Day 2 – OSI Model

Page 2: Day 2 – OSI Model

What’s in the phone network?– Phones– Wire– Switches

• If you include wireless phones– Cell towers– Wireless phones

Page 3: Day 2 – OSI Model

Wireless Telephone System

Page 4: Day 2 – OSI Model

Phone connections were physical

Page 5: Day 2 – OSI Model

Terms• Workstation

– Your computer

• Server – Computer which answers requests

• Mainframe– Big server typically accessed remotely

• Hub/Switch/Router/Bridge– Device to connect networks

• Wire– Used to connect from one location to

another

Page 6: Day 2 – OSI Model

Computer Networks - makeup

• Computers• Servers• Network Interface Cards (NICs)• Hubs/Switches/Access Points• Routers/Hubs• Wire (Cat 5)• Phone networks• Fiber Optics• Wireless transmission• Software

Page 7: Day 2 – OSI Model

The Big Picture of Networks (continued)

Page 8: Day 2 – OSI Model

LAN Network

Page 9: Day 2 – OSI Model

Logical Connection• Unlike Physical connection

– No wiring actually changed– No moving parts

• Connection only exists in software– Computers create virtual connection– Dismantle connection when users are

finished.

• Phone network is now all logical• All data connections are logical

Page 10: Day 2 – OSI Model

Where do web pages come from?• Open Internet Explorer (or Firefox,

Safari…)• Type in the address of the web

site– E.g http://kahuna.clayton.edu/~enda

• Wait a moment• Page appears

Page 11: Day 2 – OSI Model

How does it work?• Web browser:

– Lookup DNS name of server– Connects to IP address of server on

port, asks for page– Reads resulting page and decides if

more pages are now required• E.g. Images, stylesheets…

– Presents the information to you.

Page 12: Day 2 – OSI Model

How does IE know where cnn.com is?

– It doesn’t.– IE asks the operating system to do a

“DNS lookup” on the name (e.g. www.cnn.com)

– This results in an IP address 64.236.24.28

– Now IE asks the operating system to connect to that machine.

Page 13: Day 2 – OSI Model

So Windows is the smart one?• Well not exactly…

– Windows has no idea where the IP is either, it hands the request to its closest networking device• Router• Access Point• Modem

Page 14: Day 2 – OSI Model

Long sequence of events• Each network device can change

the request to suite itself• Pass the request on to the next

device• E.g.

– Modem -> modem -> router -> router -> router -> router -> web server

• The same happens in reverse.

Page 15: Day 2 – OSI Model

This is complex…• The smart people at the

International Organization for Standardization (ISO) came along to describe what happens

• They came up with the ISO model– Which helps a little

Page 16: Day 2 – OSI Model

ISO model

Application IE

Presentation SSL

Session Sync Points

Transportation End-to-End error/flow control

Network Routing

Data Link Frames

Physical Wires

Page 17: Day 2 – OSI Model

IP• The OSI model is just that a

MODEL• There is no real implementation of

OSI• Most people today use IP (Internet

Protocol) for all communications• IP is a suite of protocols, many of

which you use daily– The most common are TCP, UDP and

ICMP

Page 18: Day 2 – OSI Model

TCP/IP• Only 4 layers

– No Session.

• Application– Application & Presentation

• Transport– Transport

• Network– Network

• Network Access– Datalink & Physical