Viser: Computer Networking, Global Edition

Computer Networking: a Top-Down Approach, Global Edition, 8. udgave

Computer Networking: a Top-Down Approach, Global Edition

James Kurose og Keith Ross
(2021)
Sprog: Engelsk
Pearson Education, Limited
799,00 kr. 719,10 kr.
Flere end 10 stk på lager
Hvor kan jeg afhente varen?
Bestil nu og få den leveret inden for 2-3 hverdage
Computer Networking, Global Edition, 8. udgave

Computer Networking, Global Edition Vital Source e-bog

James F. Kurose og Keith Ross
(2021)
Pearson International
568,00 kr. 511,20 kr.
Leveres umiddelbart efter køb
Computer Networking, Global Edition, 8. udgave

Computer Networking, Global Edition Vital Source e-bog

James F. Kurose og Keith Ross
(2021)
Pearson International
457,00 kr. 411,30 kr.
Leveres umiddelbart efter køb
Computer Networking, Global Edition, 8. udgave

Computer Networking, Global Edition Vital Source e-bog

James F. Kurose og Keith Ross
(2021)
Pearson International
394,00 kr. 354,60 kr.
Leveres umiddelbart efter køb
Computer Networking, Global Edition, 8. udgave
Søgbar e-bog

Computer Networking, Global Edition Vital Source e-bog

James F. Kurose og Keith Ross
(2021)
Pearson International
675,00 kr. 607,50 kr.
Leveres umiddelbart efter køb

Detaljer om varen

  • 8. Udgave
  • Paperback: 800 sider
  • Udgiver: Pearson Education, Limited (Juni 2021)
  • Forfattere: James Kurose og Keith Ross
  • ISBN: 9781292405469
New to This Edition

o 4G and 5 G networks This new edition has been thoroughly updated to reflect the fast-accelerating growth and use of the Internet and to present a broader and deeper treatment of present-day 4G LTE networks and upcoming 5G networks.

o New Web protocols The chapter on the application layer now includes the new HTTP/2 and HTTP/3 protocols for the Web.

