Understand the OSI Model



Similar documents
LESSON Networking Fundamentals. Understand TCP/IP

The OSI and TCP/IP Models. Lesson 2

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Network Models and Protocols

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

Overview of TCP/IP. TCP/IP and Internet

Transport Layer Protocols

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

EXPLORER. TFT Filter CONFIGURATION

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection.

Networking Test 4 Study Guide

Protocol Data Units and Encapsulation

Lecture 28: Internet Protocols

Internet Concepts. What is a Network?

Cape Girardeau Career Center CISCO Networking Academy Bill Link, Instructor. 2.,,,, and are key services that ISPs can provide to all customers.

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

Network Programming TDC 561

Objectives of Lecture. Network Architecture. Protocols. Contents

Internet Protocols. Background CHAPTER

Protocols and Architecture. Protocol Architecture.

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Ethernet. Ethernet. Network Devices

User Datagram Protocol - Wikipedia, the free encyclopedia

Computer Networks CS321

Virtual Server and DDNS. Virtual Server and DDNS. For BIPAC 741/743GE

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Protocols. Packets. What's in an IP packet

First Workshop on Open Source and Internet Technology for Scientific Environment: with case studies from Environmental Monitoring

Transport and Network Layer

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

THE TCP/IP PROTOCOL SUITE

CPS221 Lecture: Layered Network Architecture

ICOM : Computer Networks Chapter 6: The Transport Layer. By Dr Yi Qian Department of Electronic and Computer Engineering Fall 2006 UPRM

The OSI Model and the TCP/IP Protocol Suite

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Data Communication Networks and Converged Networks

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

Mathatma Gandhi University

Transport Layer. Chapter 3.4. Think about

Zarządzanie sieciami telekomunikacyjnymi

TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

The TCP/IP Reference Model

Lab 1: Packet Sniffing and Wireshark

Raritan Valley Community College Academic Course Outline. CISY Advanced Computer Networking

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

The OSI Model and the TCP/IP Protocol Suite PROTOCOL LAYERS. Hierarchy. Services THE OSI MODEL

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

OSI Model. Application Presentation Session Transport Network Data Link Physical. EE156 Computer Network Architecture

Chapter 11. User Datagram Protocol (UDP)

UPPER LAYER SWITCHING

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Technical Support Information Belkin internal use only

TCP/IP Basis. OSI Model

Basic Network Configuration

Lecture Computer Networks

NETWORK LAYER/INTERNET PROTOCOLS

Communication Networks. MAP-TELE 2011/12 José Ruela

PART OF THE PICTURE: The TCP/IP Communications Architecture

Protocol Architecture

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

IP - The Internet Protocol

Chapter 9. IP Secure

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4)

Introduction To Computer Networking

Computer Networks/DV2 Lab

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

8.2 The Internet Protocol

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

FIREWALLS & NETWORK SECURITY with Intrusion Detection and VPNs, 2 nd ed. Chapter 2 An Introduction to Networking

Unit 4. Introduction to TCP/IP. Overview. Description. Unit Table of Contents

A PPENDIX L TCP/IP and OSI

Internet Architecture and Philosophy

Access Control: Firewalls (1)

Linux MPS Firewall Supplement

Module 1. Introduction. Version 2 CSE IIT, Kharagpur

Chapter 12 Supporting Network Address Translation (NAT)

Network Models OSI vs. TCP/IP

Cisco Configuring Commonly Used IP ACLs

Communications and Computer Networks

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, Lecturer: Kartik Krishnan Lecture 1-3

RARP: Reverse Address Resolution Protocol

Question: 3 When using Application Intelligence, Server Time may be defined as.

THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN

Data Communication Networks Introduction

Solution of Exercise Sheet 5

Algemene Theorie en Vaardigheden 2. April 2014 Theaterschool OTT-2 1

Overview of Computer Networks

Chapter 5. Transport layer protocols

[Prof. Rupesh G Vaishnav] Page 1

Linux MDS Firewall Supplement

Chapter 3: Review of Important Networking Concepts. Magda El Zarki Dept. of CS UC Irvine

Understanding Layer 2, 3, and 4 Protocols

Encapsulating Voice in IP Packets

Introduction to TCP/IP

TCP/IP and the Internet

Transcription:

Understand the OSI Model Part 2

Lesson Overview In this lesson, you will learn information about: Frames Packets Segments TCP TCP/IP Model Well-known ports for most-used purposes

Anticipatory Set Review and discuss the role of the following items in OSI: application presentation session transport network data link physical If you complete the work, you may review the OSI Networking Game http://www.gocertify.com/games/osi-game.shtml

