LESSON 3.6 98-366 Networking Fundamentals Understand TCP/IP.

Slides:



Advertisements
Similar presentations
Cisco 2 - Routers Perrine. J Page 14/30/2015 Chapter 10 TCP/IP Protocol Suite The function of the TCP/IP protocol stack is to transfer information from.
Advertisements

Lecture 7 Transport Layer
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
CCNA 1 v3.1 Module 11 Review.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Transmission Control Protocol Internet Protocol TCP/IP.
Process-to-Process Delivery:
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
Guide to MCSE , Second Edition, Enhanced1 Windows XP Network Overview Most versatile Windows operating system Supports local area network (LAN) connections.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
Examining TCP/IP.
1 Version 3.0 Module 11 TCP Application and Transport.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
TCP/IP Suite Transmission Control Protocol/ Internet Protocol Presentation by Chandra Porchia.
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.
Transport Layer COM211 Communications and Networks CDA College Theodoros Christophides
Networking Basics CCNA 1 Chapter 11.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
1 Version 3.1 Module 10 Intermediate TCP/IP (Layer 4)
TCP/IP1 Address Resolution Protocol Internet uses IP address to recognize a computer. But IP address needs to be translated to physical address (NIC).
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
1 Chapter 24 Internetworking Part 4 (Transport Protocols, UDP and TCP, Protocol Port Numbers)
Understand IPv6 Part 2 LESSON 3.3_B Networking Fundamentals.
Understand Names Resolution
Application Layer Functionality and Protocols Abdul Hadi Alaidi
Chapter 7: Transport Layer
Chapter 9: Transport Layer
Instructor Materials Chapter 5 Providing Network Services
Computer Networks.
Instructor Materials Chapter 9: Transport Layer
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
TCP/IP Utilities Richard Goldman May 29, 2003.
Slides taken from: Computer Networking by Kurose and Ross
Network Tools and Utilities
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Understand the OSI Model Part 2
Networking for Home and Small Businesses – Chapter 6
Lecture 6: TCP/IP Networking By: Adal Alashban
Working at a Small-to-Medium Business or ISP – Chapter 7
Data Networking Fundamentals
Network Architecture Introductory material
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Communication Networks NETW 501 Tutorial 3
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.
Network Fundamentals – Chapter 4
Working at a Small-to-Medium Business or ISP – Chapter 7
Process-to-Process Delivery:
Review of Important Networking Concepts
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
TCP and UDP Layer 3 of the TCP/IP protocol stack. Transport layer
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Computer Networks Topic :User datagram protocol Transmission Control Protocol -Hemashree S( )
Networking for Home and Small Businesses – Chapter 6
Process-to-Process Delivery: UDP, TCP
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Networking Theory (part 2)
Presentation transcript:

LESSON 3.6 98-366 Networking Fundamentals Understand TCP/IP

Lesson Overview In this lesson, you will learn about: TCP/IP Ping Tracert Pathping Telnet Ipconfig Netstat Protocols Reserved addresses Local loopback IP

Anticipatory Set Experiment with ping and tracert. From the start menu, go to the Run (Win XP®) or Search (Win7®) command and type cmd. This brings up a DOS command window. Type ping www.microsoft.com  Ping a few of your favorite sites (www.facebook.com, www.bing.com, www.wikipedia.org , etc.). Now ping a few geographically close websites (local government, local TV station, local university, etc.).  Record the average  times to see which "roundtrips" are the fastest. Now experiment with tracert using the same urls.  Summarize the results. Summarize your understanding of ping and tracert. If the command prompt is not available to students use this alternative activity: Visit one of these online services: http://ping.eu/ http://centralops.net/co/ http://www.t1shopper.com/tools/ping/ Experiment with the ping and tracert tools using several website addresses that you are familiar with such as www.bing.com. Summarize your understanding of ping and tracert.

Internet Protocol Suite Two original components TCP – Transmission Control Protocol IP – Internet Protocol TCP operates at a higher level, concerned only with the two end systems such as the Web browser and a Web server. IP handles lower-level transmissions from computer to computer as a message makes its way across the Internet.

TCP Provides a communication service between an application and the IP Provides reliable, ordered delivery of a stream of bytes from a program on one computer to another program on another computer Controls segment size, flow control, data exchange rate Keeps track of the individual units of data transmission, called segments, that a message is divided into for routing through the network Applications include e-mail and file transfer, and the Web.

IP Handles the actual delivery of the data Works by exchanging pieces of information called packets For example, when an HTML file is sent from a Web server, the TCP software layer of that server divides the sequence of bytes of the file into segments and forwards them individually to the IP software layer (Internet Layer). The Internet layer encapsulates each TCP segment into an IP packet by adding a header that includes (among other data) the destination IP address.

IP Packets A sequence of bytes consisting of a header and a body The header describes the packet's destination and the routers to use for forwarding until it arrives at the final destination. The body contains the data IP it is transmitting. IP packets can be lost, duplicated, or delivered out of order. TCP detects these problems, requests retransmission of lost packets, rearranges out-of-order packets, and helps minimize network congestion. Individual packets of the same message can be routed on different paths through the network.

TCP/IP Stack The TCP or UDP transport layer 4 sends packets to IP network layer 3, which adds its own header and delivers a "datagram" to a data link layer 2 protocol. TCP/IP tools are in layers 7, 6, 5. http://encyclopedia2.thefreedictionary.com/TCP/IP

Port Numbers TCP uses port numbers to identify sending and receiving application end-points on a host. Three basic categories: well-known, registered, and dynamic/private Some examples include FTP (21), SSH (22), TELNET (23), SMTP (25) and HTTP (80).

TCP/IP Tools Ping: Tests if a particular host is reachable across an IP network; measures the round-trip time for packets sent from the local host

TCP/IP Tools Netstat: Displays current TCP/IP network connections and protocol statistics

TCP/IP Tools Tracert: Shows the route taken by packets across an IP network

TCP/IP Tools Ipconfig: Displays all TCP/IP network configuration values and refreshes DHCP and DNS settings /? Command will play all options available with ipconfig

TCP/IP Tools Pathping: Displays the degree of packet loss along the path http://www.tcpipguide.com/free/t_IPReservedPrivateandLoopbackAddresses.htm

TCP/IP Tools Telnet: A terminal emulation program for TCP/IP networks Local loopback IP: Tests the TCP/IP protocol implementation on a host -special range of addresses (127.0.0.0 to 127.255.255.255) is set aside Localhost: Translates to the loopback IP address 127.0.0.1 in IPv4 or ::1 in IPv6

Lesson Review Student Activity NetFund_SA_3.6