'Computer/Network'에 해당되는 글 18건

  1. 2008.06.03 Layer 2 헤더 by 알 수 없는 사용자
  2. 2008.06.03 IP, IPv6, TCP, UDP 헤더 by 알 수 없는 사용자
  3. 2008.04.04 TFTP 패킷 크기 조정 by 알 수 없는 사용자
  4. 2008.04.04 윈도우에서 Ethereal로 loopback 인터페이스 패킷 캡쳐하기 by 알 수 없는 사용자 1
  5. 2008.03.24 Small form-factor pluggable transceiver by 알 수 없는 사용자
  6. 2008.03.24 Transceiver by 알 수 없는 사용자
  7. 2008.03.07 Operations Support Systems by 알 수 없는 사용자 2
  8. 2008.03.07 TR-069 by 알 수 없는 사용자
  9. 2008.03.07 Broadband Remote Access Server by 알 수 없는 사용자 1
  10. 2008.03.07 Digital subscriber line access multiplexer by 알 수 없는 사용자

Layer 2 헤더

Computer/Network 2008. 6. 3. 14:08

Posted by 알 수 없는 사용자
,

Posted by 알 수 없는 사용자
,

TFTP RFC를 확인하면 패킷 크기는 512 바이트로 고정이라고 되어있다.

하지만 TFTP 확장 RFC를 보면 협상을 통해 바꿀 수 있음을 확인할 수 있다.

512 바이트의 패킷 크기로 대용량의 파일을 전송하는 일은 비효율적임은 당연하다.

패킷 처리에 대한 오버헤드는 물론이고,

TFTP는 데이터마다 ACK를 확인 후에 다음 데이터를 보내는 동기 방식이기 때문에

패킷 개수 * RRT의 시간이 네트워크에서 소요된다.

따라서 이를 최소화하기 위해서는 해당 매체의 MTU까지 채워서 보내는 것이 효율적이다.

Ethernet의 MTU는 1500바이트이고,

이 중에서 TFTP, UDP, IP 헤더를 제외하면,

최대 1428 바이트의 데이터를 하나의 프레임에 담아서 보낼 수 있다.

RFC 2348을 보면 패킷 크기 별 전송 소요 시간 비교가 나와있으니 참고하기 바란다.

하지만 패킷이 MTU 크기를 넘어가면,

IP 수준에서 fragmentation이 일어나기 때문에

이에 대한 부하가 발생한다.

fragmentation/defragmentation은

중간 경로 상에 IP 수준으로 처리하는 게이트웨이의 수가 많을수록 부하는 커진다.

MTU를 넘지 않는 수준에서 적당한 크기를 찾아야 할 것이다.

Reference:
ftp://ftp.rfc-editor.org/in-notes/rfc2348.txt
Posted by 알 수 없는 사용자
,

시도했으나, lookback 인터페이스가 선택 항목에 없어 구글링하다가,

결국 도움말을 보니, 다음과 같았다.

4.5.1. Capture frame
Interface
This field specifies the interface you want to capture on. You can only capture on one interface, and you can only capture on interfaces that Wireshark has found on the system. It is a drop-down list, so simply click on the button on the right hand side and select the interface you want. It defaults to the first non-loopback interface that supports capturing, and if there are none, the first loopback interface. On some systems, loopback interfaces cannot be used for capturing (loopback interfaces are not available on Windows platforms).

This field performs the same function as the -i <interface> command line option.

윈도우에서 네트워크 프로그램 디버깅은 뭘로 하나?

Posted by 알 수 없는 사용자
,

The small form-factor pluggable (SFP) is a compact optical transceiver used in optical communications for both telecommunication and data communications applications. It interfaces a network device mother board (for a switch, router or similar device) to a fiber optic or unshielded twisted pair networking cable. It is a popular industry format supported by several fiber optic component vendors.

SFP transceivers are designed to support SONET, Gigabit Ethernet, Fibre Channel, and other communications standards. The standard is expanding to SFP+ which will be able to support data rates up to 10.0 Gbit/s (that will include the data rates for 8 gigabit Fibre Channel, and 10GbE. SFP+ module versions for optics as well as copper are being introduced. In comparison to Xenpak, X2 or XFP type of modules, SFP+ modules leave some of the circuitry to be implemented on the host board instead of inside the module.)

Reference:
http://en.wikipedia.org/wiki/SFP_transceiver

Posted by 알 수 없는 사용자
,

Transceiver

Computer/Network 2008. 3. 24. 17:04

A transceiver is a device that has both a transmitter and a receiver which are combined and share common circuitry or a single housing. If no circuitry is common between transmit and receive functions, the device is a transmitter-receiver. The term originated in the early 1920s. Technically, transceivers must combine a significant amount of the transmitter and receiver handling circuitry. Similar devices include transponders, transverters, and repeaters.

