Chapter 1Summary Request
Chapter 1Summary Request
Networking
1.1 Overview
Networking is crucial for IT careers.
This course builds foundational networking knowledge.
Uses the Internet as an example to explain core concepts.
HTTP (Web)
TCP/IP (Data transmission)
WiFi, Ethernet (Network access)
L
dtrans =
R
Where:
L = Packet length (bits)
R = Transmission rate (bits/sec)
Queueing Delay & Loss:
If incoming packets exceed router buffer capacity, packets are queued or dropped.
Where:
dproc = Processing delay (error checking, routing)
dqueue = Queueing delay (waiting in buffer)
1.6.2 Throughput
Definition: The rate of successful data delivery.
Formula:
R
Throughput = min(Rs , Rc , )
N
Where:
1.8.4 Encapsulation
Each layer adds a header to the data from the layer above.
Example:
Application message → Transport segment → Network datagram → Link frame.
1.9 Summary
The Internet is a collection of interconnected networks.
Protocols define communication rules.
Network edge consists of hosts and access networks.
Network core is responsible for packet switching and routing.
Performance is measured by delay, loss, and throughput.
Layered architecture simplifies network design.