Final Review Slides - CSE Labs User Home Pages

Download Report

Transcript Final Review Slides - CSE Labs User Home Pages



Final Exam
Time: Dec 16 (Tues) 6:30pm-8:30pm
Venue: STSS 2-230 (Science Teaching & Student Services)
“comprehensive”, emphasis on material covered later in
the semester


concepts, issues, mechanisms/algorithms, problem solving
five big problems, 2 hours, similar to Quizzes I/II


Everything in lecture notes (except “optional” material, e.g., ATM)
Open-book, open-notes, open Internet


Final Review
short questions, “case study”, problem solving, etc.
Additional Office Hours:
Monday Dec 15: 3:30-4:30pm &Tuesday Dec 16: 4:00-6:00pm

Final conflict: please email us, and let us your availability –
we’ll arrange a make-up exam for you!
CSci4211:
Final Review
1
Data Link Layer Summary & What We
Learned Last Time (Dec 5)
 Data Link Layer
 Basic functions: framing, access control, etc.
 MAC addresses and ARP (interactions of layers 2 &3)
 What is MAC address?
• How it differs from IP address
 Why do we need ARP

How does ARP work?
 Bridges & Switches: connecting multiple LAN segments
 “plug-&-play”: cf. layer-1 repeater or layer-3 routers
 basic functions: forwarding/filtering frames
 bridge/switch forwarding table & self-learning alg.
 looping issue: bride spanning tree
 Ethernet Switches vs. WiFi Access Points/Switches
 transparent vs. translational bridges/switches
CSci4211:
Final Review
2
Data Link Layer Summary & What We
Learned Last Time (Dec 5)
 Media Access Control: Shared media
 issues and difficulties
 Taxonomy of MAC Protocols
 Random Access Control:
•ALOHA and Slotted ALOHA
• CSMA: nonpersistent vs. p-persistent
• CSMA/CD
•What are they? How do they work?

Adaptive Controlled Access:
• token passing vs. polling
 Efficiency of MAC protocols: light vs. heavy load
 Ethernet (802.3)
•MAC: 1-persistent CSMA/CD, (binary) expo. random backoff
• collision domain, bit-time and min. frame size
• 10BaseT, 100 BaseT (Fast Ethernet), Gigabit Ethernet
CSci4211:
Final Review
3
Data Link Layer Summary & What We
Learned Last Time (Dec 5)
 Token Ring (802.5)
• token passing
• ring maintenance issues
 802.11b and Wireless LAN:
 key issues & difficulties:
• hidden terminal problem, power saving requirement
 receiver acknowledgement needed!
• how does it work? SIFS < DIFS
 CSMA/CA: how does it work? RTS, CTS, NAV
 802.11 frame format & frame forwarding via Aps
• Why 3 (or 4) addresses? How are they used?
 PPP: point-to-point link layer protocol -- byte stuffing
 Optional: (LAN & wide-area) mobility; cellular networks
