Tag: Network

0

TLS

TLS 기술의 탄생 배경. 특정 호스트에 접근하려고 할때 거쳐야하는 곳들이 많다. 즉 거쳐가는 곳들에서 내가 전송하는 데이터가 그 중간에 있는 DCE 장비들이 확인할 수 있다는 점이 문제다. 예를 들면 서버에서 전달하는 데이터가 그 사이에있는 라우터나, 스위치에서 해당 데이터를 볼 수 있다. 두번째는 목적지로 설정한 곳이 정말 내가 생각한 목적지가 아닐 수

0

TCP vs UDP

TCP (Transfer Controler Protocol)UDP (User Datagram Protocol)전송계층 - 엔드 포인트간에 신뢰성있는 데이터 전송을 담당하는 계층.신뢰성 - 데이터를 순차적, 안정적인 전달. 전송 - 포트 번호에 해당하는 프로세스에 데이터를 전달.포트 번호에 맞는 프로세스를 찾아준다는 것. 이게 전송계층이 해주는 일이였구나.

0

Checking network status using telnet command

telnet actually is operated on 23 port number. but if you just check the network status whether it’s opened or blocked, you can use telnet command. 1> telnet 180.70.98.168 6393 If it is opened, It

0

Create Custom AMI

Create Custom AMIWe can create custom ami using the instance setting information, which made before. Let’s modify as the below code and Press the ‘Create image’ button 1234567Image name : web9Image d

0

Configuration of AWS ALB

Configuration of Amazon Load Balancer Do you know the function of Load Balancer in the network? if you have just a one web server and the number of your customer is not too many, then actually You don

0

Configuration of AWS EC2

Configuration of EC2 instance Let’s start to configure the AWS EC2 in the subnet when you complete to configure the network. EC2EC2 means the abbreviation of ‘Elastic Compute Cloud’. We can define thi

0

Configuration of Network for AWS (1/2)

Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab

0

Configuration of Network for AWS (2/2)

Configuration of AWS Network Flow Enter AWS Website and Joining at there Create VPC Create Subnet Create Internet Gateway and Attach this to VPC Create NAT Gateway Create Route Tab