個人檔案IT Coach相片部落格清單更多 ![]() | 說明 |
|
|
12月3日 Chapter 7: Telecommunications and Network SecurityTelecommunication is the electrical transmission of data among systems (analog, digital, wireless...). Systems uses protocols to communicate with each others. Some standards drives the telecommunication: FCC (Federal Communications Commission), ITU (International Telecommunication Union), ISO (International Standards and Organization). ISO built the OSI model (ISO 7498) as an open interconnection system (open systems). OSI model has 7 layer:
Each layer communicate logically with another system's same layer (encapsulation: headers and trailers are added to the information). TCP/IP is a suite of protocols:
TCP and UDP uses ports to communicate (so the packets knows where to go): it opens a socket. Ports 0-1023 are well-known ports used by known applications (20-21=FTP, 23=telnet, 25=SMTP, 80=HTTP, 161-162=SNMP...) The TCP handshake works in these phases:
The data structure is made of a message (original data), split in segments at transport layer, then datagrams at network layer and frame at data link layer. All these are called packets. IP Addressing:
Analog transmission use modulation of amplitude or frequency of a signal. Digital signals are built on binary digits. Bandwidth refers to the number of pulses that can be transmitted within a second. Asynchronous communication happens when the devices are not synchronized (examples: terminal, modem. Synchronous when they are (usually with clocking, better for long messages). Baseband uses all the communication channel (Ethernet), broadband divides it in individual channels (Cable TV: multiple TV channels). The physical arrangement of computers and devices is called network topology:
A LAN is a network with a limited number of devices. Connection between LANs are made by WANs through routers. Ethernet has evolved from 10Mbps, 100Mbps, 1Gbps to 10Gbps and has these characteristics:
Several implementations: 10Base2 (coax), 10Base5 (thick coax), 10Base-T (twisted pair, RJ-45 connectors), Fast ethernet... Token Ring was developped by IBM (IEEE 802.5) and uses a token which travels from computer to computer in a logical ring (4Mbps or 16Mbps). Each computer is connected to a central hub Multistation Access Unit (MAU). The system in posession of the token can transmit data. Active monitor and beaconing are used for common errors (computer blocking...). FDDI (Fiber Distributed Data Interface) is a high speed token-passing technology (IEEE 802.8, 100Mbps) with fault tolerance (uses 2 rings). FDDI was mainly used for backbones (up to 100km). Extensions are CDDI (on UTP cabling) and FDDI-2. The cabling is important to transmit data without loss. The bandwidth indicates the highest frequency (10Base-T uses 10MHz, 100Base-TX uses 80MHz). Data throughput rate is after compression (10BaseT = 10Mbps, 100Base-TX = 100Mbps). Coaxial cable uses a shielded copper core are of types 50-ohm or 75-ohm (faster), 10Base2 (thin) or 10Base5 (thick). Twisted pair cables are shielded (STP) or unshielded (UTP). UTP categories are:
Fiber-optic uses glass to transmit data with laser lights. But it's more expensive and difficult to work with. Most common cabling problems are:
Cables must follow fire ratings to not produce harmful smoke while burning. In plenum space (where it can affect people) they have to follow different rules than nonplenum spaces. On sensible portions it is possible to use pressurized conduits to detect attacks. Multiple transmission methods are used:
引用通告此內容的引用通告是: http://itcoach.spaces.live.com/blog/cns!C15363E40B5E0BB!167.trak 引述這則內容的部落格
|
|
|