1.3 The network core

  Рет қаралды 105,193

JimKurose

JimKurose

2 жыл бұрын

Video presentation: Computer Networks and the Internet: the network core. Core network functions, packet swtiching, circuit switching, the Internet: a network of networks.
Computer networks class.
Jim Kurose
Textbook reading: Section 1.3, Computer Networking: a Top-Down Approach (8th edition), J.F. Kurose, K.W. Ross, Pearson, 2020.
See gaia.cs.umass.edu/kurose_ross for more open student resources.

Пікірлер: 30
@karanpreetsingh5966
@karanpreetsingh5966 2 жыл бұрын
What a heart-melting smile.
@Anonymous-dk5qu
@Anonymous-dk5qu Жыл бұрын
Thank you so much for these very interesting lectures!
@hantak07
@hantak07 Жыл бұрын
Thanks professor for the videos, the books contains very well explanation and well resources for enthusiastic people
@soho7799
@soho7799 3 жыл бұрын
<a href="#" class="seekto" data-time="883">14:43</a> 🤣 Thank you for great video :)
@mrbhutto948
@mrbhutto948 7 ай бұрын
Very useful lecture.
@KhanhTran-qp5pm
@KhanhTran-qp5pm 7 ай бұрын
Thank you!!!
@devmahad
@devmahad 8 ай бұрын
Understanding the core of network
@abdulfaiqkhattak8557
@abdulfaiqkhattak8557 Ай бұрын
<a href="#" class="seekto" data-time="11">00:11</a> The network core operates based on packet switching <a href="#" class="seekto" data-time="156">02:36</a> Routing determines the paths taken by packets in a network <a href="#" class="seekto" data-time="295">04:55</a> Packets arriving at a router can create a queue if they arrive faster than the router can transmit. <a href="#" class="seekto" data-time="431">07:11</a> Packet switching and circuit switching are two different approaches to building a network. <a href="#" class="seekto" data-time="576">09:36</a> Circuit switching is inefficient and can only support 10 users at a time <a href="#" class="seekto" data-time="720">12:00</a> Packet switching offers statistical multiplexing gain <a href="#" class="seekto" data-time="870">14:30</a> The internet is a network of networks. <a href="#" class="seekto" data-time="1012">16:52</a> The internet is composed of different networks Crafted by Merlin AI.
@omersahar7738
@omersahar7738 9 ай бұрын
hey, in the book (8th edition) is says that 640,000 bits / 64 kbps = 10 sec. i don't understand why though.. if i convert the bits to kbytes, i get 80 kbytes , and then the division is 80kb/64kbps = 1.25 sec. can you help me understand which one is true and if the book wrong? thank you
@imabstrong
@imabstrong 9 ай бұрын
1 kb = 1000 bits which means 640,000 bits / 64 kbps = 640,000 bits / 64,000 bps = 10 sec
@user-iz7jg7jz7f
@user-iz7jg7jz7f 9 ай бұрын
bps stands for bits per second, not bytes per second.
@wassimhaimoudi
@wassimhaimoudi 2 ай бұрын
Bps is the same as bits/sec so when you try to study the expression in terms of dimensions in physics both bit units will be reduced to 1 and the rest is 1/(1/[time]). We are reversing the time twice which results in [time] and after doing the calculations you will get the 10 [time] which is the result you wrote.
@user-wz7wg8lx2h
@user-wz7wg8lx2h Ай бұрын
Thak very much for these videos, they help me to a lot to get familiar to the concepts of the book. I have a question from the book 7th edition. On page 30, line 7, there is this calculation: (1.536 Mbps)/24 = 64 kbps. Why the units of this division don't remain Mbps? The result should be 64 Mbps, isn' it? Thanks in advance.
@hammadtufailjhujh6542
@hammadtufailjhujh6542 5 ай бұрын
how 35 user? Anyine?
@user-to5yn6zc4z
@user-to5yn6zc4z 3 ай бұрын
is 35 a fixed value or i can vary
@thecurious6721
@thecurious6721 Ай бұрын
Thats just an example. You may put as much as you want. Just there will be a queue.
@user-ei9jp4nm3k
@user-ei9jp4nm3k 8 ай бұрын
9/7
@donnabellevarona5813
@donnabellevarona5813 3 жыл бұрын
Can i ask how did we get the value of 0.0004 please? 😭 At <a href="#" class="seekto" data-time="723">12:03</a>
@royeap3404
@royeap3404 3 жыл бұрын
(35Cx)*(0.1^x)*(0.9^(35-x)) substitute [11,35] (x>10 active users) into x and add them all up (can't use the sigma notation here sorry) and you get 0.0004 :)
@johnbob37774
@johnbob37774 2 жыл бұрын
If you have taken probability, you learn about something called a Binomial distribution. Testing each person of the 35 to see how many are actively is like flipping a coin 35 times and seeing how many land heads, instead of it being 50/50, in this case, it's 10/90 for success/failure. Calculating the probability is pretty much how user royeap showed before me, except that you can "simplify" the calculation further, instead of calculating P(X > 10) directly, you can instead calculate P(X > 10) = 1 - P(X
@abdulrahmannight5910
@abdulrahmannight5910 2 жыл бұрын
@@royeap3404 can i ask how do u guys learn doing those calculations?
@pathikritsyam3687
@pathikritsyam3687 Жыл бұрын
@@abdulrahmannight5910 class 11-12 probability course in my country.
@FortheLoveofAutomation
@FortheLoveofAutomation Жыл бұрын
In Excel the formula is: 1-BINOM.DIST(10, 35, 0.1, TRUE) So in this example we want to know the probability of strictly more than 10 users, when there are 35 trials (e.g. total users), the probability of a user is 10% (i.e. 0.1). The bit on the right actually calculates the probability of between 0-10 users (the true gives the cumulative total up to and including 10), and that amount is deducted from 1 to get the probability of 11+ users.
@keremokumus2834
@keremokumus2834 27 күн бұрын
<a href="#" class="seekto" data-time="420">07:00</a> If brits think that they are number one at queueing, just wait until they hear about engineering students at ESOGÜ.
@itselfintime
@itselfintime 27 күн бұрын
Ah yes, biggest enemy of esogu engineering students, faculty of education bois
@balabalan1846
@balabalan1846 Жыл бұрын
- 10 secs
@lol2309
@lol2309 3 ай бұрын
how did u get 35 users plz help
1.4 Performance
13:56
JimKurose
Рет қаралды 84 М.
4.1 Introduction to the Network Layer
15:44
JimKurose
Рет қаралды 100 М.
Зу-зу Күлпәш. Стоп. (1-бөлім)
52:33
ASTANATV Movie
Рет қаралды 964 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН
How does the INTERNET work? | ICT #2
8:59
Lesics
Рет қаралды 8 МЛН
1.2 The network edge
15:57
JimKurose
Рет қаралды 127 М.
Your PC Can Look Like THIS Now!
13:18
Linus Tech Tips
Рет қаралды 691 М.
Layer 2 vs Layer 3 Switches
6:02
PowerCert Animated Videos
Рет қаралды 565 М.
How Data moves through the Internet - Networking Fundamentals
26:47
Practical Networking
Рет қаралды 315 М.
2.4 The Domain Name System (DNS)
19:08
JimKurose
Рет қаралды 78 М.