Due: a start of class Oct 12

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Advertisements

Network Layer and Transport Layer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Skills: Concepts: layered protocols, transport layer functions, TCP and UDP protocols, isochronous applications This work is licensed under a Creative.
Introduction to Transport Layer. Transport Layer: Motivation A B R1 R2 r Recall that NL is responsible for forwarding a packet from one HOST to another.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
© 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.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Chabot College ELEC Ports (Layer 4).
Mr C Johnston ICT Teacher
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Transport Layer Network Fundamentals – Chapter 4.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI Transport Layer Network Fundamentals – Chapter 4.
Lecture Week 4 OSI Transport Layer Network Fundamentals.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Presented by Rebecca Meinhold But How Does the Internet Work?
Networks Part 3: Packet Paths + Wireshark NYU-Poly: HSWP Instructor: Mandy Galante.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Transmission Control Protocol (TCP) Internet Protocol (IP)
IP ADDRESS An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An IP address is a 32 bit binary number.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Java’s networking capabilities are declared by the classes and interfaces of package java.net, through which Java offers stream-based communications that.
End-host IP: MAC: 11:11:11:11:11 gateway IP: MAC: 22:22:22:22:22 Google server IP: interne t interface DNS server IP:
Communication Networks NETW 501 Tutorial 2
Application Layer Functionality and Protocols Abdul Hadi Alaidi
LESSON Networking Fundamentals Understand TCP/IP.
Networks Problem Set 3 Due Nov 10 Bonus Date Nov 9
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Lab 2: Packet Capture & Traffic Analysis with Wireshark
A quick intro to networking
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
MCA – 405 Elective –I (A) Java Programming & Technology
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Networks Problem Set 3 Due Oct 29 Bonus Date Oct 26
CS1001 Lecture 8.
Network Fundamentals – Chapter 4
Due: a start of class Oct 26
Protocols and networks in the TCP/IP model initially.
Networking for Home and Small Businesses – Chapter 6
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
The Open System Interconnection (OSI) Model & Network Protocols.
Web Development & Design Chapter 1, Sections 4, 5 & 6
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
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
I. Basic Network 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.
Network Fundamentals – Chapter 4
Process-to-Process Delivery:
Network Fundamentals – Chapter 4
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Web Server Technology Unit 10 Website Design and Development.
Lecture 2: Overview of TCP/IP protocol
Networking Theory (part 2)
CSCD 330 Network Programming
Wireshark(Ethereal).
Networking for Home and Small Businesses – Chapter 6
Network Fundamentals – Chapter 4
Network Fundamentals – Chapter 4
Network Fundamentals – Chapter 4
INFORMATION FLOW ACROSS THE INTERNET
Kyle Broussard, Alexandra Mikolai,
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.
Network Fundamentals – Chapter 4
Networking Theory (part 2)
Network Fundamentals – Chapter 4
Presentation transcript:

Due: a start of class Oct 12 Networks Midterm 1 Due: a start of class Oct 12 Name ______________________________

Instructions You are asked to gather data using wireshark and answer the following questions. I expect well documented and well written answers including sample output. Actions Start Wireshark and start a capture session Open the web page www.plu.edu End the capture session

Question 1 Examine the trace and find the exchange of packets between your machine and the web server (the host providing the web pages to your machine). Can you find an example packet in this exchange where the packet contains details about the type of your web browser (e.g., if it is Fire Fox, Internet Explorer, etc.) being used? If you can find this then what is the value of this attribute in your particular trace? Why is this information given? ___ of 5

Question 2 In the trace you can see many protocols listed! Some of these protocols are called transport protocols. Which transport protocol is used between your machine and the web server? Why would you think this one is used instead of an alternative? You will see that other protocols are captured in your trace. One such protocol is HTTP. What is the relationship between the transport protocol you identified and HTTP? Both protocols are used to satisfy your browser's request for a web page. Why was more than one protocol used? ___ of 20

Question 3 In the trace you will find IP addresses within the packets. Find an example packet in the trace where the IP address associated with your machine is present. Provide this example packet with your answer. Why is the IP address present in the particular packet you selected (what purpose does it serve)? How are IP addresses and port numbers used, to address what specifically? ___ of 10

Question 4 We discussed protocol layers in class. Which layer is the IP associated with and why isn’t it associated with say the application layer? ___ of 10

Question 5 Each node has a unique Link Layer MAC address. Can you find the MAC address for your machine within this trace. What is the MAC address of your machine? Provide a trace of the packet in which you found it. Why do you think a MAC address is needed given that your machine has an IP address? ___ of 10

Question 6 Consider the short trace you just captured. You will see many different protocols listed in the trace. Excluding the HTTP and TCP protocols identify one of these other protocols. Describe why this protocol is being used and what it is all about (Google it and summarize the service it offers. Recall a protocol is the core of a layer that provides a service to a higher layer – what is this service for one of the protocols in your list other than the obvious ones DNS, TCP, HTTP). ___ of 20

Question 7 You have trained your dog to carry 10 DVDs to a specified destination. Each DVD contains 4 gigabytes of information. Suppose that your dog travels at 10 Km/hr. For what range of distances does your dog have a higher data rate than a 155 Mbps transmission line?   ___ of 10

Question 8 Why is UDP used instead of TCP in applications such as video streaming? ___ of 10

Question 9 Sketch the encoded bit stream for 1101111001 using Manchester encoding. Why is Manchester encoding used? ___ of 10