Chapter 3: OSI Model
Network ကိုု အတန္အသင့္ ေလ့လာခဲ့ပီးပီဆိုုေတာ့ အေျခခံက်တဲ့ OSI model ကိုု ဆက္လက္ေလ့လာ ၾကရေအာင္ဗ်ာ။ network ကိုု စတင္ပီး အသံုုးျပဳ ၾကတုုန္းက ဆိုုရင္ ေတာ္ေတာ္ ေလးကိုု ပရမ္းပတာ နိုုင္ခဲ့တာပါ။ vendor တစ္ခုုစီတိုုင္းမွာ ကိုုယ္ပိုုင္ solution တစ္ခုုစီနဲ႔ေပါ့။ အဲတာေၾကာင့္ မိုု႔လိုု႔လဲ OSI model ျဖစ္ေပၚလာဖိုု႔ အေၾကာင္းဖန္လာတာပါ။ vendor ေတြအားလံုုး တူညီတဲ့ စံႏွုုန္း တစ္ခုုေပၚမွာ အလုုပ္လုုပ္ၾကဖိုု႔ international organization for standardization ကေနပီးေတာ့ OSI model ကိုု 1984 မွာ release လုုပ္ခဲ့တာပါ။ OSI ဟာ network ကိုု ေလ့လာသင္ယူမဲ့ သူေတြ အတြက္ေရာအလြန္ေကာင္းမြန္တဲ့ model တစ္ခုုလဲ ျဖစ္ပါတယ္။ သူ႕မွာ ူlayer ၇ခုုပါ ပါတယ္။