CSci4211:
Final Review
4
Questions?
CSci4211:
Final Review
5
Putting Everything Together
Did you get the whole picture?
CSci4211:
Final Review
6
A Quick Review of What We Learned
Basic concepts in computer networks
• packet switching & statistical multiplexing
• protocols and layered architecture
• fundamental issues in networking
• distributed & complex system
• addressing, protocols, …
• many things can go wrong: error, loss, …
• correct operations, efficiency of protocols
•Application Layer
• application requirements & transport services
• client-server vs. peer to peer paradigms
• domain name system and DNS (name vs. address)
CSci4211:
Final Review
7
A Quick Review of What We Learned…
•Transport Layer: basic functions & services
• multiplexing and de-multiplexing
• UDP: connectionless transport service
• src/dst port no.’s, checksum
• TCP: connection-oriented, reliable service
• TCP segment format, seq./ack. no, “flags”
• connection set-up and tear down
• reliable data transfer protocols
• stop-&-wait, Go-back-N, selective repeat
•Network Layer: basic functions & services
end-to-end data delivery: addressing, routing & forwarding
• IP addressing scheme: network vs. host parts
• datagram vs. virtual circuit service models
CSci4211:
Final Review
8
A Quick Review of What We Learned …
• Network Layer: Routing Algorithms & Protocols
• Network Routing: basic issues
• two distributed routing algorithms
link state vs. distance vector
• routing information exchanged
• how shortest paths computed
• how routing tables constructed
• count-to-infinity problem in DV
• Routing in Internet
•scaling issues and hierarchical routing
• inter-domain vs. intra-domain routing
• intra-domain routing protocols: RIP, OSPF
• inter-domain: BGP and policy routing
•customer-provider vs. peering relationships
CSci4211:
Final Review
9
A Quick Review of What We Learned …
•Network Layer … :
• IP and IP datagram format
• source and destination IP addresses
• IP datagram id, offset, length, “fragment flags”
• why IP fragmentation may be necessary
• link and path MTUs
• how fragmentation and reassembly done
• how these fields are used
• TTL, header checksum, IP options, …
• ICMP protocol
•When are ICMP messages generated
• What ICMP messages are used for
• error/info reporting to source, ICMP redirect, …
•DHCP: how does it work?
CSci4211:
Final Review
10
A Quick Review of What We Learned …
•Network Layer: IP Datagram Forwarding
• IP Forwarding: datagram model
• forwarding within vs. outside an IP network
• how IP addresses are used for this purpose
How does a source know whether a destination is within or
outside its own IP network?
• within same IP network:
• direct forwarding using data link layer
•need to know MAC address of destination
• Outside its own IP network:
• forward to its (default) router
• need to know router’s MAC address
• router forwards to other routers if necessary,
finally to destination host
Understanding interaction with data link layer important!
CSci4211:
Final Review
11
Routing & Forwarding:
Logical View of a Router
5
A
2
1
B
2
D
3
3
1
C
5
1
E
F
2
CSci4211:
Final Review
12
A Quick Review of What We Learned …
• Data Link Layer : basic services and functions
data delivery over a link: framing, access control, error checking, …
• MAC addresses (typically 48 bits)
•flat addressing: hexadecimal notation, 45:AF:00:FF:12:01
• unicast vs. broadcast: how adapter deals with MAC addr.?
• Address resolution and ARP
•why do we need ARP? (see previous slide)
• how does ARP work?
• how are ARP messages delivered?
Interaction between IP layer and data link layer!
• Broadcast local area network & media access control
•Why do we need media access control (MAC?)
• shared media: issues and difficulties
• addressing (MAC addresses)
•Taxonomy of MAC mechanisms
CSci4211:
Final Review
13
A Quick Review of What We Learned …
•Data Link Layer …:
•Random access control:
•ALOHA vs. slotted ALOHA
• CSMA vs. CSMA/CD (carrier sensing, collision detection)
• Adaptive (on-demand) controlled access:
•token passing vs. polling
Efficiency of MAC protocols: light vs. heavy load
• Ethernet
•CSMA/CD, exponential random back-off
• how does it work? basic algorithm
• Some important concepts:
• collision domain & network diameter
• bit time, slot time (512 bit time)
Why does Ethernet have a min. frame size constraint?
•Ethernet frame format
•10BaseT, 100BaseT (Fast Ethernet), Gigabit Ethernet
CSci4211:
Final Review
14
A Quick Review of What We Learned …
•Data Link Layer …:
• 802.11b and Wireless LAN:
• key issues & difficulties:
• hidden terminal problem, power saving requirement
• receiver acknowledgement needed!
• how does it work? SIFS < DIFS
• CSMA/CA:
• how does it work? RTS, CTS, NAV
• PPP: point-to-point link layer protocol, byte stuffing
• Bridging: connecting multiple LAN segments
• basic functions: forwarding/filtering frames
• bridge forwarding table & self-learning
• looping issue: bride spanning tree
• Special Networking Devices we have encountered:
• repeaters (hubs), bridges/(layer 2) switches, routers
What are their functions, and how do they work?
CSci4211:
Final Review
15
Putting Everything Together
Did you get the whole picture?
CSci4211:
Final Review
16
Putting Everything Together…
Walk through the whole picture, and do the following
“gedanken” experiments, thinking about
• operations performed at hosts/servers
• source host, destination host (web, mail servers, …)
• Internet infrastructure servers (DNS, DHCP, …)
• addressing information at each layer
• interaction between the layers (e.g.,various protocols used)
• operations performed by hubs, bridges/switches, routers
• what information maintained by each device, how do they get
the information? what actions do they perform?
• how host A downloads a web page from web server www.cs.umn.edu?
• how host A telnets to host B?
• how host C accesses the mail server mail.cs.umn.edu?
• how host A downloads a web page from web server www.yahoo.com?
• how host A accesses his/her email at his/her yahoo mail account?
• how host C sends, say, an instant message, to a user logged on at host X?
Fall 2003
CSci4211:
Final Review
17
Questions?
CSci4211:
Final Review
18