The Internet Protocol Suite Includes Transmission Control Protocol (TCP) and Internet Protocol (IP) and is referred to as TCP/IP model. Defines general guidelines and implementations of specific networking protocols to enable computers to communicate over a network for common applications (electronic mail, terminal emulation, and file transfer) Each layer of the TCP/IP model corresponds to layers of the seven-layer OSI reference model proposed by the ISO. Ipsec (Internet Protocol Security) is a dual mode, end-to-end, security scheme operating at the Internet Layer of the Internet Protocol Suite or OSI model Layer 3.

The TCP/IP is shown in relation to the OSI seven layers. TCP delivers an unstructured stream of bytes identified by sequence numbers with stream data transfer.

TCP/IP Provides end-to-end connectivity specifying how data should be formatted, addressed, transmitted, routed, and received Protocols exist for a variety of communication services between computers. The layers near the top are closer to user application, the layers near the bottom are closer to the physical transmission of the data. Viewing layers as providing or consuming a service is a method of abstraction to isolate upper layer protocols. The lower layers avoid having to know the details of each and every application and its protocol.

Transmission Control Protocol (TCP) Assembles bytes into segments and passes to IP for delivery Provides end-to-end reliable packet delivery through an internetwork Mechanisms deal with lost, delayed, duplicate, or misread packets. Time-out mechanisms detect lost packets and request retransmission. Provides proficient flow control. o When sending responses back to the source, the receiving TCP process indicates the highest sequence number it can receive without overflowing its internal buffers. Full-duplex operation processes can both send and receive at the same time. o Multiplexing means that numerous concurrent upper-layer conversations can be occurring over a single connection.

Each host on a TCP/IP network is assigned a unique 32-bit logical address that is divided into two main parts: 1. Network number identifies a network and must be assigned by the Internet Network Information Center (InterNIC) if the network is to be part of the Internet 2. Host number identifies a host on a network and is assigned by the local network administrator

Internet Protocol (IP) A network layer (Layer 3) protocol that contains addressing information and some control information that enables packets to be routed IP is documented in RFC 791 Request For Comments for Internet Protocol, the specification for how traffic travels over the internet and is the primary network layer protocol in the Internet protocol suite Allows large data transfer so file applications do not have to cut data into blocks

Well-Known Ports Most services work with TCP/IP by configuring the server to use a well-known port number. The client connects from a random high port. Most of these well-known ports are port numbers below 1,024. TCP/IP port assignments on Windows are stored in the \%systemroot%\system32\drivers\etc\services file.

Examples of known services and ports FTP 20,21 data transfer SSH 22 secure shell telnet 23 telnet protocol DNS 53 domain name service SMTP 25 simple mail transfer protocol DHCP 67,68 dynamic host configuration protocol TFTP 69 trivial file transfer protocol HTTP 80 hypertext transfer protocol POP2/3 109, 110 post office protocol 2, 3 NNTP 119 network news transfer protocol IMAP4 143 internet message access protocol HTTPS 443 hypertext transfer protocol over SSL/TLS

User Datagram Protocol (UDP) Part of the Internet Protocol suite Programs running on different computers on a network can send short messages known as datagrams to one another. A datagram is a self-sufficient and self-contained message sent through the network whose arrival, arrival time, and content are not guaranteed. UDP can be used in networks where TCP is traditionally implemented but is not reliable. Datagrams may go missing without notice, or arrive in a different order from the one in which they were sent.

IP responsibilities in UDP 1. Provide connectionless delivery of datagrams 2. Provide fragmentation and reassembly of datagrams to support data links with different maximum-transmission unit (MTU) sizes o The maximum transmission unit (MTU) of a communications protocol of a layer is the size in bytes of the largest protocol data unit that the layer can pass onward; a packet is encapsulated into one or more frames, depending upon the MTU size.

IP Packets All IP packets are structured the same way an IP header followed by a variable-length data field. There are 14 fields in an IP packet header.

A packet and a frame are both packages of data moving through a network. A packet exists at Layer 3 of the OSI Model, a frame exists at Layer 2 of the OSI Model. Layer 2 is the Data Link Layer the best-known protocol in this layer is Ethernet. Layer 3 is the Network Layer the best-known protocol in this layer is IP (Internet Protocol). The TCP segment, encapsulates all higher level protocols above it, a segment at the transport layer and the TCP counterparts for these three items.

Lesson Review Complete Student Activity NetFund_SA_3.1_B.