23
Network Communication Daffodil International University, EEE Name Md. Mujahiduzzaman

Network communication

Embed Size (px)

Citation preview

Page 1: Network communication

Network Communication

Daffodil International University, EEE

NameMd. Mujahiduzzaman

Page 2: Network communication

contents

Cellular NetworkHalf And Full DuplexCircuit-switched networkRadio CommunicationHTTP Protocol File Transfer ProtocolNATDSL

Page 3: Network communication

Cellular Networks (Cont.)

A cellular network is a radio network made up of a number of radio cells each served by at least one fixed location transceiver known as a base station.

Reduced power usage. Larger coverage area. An example of a simple non-telephone cellular system is an taxi drivers radio

system.

Page 4: Network communication

Cellular Networks (Working)

Page 5: Network communication

Half And Full Duplex (cont.)

Half duplex is a both stations transmit , but only one at a time.

Example: police radio

Full duplex is a simultaneous transmissions.

Example: telephone

Page 6: Network communication

Half And Full Duplex

Page 7: Network communication

Circuit-switched network (Cont.)

Connection-oriented network is called a circuit-switched network.

Circuit switched networks did not dynamically recreate dropped circuits.

Example: telephone network .

Link: http://www.highteck.net/EN/Basic/Internetworking.html

Page 8: Network communication

Circuit-switched network

Page 9: Network communication

Radio Communication (cont.)

It is wireless communication system.

The information is being carried by the electromagnetic waves .

electromagnetic waves are waves that travel at the speed of light and made up of an electrical field.

Page 10: Network communication

Radio Communication

Page 11: Network communication

HTTP Protocol (cont.)

Hypertext Transfer Protocol.

HTTP client sends a request message to an HTTP server.

HTTP is a stateless protocol.

Link: https://www.ntu.edu.sg/home/ehchua/programming/webprogramming/HTTP_Basics.html

Page 12: Network communication

HTTP Protocol

Page 13: Network communication

File Transfer Protocol (cont.)

it is very uncommon to share folders over the Internet.

File transfers over the Internet use special techniques, of which one of the oldest and most widely-used is FTP.

File Transfer Protocol can transfer files between any computers that have an Internet connection.

It works between computers using totally different operating systems.

Link: http://www.deskshare.com/resources/articles/ftp-how-to.aspx

Page 14: Network communication

File Transfer Protocol

Page 15: Network communication

NAT (Cont.)

NAT means Network Address Translation.

The simplest type of NAT provides a one-to-one translation of IP addresses.

Basic NATs can be used to interconnect two IP networks that have incompatible addressing.

Network address translation is not commonly used in IPv6

Link: https://en.wikipedia.org/wiki/Network_address_translation#NAT_in_IPv6

https://en.wikibooks.org/wiki/Communication_Networks/NAT_and_PAT_Protocols

Page 16: Network communication

NAT

Page 17: Network communication

DNS (Cont.)

DNS means Domain Name System.

The root DNS server maintains information about where a top-level (.com) DNS server is located and returns this information to the ISP’s DNS Server.

he ISP’s DNS server redirects the query to a top-level (.com) DNS server.

Lastly, the ISP’s DNS server sends the IP address to the client computer so the client can access www.yourcompany.com.

Link: http://www.uxworld.com/?p=384

Page 18: Network communication

DNS

Page 19: Network communication

SMTP (Cont.)

SMTP means Simple Mail Transfer Protocol.

SMTP sender sends MAIL command indicating the sender of the mail.

The SMTP-Sender  then sends a command identifying a recipient of the mail.

Sending machine is operating as a client and the receiving as a server.

Link: http://www.ee.surrey.ac.uk/Projects/CAL/networks/Network-Transport_Application_Layers.htm#smtp

Page 20: Network communication

SMTP (Cont.)

Page 21: Network communication

DSL (Cont.)

DSL means Digital Subscriber Lines.

range from 128 kbps to 1.54 Mbps.

DSL achieves higher data transfer rates by utilizing more of the available bandwidth spectrum.

frequency range 0 ~ 3400 Hz.

 larger bandwidth is available, allowing for greater transfer rates.

Link: http://www.infocellar.com/cable-dsl/DSL.htm

Page 22: Network communication

DSL

Page 23: Network communication