Skip to content

gitx64/Nix_configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OSI MODEL

Layer 7: Application layer

its implemented in software or application . user commiunicates sends messages sends requests .

Layer 6: Presentation layer

takes the data from layer1 and converts the data (char , letter , ascii) to machine level code.

Layer 5: Session Layer

Helps in setting up the connections and helps authentication (sending recieving requests etc.) assumes layers below will do its things.

Layer 4: Transport layer

data got from session layer will be divided into small parts like segments. And every segment will contain the port number and sequence number. flowcontrol. Also manages lost data packets by udp (doesnt require acknowledgement of recieved data).

Layer 3: Network layer

After getting from Transport layer basically it manages the logical addressing like ip addressing. And makes ip packet with the ip address from sender and the ip of reciever to every segments of data packets. To ensure every data packet goes to the correct location. Also router resides here in this layer.

Layer 2: Data link

It allows to directly commiunicate with computer or hosts. In that case with data packets the sender and the reciever ip address with a subnet mask will be shared with data packets. And the MAC addresses of machines are connected to the data packets.

Layer 1: Physical Layer

The hardware section with like cables wires. Now this layer helps to convert data packets to electrical signal or if optical fibre wire then to light signals, and operates the last things.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages