Random Questions Flashcards

영어 부분을 확인하고 이해되지 않는 경우 한국어로 번역하려면 ChatGPT를 사용하세요.

1
Q

What is a terminal?

A

A terminal also known as the command line.

터미널은 컴퓨터와 사용자 간의 문자 기반 상호작용을 제공하는 프로그램입니다.

It is how you access the computer’s file system without using the computer’s GUI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a GUI?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Malware?

A

말웨어는 컴퓨터 시스템을 손상시키거나 정보를 도용하는 악성 소프트웨어입니다.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a worm?

A

웜은 사용자 개입 없이 다른 컴퓨터로 확산되기 위해 스스로 복제하는 악성 소프트웨어입니다.

This can happen over a network (remember this)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is SSH?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a server?

A

서버는 네트워크를 통해 다른 컴퓨터에 자원, 데이터, 또는 서비스를 제공하는 컴퓨터나 시스템입니다.

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the cloud?

A

클라우드는 인터넷을 통해 데이터 저장, 서버, 소프트웨어 등 다양한 컴퓨터 자원을 제공하는 서비스입니다.

This is made up of a bunch of servers stored in different warehouses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a firewall?

A

방화벽은 미리 설정된 보안 규칙에 따라 들어오고 나가는 네트워크 트래픽을 모니터링하고 제어하는 보안 시스템입니다.

It’s like the security guard letting everyone in and out of a party.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a VPN?

A

VPN (가상 사설 네트워크)은 인터넷과 같은 덜 안전한 네트워크를 통해 안전하고 암호화된 연결을 만드는 서비스입니다.

This ensures data cannot be accessed through a series of encryption methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are ports?

A

포트는 네트워크에서 데이터가 송수신되는 가상의 끝점입니다. 컴퓨터에서 실행 중인 특정 프로세스나 서비스를 식별하는 데 도움을 줍니다.

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the internet ports?

A

Port 80
Port 443

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the difference between port 80 and 443?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is traffic?

A

트래픽은 네트워크를 통해 전송되는 데이터로, 장치 간의 모든 들어오고 나가는 정보 패킷을 포함합니다.

This is a rough term that can apply to the internet and specific applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are certificates?

A

인증서는 사용자, 장치, 또는 서비스의 신원을 확인하고, 네트워크를 통해 안전하고 암호화된 연결을 설정하는 데 사용되는 디지털 문서입니다.

This is one of the ways used to check whether a site is safe and can be trusted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are logs?

A

로그는 시스템 내에서 발생한 이벤트, 활동, 또는 거래의 기록으로, 모니터링, 문제 해결, 및 감사 목적으로 사용됩니다.

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is network latency?

A

네트워크 지연 시간은 데이터가 네트워크에서 한 지점에서 다른 지점으로 이동하는 데 걸리는 시간으로, 보통 밀리초 단위로 측정됩니다.

This is important when doing back-ups, restoring data and a lot of other different tasks.

16
Q

What are back-ups?

A

Back-ups are copies of data that are created to prevent loss in case the original data is damaged, lost, or corrupted.

백업은 원본 데이터가 손상되거나 분실, 또는 손실될 경우를 대비해 만든 데이터의 복사본입니다. 이는 데이터 보호와 복구를 위해 필수적입니다. 백업은 파일, 데이터베이스, 전체 시스템 또는 기타 중요한 정보를 대상으로 할 수 있습니다. 백업은 외장 하드 드라이브, 클라우드 스토리지 또는 기타 저장 장치에 저장될 수 있습니다. 백업을 정기적으로 업데이트하면 비상 상황에서 최신 데이터를 사용할 수 있습니다.

17
Q

What is restore / restoring data?

A

Restores refer to the process of retrieving data from a backup to its original location or a new one.

복구는 백업된 데이터를 원래 위치나 새로운 위치로 되돌리는 과정을 말합니다. 이는 원본 데이터가 손실되거나 손상되었거나 사용할 수 없을 때 수행됩니다. 복구 과정은 백업된 데이터를 다시 접근하고 사용할 수 있도록 합니다. 이는 데이터 복구 전략의 중요한 부분으로, 실패나 데이터 손실 사고 후에 파일, 응용 프로그램 또는 전체 시스템을 복구할 수 있게 해줍니다.

18
Q

What is NGINX?

A

NGINX is an open-source web server software that can also be used as a reverse proxy, load balancer, mail proxy, and HTTP cache.

NGINX는 오픈 소스 웹 서버 소프트웨어로, 리버스 프록시, 로드 밸런서, 메일 프록시, HTTP 캐시로도 사용할 수 있습니다. NGINX는 높은 성능, 안정성, 그리고 낮은 자원 소비로 잘 알려져 있습니다. 정적 콘텐츠를 제공하거나 여러 서버 간의 부하를 분산시키고, 많은 동시 접속을 효율적으로 관리하는 능력 덕분에 고트래픽 웹사이트에서 자주 사용됩니다. HTTP, HTTPS, SMTP, POP3, IMAP 프로토콜을 지원하여 웹 서버 및 애플리케이션 전달 인프라에서 다용도로 사용될 수 있는 도구입니다.

19
Q

What is a reverse proxy?

A

A reverse proxy is a server that sits between client devices and a web server. It forwards client requests to the appropriate backend servers and then sends the server’s response back to the clients.

리버스 프록시는 클라이언트 장치와 웹 서버 사이에 위치한 서버입니다. 클라이언트의 요청을 적절한 백엔드 서버로 전달하고, 서버의 응답을 클라이언트에게 다시 보냅니다. 리버스 프록시는 로드 밸런싱, 웹사이트 성능 개선, 보안 강화, 정적 콘텐츠 캐싱을 위해 사용됩니다. 모든 들어오는 요청을 처리함으로써, 리버스 프록시는 백엔드 서버가 인터넷에 직접 노출되지 않도록 보호하고 공격의 위험을 줄일 수 있습니다.

20
Q

What is a mail proxy?

A

A mail proxy is a server that acts as an intermediary for email communications. It can be used to filter and manage email traffic, secure communications, and balance the load of mail servers.

메일 프록시는 이메일 통신을 중계하는 서버입니다. 이메일 트래픽을 필터링하고 관리하며, 통신을 안전하게 하고, 메일 서버의 부하를 분산시키는 데 사용할 수 있습니다. 메일 프록시는 스팸 필터링, 바이러스 검사, 데이터 손실 방지와 같은 추가적인 보안 기능을 제공합니다. 이메일 트래픽을 메일 프록시를 통해 라우팅함으로써, 조직은 보안 조치를 강화하고 신뢰성 있고 효율적인 이메일 전송을 보장할 수 있습니다.

21
Q

What are Status Codes?

A
22
Q
A
23
Q

What is a 502 Status code?

A
24
Q

What is a 404 Status code?

A
25
Q

What is a 200 Status code?

A
26
Q

What is SQL?

A
27
Q
A