Transceivers are called Medium Attachment Units (MAUs) in IEEE 802.3 documents.

Reference:
http://en.wikipedia.org/wiki/Transceiver

Posted by 알 수 없는 사용자
,

Operations Support Systems (also called Operational Support Systems or OSS) are computer systems used by telecommunications service providers. The term OSS most frequently describes "network systems" dealing with the telecom network itself, supporting processes such as maintaining network inventory, provisioning services, configuring network components, and managing faults. The complementary term Business Support Systems or BSS is a newer term and typically refers to "business systems" dealing with customers, supporting processes such as taking orders, processing bills, and collecting payments. The two systems together are often abbreviated BSS/OSS or simply B/OSS.

The term OSS was historically used to include both network and business systems. It is still sometimes used in this sense, which can cause some confusion. When used in this way, the term OSS may be seen as inclusive of BSS.

Reference:
http://en.wikipedia.org/wiki/Operational_Support_Systems

Posted by 알 수 없는 사용자
,

TR-069

Computer/Network 2008. 3. 7. 09:34

TR-069 (short for Technical Report 069) is a DSL Forum technical specification entitled CPE WAN Management Protocol (CWMP). It defines an application layer protocol for remote management of end-user devices.

As a bidirectional SOAP/HTTP based protocol it provides the communication between CPE and Auto Configuration Servers (ACS). It includes both a safe auto configuration and the control of other CPE management functions within an integrated framework. In the course of the boom of the broadband market, the number of different Internet access possibilities grew as well (e.g. modems, routers, gateways, Set-top box, VoIP-phones). At the same time the configuration of this equipment became more complicated -- too complicated for the end-users. For this reason the TR-069 standard was developed. It provides the possibility of auto configuration of these access types. The technical specifications are managed and published by the DSL Forum. Using TR-069 the terminals can get in contact with the Auto Configuration Servers (ACS) and establish the configuration automatically. Accordingly other service functions can be provided. TR-069 is the current standard for activation of terminals in the range of DSL broadband market. Other fora, such as Home Gateway Initiative (HGI) and DVB, are endorsing CWMP as the protocol for remote management of home network devices (e.g. the HGI gateway) and terminals (e.g. the DVB IPTV STB).

Functions supported by TR-069:
Autoconfiguration and dynamic service activation
initial CPE configuration
remote CPE configuration
firmware management
version management
update management
status and performance control
logfile analysis and dynamic messages
diagnostics
connectivity and service control.
In the future TR-069 will control many additional options of the CPEs additionally to the pure standards for activation:

enquiry of the equipment functions
enquiry of information, diagnostics, status and capacity
firmware management
automatic process-controlled alarm
irrespective gateway data model, in access with TR-064 it is upgradeable with secondary equipment and functions

Reference:
http://en.wikipedia.org/wiki/TR-069

Posted by 알 수 없는 사용자
,

A broadband remote access server (BRAS) routes traffic to and from the digital subscriber line access multiplexers (DSLAM) on an Internet service provider's (ISP) network.

The BRAS sits at the core of an ISP's network, and aggregates user sessions from the access network. It is at the BRAS that an ISP can inject policy management and IP Quality of Service (QoS).

The specific tasks include:

Aggregates the output from DSLAMs
Provides user PPP sessions or IP over ATM sessions
Enforces quality of service (QoS) policies
Routes traffic into an Internet service provider’s backbone network
A DSLAM collects data traffic from multiple subscribers into a centralized point so that it can be uploaded to the router over a Frame Relay, ATM, or Ethernet connection.

The router provides the logical termination for PPP sessions. These may be PPP over Ethernet (PPPoE) or PPP over ATM (PPPoA) encapsulated sessions. By acting as the PPP termination point, the BRAS is responsible for assigning session parameters such as IP addresses to the clients. The BRAS is also the first IP hop from the client to the Internet.

The BRAS is also the interface to authentication, authorization and accounting systems (see RADIUS)

Reference:
http://en.wikipedia.org/wiki/Bras

Posted by 알 수 없는 사용자
,

A Digital Subscriber Line Access Multiplexer (DSLAM) allows telephone lines to make faster connections to the Internet. It is a network device, located near the customer's location, that connects multiple customer Digital Subscriber Lines (DSLs) to a high-speed Internet backbone line using multiplexing techniques. By locating DSLAMs at locations remote to the telephone company central office (CO), telephone companies are now providing DSL service to consumers who previously did not live close enough for the technology to work.

Reference:
http://en.wikipedia.org/wiki/DSLAM
Posted by 알 수 없는 사용자
,