Tag: OSI Model

  • 7.9 Questions-Chapter 7

    You can take this quiz online at http://www.net-intro.com/quiz/ Which layer is right below the Application layer? a) Transport b) Internetworking c) Link Layer d) Obtuse layer What kind of document is used to describe widely used Application layer protocols?86 a) DHCP b) RFC c) APPDOC d) ISO 9000 Which of these is an idea that…

  • 7.8 Glossary-Chapter 7

    HTML: HyperText Markup Language. A textual format that marks up text using tags surrounded by less-than and greater-than characters. Example HTML looks like: <p> This is <strong>nice</strong></p> HTTP: HyperText Transport Protocol. An Application layer protocol that allows web browsers to retrieve web documents from web servers. IMAP: Internet Message Access Protocol. A protocol that allows…

  • 7.7 Summary-Chapter 7

    The entire purpose of the lower three layers (Transport, Internetwork, and Link) is to make it so that applications running in the Application layer can focus the application problem that needs to be solved and leave virtually all of the complexity of moving data across a network to be handled by the lower layers of…

  • 7.6 Writing Networked Applications

    The applications which send and receive data over the network are written in one or more programming languages. Many programming languages have libraries of code that make it quite simple to write application code to send and receive data across the network. With a good programming library, making a connection to an application running on…

  • 7.5 Flow Control

    When we looked at the Transport layer, we talked about the “window size”, which was the amount of data that the Transport layer on the sending computer will send before pausing to wait for an acknowledgement. In this figure, we see a message broken into packets, with some of the packets sent and acknowledged. Six…

  • 7.4 The IMAP Protocol for Retrieving Mail

    The HTTP protocol is only one of many client/server application protocols used on the Internet. Another common protocol is used so that a mail application running on your computer can retrieve mail from a central server. Since your personal computer might not be turned on at all times, when mail is sent to you it…

  • 7.3 Exploring the HTTP Protocol

    In this section we will manually exercise the HTTP protocol by pretending to be a web browser and sending HTTP commands to a web server to retrieve data. To play with the HTTP protocol, we will use one of the earliest Internet applications ever built. The “telnet” application was first developed in 1968, and was…

  • 7.2 Application Layer Protocols

    Just like people talking on telephones, each pair of network applications needs a set of rules that govern the conversation. In most cultures, when your phone rings and you pick up the phone you say “Hello”. Normally the person who made the call (the client person) is silent until the person who picked up the…

  • 7.1 Client and Server Applications

    It is important to remember that two parts are required for a networked application to function. The architecture for a networked application is called “client/server”. The server portion of the application runs somewhere on the Internet and has the information that users want to view or interact with. The client portion of the application makes…

  • 7 Application Layer

    We have been working from the bottom to the top of our fourlayer TCP/IP network model and we are finally at the top. The Application layer is where the networked software like web browsers, mail programs, video players, or networked video players operate. We as users interact with these applications and the applications interact with…

  • 2.5 Stacking the Layers

    We usually show the four different layers (Link, Internetwork, Transport, and Application) stacked on top of each other with the Application layer at the top and the Link layer at the bottom. The reason we show them this way is because each layer makes use of the layers above and below it to achieve networked…

  • 2.4 The Application Layer

    The Link, Internetwork, and Transport layers work together to quickly and reliably move data between two computers across a shared network of networks. With this capability to move data reliably, the next question is what networked applications will be built to make use of these network connections. When the first widely used Internet came into…

  • 2.3 The Transport Layer (TCP)

    The Internetwork layer is both simple and complex. It looks at a packet’s destination address and finds a path across multiple network hops to deliver the packet to the destination computer. But sometimes these packets get lost or badly delayed. Other times the packets arrive at their destination out of order because a later packet…

  • 2.2 The Internetwork Layer (IP)

    Once your packet destined for the Internet makes it across the first link, it will be in a router. Your packet has a source address and destination address and the router needs to look at the destination address to figure out how to best move your packet towards its destination. With each router handling packets…

  • 2.1 The Link Layer

    The Link layer is responsible for connecting your computer to its local network and moving the data across a single hop. The most common Link layer technology today is wireless networking.When you are using a wireless device, the device is only sending data a limited distance. A smartphone communicates with a tower that is a…