10
COMPUTER NETWORK LECTURE NOTES – Volume-5 SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 1 Transmission Media Figure :Transmission medium and physical layer Classes of transmission media GUIDED MEDIA Guided media, which are those that provide a conduit from one device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable. Twisted-Pair Cable Coaxial Cable Fiber-Optic Cable Twisted-pair cable COMPUTER NETWORK LECTURE NOTES – Volume-5 SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 2 Figure : UTP and STP cables Table : Categories of unshielded twisted-pair cables Figure: UTP CONNECTOR

Computer Network Notes CS 602 LN 5

Embed Size (px)

DESCRIPTION

Computer Network Lecture Notes form Asst. Prof. Sujoy Bhowmick.

Citation preview

Page 1: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 1

Transmission Media

Figure :Transmission medium and physical layer

Classes of transmission media

GUIDED MEDIA

Guided media, which are those that provide a conduit from one device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable. Twisted-Pair Cable Coaxial Cable Fiber-Optic Cable

Twisted-pair cable

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 2

Figure : UTP and STP cables

Table : Categories of unshielded twisted-pair cables

Figure: UTP CONNECTOR

Page 2: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 3

Figure : Coaxial cable

Table : Categories of coaxial cables

Figure : BNC connectors

Figure : Bending of light ray

Figure : Optical fiber

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 4

Types of Propagation modes (Optical Fiber Communication)

Figure : Transmission Modes (OFC)

Figure : Fiber construction

Page 3: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 5

Figure : Fiber-optic cable connectors

UNGUIDED MEDIA: WIRELESS

Unguided media transport electromagnetic waves without using a physical conductor. This type of communication is often referred to as wireless communication. Type of Wireless Media: Radio Waves Microwaves Infrared

Figure : Electromagnetic spectrum for wireless communication

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 6

Figure : Propagation methods

Table : Transmission Bands

Figure: Wireless transmission waves

Page 4: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 7

Figure : Omnidirectional antenna

Radio waves are used for multicast communications, such as radio and television, and paging systems.

Figure: Unidirectional antennas Microwaves are used for unicast communication such as cellular telephones, satellite

networks, and wireless LANs.

Infrared signals can be used for short-range communication in a closed area using line-of-sight propagation.

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 8

Switching

Figure : Switched network Taxonomy of switched networks:

CIRCUIT-SWITCHED NETWORKS

A circuit-switched network consists of a set of switches connected by physical links. A connection between two stations is a dedicated path made of one or more links. However, each connection uses only one dedicated channel on each link. Each link is normally divided into n channels by using FDM or TDM.

A circuit-switched network is made of a set of switches connected by physical links, in which each link is divided into n channels.

Page 5: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 9

Figure : A trivial circuit-switched network

In circuit switching, the resources need to be reserved during the setup phase; the resources remain dedicated for the entire duration of data transfer until the teardown phase.

As a trivial example, let us use a circuit-switched network to connect eight telephones in a small area. Communication is through 4-kHz voice channels. We assume that each link uses FDM to connect a maximum of two voice channels. The bandwidth of each link is then 8 kHz. Figure above shows the situation. Telephone 1 is connected to telephone 7; 2 to 5; 3 to 8; and 4 to 6. Of course the situation may change when new connections are made. The switch controls the connections.

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 10

As another example, consider a circuit-switched network that connects computers in two remote offices of a private company. The offices are connected using a T-1 line leased from a communication service provider. There are two 4 × 8 (4 inputs and 8 outputs) switches in this network. For each switch, four output ports are folded into the input ports to allow communication between computers in the same office. Four other output ports allow communication between the two offices. Figure above shows the situation.

Figure: Delay in Circuit Switch Network

Switching at the physical layer in the traditional telephone network uses the circuit-switching approach. DATAGRAM NETWORKS

In data communications, we need to send messages from one end system to another. If the message is going to pass through a packet-switched network, it needs to be divided into packets of fixed or variable size. The size of the packet is determined by the network and the governing protocol.

In a packet-switched network, there is no resource reservation; resources are allocated on demand.

Page 6: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 11

Figure : A datagram network with four switches (routers)

<<< Figure : Routing table in a datagram network A switch in a datagram network uses a routing table that is based on the destination

address. The destination address in the header of a packet in a datagram network remains the

same during the entire journey of the packet.

Figure : Delay in a datagram network

Switching in the Internet is done by using the datagram approach to packet switching at the network layer.

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 12

VIRTUAL-CIRCUIT NETWORKS A virtual-circuit network is a cross between a circuit-switched network and a

datagram network. It has some characteristics of both.

Figure : Virtual-circuit network

<<< Figure : Virtual-circuit identifier

Figure : Switch and tables in a virtual-circuit network

Page 7: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 13

Figure : Source-to-destination data transfer in a virtual-circuit network

Figure : Setup request in a virtual-circuit network

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 14

Figure : Setup acknowledgment in a virtual-circuit network

In virtual-circuit switching, all packets belonging to the same source and destination

travel the same path; but the packets may arrive at the destination with different delays if resource allocation is on demand.

Figure : Delay in a virtual-circuit network

Switching at the data link layer in a switched WAN is normally implemented by using virtual-circuit techniques. STRUCTURE OF A SWITCH

We use switches in circuit-switched and packet-switched networks. In this section, we discuss the structures of the switches used in each type of network.

Page 8: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 15

Figure : Crossbar switch with three inputs and four outputs

Figure : Multistage switch

In a three-stage switch, the total number of crosspoints is 2kN + k(N/n)2; which is much smaller than the number of crosspoints in a single-stage switch (N2).

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 16

Figure : Time-slot interchange

Figure : Time-space-time switch

<<< Figure : Input port

<<< Figure : Output port

Page 9: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 17

TELEPHONE NETWORK Telephone networks use circuit switching. The telephone network had its beginnings

in the late 1800s. The entire network, which is referred to as the plain old telephone system (POTS), was originally an analog system using analog signals to transmit voice.

The tasks of data transfer and signaling are separated in modern telephone networks: data transfer is done by one network, signaling by another.

Figure : Modulation/demodulation (MODEM)

Endoffices

Local loop

Trunk

Tandemoffices Regional offices

Trunk

• • •

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 18

Figure : Uploading and downloading in 56K modems

DIGITAL SUBSCRIBER LINE

After traditional modems reached their peak data rate, telephone companies developed another technology, DSL, to provide higher-speed access to the Internet. Digital subscriber line (DSL) technology is one of the most promising for supporting high-speed digital communication over the existing local loops. ADSL is an asymmetric communication technology designed for residential users; it is not suitable for businesses. The existing local loops can handle bandwidths up to 1.1 MHz. ADSL is an adaptive technology. The system uses a data rate based on the condition of the local loop line.

Page 10: Computer Network Notes CS 602 LN 5

COMPUTER NETWORK LECTURE NOTES – Volume-5

SUJOY BHOWMICK (Asst. Prof, IT) PAGE NO : 19

FIGURE: ASDL TECHNOLOGY

CABLE TV NETWORKS The cable TV network started as a video service provider, but it has moved to the

business of Internet access. Traditional Cable Connection is Unidirectional.

Figure : Traditional cable TV network

Figure : Hybrid fiber-coaxial (HFC) network