CS475: Computer Networks - Layers

Activity Goals

The goals of this activity are:
  1. To identify the layers of the OSI Reference Model for networking
  2. To map the TCP/IP model layers to those of the OSI Reference Model

Supplemental Reading

Feel free to visit these resources for supplemental background reading material.

The Activity

Directions

Consider the activity models and answer the questions provided. First reflect on these questions on your own briefly, before discussing and comparing your thoughts with your group. Appoint one member of your group to discuss your findings with the class, and the rest of the group should help that member prepare their response. Answer each question individually from the activity, and compare with your group to prepare for our whole-class discussion. After class, think about the questions in the reflective prompt and respond to those individually in your notebook. Report out on areas of disagreement or items for which you and your group identified alternative approaches. Write down and report out questions you encountered along the way for group discussion.

Model 1: The OSI Reference Model

Layer Layer Name Protocol Data Unit Description
7 Application Application-level messages
6 Presentation Encoding, compression, encryption, etc.
5 Session User state to maintain a sense of "connection" at the application, for example, cookies to represent a shopping cart
4 Transport Datagram Segmentation, robust/reliable communications, including sequencing and acknowledgements
3 Network Packet Addressing and routing information
2 Link Frame Error correction and resubmission between two nodes (or a "hop") on the network path
1 Physical Bit Representing a binary 1 and a 0 over a wired or wireless communication

Adapted from Wikipedia

Questions

  1. Describe the functionality of each of the layers for a shopping service over HTTP that employs user accounts and a shopping cart. What functionality exists at each layer?
  2. What do you think would happen with this shopping service if the user started using a wireless connection to communicate with the web site?

Model 2: The TCP/IP Architecture

IP stack connections
UDP encapsulation

Questions

  1. How do you think the OSI Layers map to the TCP/IP architecture?
  2. What does TCP stand for?
  3. Is TCP present in this architecture? What is there in its place in this implementation, and what are some differences between it and TCP?
  4. What kinds of services might be helpful at each layer to communicate a sentence from one side of the classroom to someone on the other side of the classroom?

Submission

I encourage you to submit your answers to the questions (and ask your own questions!) using the Class Activity Questions discussion board. You may also respond to questions or comments made by others, or ask follow-up questions there. Answer any reflective prompt questions in the Reflective Journal section of your OneNote Classroom personal section. You can find the link to the class notebook on the syllabus.