| |
Protocolos de Rede
-
Computer and Communication Standards (and Cross References)
-
Official Internet Protocol Standards
By RFC Editor,
Internet Engineering Task Force (IETF).
This page lists those RFCs that have not been obsoleted and which
therefore represent the current level of standardization of
standards-track specifications. It also lists the RFCs that have been
explicitly given the HISTORIC status (rather than simply obsoleted).
-
Wikipédia - Categoria: Protocolos Internet [Em Português]
TCP/IP, DNS, HTTP, FTP, SOAP, SSH, TLS, Telnet, ICMP, UDP, SCP e outros.
Origem: Wikipédia, a enciclopédia livre.
Ver também:
Category: Internet protocols (em inglês).
-
Clube das Redes [Em português]
Por Luiz C. dos Santos.
Artigos sobre Rede:
assuntos e dicas relacionados aos serviços de rede e protocolos.
- Protocols.com
Protocols for WAN, LAN, ATM data communications and telecommunications.
TCP / IP: IP, IPv6, TCP, UDP, MPLS, others.
VoIP: H.323, MGCP, SIP, RTP, Megaco, Skinny, others.
Cellular: UMTS, GPRS, CDMA, GSM, WAP, others.
General: Frame Relay, ATM, PPP, SS7, X25, others.
-
ITtoolbox Networking
Base de conhecimento sobre Redes.
-
dtool - Network Universe
On-line networking resource. News, Networking, Security, Cisco,
Archives, Resources.
Fundamentos de Redes de Computadores
TCP/IP - Transmision Control Protocol / Internet Protocol
-
Arquitetura TCP/IP [PDF, Em Português]
Por prof. Rubens Queiroz de Almeida,
UNICAMP, outubro 2001. Slides do curso introdutório abordando a
arquitetura de protocolos TCP/IP. Também como
Slides separados, em Dicas-L.
-
Internet TCP/IP FAQs
-
IANA - IP Address Services
By Internet Assigned Number Authority
(IANA).
-
Address Allocation for Private Internets
A Internet Assigned Numbers Authority (IANA) reservou os seguintes três
blocos de espaço de endereçamento IP para internets privativas:
- 10.0.0.0 - 10.255.255.255 (prefixo 10/8)
- 172.16.0.0 - 172.31.255.255 (prefixo 172.16/12)
- 192.168.0.0 - 192.168.255.255 (prefixo 192.168/16)
-
Understanding IP Addressing: Everything You Ever Wanted To Know (Acrobat PDF)
By Chuck Semeria - 3Com Whitepaper, 1996. PDF disponível em FirstVPN.com.
-
Uri's TCP/IP Resources List
FAQs, tutorials, guides, web pages & sites, and books about TCP/IP.
By Uri Raz.
-
TCP/IP Resources
By Jack's Technical Resource Site.
-
Webopedia.com: TCP/IP
-
Google Directory: Internet Transmission Protocols
IP, TCP, ICMP, Networking Resources.
DHCP - Dynamic Host Configuration Protocol
O Protocolo de Configuração Dinâmica de Host
(DHCP - Dynamic Host Configuration Protocol) é um protocolo
Internet para automatizar a configuração de computadores que
usam TCP/IP. DHCP pode ser usado para automaticamente associar endereços
IP dinâmicos a dispositivos em uma rede, para enviar parâmetros de
configuração de pilha TCP/IP como máscara de sub-rede e
roteador padrão, e para prover outras informações de
configuração como o endereço para servidores de impressora,
relógio, news etc.
-
Resources for DHCP
-
ISC Dynamic Host Configuration Protocol (DHCP)
By Internet Software Consortium (ISC). The ISC DHCP Distribution
provides a freely redistributable reference implementation of all
aspects of the DHCP protocol, through a suite of DHCP tools:
DHCP server, DHCP client, DHCP relay agent.
-
DHCP Primer
By Michael Calore, Sep. 2000, Webmonkey - The Web Developer's Resource.
-
RFC-2131: Dynamic Host Configuration Protocol
By Ralph Droms, Bucknell University, March 1997.
RFC-2132: DHCP Options and BOOTP Vendor Extensions.
Book: The DHCP Handbook,
By Ralph Droms, Bucknell University; Ted Lemon, Internet Software Consortium.
DHCP FAQ,
by John Wobus.
-
DHCP mini-HOWTO
By Vladimir Vuksan. Linux Mini-HOWTO, Linux Documentation Project (LDP).
-
Windows DHCP FAQ
By John Savill's Windows NT/2000/XP FAQ, Windows2000FAQ.com.
-
Dynamic Host Configuration (dhc) Charter
By Internet Engineering Task Force (IETF).
-
Webopedia.com: DHCP
-
Google Directory: Internet Protocols: DHCP
BGP - Border Gateway Protocol
PPPoE/PPPoA - Point-to-Point Protocol over Ethernet/ATM
PPPoE (Protocolo Ponto-a-Ponto sobre Ethernet) é um protocolo usado
por muitos Provedores de Serviço Internet (ISP) ADSL.
Existe também o PPPoA, PPP sobre ATM.
-
General PPPoE Information
By Carrick Solutions Limited.
- RASPPPOE
RASPPPOE: PPP sobre Protocolo Ethernet
para Windows 95, 98, 98SE, ME, NT 4.0, 2000, XP, .NET.
Software gratuito por Robert Schlabbach.
-
Roaring Penguin PPPoE
RP-PPPoE is a free PPPoE client for Linux, NetBSD and Solaris,
by Roaring Penguin Software.
Se seu provedor internet (ISP) usa PPPoE, mas lhe forneceu um roteador,
você não deve precisar de um cliente PPPoE; DHCP deve funcionar bem.
Entretanto, se você possui um "modem" DSL e seu provedor usa PPPoE,
você deve precisar de um cliente PPPoE como RP-PPPoE para conectar ao
seu provedor do serviço PPPoE.
HTTP - HyperText Transfer Protocol
FTP - File Transfer Protocol
-
FTP - File Transfer Protocol
By Dr. D. J. Bernstein.
These pages are designed as a reference for the File Transfer Protocol (FTP).
Unlike the IETF FTP specifications, these pages describe how FTP actually
works (and doesn't work) in practice.
ftpparse:
ftpparse is a library written in C for parsing FTP LIST responses.
ftpparse is Open Source by D. J. Bernstein. Commercial use of ftpparse
is fine, as long as you inform him what programs you're using it in.
-
Pure-FTPd - A secure FTP daemon
Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server.
It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use.
It provides simple answers to common needs, plus unique useful features for personal users
as well as hosting providers.
Security first: Pure-FTPd is actively supported, and it was always designed with security
in mind, and the code is always re-audited as new kind of vulnerabilities are discussed.
The server can run with privilege separation for paranoid security.
It can even run 100% non-root, with its built-in chroot() emulation and virtual accounts.
Transmission of cleartext passwords and commands can be avoided: Pure-FTPd has optional
support for an SSL/TLS encryption layer using the OpenSSL library.
Pure-FTPd works on your server: The same source code compiles and runs on Linux, OpenBSD,
NetBSD, DragonflyBSD, FreeBSD, Solaris, Tru64, Darwin, Irix, HPUX, AIX and iPhone.
-
ProFTPd
ProFTPD: Highly configurable GPL-licensed FTP server software.
Projetado desde o início para ser um servidor FTP para Unix seguro e
configurável. ProFTPD inclui amplos recursos de configuração,
que os servidores em ambiente Win32 vêm oferecendo e que faltam no
popular wu-ftp.
-
WU-FTPD Development Group
Repositório oficial do WU-FTPD.
Wuarchive-ftpd, mais conhecido como wu-ftpd, é um daemon FTP
melhorado para sistemas Unix, desenvolvido na Universidade de Washington
(wustl.edu) por Bryan D. O'Connor (que não mais trabalha no projeto
ou o apoia). wu-ftpd é o mais popular ftp daemon na Internet,
usado em muitos sites FTP em todo o mundo. wu-ftpd é Open Source.
-
utftpd: a TFTP server
utftpd is a TFTP server with fine-grained access control, support for
blksize (RFC 2348) and timeout options, and support for revision control.
You can assign three different kinds of rights to every client: read,
write, and create. utftpd is free software and released under the GNU
General Public Licence. The package uses GNU autoconf and is aimed to be
portable. Hosted by Uwe Ohse.
-
publicfile
publicfile securely supplies files to the public through HTTP and FTP.
By D. J. Bernstein.
WAP - Wireless Application Protocol
-
WAP Forum
"WAP - The de facto worldwide standard for providing
Internet communications and advanced telephony services on
digital mobile phones, pagers, personal digital assistants
(PDAs) and other wireless terminals."
WAP Forum Technical: Specificatrions, White papers,
Developer Area.
-
Nokia - WAP on Web
-
Ericsson Mobile Internet
-
WAP Brasil [Em português]
WAPBrasil - o Site da Comunidade WAP (Wireless Application Protocol)
do Brasil. Aqui estão disponíveis o fórum de
discussão nacional sobre WAP, coletânea de notícias
sobre Internet Móvel, ferramentas para desenvolvimento de
páginas WML, browsers e simuladores, e mais.
-
Wireless Developers >> MsgCelular [Em português]
O Wireless Developers é a seção do MsgCelular
dedicada a todos os desenvolvedores de tecnologias wireless,
em especial WAP e SMS.
Aqui você encontra programas para downloads, links e
dicas para construir sites e serviços wireless.
Wireless Developers WAP:
Referência de WML e WML Script, Softwares de desenvolvimento
para WAP, Provedores de hospedagem gratuita para WAP,
Fóruns e tutoriais para aprendizagem de WML.
-
WABClub Brasil [Em português]
Site dedicado a informar a respeito da tecnologia de acesso a internet WAP.
História e Visão geral, Downloads, Exemplos e Tutoriais WML,
WAP Forum, Operadoras e Servidores. Linux, ASP e PHP com WAP.
-
eGroups : webwap [Em português]
Grupo de discussão em língua portuguesa sobre
tecnologia WAP, programação WML e WMLS.
Direcionada a desenvolvedores.
-
Forum WAP Programadores.com.br [Em português]
-
GOWap Brasil [Em português]
"O Portal WAP do seu celular"
SNMP - Simple Network Management Protocol
-
SNMPLink.org
Este site provê links e informação sobre SNMP (Protocolo Simples de
Gerenciamento de Rede) e MIB (Base de Informações Gerenciais).
-
SNMP FAQ
SNMP FAQ (partes 1 & 2) do newsgroup comp.protocols.snmp.
Editores: Panther Digital. Mirrors:
SNMP FAQs at faqs.org,
SNMP FAQs at SNMP Research.
-
CERT Advisory CA-2002-03
CA-2002-03: Múltiplas Vulnerabilidades em Várias Implementações do
Simple Network Management Protocol (SNMP). Última revisão: 18 Ago 2003.
Fonte: CERT/CC.
- Book:
Essential SNMP (326 pp.)
Autores: Douglas Mauro, Kevin Schmidt /
Publisher: O'Reilly Media,
Julho 2001 /
ISBN: 0-596-00020-0.
-
Net-SMNP
Anteriormente conhecido como ucd-snmp.
Net-SMNP é um pacote código-aberto com várias ferramentas relacionadas
ao Simple Network Management Protocol (SNMP), incluindo:
um agente extensível e um receptor de notificação; uma biblioteca SNMP;
ferramentas linha-de-comando para ler e atribuir informação através de
agentes SNMP; ferramentas para gerar e tratar traps SNMP;
uma variedade de módulos Perl realacionados a SNMP;
uma versão dos comandos 'netstat' e 'df' do Unix usando SNMP;
um navegador MIB em Tk/Perl.
Monitoramenento de Rede e Dispositivos
- Nagios
Enterprise-Class Open Source Monitoring.
Nagios is the leader in system, network, and application monitoring.
It's the industry standard for good reason.
-
MRTG: The Multi Router Traffic Grapher
O Multi Router Traffic Grapher (MRTG) é uma ferramenta para monitorar a
carga de tráfego em links de rede. MRTG gera páginas HTML contendo
imagens gráficas que provêm uma representação visual ao vivo deste tráfego.
MRTG é baseado em Perl e C e funciona sob UNIX e Windows NT.
MRTG está diponível gratuitamente sob os termos da Licença GNU GPL.
-
RRD Tool
RRD é a sigla para Round Robin Database. RRD is a system to store
and display time-series data (i.e. network bandwidth, machine-room
temperature, server load average). It stores the data in a very compact
way that will not expand over time, and it presents useful graphs by
processing the data to enforce a certain data density.
It can be used either via simple wrapper scripts (from shell or Perl) or
via frontends that poll network devices and put a friendly user
interface on it.
If you know MRTG, you can think of RRDtool as a reimplementation of
MRTG's graphing and logging features. But RRDtool is not a replacement
for MRTG, as it does not implement the frontend and data aquisition
features of MRTG. RRDtool currently compiles on a number of different
Unix platforms as well as on NT.
RRDtool is open source available under the terms of the GNU GPL.
By Tobi Oetiker.
RRDtool Front-ends.
-
Cacti
Cacti is a complete frontend to RRDTool, it stores all of the necessary
information to create graphs and populate them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering. There is also SNMP support
(using net-snmp) for those used to creating traffic graphs with MRTG.
Cacti is released under the GNU GPL, meaning that it is completely free.
SourceForge Project: cacti.
Serviços de Rede
DNS - Domain Name Service
-
Domain Name Service (DNS) [Em Português]
Material de treinamento por prof.
Rubens Queiroz de Almeida, UNICAMP, 1998-2000. Também
disponível
apostila para baixar [ZIP].
Veja também:
Introdução ao DNS (Domain Name Service), 2006-05-03.
-
DNS Resources Directory (DNSRD)
By András Salamon, DNS.net.
Informação geral, Material de referência, Software,
Nomes e registro, Padrões DNS.
-
DNS Report
DNS & Mail Tests Report.
DNS report categories: Parent, NS, SOA, MX, Mail, WWW.
This site will provide you with a DNS report for your domain.
A very large percentage of domains have DNS problems;
this site will help you find those problems and fix them.
Also, the "Mail Test" tool will help find mail delivery problems
for your domain.
There is no cost for the DNS Report. If you find it useful, and you have
a need for anti-spam or anti-virus software for your mail server, please
consider looking at the best of breed Declude products, the sponsor of
this site. Thanks!
-
DNS Stuff
Domain Tests, IP Tests, Hostname Tests. DNS tools, DNS timing,
smart WHOIS lookup, tracert, ping, NetGeo, and other network tools.
There is currently no cost for the DNS tests, and it is ad-free.
You are free to link directly to this site. The 1,500,000+ hits a
month are all sponsored by Computerized Horizons, so if you find these tools
useful, and you have a need for anti-spam or anti-virus software for your
mail server, please consider looking at their Declude products. Thanks!
-
djbdns: Domain Name System tools
By D. J. Bernstein.
Proxy
-
Squid Web Proxy Cache
Squid is a full-featured Web proxy cache, designed to run on Unix
systems. It's free, open-source software. Squid supports proxying and
caching of HTTP, FTP, and other URL's, proxying for SSL, cache
hierarchies, ICP, HTCP, CARP, Cache Digests, transparent caching,
WCCP, extensive access controls, HTTP server acceleration, SNMP,
caching of DNS lookups.
-
squid Proxy Server Configuration
Por Tammy Fox, abril 2001, Linux Headquarters.
-
Microsoft Internet Security & Acceleration (ISA) Server
Includes better features than the old Microsoft Proxy Server.
-
dmoz Open Directory: Internet Servers: Proxy
Proxy Caching: Microsoft Proxy Server, Squid.
-
Google Directory: Internet: Proxying and Filtering
Veja subcategorias:
Proxying and Filtering: Server Software,
Proxying and Filtering: Caching.
Transporte de E-mail - MTA, SMTP, POP
Usenet Newsgroups
-
NewsOne.net
Usenet news for Everyone.
-
Google Groups
Envie e leia comentários nos grupos de discussão da Usenet.
Antigo Deja.com.
Microsoft - NDIS, Winsock
-
NDIS Developer's Reference
Network Driver Interface Specification (NDIS) define uma API padrão para
hardware "Network Interface Cards" (NIC's) em plataformas Microsoft Windows,
para ser usada como uma interface comum de programação pelos
controladores de dispositivo (device drivers) "Media Access Controller"
(MAC) bem como por drivers de protocolo de mais alto nível (como TCP/IP).
NDIS White Papers, NDIS FAQ, Knowledge Base, Internet Resources.
-
WinSock Development Information
The information here can help you with your Windows Sockets (WinSock)
application development. Any WinSock developer -- novice or expert -- will
find something useful among the sample source code, detailed reference files,
and web links. Most of this material comes out of the book
Windows Sockets Network Programming, which provides a detailed introduction,
and complete reference to WinSock versions 1.1 and 2.0.
-
Winsock Programmer's FAQ
Mantido por Warren Young, até Setembro de 2001.
SMB - Server Message Block
-
SAMBA.org - opening windows to a wider world
Samba is an open source software suite that implements the Server Message
Block (SMB) protocol for UNIX systems, providing seamless file and print
services to SMB clients, such as Windows 9x/Me/NT/2000 or LanManager.
SMB protocol is sometimes also referred to as the Common Internet File
System (CIFS), LanManager or NetBIOS protocol.
- Samba-TNG
Samba-TNG é uma discidência do projeto Samba. Ele é
derivado do mesmo código mas está sendo desenvolvido
independentemente. A principal diferença filosófica é que
o projeto Samba quer produzir um servidor Unix capaz de atuar como um
controlador de domínio NT, enquanto o projeto Samba-TNG quer
basicamente ser um controlador de domínio NT rodando em
Unix, com um back-end LDAP.
Time (Horário)
-
Network Time Protocol (NTP)
Time Synchronization Server: provide the latest information on Network
Time Protocol (NTP) and other related clock synchronization products.
Original site.
By
David L. Mills, Ph.D., University of Delaware,
NTP Project.
NTP Documentation.
Public NTP Time Servers.
-
Network Time Protocol
From Wikipedia, the free encyclopedia.
-
Especificações NTP & SNTP: Request For Comments (RFC's)
-
RFC 4330: Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and OSI
(Info Revisada)
D. Mills, University of Delaware, janeiro 2006.
Torna obsoletos
RFC 2030 (SNTP V4, outubro 1996),
RFC 1769 (SNTP V3, março 1995),
RFC 1361 (SNTP, agosto 1992).
-
RFC 1305: Network Time Protocol (Version 3) - Specification,
Implementation and Analysis (Draft Standard)
David L. Mills, University of Delaware, março 1992.
Torna obsoletos
RFC 1119 (NTP V2, setembro 1989),
RFC 1059 (NTP V1, julho 1988),
RFC 958 (NTP proposal, setembro 1985).
-
RFC 956: Algorithms for Synchronizing Network Clocks
D.L. Mills, M/A-COM Linkabit, setembro 1985.
-
RFC 778: DCNET Internet Clock Service (Histórico)
D.L. Mills, COMSAT Laboratories, 18 abril 1981.
-
SNTP: Simple Network Time Protocol
SNTP Overview, based on
RFC 2030 [PDF] (SNTPv4).
Por Javvin Technologies, junho 2005.
-
MR Tech ClockAlign
ClockAlign é um cliente Simple Network Time Protocol (SNTP) criado
para suportar: RFC868 (Time Protocol), RFC2030 (SNTP Protocol).
ClockAlign sincroniza o relógio do computador com um servidor
SNTP/Time (como time.nist.gov) e se minimiza na bandeja do sistema (systray),
exibindo o dia corrente do mês como ícone.
Freeware para Windows, por MR Technical Solutions.
- Divisão Serviço
da Hora, do Observatório Nacional - Hora Legal Brasileira
Sincronize do Clock do seu
Computador em tempo-real pelo Relógio Atômico, com erro
máximo de 1 segundo: SNTP, Daytime/TCP, Time/TCP, Time/UDP.
-
Rede Nacional de Ensino e Pesquisa (RNP) - NTP [Em português]
Os servidores NTP permitem aos seus clientes a sincronização
dos relógios de seus computadores e outros equipamentos de rede a
partir de uma referência padrão de tempo aceita mundialmente,
conhecida como UTC (Universal Time Coordinated).
NTP na RNP: Lista de servidores stratum 2.
-
Uma lista dos servidores de horário SNTP (Simple Network Time Protocol) disponíveis na Internet
Base de Conhecimento de Suporte da Microsoft. Artigo ID 262680, revisão 6.0, 2 de março de 2004.
Padrões & Protocolos de Email
SMTP - Simple Mail Transport Protocol
MIME - Multipurpose Internet Mail Extensions
MIME (Multipurpose Internet Mail Extensions) - Extensões
Multi-propósito para Correio Internet) é um conjunto de
especificações que permite o intercâmbio de texto e arquivos
através do correio eletrônico Internet, tratando formatos entre
diferentes sistemas de e-mail, conjuntos de caracteres e codificação
somente-texto.
Outros
|