New: tcpAll contenthive-129948hive-196917krhive-180932hive-150122zzansteemhive-166405hive-185836hive-183959photographyhive-144064hive-145157hive-188619hive-101145hive-184714uncommonlabhive-183397hive-103599bitcoinhive-193186steem-atlashive-193637hive-139150hive-170554TrendingNewHotLikersurussword377 (32)in protocol • 8 days agoTCP vs UDP: A Comprehensive ComparisonWant to know how the internet keeps everything moving smoothly behind the scenes? It all comes down to transport protocols. These are the unsung heroes, ensuring that your messages, videos, and…cccoinx (29)in cn • 10 months ago关于io.Discard在tcp连接中使用场景使用场景 一个常用的CS架构的http的请求代码例子: request, err = http.NewRequest(method, reqUrl, nil) cccoinx (29)in cn • 10 months agoTCP可靠传输基础概念概述 点对点: 一个发送方,一个接收方 可靠的,按顺序的 字节流 : 没有报文边界 管道化(流水线):TCP拥塞控制和流量控制设置窗口大小,分组发送和接收。 发送和接收 缓存 全双工 :在同一连接中数据双向流动,按照MSS(最大报文段)进行数据报传递。 面向连接 :…bevywise (25)in steemhunt • 4 years agoL4Server - Collect data from TCP UDP endpointsL4Server Collect data from TCP UDP endpoints Screenshots Hunter's comment Link This is posted on Steemhunt - A place where you can dig products and earn STEEM. View…nikoleondas (61)in hive-193552 • 5 years agoMy Actifit Report Card: August 1 2020Yesterday was one more tired day with many steps under the hot sun but this weekend is expected to be tired but very interesting. This report was published via Actifit app ( Android |…nikoleondas (61)in hive-193552 • 5 years agoMy Actifit Report Card: July 12 2020Few steps today in super market. This report was published via Actifit app ( Android | iOS ). Check out the original version here on actifit.io…cryptomaniacsgr (64)in steemleo • 5 years agoType, Improve, EarnHey everyone! How nice, two days ago i was writing about what typeearn is and how to join and get some TCP while increasing your typing skills and now i have already 82 of those tokens and closer…johan-nygren (63)in tcp • 5 years agoOSI network layer (layer 3) based on geographical position, geospatial network addressesSince data transmission on the internet conforms to geography, perhaps the best indicator of distance between two nodes (in terms of transportation of data) could be their geographical location.…sslinux (42)in golang • 6 years agoGolang Socket Programsocket编程 什么是Socket? Socket起源于Unix,而Unix基本哲学之一就是“一切皆文件”,都可以用“打开open –> 读写write/read –> 关闭close”模式来操作。 Socket就是该模式的一个实现,网络的Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。S…cifer (60)in tcp • 6 years ago[随记] 关于 TCP 的全双工今天又听到关于 TCP 是全双工通信的讨论, 勾起了一些思索. 全双工, 半双工这些术语在网络行业中比较严谨. 全双工指的是发送的同时也能接收, 这意味着通信的两端至少要有两条线, 一条线发送另一条线接收, 这样才能够达到 "发送的同时也能接收". 像传统以太网这种总线结构, 一台主机发送其它主机就只能等, 是不能称之为全双工的. 802.11 这种无线网络…syou (25)in tcp • 7 years ago열혈 TCP/IP 소켓 프로그래밍 내용 확인문제 chap.021. 프로토콜 프로토콜 이란 통신규약으로 데이터를 주고받기 위해 정해놓은 규칙을 말한다. 예를 들어, a가 b에게 사진을 전송한다고 했을 때 메일로 보내는지, 우편으로 보내는지, 메신저로 보내는지, 아니면 b도 모르는 또 다른 매체를 통해서 보내는지 알 수 없다면 b는 그 사진을 전달받을 수 없다. 뿐만 아니라 암호화된 데이터가 어떻게 암호화됐는지…mamunjm (53)in protocols • 7 years agoWhat is Protocols?Protocols: Common ground rules of communication between computers, I/O devices, and many software programs Examples: HTTP: between Web servers and Web browsers. TCP/IP: between computers on…syou (25)in tcp • 7 years ago[책 리뷰] TCP/IP가 보이는 그림책TCP/IP가 보이는 그림책 눈에 보이지 않는 네트워크를 그림으로 표현해서, 네트워크를 처음 접하는 사람도 쉽게 이해할 수 있도록 풀어 쓴 책이다. 네트워크, 프로토콜, TCP/IP에 대한 전반적인 소개로 시작으로 TCP/IP 각 층의 역할을 단원별로 소개해 두었다. 입문서와 같은 책이다 보니 다양한 내용이 소개되는 것에 비해 각 내용의 깊이가…remushossain (9)in ipv4 • 7 years agoIPv4 - TCP/IP ModelA majority of the internet uses a protocol suite called the Internet Protocol Suite also known as the TCP/IP protocol suite. This suite is a combination of protocols which encompasses a number of…znxkznxk1030 (25)in tcpipacknak • 7 years agoTCP 는 어떻게 신뢰성 있는 통신을 할까?TCP 는 어떻게 신뢰성 있는 통신을 할까? 1. 잘 받았으면 ACK, 못 받았으면 NAK 기본적으로 TCP(전송 제어 프로토콜)에서 신뢰성 있는 네트워크를 구성하기 위해서, 오류가 났다면 보냈던 TCP Segment를 다시 보내주게 된다. 이를 위해 수신자는 잘 받았다면 ACK(Positive Acknowledge)를, 중간에 오류가 났다면…wonnieyoon (58)in kr-science • 7 years ago[it-story] TCP/IP는 어떻게 생기게 됬을까?(이미지 : 구글) 안녕하세요!! @wonnieyoon입니다. 현재 컴퓨터 네트워크에서 가장 유명한 프로토콜은 TCP/IP로 가장 많이 사용되고 있습니다. TCP/IP가 이렇게 까지 많이 보급된 이유는 무엇일까요? 인터넷 발달의 역사를 통해 생각해봅시다. 군사 기술의 응용에서 시작 1960년대에는 연구소,대학 등에서 통신 기술에 대한…charnelle2 (25)in tcp • 8 years agoCheck this out!-AVAILABLE WORLDWIDE -NOT MLM -MAKE $10,000 GIVING THIS AWAY FOR FREE ->bitworkers (52)in blockchain • 8 years agoBitcoin Deep Study - Perl6 HON P2P Networking - Building a node-to-node communication system as if the nodes were talking to each otherAll Bitcoin's communication are done over TCP TCP stands for Transfer Control Protocol and is part of the Internet protocol suite which also includes IP (Internet Protocol). Mocking up…realme (40)in linux • 9 years agoEasily exploitable security vulnerability found in Linux TCP from version 3.6 especially concerning unencrypted connectionsThe attacker needs to know the two IP addresses and ports and the next serial number of the challenge ACK packets introduced in RFC 5961. These can be used to spoof packets and for example inject…