Ch 2: TCP/IP and OSI Dr. Clincy Lecture.

Slides:



Advertisements
Similar presentations
19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advertisements

Chapter 19 Network Layer: Logical Addressing Stephen Kim.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 The OSI Model and the TCP/IP.
Chapter 2 Internet Protocol DoD Model Four layers: – Process/Application layer – Host-to-Host layer – Internet layer – Network Access layer.
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 2 The OSI Model and TCP/IP Protocol Suite.
Chapter 23 TCP/IP Overview Network Layer Transport Layer Application Layer WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
The OSI Model and the TCP/IP Protocol Suite
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
TCP/IP Protocol.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
Internet SecurityInternet Security Dr. ClincyLecture1 CS 4491 Internet Security Dr. Clincy Networking Fundamentals Note: I am still “tweaking” your syllabus.
Network Layer: Logical Addressing. Address Space Notations Classful Addressing Classless Addressing Network Address Translation (NAT) Topics Discussed.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Chapter 5 IPv4 Address.
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TCP/IPTCP/IP Dr. ClincyLecture 21 Ch 2: TCP/IP and OSI Lecture 2.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer PART IV.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
TCP/IP Protocol Suite 1 Chapter 1 Objectives Upon completion you will be able to: Introduction Understand how the Internet came into being Understand the.
Chapter 9 Introduction To Data-Link Layer
Chapter 9 Introduction To Data-Link Layer 9.# 1
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Chapter 2 Network Models.
Lecture 3 By Miss Irum Matloob.
Chapter 21 Address Mapping
Instructor Materials Chapter 5: Ethernet
OSI Physical Layer Responsible for transmission of bits
Internet technologies
The OSI Model and the TCP/IP Protocol Suite
PART IV Network Layer.
ADDRESSING Before you can send a message, you must know the destination address. It is extremely important to understand that each computer has several.
Net 431: ADVANCED COMPUTER NETWORKS
Subject Name: Computer Communication Networks Subject Code: 10EC71
Net 323: NETWORK Protocols
Finish Monday’s Lecture (Lecture 12) Roll out Project 2 Go over Exam 2
The OSI Model and the TCP/IP Protocol Suite
STRUCTURE OF A ROUTER We represent a router as a black box that accepts incoming packets from one of the input ports (interfaces), uses a routing table.
Lecture#5 IPV6 Addressing
NAT/ARP/RARP (Ch 5 & 8) Dr. Clincy Lecture.
STRUCTURE OF A ROUTER We represent a router as a black box that accepts incoming packets from one of the input ports (interfaces), uses a routing table.
Chapter 19 Network Layer: Logical Addressing
8PM – Quickly Overview Final Project
Will Review Exam 3 Dr. Clincy Lecture.
Network Layer: Logical Addressing
Ch 3: Underlying Technologies (remainder)
Ch 2: TCP/IP and OSI Dr. Clincy Lecture.
The OSI Model and the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models
Ch 2: TCP/IP and OSI Dr. Clincy Lecture.
The OSI Model and the TCP/IP Protocol Suite
Computer network technology
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
STRUCTURE OF A ROUTER We represent a router as a black box that accepts incoming packets from one of the input ports (interfaces), uses a routing table.
Part IV Network layer 10. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
STRUCTURE OF A ROUTER We represent a router as a black box that accepts incoming packets from one of the input ports (interfaces), uses a routing table.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Layering and the TCP/IP protocol Suite
Presentation transcript:

Ch 2: TCP/IP and OSI Dr. Clincy Lecture

Explain communications at the physical layer Signal to bits translation and vice versa (note: digital data is different from digital signal) Dr. Clincy Lecture

Physical addresses Physical address is also known as the link address Physical address can be different sizes (depend on the network) Unicast type physical addresses – single Rx Multicast type physical address – multiple Rxs Broadcast type physical address – all Rxs can pickup message Dr. Clincy Lecture

Physical Address Example Most local area networks use a 48-bit (6 bytes) physical address written as 12 hexadecimal digits, with every 2 bytes separated by a hyphen as shown below: 07-01-02-01-2C-4B A 6-byte (12 hexadecimal digits) physical address Dr. Clincy Lecture

Explain communications at the data link layer Framing – encapsulation - decapsulation Dr. Clincy Lecture

Explain communications at the network layer IP Addresses can be either unicast, multicast or broadcast types Going from network A physical address 10 to network P physical address 95. Can’t use the physical address because different networks The network layer address contains the uniqueness we need from source to sink. Network layer address is A-P Unit at this layer - datagram Dr. Clincy Lecture

IP Address Example An Internet address (in IPv4) is 32 bits in length, normally written as four decimal numbers (or 4 octal numbers), with each number representing 1 byte. How many bits is a byte ? A nibble ?? The numbers are separated by a dot. Below is an example of such an address. Call “dot notation” 132.24.75.9 Example of IPv6 Address (128 bits): Dr. Clincy Lecture

ADDRESSING We explained the physical address. We explained the need for an Internetworking (IP) address or Logical address Are the Physical and Logical addresses enough ????? Dr. Clincy Lecture

Application Specific Address Addresses in TCP/IP Application Specific Address Converts to a part address Dr. Clincy Lecture

Relation- ship between layers and addresses in TCP/IP “Specific Addresses” Dr. Clincy Lecture

Port addresses Addresses of sending and receiving processes (j and k) Add IP address Overhead (H2, T2) added for what ? Dr. Clincy Lecture

Port Address Example As we will see in Chapters 11 and 12, a port address is a 16-bit address represented by one decimal number as shown below. 753 A 16-bit port address Dr. Clincy Lecture

Relation- ship between Layers, Addresses, and Units in TCP/IP Messages Segments Datagrams (Packets) Frames Bits Dr. Clincy Lecture Signals

Exam 1 Results & Grading Scale Average Score = 41 Standard Deviation= 19 (Very large) 91-72 A-grade (1 student) 71-52 B-grade (3 students) 51-32 C-grade (6 students) 31-12 D-grade (6 students) 11-0 F-grade (0 students) Dr. Clincy Lecture