Linux standard textbook memo part 6

Local Area Network (LAN) and Wide Area Network (WAN)

A network that interconnects multiple closed computers such as schools, homes, and offices is called a local area network (LAN). A network that connects LANs in remote locations is called a wide area network (WAN).

IP Data is sent and received between computers connected to the network according to a fixed protocol. Current Ethernet (wired LAN) standard networks use TCP / IP as the protocol. IP is responsible for sending packets consisting of destinations and data.

TCP and UDP

When TCP receives one piece of data, it checks for errors such as data corruption, and if it is incorrect, requests data resending. It has the role of improving the reliability with which data arrives. UDP does not check for errors or control data retransmission, but it can send data at high speed. It is suitable for speed-oriented communication such as video and small data that you do not have to worry about some loss.

Recommended Posts

Linux standard textbook memo 1 part 2
Linux standard textbook memo part 6
Linux standard textbook memo 1
Linux standard textbook memo 3
Linux standard textbook part 5
Linux standard textbook part 4
Linux standard textbook
[Reading memo] Linux standard textbook (Chapter 7-8)
[Reading memo] Linux standard textbook (Chapter 1 to Chapter 6)
[For memo] Linux Part 2
I read "Linux standard textbook"!
Linux standard textbook chapter end test answer
Linux standard textbook (ver3.0.2) I tried Chapter 1
Linux x memo
linux (ubuntu) memo
Linux # Command Memo 1
List memo writing part 2
New Linux commands! !! Part 2
Python basic memo --Part 2
FastAPI Tutorial Memo Part 1
Python basic memo --Part 1
NTP configuration memo on Linux
Android HCE Survey Memo (Part 2)
Try normal Linux programming Part 7
Part 1 of receiving standard input
Try normal Linux programming Part 2
Try normal Linux programming Part 3
Try normal Linux programming Part 4
Linux tar xz command memo
Try normal Linux programming Part 6
Trying normal Linux programming Part 1
New Linux textbook (study notes)
[For AtCoder] Standard input memo
Linux Frequently Used Commands [Personal Memo]
WSL2 ~ Linux on Windows ~ (Part 1: Introduction)
Install tensorflow in Docker (LINUX) (memo)
FastAPI Tutorial Memo Part 3 Query Parameters
FastAPI Tutorial Memo Part 2 Path Parameters
Read Normal Linux Programming (Part 1 Only)
Mastodon Bot Creation Memo: Part 4 Summary
[For memo] Linux Part 2
heroku memo (for myself)
Python memo (for myself): Array
Python code memo for yourself
[For AtCoder] Standard input memo