일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 0 replica
- Benchmarks
- spring boot
- logback
- Database
- SW 마에스트로
- istio
- propogation
- Strimzi
- MSSQL
- Leaderboard
- keda
- zset
- Kubernetes
- Salting
- 동등성
- hammerDB
- Helm
- slow query
- blue-green
- eks
- docket
- traceId
- 스프링부트
- Kafka
- yml
- virtualservice
- Grafana
- minreplica
- Debezium
- Today
- Total
목록전체 글 (65)
김태오

Reliable communication and unreliable communication are two distinct approaches to data transmission, each with their own advantages and trade-offs: Reliable Communication: a. Ensures data is transmitted accurately and completely from the sender to the receiver. b. Employs error checking, retransmission of lost packets, and acknowledgment mechanisms to guarantee successful data delivery. c. Main..

Connectionless Protocol: Unlike TCP, UDP is a connectionless protocol, meaning it does not establish a persistent connection between devices before transmitting data, making it faster and more lightweight. No Error Recovery: UDP does not provide error recovery or retransmission of lost packets. This makes it suitable for applications where low latency and real-time data delivery are more importa..

TCP (Transmission Control Protocol) and SCTP (Stream Control Transmission Protocol) are both transport layer protocols used in computer networks to establish reliable connections and transfer data between devices. TCP: Connection-oriented: Before data transfer, a connection must be established between the sender and receiver. Reliable: It ensures data is delivered correctly by using acknowledgem..

Connectionless and connection-oriented are two communication methods used in networking and data transmission. They refer to how data is sent between devices or systems, and each has its own set of advantages and disadvantages. Connection establishment: Connectionless: In a connectionless communication, no dedicated path or connection is established between the sender and receiver before data tr..

Multiplexer (MUX): Function: A multiplexer is a combinational circuit that selects one of several input signals and forwards the selected input to a single output line. Purpose: Its primary purpose is to reduce the number of physical lines required for communication, thus saving space, cost, and complexity. Control Signals: A multiplexer uses control signals (also called select lines) to determi..

IP Address: Identification: An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. Function: IP addresses serve two main functions - identifying the host or network interface and providing the location of the host in the network. Structure: IPv4 addresses consist of four sets of numbers separated by dot..