<!DOCTYPE html>
<html>
    <head>
        <title> EECS 340: Homework 3 </title>
        <meta name="description" content="Northwestern University, EECS 340,
                                 Introduction to Computer Networking, homework 3">
        <link rel="stylesheet" href="style.css">
        </head>
    <body>
        <div id="banner">
            <h1> EECS 340: Homework 3</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> If you're using the old 6th
                edition (instead of the 7th edition), see this post
                <a
                href="https://groups.google.com/d/msg/eecs340/D0_EN2u4eMY/gP2Ubj6iCgAJ">groups.google.com/d/msg/eecs340/D0_EN2u4eMY/gP2Ubj6iCgAJ</a></p>
                <ol class='bigpar'>
                    <li>Textbook problem 4-p7</li>
                    <li>Textbook problem 4-p8</li>
                    <li>Textbook problem 4-p14</li>
                    <li>Textbook problem 5-p4, (a), (c) and (f)</li>
                    <li>Textbook problem 5-p5</li>
                    <li>Textbook problem 5-p7</li>
                    <li>Textbook problem 5-p14</li>
                    </ol>
                </div>
            </div>
        <?php include 'footer.php' ?>
    </body>
</html>
