# still working

2개의 포스트
post-thumbnail

Git & GitHub Ch.2

Git Version Control Making local git repository To learn the basic concepts of the git, I created a repository on my computer. If you go to the directory where you want to create the repository and initialize the git, you can control the version of the files in that directory from then on. Initialize git You can make directory for making git repository using the following command. > _mkdir git-repository cd git-repository/_ After that, the directory can be initialized to use the g

2023년 3월 29일
·
0개의 댓글
·
post-thumbnail

Data Communication Ch.1

OSI 7 Layer OSI(Open System Interconnection)은 ISO(International Organization for Standardization)에서 개발한 네트워크 프로토콜 모델이며, OSI 7 Layer은 컴퓨터 네트워크에서 데이터 통신을 위해 사용되는 프로토콜을 7개의 계층으로 나누어 정의한 것이다. OSI 7 Layer 모델 은 Physical Layer, Datalink Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer 의 7개 계층으로 구성되어 있다. 7 layer으로 나눈 이유? OSI 모델에서 프로토

2023년 3월 27일
·
0개의 댓글
·