Recently covered links and exam links are highlighted.
You will use GitHub to demonstrate the work that you are doing for the class. You will use a repository that I manage from the GitHub Classroom site.
<a href="http://ocelot.aul.fiu.edu:9999/filename.ext">Existent File</a>
<a href="http://ocelot.aul.fiu.edu:9999/nofilename.ext">Non-Existent File</a>
threading
module for Python.
Information on threading can be found at
Python threading.
GET
, using the
If-modified-since
header. The web server only has to be able to
return one file, but it must be an actual file. If the browser already has the
file, only send the appropriate HTTP response to indicate that the browser
already has the file. Request a port
for your web server, so we can minimize the chance of students using the same port.chmod 701 ~
The lectures for this course will be recorded with the momentos software: FIU Momentos. View the available lectures from the site.
I will provide the access code in the first class and I will send you a copy of the code later in the week.
Video | Notes |
---|---|
HTML basics | web-basics |
Hypertext links and query string | web-basics (slide 13) |
Ajax and jQuery | web_ajax |
Video | Notes |
---|---|
For Problem Set 4 | |
Inside a router | ch4_4-3 |
IPv4 | ch4_4-4 |
DHCP, NAT, ICMP | ch4_4-4 (slide 9) |
For Problem Set 5 | |
Link State Algorithm | ch4_4-5 |
Distance Vector Algorithm | ch4_4-5 (slide 7) |
Count-to-infinity | ch4_4-5 (slide 12) |
Routing Protocols | ch4_4-6 |
Routing Summary | ch4_4-6 (slide 15) |
Video | Notes |
---|---|
For Problem Set 5 | |
The videos and notes refer to sections 5.1, 5.2, 5.3, 5.4. These refer to the sixth edition. They are 6.1, 6.2, 6.3, 6.4 in the seventh edition. | |
Intro to Link Layer | ch6_6-1 |
Error Checking | ch6-6_2 |
Multple Access Protocols | ch6-6_3 |
CSMA, CSMA/CD, Taking Turns, DOCSIS | ch6-6_3 (slide 13) |
For Problem Set 6 | |
MAC addresses and ARP | ch6-6_4 |
Ethernet | ch6-6_4 (slide 10) |
Video | Notes |
---|---|
CDMA | ch6 |
WiFi Access | ch6 (slide 8) |
Mobility | ch6_6_4_to_6_5 (slide 15) |
Video | Notes |
---|---|
6/12: VoIP | ch7-7_1-7_3 (slide 28) |
Video | Notes |
---|---|
6/12: Netwrok Management | ch9 |
6/12: ASN.1 | ch9 (slide 13) |
~downeyt/public_html/cnt4713/scripts
folder from your ocelot account.
from socket import socket, AF_INET, SOCK_STREAM, SOL_SOCKET, SO_REUSEADDR tcpSerSock = socket(AF_INET, SOCK_STREAM) tcpSerSock.setsockopt(SOL_SOCKET, SO_REUSEADDR, 1)
You are visitor number to visit this page since 01/7/2017 .