Slide #1 CIT 380: Securing Computer Systems TCP/IP.

Slides:



Advertisements
Similar presentations
Ch 20. Internet Protocol (IP) Internetworking PHY and data link layers operate locally.
Advertisements

IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
ISO/OSI Model Layers Application: applications that use the network. This is were mail, browsers, ftp, etc reside Presentation: data formats, character.
Review of Important Networking Concepts
CCNA 1 v3.1 Module 11 Review.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Review on Networking Technologies Linda Wu (CMPT )
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
NETWORKING CONCEPTS. TCP/IP The TCPIIP protocol suite was developed prior to the OSI model TCP/IP protocol suite was defined as having four layers: Host-to-network,
Process-to-Process Delivery:
TCP/IP Networking sections 13.2,3,4,5 Road map: TCP, provide connection-oriented service IP, route data packets from one machine to another (RFC 791) ICMP,
Module 10. Internet Protocol (IP) is the routed protocol of the Internet. IP addressing enables packets to be routed from source to destination using.
Computer Science and Engineering Computer System Security CSE 5339/7339 Session 24 November 11, 2004.
Slide 15-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter Networks.
Huda AL_Omairl - Network 71 Protocols and Network Software.
Examining TCP/IP.
TCP/IP and the Internet ARPANET (1969) –R&D network funded by DARPA. –Packet Switching Survive nuclear war. –Experimental to operational (1975). –Not suitable.
TCP/IP Essentials A Lab-Based Approach Shivendra Panwar, Shiwen Mao Jeong-dong Ryoo, and Yihan Li Chapter 5 UDP and Its Applications.
Mukesh N. Tekwani Elphinstone College Mumbai
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
INDEX oWoWhat is TCP/IP protocol suite ? oDoDifferent layers. oEoEncapsulation. oPoProtocol Interface.
1 Physical and Data Link Layer Computer Network System Sirak Kaewjamnong.
Lecture 4 Overview. Ethernet Data Link Layer protocol Ethernet (IEEE 802.3) is widely used Supported by a variety of physical layer implementations Multi-access.
1 Introduction to TCP/IP. 2 OSI and Protocol Stack OSI: Open Systems Interconnect OSI ModelTCP/IP HierarchyProtocols 7 th Application Layer 6 th Presentation.
1 OSI and TCP/IP Models. 2 TCP/IP Encapsulation (Packet) (Frame)
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Chapter 2 - Page 1 Infogem Institute of Technology CCNA Course TCP/IP Protocol Suite TCP/IP PROTOCOL SUITE Chapter 3 Sybex, Chapter 9 Exam Cram.
1 Bus topology network. 2 Data is sent to all computers, but only the destination computer accepts 02608c
Advanced UNIX programming Fall 2002, lecture 16 Instructor: Ashok Srinivasan Acknowledgements: The syllabus and power point presentations are modified.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
1 12-Jan-16 OSI network layer CCNA Exploration Semester 1 Chapter 5.
Telecommunications Essentials John R. Durrett July 5, 2005.
Protocol Layering Chapter 11.
Transmission Control Protocol (TCP) Internet Protocol (IP)
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Fall 2004FSU CIS 5930 Internet Protocols1 TCP/IP Protocol Suite Reading: Chapter 13.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
TCP/IP PROTOCOL UNIT 6. Overview of TCP/IP Application FTP, Telnet, SMTP, HTTP.. Presentation Session TransportHost-to-HostTCP, UDP NetworkInternetIP,
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI data link layer CCNA Exploration Semester 1 Chapter 7.
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
Jaringan Komputer_D3 TT
LESSON Networking Fundamentals Understand TCP/IP.
Introduction to TCP/IP networking
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
A quick intro to networking
Introduction to TCP/IP
Chapter 3 Understanding the OSI Model
OSI Protocol Stack Given the post man exemple.
Understand the OSI Model Part 2
How data travels through a network The Internet
Network Architecture Introductory material
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Review of Important Networking Concepts
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Process-to-Process Delivery:
Review of Important Networking Concepts
TCP/IP Protocol Suite: Review
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
TCP/IP Protocol Suite: Review
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Network Models CCNA Instructor Training Course October 12-17, 2009
Network Architecture Models
OSI Reference Model Kashif Ishaq.
Process-to-Process Delivery: UDP, TCP
16EC Computer networks unit II Mr.M.Jagadesh
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Presentation transcript:

Slide #1 CIT 380: Securing Computer Systems TCP/IP

Slide #2 Topics 1.TCP/IP Layering 2.Encapsulation 3.Internet Addresses 4.Link Layer Protocols 5.IP 6.Routing 7.TCP and UDP 8.Application Layer Protocols

Slide #3 Network Example A1A2A3 B1B2B3 Router External Router

Slide #4 TCP/IP Layering Application Transport Network Data Link Physical HTTP, FTP, telnet TCP, UDP IP, ICMP, IGMP PPP, Ethernet

Slide #5 TCP/IP Layers 1.Physical –NIC, cabling, electrical signaling. 2.Data Link –Single hop transport of packets. –Wired protocols (ethernet, FDDI, PPP) –Wireless protocols (802.11) 3.Network –End to end delivery of packets. –IP: Internet Protocol

Slide #6 TCP/IP Layers 4.Transport –Flow of data between two hosts for application layer. –TCP: reliable data flow with acknowledgements, retransmission, and timeouts. –UDP: simpler service with no guarantees. 5.Application –Protocols for particular applications. –ex: FTP, HTTP, SMTP

Slide #7 Encapsulation/De-multiplexing Sending: data sent down protocol stack –Each layer prepends a header to data –Ethernet frame sent as bit stream across wire Receiving: data moves up protocol stack –NIC moves bits into memory as ethernet frame –Each layer removes its header from packet

Slide #8 Encapsulation

Slide #9 De-multiplexing

Slide #10 TCP/IP Security TCP/IP has no built-in strong security. –No confidentiality features. –Minimal availability features (ToS options). –Insecure CRC checksums for integrity. –IPsec protocol extension adds security.

Slide #11 Data Link Layer IEEE Standards –Ethernet (802.3) –Token Ring (802.5) –Wireless (802.11) Serial Protocols –SLIP and CSLIP –PPP

Slide #12 Hubs and Switches Hubs –Broadcast packets received to all interfaces. Switches –Associates MAC addresses with physical interfaces. –Sends packets only to specified interface. –May have SPAN port for network monitoring.

Slide #13 Data Link Layer Loopback –Looks like any other link layer device. –Full network processing is performed. –Sends packets to localhost for testing. 48-bit MAC address Maximum Transmission Unit (MTU) –1492 or 1500 bytes, depending on ethernet std

Slide #14 Promiscuous Mode All ethernet frames to or from any locally connected host are seen by all hosts. NIC normally filters out frames that are not addressed to its MAC address. In promiscuous mode, NIC processes all ethernet frames, not just ones addressed to it. –Requires administrative access on most OSes.

Slide #15 IP: Internet Protocol Unreliable, connectionless datagram service –Packets may arrived damaged, out of order, duplicated or not at all. –Transport/Application layers provide reliability.