All People Seem To Need Data Processing
အဲလိုု အလြယ္မွတ္ၾကပါတယ္။ က်ေနာ္ကေတာ့ မမွတ္ေစခ်င္ဘူး။ network ကိုု ေလ့လာေတာ့မယ္ဆိုုရင္ layer 7 ရဲ့ အလုုပ္လုုပ္ပံုုနဲ႔ သေဘာတရားကိုု စဲြျမဲေနရမွာ ျဖစ္ပါတယ္။အလြတ္ က်က္မွာရမည့္ အရာမဟုုတ္လိုု႔ပါ။ ထားပါေတာ့။ က်ေနာ္တိုု႔ layer 1 ကေနစပီးေလ့လာၾကည့္ၾကရေအာင္၊
3.1 OSI seven Layer
Layer 1: physical layer
ဒီ layer မွာ voltage levels, timing, physical data rates, physical connectors စတာေတြကိုု သတ္မွတ္ေပးပါတယ္။ physical layer မွာေတာ့ hub, cable, media, repeater, transceiver and NIC card စတာေတြ ပါ၀င္ပါတယ္။ everything you can touch since it is physical.
Layer 2: Datalink layer
ဒီ layer ရဲ့ အဓိက တာ၀န္ကေတာ့ transmission လုုပ္ဖိုု႔ အတြက္ ိdata format ရယ္ physical media ေတြကိုု ဘယ္လိုု control လုုပ္ရမယ္၊ access လုုပ္ရမယ္ဆိုုတာေတြ ပါ၀င္ပါတယ္။ error detection ကိုု ဂရုုတစိုုက္ လုုပ္ေဆာင္ေပးပီး error correct , reliably ရဖိုု႔ တာ၀န္ယူပါတယ္။ switching, MAC address,
And Ethernet frames are on the data link layer. Layer 2 devices ေတြကေတာ့ switch, bridge, wireless access point စတာေတြျဖစ္ပီး၊ ppp, Ethernet,စသည့္ protocol ေတြကိုု အသံုုးျပဳပါတယ္။
Layer 3: Network layer
ဒီ layer ကေတာ့ connectivity and patch selection (routing) ကိုု အဓိက လုုပ္ေဆာင္ေပးပါတယ္။ internet protocol ျဖစ္တဲ့ IPv4 and IPv6 တိုု႔ အလုုပ္လုုပ္တဲ့ layer လဲ ျဖစ္ပါတယ္။ every network devices need a unique address on the network. Layer 3 ရဲ့ devices ကေတာ့ routers ေတြျဖစ္ပီး protocol ကိုု ေျပာပါဆိုုရင္ေတာ့ internet protocol ,IPv4 and IPv6 ပဲျဖစ္ပါတယ္။
Layer 4: Transport layer
ဒီ layer ကေတာ့ transport ကိုုပဲ လုုပ္ေပးပါတယ္။ အခုု ဒီစာအုုပ္ကိုု အင္တာနက္က ေန သင္ download လုုပ္တဲ့ အခ်ိန္မွာ pdf file ဟာ segement အေနနဲ႔ သင့္ရဲ့ computer ထဲကိုု ေရာက္လာတာပါ။
- TCP lives here; it is a protocol which send data in a reliable way.
- UDP lives here; it is a protocol which sends data in an unreliable way.
Layer 5: Session layer
ဒီ layer ကေတာ့ host ၂ခုု ၾကားမွာ session ေတြကိုု establishing, managing and termination စတာေတြကိုု တာ၀န္ယူလုုပ္ေဆာင္ေပးပါတယ္။ သင္ဟာ website တစ္ခုု ကိုု အင္တာနက္ကေနတဆင့္ access လုုပ္ မယ္ဆိုုရင္ ေတာ့ တျခားသူေတြ အသံုုးျပဳမွဳနဲ႔ session ေတြ မတူၾကပါဘူး။ အဲတာ ကိုု session layer က လမ္းေၾကာင္းသတ္မွတ္ေပးတာပါ။ this webserver needs to keep track of all the different sessions.
Layer 6: Presentation layer
ဒီ layer ကေတာ့ က်ေနာ္တုုိ႔ ရဲ့ information ေတြကိုု application layer မွာ readable ျဖစ္ေအာင္ formatting and structuring လုုပ္ေပးတာျဖစ္ပါတယ္။ most computers use the ASCII table for characters. If another character like EBCDIC than the presentation layer needs to refotmat the data so both computers agree on the same characters.
Layer 7: Application layer
Here are your applications. E-mail, browsing the web (HTTP or HTTPs), FTP and more.
ဟုုတ္ကဲ့ပါ၊ network engineer တစ္ေယာက္အေနနဲ႔ osi 7 layer ကိုု ရင္းနွီးပီးသားျဖစ္မွာပါ။ အဲဒီေတာ့ စာျပန္ေနြးတဲ့ အေနနဲ႔ပဲ အက်ဥ္းခ်ံုဳ႕ ပီး ေရးထားတာျဖစ္ပါတယ္။
Going from the application layer all the way down to the physical layer is what we call ENCAPSULATION. Going from the physical layer and working your way up to the application layer is called DE-ENCAPSULATION.
အခုု က်ေနာ္တိုု႔ OSI-model အေၾကာင္းလဲ သိပီ၊ မတူညီတဲ့ layer ေတြနဲ႔ သူတိုု႔ ရဲ႕ function ေတြကိုုလဲ တီးမိေခါက္မိ ပီဆိုုေတာ့ ေရွ႕ဆက္ၾကမယ္ေလ ေနာ။
During peer-to-peer communication each layer has packets of information. We call these protocol data unit (PDU).
Now every unit has a different name on the different layers
- Application, presentation, session; we talk about DATA
- Transport layer; we talk about TCP SEGMENTS
- Network layer; we talk about IP PACKETS
- Data link layer; we talk about ETHERNET FRAME
- Physical layer; we talk about BIT
ေနာက္တစ္ခုု
Network model မွာ တျခား popular ျဖစ္တဲ့ model ရွိပါေသးတယ္။ အဲတာကေတာ့ TCP/IP stack ပါပဲ
As you can see the upper three layers are now combined to the “Application layer”. The
network layer is called the “Internet” layer and the bottom 2 layers are combined into the
“Network Access” layer.

က်ေနာ္တို႕ Chapter 4: TCP/IP Protocol မွာ ျပန္ေတြ႕ၾကမယ္ဗ်ာ။
#Nikoye Network Training
ပထမ ေတာ့ သူတို႕ မင္းကို မသိက်ိဳးကၽြံ ျပဳၾကလိမ့္မယ္
ေနာက္ပီး မင္းကို ေလွာင္ရယ္ၾကလိမ့္မယ္
ပီးေတာ့ တိုက္ခိုက္ၾကလိမ့္မယ္
ဒါဆိုရင္ မင္းနိုင္ပီေလ။။
Gandhi





















