Questions tagged [protocol]

47 questions
40
votes
5 answers

What are the exact protocol level differences between SSL and TLS?

This is a technical deep dive after this overview question was asked. What are the protocol differences between SSL and TLS? Is there really enough of a difference to warrant a name change? (versus calling it "SSLv4" or SSLv5 for the newer versions…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
15
votes
2 answers

What's the point of repeating an email address in "The Envelope" and the "The Header"?

I learned that both the FROM address and the TO address is repeated in a hidden element called the "envelope", and then repeated again in the "body". Question Why isn't the envelope data copied into the "header"? Why does this duplication exist,…
TLDR
  • 301
  • 2
  • 9
12
votes
1 answer

Why is FileZilla so much faster than PSFTP?

I'm using FileZilla 3.10.3 and PSFTP 0.63 (PuTTY). Can anyone help me figure out why the throughput I get is so drastically different between the two clients? It can't just be a shortcoming of the SFTP protocol, because FileZilla (and WinSCP) is…
Chris
  • 231
  • 1
  • 6
12
votes
2 answers

What's the protocol-level difference between IPSec and "Cisco IPSec"?

Most VPN clients distinguish between IPSec and "Cisco IPSec." For example, (Apple's) iOS treats them as essentially separate things. But I can't find any explanation of what the protocol-level differences are. They may be minor, but there definitely…
Dave Peck
  • 223
  • 1
  • 6
11
votes
2 answers

RFC that requires DNS servers to respond to unknown domain requests

My domain registrar and DNS provide currently ignores DNS requests to unknown domains. By ignore I mean black-holes and never responds which causes my DNS clients and resolver libraries to retry, back off, and finally timeout. dig @NS3.DNSOWL.COM…
Gray
  • 569
  • 1
  • 5
  • 17
9
votes
2 answers

Which file transfer protocols support server-side copying?

I'm wondering which file transfer protocols available on Linux support server-side copying (and doesn't internally download and reupload files). The simplest use case I have is for copying large files (such as VMs) from one directory to another on…
7
votes
2 answers

Can nginx use different SSL protocols in different server blocks?

I'm trying to setup a hostname to demonstrate a poor SSL config and I'm having some issues. I can specify some bad cipher suites, but nginx seems to ignore the protocol selection. server { listen 443 spdy ssl; keepalive_timeout 70; …
Scott Helme
  • 171
  • 1
  • 4
7
votes
2 answers

Formal separation marker of syslog events?

I've been looking at RFC5424 to find the formally specified marker that will end a syslog event. Unfortunately I couldn't find it. So If I wanted to implement some small syslog server that reacts on certain messages what is the marker that ends a…
Martin M.
  • 6,428
  • 2
  • 24
  • 42
6
votes
4 answers

Nginx with SPDY Draft 3, is possible?

I'm currently using Nginx 1.4.1 with SPDY module. Unfortunately, the Nginx SPDY module, work only with the Draft 2 of protocol. Is there a way to use Nginx, with SPDY Draft 3?
Eghes
  • 89
  • 7
4
votes
1 answer

SSH without invoking shell

I've managed to mess up some shared libraries on my system, and now my shell cannot be run, thus locking me out of the system. Both ssh, sftp, and scp, as configured on the remote system, seem to rely on the shell, so those alternatives are out.…
A__A__0
  • 393
  • 2
  • 6
  • 16
3
votes
3 answers

Can anyone guess what protocol these packets belong to?

We see these packets being injected in an FTP-DTP channel during a downlink file transfer on Telstra's NEXTG mobile network. We are not sure if these are network level packets, a problem with our 3G modem (HC25 based) or something like our firewall…
user27695
3
votes
1 answer

tcpdump - prevent interpreting/decoding protocols

Is there a way to stop tcpdump from (mis)interpreting protocols in captured packets? It assumes that traffic coming from port 4500/udp is always IPSec traffic, 53/udp is DNS query, etc and tries to decode it. That's a problem for me because I can't…
aqz
  • 53
  • 1
  • 4
3
votes
1 answer

Can I get a clear summary of the new features of pNFS?

So I'm somewhat familiar with NFS and ilk, and I realize that NFS 4 is adding a host of new features, when I stumble onto pNFS. It appears to be "parallel" NFS storage, but the diagrams and explanations that I'm getting are about as clear as…
Avery Payne
  • 14,326
  • 1
  • 48
  • 87
3
votes
5 answers

Best/Secure Windows 2008 Server transfer protocol

I hate FTP because it is not secure, passwords are cleartext, etc. I want something safe for my windows server and I used to use sftp on linux for a while but now I turned to windows solution so I'm a bit of a newbie about it. I'd like to know,…
Tommy B.
  • 1,403
  • 2
  • 14
  • 14
2
votes
2 answers

Listener Protocol for ELB in front of Squid Proxy

We have two Squid proxy servers for High availability. We want to use Amazon ELB in front of these Squid proxy servers. When we use Load Balancer Protocol as TCP and port 8080, Instance Protocol TCP and port 3128 -- After exporting squid proxy using…
Neetika
  • 71
  • 2
  • 5
1
2 3 4