<!DOCTYPE html>
<html>
    <head>
        <title> EECS 340: Homework 4 </title>
        <meta name="description" content="Northwestern University, EECS 340,
                                 Introduction to Computer Networking, homework 4">
        <link rel="stylesheet" href="style.css">
        </head>
    <body>
        <div id="banner">
            <h1> EECS 340: Homework 4</h1>
            </div>
        <?php include 'navbar.php'; ?>
        <div class='content_block assignments'>
            <h2> Submission: </h2>
            <div class='blob'>
                <p> <span class='label'>Submission Server: </span>
                    <?php include 'submission.php'; ?>
                    </p><br />
                </div>
            <h2> Problems: </h2>
            <div class='blob'>
                <p><span class='label'>Note:</span> To be done individually</p>
                <p><span class='label'>Note:</span> 1-p3 implies Chapter 1 problem p3</p>
                <p><span class='label'>Note:</span> this is the 7th edition; if
                you are using a different edition, see <a href="https://groups.google.com/forum/#!searchin/eecs340/homework$204%7Csort:date/eecs340/W_LXqBq4y7c/82g2Bm6nDwAJ">this
                post</a></p>
                <ol class='bigpar'>
                    <li>Textbook problem 6-p5</li>
                    <li>Textbook problem 6-p14 -- for (d) just show the difference from (c) (copy and paste the figure below)</li>
                    <li>Textbook problem 6-p15</li>
                    <li>Textbook problem 6-p18</li>
                    <li>Textbook problem 6-p21</li>
                    <li>Textbook problem 6-p22</li>
                    <li>Textbook problem 6-p23</li>
                    <li>Textbook problem 6-p24</li>
                    </ol>
                <img src='hw4_5-14.png'>
                </div>
            </div>
        <?php include 'footer.php' ?>
    </body>
</html>
