1. Trang chủ
  2. » Công Nghệ Thông Tin

Chapter 6 v7 01

98 0 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 98
Dung lượng 2,66 MB

Nội dung

©1996-2016, J.F Kurose and K.W Ross Computer Networks Lectured by: Nguyen Le Duy Lai (lai@hcmut.edu.vn) Computer Networking: A Top Down Approach 7th Edition, Global Edition Jim Kurose, Keith Ross Pearson April 2016 The Link Layer and LANs 6-1 ©1996-2016, J.F Kurose and K.W Ross Chapter The Link Layer and LANs Computer Networking: A Top Down Approach 7th Edition, Global Edition Jim Kurose, Keith Ross Pearson April 2016 Link Layer and LANs 6-2 Chapter 6: Link layer and LANs our goals: ▪ understand principles behind link layer services: ©1996-2016, J.F Kurose and K.W Ross • • • • error detection, correction sharing a broadcast channel: multiple access link layer addressing local area networks: Ethernet, VLANs ▪ instantiation, implementation of various link layer technologies Link Layer and LANs 6-3 ©1996-2016, J.F Kurose and K.W Ross Link layer, LANs: outline 6.1 introduction, services 6.5 link virtualization: MPLS 6.2 error detection, correction 6.6 data center networking 6.3 multiple access protocols 6.7 a day in the life of a web request 6.4 LANs • • • • addressing, ARP Ethernet switches VLANS Link Layer and LANs 6-4 Link layer: introduction ©1996-2016, J.F Kurose and K.W Ross terminology: ▪ hosts and routers: nodes ▪ communication channels that connect adjacent nodes along communication path: links • wired links • wireless links • LANs ▪ layer-2 packet: frame, encapsulates datagram data-link layer has responsibility of transferring datagram from one node to physically adjacent node over a link Link Layer and LANs 6-5 ©1996-2016, J.F Kurose and K.W Ross Link layer: context ▪ datagram transferred by different link protocols over different links: • e.g., Ethernet on first link, frame relay on intermediate links, 802.11 on last link ▪ each link protocol provides different services • e.g., may or may not provide reliable data transfer (rdt) over link transportation analogy: ▪ trip from Princeton to Lausanne • limo: Princeton to JFK • plane: JFK to Geneva • train: Geneva to Lausanne ▪ tourist = datagram ▪ transport segment = communication link ▪ transportation mode = link layer protocol ▪ travel agent = routing algorithm Link Layer and LANs 6-6 Link layer services ▪ framing, link access: • encapsulate datagram into frame, adding header, trailer • channel access if shared medium • “MAC” addresses used in frame headers to identify source, destination ▪ different from IP address! ©1996-2016, J.F Kurose and K.W Ross ▪ reliable delivery between adjacent nodes • we learned how to this already (chapter 3)! • seldom used on low bit-error link (fiber, some twisted pair) • wireless links: high error rates ▪ Q: why both link-level and end-end reliability? Link Layer and LANs 6-7 Link layer services (more) ▪ flow control: • pacing between adjacent sending and receiving nodes ▪ error detection: ©1996-2016, J.F Kurose and K.W Ross • errors caused by signal attenuation, noise • receiver detects presence of errors: ▪ signals sender for retransmission or drops frame ▪ error correction: • receiver identifies and corrects bit error(s) without resorting to retransmission ▪ half-duplex and full-duplex • with half duplex, nodes at both ends of link can transmit, but not at same time Link Layer and LANs 6-8 ©1996-2016, J.F Kurose and K.W Ross Where is the link layer implemented? ▪ in each and every host ▪ link layer implemented in “adapter” (aka network interface card, NIC) or on a chip • Ethernet card, 802.11 card; Ethernet chipset • implements link, physical layer ▪ attaches into host’s system buses ▪ combination of hardware, software, firmware application transport network link O S cpu memory controller link physical host bus (e.g., PCIe) Physical transmission network adapter card Link Layer and LANs 6-9 Adapters communicating datagram datagram controller controller receiving host sending host datagram ©1996-2016, J.F Kurose and K.W Ross frame ▪ receiving side ▪ sending side: • looks for errors, rdt, • encapsulates datagram in flow control, etc frame • extracts datagram, passes • adds error checking bits, to upper layer at rdt, flow control, etc receiving side Link Layer and LANs 6-10 ©1996-2016, J.F Kurose and K.W Ross Link layer, LANs: outline 6.1 introduction, services 6.5 link virtualization: MPLS 6.2 error detection, correction 6.6 data center networking 6.3 multiple access protocols 6.7 a day in the life of a web request 6.4 LANs • • • • addressing, ARP Ethernet switches VLANS Link Layer and LANs 6-84 Data center networks ▪ 10’s to 100’s of thousands of hosts, often closely coupled, in close proximity: • e-business (e.g Amazon) • content-servers (e.g., YouTube, Akamai, Apple, Microsoft) • search engines, data mining (e.g., Google) ©1996-2016, J.F Kurose and K.W Ross ▪ challenges: ▪ multiple applications, each serving massive numbers of clients ▪ managing/balancing load, avoiding processing, networking, data bottlenecks Inside a 40-ft Microsoft container, Chicago data center Link Layer and LANs 6-85 Data center networks load balancer: application-layer routing ▪ receives external client requests ▪ directs workload within data center ▪ returns results to external client (hiding data center internals from client) Internet Border router ©1996-2016, J.F Kurose and K.W Ross Load balancer Access router Tier-1 switches B A Load balancer Tier-2 switches C Top-Of-Rack switches Server racks Link Layer and LANs 6-86 Data center networks ▪ rich interconnection among switches, racks: • increased throughput between racks (multiple routing paths possible) ã increased reliability via redundancy â1996-2016, J.F Kurose and K.W Ross Tier-1 switches Tier-2 switches TOR switches Server racks Link Layer and LANs 6-87 ©1996-2016, J.F Kurose and K.W Ross Link layer, LANs: outline 6.1 introduction, services 6.5 link virtualization: MPLS 6.2 error detection, correction 6.6 data center networking 6.3 multiple access protocols 6.7 a day in the life of a web request 64 LANs • • • • addressing, ARP Ethernet switches VLANS Link Layer and LANs 6-88 Synthesis: a day in the life of a web request ▪ journey down protocol stack complete! • application, transport, network, link ▪ putting-it-all-together: synthesis! • goal: identify, review, understand protocols (at all layers) involved in seemingly simple scenario: ©1996-2016, J.F Kurose and K.W Ross ▪ requesting WWW page? • scenario: student attaches laptop to campus network, requests/receives www.google.com Link Layer and LANs 6-89 A day in the life: scenario DNS server browser Comcast network 68.80.0.0/13 ©1996-2016, J.F Kurose and K.W Ross school network 68.80.2.0/24 web page web server 64.233.169.105 Google’s network 64.233.160.0/19 Link Layer and LANs 6-90 A day in the life… connecting to the Internet ▪ connecting laptop needs to get its own IP address, addr of first-hop router, addr of DNS server: use DHCP DHCP UDP IP Eth Phy DHCP DHCP DHCP DHCP DHCP DHCP DHCP ©1996-2016, J.F Kurose and K.W Ross DHCP DHCP DHCP UDP IP Eth Phy ▪ DHCP request encapsulated in UDP, encapsulated in IP, encapsulated in 802.3 Ethernet router (runs DHCP) ▪ Ethernet frame broadcast (dest: FFFFFFFFFFFF) on LAN, received at router running DHCP server ▪ At server side, Ethernet demuxed to IP demuxed, UDP demuxed to DHCP Link Layer and LANs 6-91 A day in the life… connecting to the Internet DHCP DHCP DHCP DHCP DHCP DHCP ©1996-2016, J.F Kurose and K.W Ross ▪ DHCP server formulates DHCP ACK containing client’s IP address, IP address of first-hop router for client, name & IP address of DNS server ▪ encapsulation at DHCP server, frame forwarded (switch learning) through LAN, demultiplexing at client DHCP UDP IP Eth Phy DHCP DHCP DHCP DHCP UDP IP Eth Phy router (runs DHCP) ▪ DHCP client receives DHCP ACK reply Client now has IP address, knows name & addr of DNS server, IP address of its first-hop router Link Layer and LANs 6-92 A day in the life… ARP (before DNS, before HTTP) DNS DNS DNS ARP query ▪ before sending HTTP request, need IP address of www.google.com: using DNS DNS UDP IP ARP Eth Phy ARP ©1996-2016, J.F Kurose and K.W Ross ARP reply Eth Phy router (runs DHCP) ▪ DNS query created, encapsulated in UDP, encapsulated in IP, encapsulated in Eth To send frame to router, need MAC address of router interface: using ARP ▪ ARP query broadcast, received by router, which replies with ARP reply giving MAC address of router interface ▪ client now knows MAC address of first hop router, so can now send frame containing DNS query Link Layer and LANs 6-93 A day in the life… using DNS DNS DNS DNS DNS DNS DNS DNS UDP IP Eth Phy DNS DNS DNS UDP IP Eth Phy DNS server DNS ©1996-2016, J.F Kurose and K.W Ross Comcast network 68.80.0.0/13 router (runs DHCP) ▪ IP datagram containing DNS query forwarded via LAN switch from client to 1st hop router ▪ IP datagram forwarded from campus network into Comcast network, routed (tables created by RIP, OSPF, IS-IS and/or BGP routing protocols) to DNS server ▪ demuxed to DNS server ▪ DNS server replies to client with IP address of www.google.com Link Layer and LANs 6-94 A day in the life…TCP connection carrying HTTP HTTP HTTP TCP IP Eth Phy SYNACK SYN SYNACK SYN ©1996-2016, J.F Kurose and K.W Ross SYNACK SYN router (runs DHCP) SYNACK SYN SYNACK SYN SYNACK SYN TCP IP Eth Phy web server 64.233.169.105 ▪ to send HTTP request, client first opens TCP socket to web server ▪ TCP SYN segment (step in 3way handshake) inter-domain routed to web server ▪ web server responds with TCP SYNACK (step in 3-way handshake) ▪ TCP connection established! Link Layer and LANs 6-95 A day in the life… HTTP request/reply HTTP HTTP HTTP TCP IP Eth Phy HTTP HTTP HTTP HTTP HTTP HTTP ▪ web page finally (!!!) displayed ©1996-2016, J.F Kurose and K.W Ross ▪ HTTP request sent into TCP socket HTTP HTTP HTTP HTTP HTTP TCP IP Eth Phy web server 64.233.169.105 router (runs DHCP) ▪ IP datagram containing HTTP request routed to www.google.com ▪ web server responds with HTTP reply (containing web page) ▪ IP datagram containing HTTP reply routed back to client Link Layer and LANs 6-96 Chapter 6: Summary ▪ principles behind data link layer services: • error detection, correction • sharing a broadcast channel: multiple access • link layer addressing ©1996-2016, J.F Kurose and K.W Ross ▪ instantiation and implementation of various link layer technologies • Ethernet • switched LANS, VLANs • virtualized networks as a link layer: MPLS ▪ synthesis: a day in the life of a web request Link Layer and LANs 6-97 Chapter 6: let’s take a breath ©1996-2016, J.F Kurose and K.W Ross ▪ journey down protocol stack complete (except PHY) ▪ solid understanding of networking principles, practice ▪ … could stop here … but lots of interesting topics! • wireless • multimedia • security Link Layer and LANs 6-98

Ngày đăng: 11/04/2023, 09:46

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN