SlideShare a Scribd company logo
1 of 24
THE INTERNET
The Internet 
โ€ข The Internet: An internet that spans the world 
โ€“ Original goal was to develop a means of connecting 
networks that would not be disrupted by local disasters.
The Internet 
โ€ข An information system 
โ€ข Communication tool 
โ€ข A large network of computer systems 
world wide 
โ€ข can be explored by using a Web Browser 
โ€ข Services available through the Internet: 
โ€ข Email (Discussion groups , Chat Rooms, etc.) 
โ€ข Information search (including research) 
โ€ข Education (Online courses; virtual colleges) 
โ€ข Entertainment, News, and moreโ€ฆ...
Internet Architecture 
โ€ข Internet Service Provider (ISP) 
โ€ข Access ISP: Provides connectivity to the Internet 
โ€“ Traditional telephone (dial up connection) 
โ€“ Cable connections 
โ€“ Wireless
Internet Composition
A network protocol 
Is the set of very detailed rules, sequences, message 
formats, and procedures that computer systems use 
and understand when exchanging data with each 
other.
Examples of Protocols 
โ€“ Transmission Control Protocol (TCP) 
โ€“ User Datagram Protocol(UDP) 
โ€“ File Transfer Protocol (FTP) 
โ€“ Hypertext Transfer Protocol (HTTP) 
โ€“ Simple Mail Transfer Protocol (SMTP)
Transmission Control Protocol (TCP/IP) 
โ€ข It is connection oriented. 
โ€ข It establish connection before data transfer 
โ€ข It divide the whole message in small parts known as 
packets 
โ€ข It sends packets in order and it also receive in order 
in destination
User Datagram Protocol(UDP) 
โ€ข It is not connection oriented. 
โ€ข It does not establish connection before data transfer 
โ€ข It divide the whole message in small parts known as 
packets. 
โ€ข It sends packets to the available path on that 
particular movement. 
โ€ข The packets are not received in order and it required 
a addition mechanism for ordering the packets on 
destination.
File transfer protocol 
โ€ข Is a network protocol used for transfer data from one 
computer to another through a network such as 
Internet (is commonly used for copying files to and 
from other computers) 
โ€ข FTP is a two-way system - it can be used to copy or 
move files from a server to a client computer as well 
as upload or transfer files from a client to a server 
โ€ข FTP systems generally encode and transmit their 
data in binary sets which allow for faster data 
transfer
What is an IP Address? 
โ€ข An IP address is a unique global address for a 
network interface 
โ€“ An IP address: 
- is a 32 bit long identifier 
- encodes a network number (network 
prefix) and a host number.
Network prefix and host number 
โ€ข The network prefix identifies a network and the host 
number identifies a specific host (actually, interface 
on the network). 
network prefix host number
Dotted Decimal Notation 
โ€ข IP addresses are written in a so-called dotted 
decimal notation 
โ€ข Each byte is identified by a decimal number in the 
range [0..255] 
โ€ข Example: 
10000000 10001111 10001001 10010000 
1st Byte 
= 128 
2nd Byte 
= 143 
3rd Byte 
= 137 
4th Byte 
= 144 
128.143.137.144
IP Addresses (continued) 
โ€ข When IP addresses were originally created, they 
were called classful addresses 
โ€“ That is, each IP address fell into particular class 
โ€“ A particular class address has a unique network address 
size and a unique host address size 
โ€“ There are basically five types of IP addresses: Classes A, 
B, C, D and E 
14
IP Addresses (continued) 
15
IP Addresses (continued) 
โ€ข When you examine the first decimal value in the 
dotted decimal notation: 
โ€“ All Class A addresses are in the range 0 - 127 
โ€“ All Class B addresses are in the range 128 - 191 
โ€“ All Class C addresses are in the range 192 โ€“ 223 
โ€“ All Class D addresses are in the range 224 โ€“ 239 
โ€“ All Class E addresses are in the range 240 - 255 
16
Name servers
DNS 
โ€ข IP addresses are difficult to remember 
โ€“ JohnDoe@140.203.8.22 would be difficult to remember 
โ€“ If JohnDoeโ€™s mail server moves to another machine, then his e-mail address 
would not be valid anymore 
โ€“ Something like JohnDoe@wuzwuz.ucg.ie would be appropriate 
โ€ข Need some mechanisms to translate wuzwuz.ucg.ie to the IP address 
โ€“ To solve this problem DNS was invented 
โ€ข It is a hierarchical, domain-based naming scheme and a 
distributed database system for implementing naming scheme. 
โ€ข Usage: 
โ€“ Map name onto an IP address, an application program calls an library 
procedure, called resolver. 
โ€“ The resolver sends packet to a local DNS server which looks up the name and 
returns the IP address to the resolver 
โ€“ The resolver returns the IP address to the application, which can establish an 
TCP/IP connection with the destination (or send packets)
URL โ€“ Uniform Resource Locator
URL โ€“ Uniform Resource Locator
Traditional Internet Applications 
โ€ข Electronic Mail (email) 
โ€“ Domain mail server collects incoming mail and transmits 
outgoing mail 
โ€“ Mail server delivers collected incoming mail to clients 
via POP3 or IMAP 
โ€ข File Transfer Protocol (FTP) 
โ€ข WWW (World Wide Web)
World Wide Web (WWW) 
โ€“ a vast collection of information thatโ€™s connected like a 
web 
โ€“ accessible through the Internet using connections called 
hyperlinks 
โ€“ view the WWW resources through a program called a 
Web Browser, such as: 
โ€ข Netscape Navigator 
โ€ข Internet Explorer 
โ€“ Navigate through the WWW by pointing to and clicking on 
hyperlinks (underlined or boldfaced words, phrases, 
icons, or images) 
โ€“ Also called Cyberspace or the Information Superhighway
Architectural Overview 
โ€ข Browser displays a page on the client machine 
โ€“ Click on a link, the browser sends a message to the abcd.com web server asking it for the 
page 
โ€“ When page arrives, it is displayed; if it contains a hyperlink on a page on xyz.com, that is 
clicked, then the browser will send a message to xyz.com server and the process 
continues
HTML โ€“ HyperText Markup 
Language 
โ€ข (a) HTML source code 
โ€“ Markup language containing explicit commands for formatting 
โ€ข (b) Formatted page

More Related Content

What's hot

Networking Chapter 10
Networking Chapter 10Networking Chapter 10
Networking Chapter 10mlrbrown
ย 
Chapter 2 - Computer Networking a top-down Approach 7th
Chapter 2 - Computer Networking a top-down Approach 7thChapter 2 - Computer Networking a top-down Approach 7th
Chapter 2 - Computer Networking a top-down Approach 7thAndy Juan Sarango Veliz
ย 
internet protocol
internet protocolinternet protocol
internet protocolrajshreemuthiah
ย 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and ProtocolsRubal Sagwal
ย 
Unit v
Unit v Unit v
Unit v APARNA P
ย 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksSaqib Shehzad
ย 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocolsN.Jagadish Kumar
ย 
Networking presentation
Networking presentationNetworking presentation
Networking presentationPushkar Mishra
ย 
Unit 5 application layer
Unit 5 application layerUnit 5 application layer
Unit 5 application layerKritika Purohit
ย 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internetVedpal Yadav
ย 
internet protocol
internet protocolinternet protocol
internet protocolAfeef Musthafa
ย 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5suddenven
ย 
Application layer
Application layerApplication layer
Application layerFarah Hunny
ย 
Osi model layers
Osi model layersOsi model layers
Osi model layersAnis Mizi
ย 
Vulnerabilities in IP Protocols
Vulnerabilities in IP ProtocolsVulnerabilities in IP Protocols
Vulnerabilities in IP Protocolsbabak danyal
ย 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7suddenven
ย 

What's hot (20)

Networking Chapter 10
Networking Chapter 10Networking Chapter 10
Networking Chapter 10
ย 
Chapter 2 - Computer Networking a top-down Approach 7th
Chapter 2 - Computer Networking a top-down Approach 7thChapter 2 - Computer Networking a top-down Approach 7th
Chapter 2 - Computer Networking a top-down Approach 7th
ย 
internet protocol
internet protocolinternet protocol
internet protocol
ย 
Application Layer and Protocols
Application Layer and ProtocolsApplication Layer and Protocols
Application Layer and Protocols
ย 
Unit v
Unit v Unit v
Unit v
ย 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
ย 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocols
ย 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
ย 
Unit 5 application layer
Unit 5 application layerUnit 5 application layer
Unit 5 application layer
ย 
Dn sonly
Dn sonlyDn sonly
Dn sonly
ย 
5 introduction to internet
5 introduction to internet5 introduction to internet
5 introduction to internet
ย 
internet protocol
internet protocolinternet protocol
internet protocol
ย 
MVA slides lesson 4
MVA slides lesson 4MVA slides lesson 4
MVA slides lesson 4
ย 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
ย 
Application layer
Application layerApplication layer
Application layer
ย 
Network layer
Network layerNetwork layer
Network layer
ย 
Osi model layers
Osi model layersOsi model layers
Osi model layers
ย 
Vulnerabilities in IP Protocols
Vulnerabilities in IP ProtocolsVulnerabilities in IP Protocols
Vulnerabilities in IP Protocols
ย 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
ย 
MVA slides lesson 6
MVA slides lesson 6MVA slides lesson 6
MVA slides lesson 6
ย 

Similar to Internet new

Lec 1 intro to internet
Lec 1 intro to internetLec 1 intro to internet
Lec 1 intro to internetShahid Riaz
ย 
chapter07 - The Internet.pdf
chapter07 - The Internet.pdfchapter07 - The Internet.pdf
chapter07 - The Internet.pdfsatonaka3
ย 
Computing 9
Computing 9Computing 9
Computing 9sufyanmaqsood
ย 
Unit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxUnit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxsahilraturi
ย 
Lecture1
Lecture1Lecture1
Lecture1ricohombre
ย 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxhishamousl
ย 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-finalTaymoor Nazmy
ย 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptxKushalSrivastava23
ย 
How the internet works
How the internet worksHow the internet works
How the internet worksftcim
ย 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjAmitDeshai
ย 
Application Layer
Application LayerApplication Layer
Application Layerushabarad142
ย 
CS101- Introduction to Computing- Lecture 30
CS101- Introduction to Computing- Lecture 30CS101- Introduction to Computing- Lecture 30
CS101- Introduction to Computing- Lecture 30Bilal Ahmed
ย 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfSeethaDinesh
ย 
Introduction to Network Devices & Addressing Schemes
Introduction to Network Devices &  Addressing SchemesIntroduction to Network Devices &  Addressing Schemes
Introduction to Network Devices & Addressing SchemesMuhammadRizaHilmi
ย 
Intro. to the internet and web
Intro. to the internet and webIntro. to the internet and web
Intro. to the internet and webdofirfauzi1302
ย 
Lesson+3 v2.0 slide_show [autosaved]
Lesson+3 v2.0 slide_show [autosaved]Lesson+3 v2.0 slide_show [autosaved]
Lesson+3 v2.0 slide_show [autosaved]gmidavis
ย 

Similar to Internet new (20)

Lec 1 intro to internet
Lec 1 intro to internetLec 1 intro to internet
Lec 1 intro to internet
ย 
chapter07 - The Internet.pdf
chapter07 - The Internet.pdfchapter07 - The Internet.pdf
chapter07 - The Internet.pdf
ย 
Computing 9
Computing 9Computing 9
Computing 9
ย 
Unit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxUnit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptx
ย 
Lecture1
Lecture1Lecture1
Lecture1
ย 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
ย 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-final
ย 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx
ย 
How the internet works
How the internet worksHow the internet works
How the internet works
ย 
Chapter15.pptx
Chapter15.pptxChapter15.pptx
Chapter15.pptx
ย 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhj
ย 
Web technology unit I - Part B
Web technology unit I - Part BWeb technology unit I - Part B
Web technology unit I - Part B
ย 
Application Layer
Application LayerApplication Layer
Application Layer
ย 
CS101- Introduction to Computing- Lecture 30
CS101- Introduction to Computing- Lecture 30CS101- Introduction to Computing- Lecture 30
CS101- Introduction to Computing- Lecture 30
ย 
NME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdfNME UNIT I & II MATERIAL.pdf
NME UNIT I & II MATERIAL.pdf
ย 
Web technology
Web technologyWeb technology
Web technology
ย 
Introduction to Network Devices & Addressing Schemes
Introduction to Network Devices &  Addressing SchemesIntroduction to Network Devices &  Addressing Schemes
Introduction to Network Devices & Addressing Schemes
ย 
Intro. to the internet and web
Intro. to the internet and webIntro. to the internet and web
Intro. to the internet and web
ย 
Lesson+3 v2.0 slide_show [autosaved]
Lesson+3 v2.0 slide_show [autosaved]Lesson+3 v2.0 slide_show [autosaved]
Lesson+3 v2.0 slide_show [autosaved]
ย 
Cn ppt
Cn  pptCn  ppt
Cn ppt
ย 

Recently uploaded

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
ย 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceEscorts Call Girls
ย 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...SUHANI PANDEY
ย 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...SUHANI PANDEY
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445ruhi
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLimonikaupta
ย 
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...nilamkumrai
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
ย 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Delhi Call girls
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
ย 
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort ServiceEnjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort ServiceDelhi Call girls
ย 

Recently uploaded (20)

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
ย 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
ย 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
ย 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
ย 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
ย 
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
ย 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
ย 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
ย 
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort ServiceEnjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
ย 