o Transport-layer congestión control and error-control protocols This edition provides
deeper coverage of TCP CUBIC, examines delay-based approaches to congestion control
(including the new BBR protocol deployed in Google's backbone network), and studies the QUIC protocol, which is being incorporated into the HTTP/3 standard.

o SDN evolution This edition incorporates updated Information on software-defined networking (SDN), reflecting its growing role, which has evolved beyond management of packet-forwarding tables to include configuration management of network devices.

o New treatment of network management Two new protocols, NETCONF and YANG,
whose adoption and use have fueled a new approach toward network management, have both been introduced in this edition.

o Latest developments in wireless network security Information on WPA3 security in
WLANs and on confidentiality and mutual device-network authentication in 4G / 5G networks has been incorporated into this edition.

o Updated coverage of mobility issues This edition covers global issues, like identity management and mobile device roaming among different global cellular networks, as well as local issues, such as the handover of mobile devices between base stations.

Chapter 1: Computer Networks and the Internet
1.1 What Is the Internet?
1.1.1 A Nuts-and-Bolts Description
1.1.2 A Services Description
1.1.3 What Is a Protocol?
1.2 The Network Edge
1.2.1 Access Networks
1.2.2 Physical Media
1.3 The Network Core
1.3.1 Packet Switching
1.3.2 Circuit Switching
1.3.3 A Network of Networks
1.4 Delay, Loss, and Throughput in Packet-Switched Networks
1.4.1 Overview of Delay in Packet-Switched Networks
1.4.2 Queuing Delay and Packet Loss
1.4.3 End-to-End Delay
1.4.4 Throughput in Computer Networks
1.5 Protocol Layers and Their Service Models
1.5.1 Layered Architecture
1.5.2 Encapsulation
1.6 Networks Under Attack
1.7 History of Computer Networking and the Internet
1.7.1 The Development of Packet Switching: 1961--1972
1.7.2 Proprietary Networks and Internetworking: 1972--1980
1.7.3 A Proliferation of Networks: 1980--1990
1.7.4 The Internet Explosion: The 1990s
1.7.5 The New Millennium
1.8 Summary Homework Problems and Questions Wireshark Lab
Chapter 2: Application Layer
2.1 Principles of Network Applications
2.1.1 Network Application Architectures
2.1.2 Processes Communicating
2.1.3 Transport Services Available to Applications
2.1.4 Transport Services Provided by the Internet
2.1.5 Application-Layer Protocols
2.1.6 Network Applications Covered in This Book
2.2 The Web and HTTP
2.2.1 Overview of HTTP
2.2.2 Non-Persistent and Persistent Connections
2.2.3 HTTP Message Format
2.2.4 User-Server Interaction: Cookies
2.2.5 Web Caching
2.2.6 HTTP/2
2.3 Electronic Mail in the Internet
2.3.1 SMTP
2.3.2 Mail Message Formats
2.3.3 Mail Access Protocols
2.4 DNS-The Internet''s Directory Service
2.4.1 Services Provided by DNS
2.4.2 Overview of How DNS Works
2.4.3 DNS Records and Messages
2.5 Peer-to-Peer Applications
2.5.1 P2P File Distribution
2.6 Video Streaming and Content Distribution Networks
2.6.1 Internet Video
2.6.2 HTTP Streaming and DASH
2.6.3 Content Distribution Networks
2.6.4 Case Studies: Netflix and YouTube
2.7 Socket Programming: Creating Network Applications
2.7.1 Socket Programming with UDP
2.7.2 Socket Programming with TCP
2.8 Summary Homework Problems and Questions Socket Programming Assignments Wireshark Labs: HTTP, DNS
Chapter 3: Transport Layer
3.1 Introduction and Transport-Layer Services
3.1.1 Relationship Between Transport and Network Layers
3.1.2 Overview of the Transport Layer in the Internet
3.2 Multiplexing and Demultiplexing
3.3 Connectionless Transport: UDP
3.3.1 UDP Segment Structure
3.3.2 UDP Checksum
3.4 Principles of Reliable Data Transfer
3.4.1 Building a Reliable Data Transfer Protocol
3.4.2 Pipelined Reliable Data Transfer Protocols
3.4.3 Go-Back-N (GBN)
3.4.4 Selective Repeat (SR)
3.5 Connection-Oriented Transport: TCP
3.5.1 The TCP Connection
3.5.2 TCP Segment Structure
3.5.3 Round-Trip Time Estimation and Timeout
3.5.4 Reliable Data Transfer
3.5.5 Flow Control
3.5.6 TCP Connection Management
3.6 Principles of Congestion Control
3.6.1 The Causes and the Costs of Congestion
3.6.2 Approaches to Congestion Control
3.7 TCP Congestion Control
3.7.1 Classic TCP congestion Control
3.7.2 Network-Assisted Explicit Congestion Notification and Delay-based Congestion Control
3.7.3 Fairness
3.8 Evolution of transport-layer functionality
3.9 Summary Homework Problems and Questions Programming Assignments Wireshark Labs: Exploring TCP, UDP
Chapter 4: The Network Layer: Data Plane
4.1 Overview of Network Layer
4.1.1 Forwarding and Routing: The Network Data and Control Planes
4.1.2 Network Service Models
4.2 What''s Inside a Router?
4.2.1 Input Port Processing and Destination-Based Forwarding
4.2.2 Switching
4.2.3 Output Port Processing
4.2.4 Where Does Queuing Occur? &n

Detaljer om varen

  • 8. Udgave
  • Vital Source 365 day rentals (fixed pages)
  • Udgiver: Pearson International (Juni 2021)
  • Forfattere: James F. Kurose og Keith Ross
  • ISBN: 9781292405513R365
A top-down,layered approach to computer networking. Unique among computernetworking texts, the 8th Edition, Global Edition, of thepopular Computer Networking: A Top Down Approach buildson the authors’ long tradition of teaching this complex subject through alayered approach in a “top-down manner.” The text works its way from theapplication layer down toward the physical layer, motivating students byexposing them to important concepts early in their study of networking.Focusing on the Internet and the fundamentally important issues of networking,this text provides an excellent foundation for students in computer science andelectrical engineering, without requiring extensive knowledge of programming ormathematics. The 8th Edition, Global Edition, has been updatedto reflect the most important and exciting recent advances in networking,including the importance of software-defined networking (SDN) and the rapidadoption of 4G/5G networks and the mobile applications they enable.
Licens varighed:
Online udgaven er tilgængelig: 365 dage fra købsdato.
Offline udgaven er tilgængelig: 365 dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 8. Udgave
  • Vital Source 180 day rentals (fixed pages)
  • Udgiver: Pearson International (Juni 2021)
  • Forfattere: James F. Kurose og Keith Ross
  • ISBN: 9781292405513R180
A top-down,layered approach to computer networking. Unique among computernetworking texts, the 8th Edition, Global Edition, of thepopular Computer Networking: A Top Down Approach buildson the authors’ long tradition of teaching this complex subject through alayered approach in a “top-down manner.” The text works its way from theapplication layer down toward the physical layer, motivating students byexposing them to important concepts early in their study of networking.Focusing on the Internet and the fundamentally important issues of networking,this text provides an excellent foundation for students in computer science andelectrical engineering, without requiring extensive knowledge of programming ormathematics. The 8th Edition, Global Edition, has been updatedto reflect the most important and exciting recent advances in networking,including the importance of software-defined networking (SDN) and the rapidadoption of 4G/5G networks and the mobile applications they enable.
Licens varighed:
Online udgaven er tilgængelig: 180 dage fra købsdato.
Offline udgaven er tilgængelig: 180 dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 8. Udgave
  • Vital Source 90 day rentals (fixed pages)
  • Udgiver: Pearson International (Juni 2021)
  • Forfattere: James F. Kurose og Keith Ross
  • ISBN: 9781292405513R90
A top-down,layered approach to computer networking. Unique among computernetworking texts, the 8th Edition, Global Edition, of thepopular Computer Networking: A Top Down Approach buildson the authors’ long tradition of teaching this complex subject through alayered approach in a “top-down manner.” The text works its way from theapplication layer down toward the physical layer, motivating students byexposing them to important concepts early in their study of networking.Focusing on the Internet and the fundamentally important issues of networking,this text provides an excellent foundation for students in computer science andelectrical engineering, without requiring extensive knowledge of programming ormathematics. The 8th Edition, Global Edition, has been updatedto reflect the most important and exciting recent advances in networking,including the importance of software-defined networking (SDN) and the rapidadoption of 4G/5G networks and the mobile applications they enable.
Licens varighed:
Online udgaven er tilgængelig: 90 dage fra købsdato.
Offline udgaven er tilgængelig: 90 dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 8. Udgave
  • Vital Source searchable e-book (Fixed pages)
  • Udgiver: Pearson International (Juni 2021)
  • Forfattere: James F. Kurose og Keith Ross
  • ISBN: 9781292405513
A top-down,layered approach to computer networking. Unique among computernetworking texts, the 8th Edition, Global Edition, of thepopular Computer Networking: A Top Down Approach buildson the authors’ long tradition of teaching this complex subject through alayered approach in a “top-down manner.” The text works its way from theapplication layer down toward the physical layer, motivating students byexposing them to important concepts early in their study of networking.Focusing on the Internet and the fundamentally important issues of networking,this text provides an excellent foundation for students in computer science andelectrical engineering, without requiring extensive knowledge of programming ormathematics. The 8th Edition, Global Edition, has been updatedto reflect the most important and exciting recent advances in networking,including the importance of software-defined networking (SDN) and the rapidadoption of 4G/5G networks and the mobile applications they enable.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Andre har også købt

miniaturebillede af omslaget til Engineering Software Products: An Introduction to Modern Software Engineering, Global Edition, 1. udgave
Søgbar e-bog

Engineering Software Products: An Introduction to Modern Software Engineering, Global Edition Vital Source e-bog

Sommerville
Pearson International (2020)
710,00 kr. 639,00 kr.
Leveres umiddelbart efter køb
miniaturebillede af omslaget til C How to Program: With Case Studies in Applications and Systems Programming, Global Edition, 9. udgave
Søgbar e-bog

C How to Program: With Case Studies in Applications and Systems Programming, Global Edition Vital Source e-bog

Paul Deitel og Harvey Deitel
Pearson International (2022)
675,00 kr.
Leveres umiddelbart efter køb
miniaturebillede af omslaget til Arduino Cookbook, 3. udgave
Søgbar e-bog

Arduino Cookbook Vital Source e-bog

Michael Margolis, Brian Jepson og Nicholas Robert Weldin
O'Reilly Media, Inc (2020)
423,00 kr.
Leveres umiddelbart efter køb
miniaturebillede af omslaget til The Agile Samurai
Søgbar e-bog

The Agile Samurai Vital Source e-bog

Jonathan Rasmusson
O'Reilly Media, Inc (2010)
344,00 kr. 309,60 kr.
Leveres umiddelbart efter køb
miniaturebillede af omslaget til Projektledelse, 2. udgave
Søgbar e-bog

Projektledelse Vital Source e-bog

Niels Vestergaard Olsen og Susanne Muusmann Lassen
Trojka (2021)
310,00 kr. 279,00 kr.
Leveres umiddelbart efter køb

Har du brug for en faktura?

Har du brug for en faktura udstedt til din arbejdsplads, kan du med fordel oprette en konto.

 

Det tager kun et øjeblik og kontoen er klar til brug med det samme. Du skal blot bruge firmaets CVR nummer.

 

 

Om denne ebog

Bemærk: Dette er en tidsbegrænset Vital Source e-bog, som kan læses  i Bookshelf appen - og online med en browser i en begrænset periode. (Se den enkelte bog for mere information.)

 

Bøgerne er lavet til studiebrug og har gode indbyggede værktøjer  til bl.a. søgning , tekst markering, note tagning m.v.

 

Bookshelf appen findes til forskellige systemer, er gratis og kan downloades her.  

 

For mere information om anskaffelse og brug af Vital Source ebøger, se vores FAQ.

Om denne ebog

Bemærk: Dette er en tidsbegrænset Vital Source e-bog, som kan læses  i Bookshelf appen - og online med en browser i en begrænset periode. (Se den enkelte bog for mere information.)

 

Bøgerne er lavet til studiebrug og har gode indbyggede værktøjer  til bl.a. søgning , tekst markering, note tagning m.v.

 

Bookshelf appen findes til forskellige systemer, er gratis og kan downloades her.  

 

For mere information om anskaffelse og brug af Vital Source ebøger, se vores FAQ.

Om denne ebog

Bemærk: Dette er en tidsbegrænset Vital Source e-bog, som kan læses  i Bookshelf appen - og online med en browser i en begrænset periode. (Se den enkelte bog for mere information.)

 

Bøgerne er lavet til studiebrug og har gode indbyggede værktøjer  til bl.a. søgning , tekst markering, note tagning m.v.

 

Bookshelf appen findes til forskellige systemer, er gratis og kan downloades her.  

 

For mere information om anskaffelse og brug af Vital Source ebøger, se vores FAQ.

Om denne ebog

Bemærk: Dette er en Vital Source e-bog, som kan læses  i Bookshelf appen - eller Bookshelf online med en browser i en begrænset periode. (Se den enkelte bog for mere information.)

 

Bøgerne er lavet til studiebrug og har gode indbyggede værktøjer  til bl.a. søgning , tekst markering, notetagning m.v.

 

Bookshelf læseren findes til forskellige systemer, er gratis og kan downloades her.  

 

For mere information om anskaffelse og brug af Vital Source ebøger, klik her.