Random Questions Flashcards
영어 부분을 확인하고 이해되지 않는 경우 한국어로 번역하려면 ChatGPT를 사용하세요.
What is a terminal?
A terminal also known as the command line.
터미널은 컴퓨터와 사용자 간의 문자 기반 상호작용을 제공하는 프로그램입니다.
It is how you access the computer’s file system without using the computer’s GUI.
What is a GUI?
GUI stands for Graphical User Interface.
GUI는 사용자와 컴퓨터 간의 상호작용을 시각적으로 제공하는 그래픽 사용자 인터페이스입니다.
These are icons that you have on your home screen or the folder system where your files are stored.
It is how the average person uses a computer or any device.
What is Malware?
말웨어는 컴퓨터 시스템을 손상시키거나 정보를 도용하는 악성 소프트웨어입니다.
What is a worm?
웜은 사용자 개입 없이 다른 컴퓨터로 확산되기 위해 스스로 복제하는 악성 소프트웨어입니다.
This can happen over a network (remember this)
What is SSH?
SSH는 네트워크를 통해 안전하게 다른 컴퓨터에 접속하고 명령을 실행할 수 있게 해주는 프로토콜입니다.
It allows you to connect to a server far away also known as a “remote server” by creating a connection known as a tunnel.
What is a server?
서버는 네트워크를 통해 다른 컴퓨터에 자원, 데이터, 또는 서비스를 제공하는 컴퓨터나 시스템입니다.
It is very much like a giant computer, but it is usually bigger and far away in some company’s warehouse e.g. Google. This is how you get the cloud.
What is the cloud?
클라우드는 인터넷을 통해 데이터 저장, 서버, 소프트웨어 등 다양한 컴퓨터 자원을 제공하는 서비스입니다.
This is made up of a bunch of servers stored in different warehouses.
What is a firewall?
방화벽은 미리 설정된 보안 규칙에 따라 들어오고 나가는 네트워크 트래픽을 모니터링하고 제어하는 보안 시스템입니다.
It’s like the security guard letting everyone in and out of a party.
What is a VPN?
VPN (가상 사설 네트워크)은 인터넷과 같은 덜 안전한 네트워크를 통해 안전하고 암호화된 연결을 만드는 서비스입니다.
This ensures data cannot be accessed through a series of encryption methods.
What are ports?
포트는 네트워크에서 데이터가 송수신되는 가상의 끝점입니다. 컴퓨터에서 실행 중인 특정 프로세스나 서비스를 식별하는 데 도움을 줍니다.
This is how different applications access computers far away.
e.g. Imagine children’s blocks of different shapes. You can’t put the wrong block in the wrong shape - same way certain ports are associated with certain things. Like port 22 for SSH
What are the internet ports?
Port 80
Port 443
What is the difference between port 80 and 443?
Port 80 uses http for traffic that is not secure and Port 443 uses https, the S standing for security, meaning it is secure.
This means that Port 443 uses certificates and encrypted keys to make sure a site is safe and port 80 doesn’t.
What is traffic?
트래픽은 네트워크를 통해 전송되는 데이터로, 장치 간의 모든 들어오고 나가는 정보 패킷을 포함합니다.
This is a rough term that can apply to the internet and specific applications.
What are certificates?
인증서는 사용자, 장치, 또는 서비스의 신원을 확인하고, 네트워크를 통해 안전하고 암호화된 연결을 설정하는 데 사용되는 디지털 문서입니다.
This is one of the ways used to check whether a site is safe and can be trusted.
What are logs?
로그는 시스템 내에서 발생한 이벤트, 활동, 또는 거래의 기록으로, 모니터링, 문제 해결, 및 감사 목적으로 사용됩니다.
These are very important as they often show you why applications or other things are not working and should often be the first thing you check.