Internet new

  • 2. The Internet โ€ข The Internet: An internet that spans the world โ€“ Original goal was to develop a means of connecting networks that would not be disrupted by local disasters.
  • 3. The Internet โ€ข An information system โ€ข Communication tool โ€ข A large network of computer systems world wide โ€ข can be explored by using a Web Browser โ€ข Services available through the Internet: โ€ข Email (Discussion groups , Chat Rooms, etc.) โ€ข Information search (including research) โ€ข Education (Online courses; virtual colleges) โ€ข Entertainment, News, and moreโ€ฆ...
  • 4. Internet Architecture โ€ข Internet Service Provider (ISP) โ€ข Access ISP: Provides connectivity to the Internet โ€“ Traditional telephone (dial up connection) โ€“ Cable connections โ€“ Wireless
  • 6. A network protocol Is the set of very detailed rules, sequences, message formats, and procedures that computer systems use and understand when exchanging data with each other.
  • 7. Examples of Protocols โ€“ Transmission Control Protocol (TCP) โ€“ User Datagram Protocol(UDP) โ€“ File Transfer Protocol (FTP) โ€“ Hypertext Transfer Protocol (HTTP) โ€“ Simple Mail Transfer Protocol (SMTP)
  • 8. Transmission Control Protocol (TCP/IP) โ€ข It is connection oriented. โ€ข It establish connection before data transfer โ€ข It divide the whole message in small parts known as packets โ€ข It sends packets in order and it also receive in order in destination
  • 9. User Datagram Protocol(UDP) โ€ข It is not connection oriented. โ€ข It does not establish connection before data transfer โ€ข It divide the whole message in small parts known as packets. โ€ข It sends packets to the available path on that particular movement. โ€ข The packets are not received in order and it required a addition mechanism for ordering the packets on destination.
  • 10. File transfer protocol โ€ข Is a network protocol used for transfer data from one computer to another through a network such as Internet (is commonly used for copying files to and from other computers) โ€ข FTP is a two-way system - it can be used to copy or move files from a server to a client computer as well as upload or transfer files from a client to a server โ€ข FTP systems generally encode and transmit their data in binary sets which allow for faster data transfer
  • 11. What is an IP Address? โ€ข An IP address is a unique global address for a network interface โ€“ An IP address: - is a 32 bit long identifier - encodes a network number (network prefix) and a host number.
  • 12. Network prefix and host number โ€ข The network prefix identifies a network and the host number identifies a specific host (actually, interface on the network). network prefix host number
  • 13. Dotted Decimal Notation โ€ข IP addresses are written in a so-called dotted decimal notation โ€ข Each byte is identified by a decimal number in the range [0..255] โ€ข Example: 10000000 10001111 10001001 10010000 1st Byte = 128 2nd Byte = 143 3rd Byte = 137 4th Byte = 144 128.143.137.144
  • 14. IP Addresses (continued) โ€ข When IP addresses were originally created, they were called classful addresses โ€“ That is, each IP address fell into particular class โ€“ A particular class address has a unique network address size and a unique host address size โ€“ There are basically five types of IP addresses: Classes A, B, C, D and E 14
  • 16. IP Addresses (continued) โ€ข When you examine the first decimal value in the dotted decimal notation: โ€“ All Class A addresses are in the range 0 - 127 โ€“ All Class B addresses are in the range 128 - 191 โ€“ All Class C addresses are in the range 192 โ€“ 223 โ€“ All Class D addresses are in the range 224 โ€“ 239 โ€“ All Class E addresses are in the range 240 - 255 16
  • 18. DNS โ€ข IP addresses are difficult to remember โ€“ JohnDoe@140.203.8.22 would be difficult to remember โ€“ If JohnDoeโ€™s mail server moves to another machine, then his e-mail address would not be valid anymore โ€“ Something like JohnDoe@wuzwuz.ucg.ie would be appropriate โ€ข Need some mechanisms to translate wuzwuz.ucg.ie to the IP address โ€“ To solve this problem DNS was invented โ€ข It is a hierarchical, domain-based naming scheme and a distributed database system for implementing naming scheme. โ€ข Usage: โ€“ Map name onto an IP address, an application program calls an library procedure, called resolver. โ€“ The resolver sends packet to a local DNS server which looks up the name and returns the IP address to the resolver โ€“ The resolver returns the IP address to the application, which can establish an TCP/IP connection with the destination (or send packets)
  • 19. URL โ€“ Uniform Resource Locator
  • 20. URL โ€“ Uniform Resource Locator
  • 21. Traditional Internet Applications โ€ข Electronic Mail (email) โ€“ Domain mail server collects incoming mail and transmits outgoing mail โ€“ Mail server delivers collected incoming mail to clients via POP3 or IMAP โ€ข File Transfer Protocol (FTP) โ€ข WWW (World Wide Web)
  • 22. World Wide Web (WWW) โ€“ a vast collection of information thatโ€™s connected like a web โ€“ accessible through the Internet using connections called hyperlinks โ€“ view the WWW resources through a program called a Web Browser, such as: โ€ข Netscape Navigator โ€ข Internet Explorer โ€“ Navigate through the WWW by pointing to and clicking on hyperlinks (underlined or boldfaced words, phrases, icons, or images) โ€“ Also called Cyberspace or the Information Superhighway
  • 23. Architectural Overview โ€ข Browser displays a page on the client machine โ€“ Click on a link, the browser sends a message to the abcd.com web server asking it for the page โ€“ When page arrives, it is displayed; if it contains a hyperlink on a page on xyz.com, that is clicked, then the browser will send a message to xyz.com server and the process continues
  • 24. HTML โ€“ HyperText Markup Language โ€ข (a) HTML source code โ€“ Markup language containing explicit commands for formatting โ€ข (b) Formatted page