SlideShare a Scribd company logo
1 of 21
- Pankaj
Ix c
G.L.T Saraswati Bal Mandir
Nehru Nagar
Networking
Networking
๏ƒ˜ Computer network A collection of computing devices that are connected in
various ways in order to communicate and share resources
๏ƒ˜ Usually, the connections between computers in a network are made using
physical wires or cables
๏ƒ˜ However, some connections are wireless, using radio waves or infrared signals
๏ƒ˜ The generic term node or host refers to any device on a network
๏ƒ˜ Data transfer rate The speed with which data is moved from one place on a
network to another
๏ƒ˜ Data transfer rate is a key issue in computer networks
๏ƒ˜ Computer networks have opened up an entire frontier in the world of
computing called the client/server model
๏ƒ˜ File server A computer that stores and manages files for multiple users on a
network
๏ƒ˜ Web server A computer dedicated to responding to requests (from the browser
client) for web pages
Types of Networks
๏ƒ˜ Local-area network (LAN) A network that connects a relatively small number
of machines in a relatively close geographical area
๏ƒ˜ Various configurations, called topologies, have been used to administer LANs
โ€ข Ring topology A configuration that connects all nodes in a
closed loop on which messages travel in one direction
โ€ข Star topology A configuration that centers around one node to which all
others are connected and through which all messages are sent
โ€ข Bus topology All nodes are connected to a single communication line that
carries messages in both directions
โ€ข Bus topology All nodes are connected to a single communication line that
carries messages in both directions
โ€ข Wide-area network (WAN) A network that connects two or more local-area
networks over a potentially large geographic distance
โ€ข Often one particular node on a LAN is set up to serve as a gateway to handle all
communication going between that LAN and other networks
โ€ข Communication between networks is called internetworking
โ€ข The Internet, as we know it today, is essentially the ultimate wide-area network,
spanning the entire globe
โ€ข Metropolitan-area network (MAN) The communication infrastructures that
have been developed in and around large cities
So, who owns the Internet?
๏ƒ˜Well, nobody does. No single person or company owns
the Internet or even controls it entirely. As a wide-
area network, it is made up of many smaller networks.
These smaller networks are often owned and managed
by a person or organization. The Internet, then, is
really defined by how connections can be made
between these networks.
Internet Connections
๏ƒ˜Internet backbone A set of high-speed networks that carry Internet traffic
๏ƒ˜These networks are provided by companies such as AT&T, GTE, and IBM
๏ƒ˜ Internet service provider (ISP) A company that provides other companies or
individuals with access to the Internet
๏ƒ˜ There are various technologies available that you can use to connect a home
computer to the Internet
โ€ข A phone modem converts computer data into an analog audio signal for
transfer over a telephone line, and then a modem at the destination
converts it back again into data
โ€ข A digital subscriber line (DSL) uses regular copper phone lines to transfer
digital data to and from the phone companyโ€™s central office
๏ƒ˜ Broadband A connection in which transfer speeds are faster than 128 bits per
second
โ€ข DSL connections and cable modems are broadband connections
โ€ข The speed for downloads (getting data from the Internet to your home
computer) may not be the same as uploads (sending data from your home
computer to the Internet)
Packet Switching
๏ƒ˜ To improve the efficiency of transferring information over a shared
communication line, messages are divided into fixed-sized, numbered packets
๏ƒ˜ Network devices called routers are used to direct packets between networks
Open Systems
๏ƒ˜ Proprietary system A system that uses technologies kept private by a particular
commercial vendor
โ€ข One system couldnโ€™t communicate with another, leading to the need for
๏ƒ˜ Interoperability The ability of software and hardware on multiple machines
and from multiple commercial vendors to communicate
๏ƒ˜ Open systems Systems based on a common model of network architecture and
a suite of protocols used in its implementation
๏ƒ˜ The International Organization for Standardization (ISO) established the Open
Systems Interconnection (OSI) Reference Model
๏ƒ˜ Each layer deals with a particular aspect of network communication
15-12
NETWORK PROTOCOLS
๏ƒ˜Network protocols are layered such that each one relies on the protocols that
underlie it
๏ƒ˜Sometimes referred to as a protocol stack
Figure 15.6 Layering of key network protocols
15-13
TCP/IP
๏ƒ˜ TCP stands for Transmission Control Protocol
๏ƒ˜ TCP software breaks messages into packets, hands them off to the IP
software for delivery, and then orders and reassembles the packets at their
destination
๏ƒ˜ IP stands for Internet Protocol
๏ƒ˜ IP software deals with the routing of packets through the maze of
interconnected networks to their final destination
High-Level Protocols
๏ƒ˜ Other protocols build on the foundation established by the TCP/IP protocol
suite
โ€ข Simple Mail Transfer Protocol (SMTP)
โ€ข File Transfer Protocol (FTP)
โ€ข Telnet
โ€ข Hyper Text Transfer Protocol (http)
MIME Types
๏ƒ˜Related to the idea of network protocols and standardization is the concept of a
fileโ€™s MIME type
โ€ข MIME stands for Multipurpose Internet Mail Extension
โ€ข Based on a documentโ€™s MIME type, an application
program can decide how to deal with the data it is given
Firewalls
๏ƒ˜ Firewall A machine and its software that serve as a special gateway to a
network, protecting it from inappropriate access
โ€ข Filters the network traffic that comes in, checking the validity of the
messages as much as possible and perhaps denying some messages
altogether
โ€ข Enforces an organizationโ€™s access control policy
Network Addresses
๏ƒ˜ Hostname A unique identification that specifies a particular computer on the
Internet
๏ƒ˜ For example
โ€ข matisse.csc.villanova.edu
โ€ข condor.develocorp.com
๏ƒ˜ Network software translates a hostname into its corresponding IP address
๏ƒ˜ For example
โ€ข 205.39.145.18
๏ƒ˜ An IP address can be split into
โ€ข network address, which specifies a specific network
โ€ข host number, which specifies a particular machine in that network
Domain Name System
๏ƒ˜ A hostname consists of the computer name followed by the domain name
๏ƒ˜csc.villanova.edu is the domain name
โ€ข A domain name is separated into two or more sections that specify the
organization, and possibly a subset of an organization, of which the
computer is a part
โ€ข Two organizations can have a computer named the same thing because the
domain name makes it clear which one is being referred to
๏ƒ˜ The very last section of the domain is called its top-level domain (TLD) name
๏ƒ˜Organizations based in countries other than the United States use a top-level
domain that corresponds to their two-letter country codes
๏ƒ˜The domain name system (DNS) is chiefly used to translate hostnames into
numeric IP addresses
โ€ข DNS is an example of a distributed database
โ€ข If that server can resolve the hostname, it does so
โ€ข If not, that server asks another domain name server

More Related Content

What's hot

Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
Viku1985
ย 

What's hot (20)

Modern computer network technologies
Modern computer network technologies Modern computer network technologies
Modern computer network technologies
ย 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Student
ย 
Computer network
Computer networkComputer network
Computer network
ย 
Computer network basics
Computer network basicsComputer network basics
Computer network basics
ย 
Computer network
Computer networkComputer network
Computer network
ย 
System and network administration network services
System and network administration network servicesSystem and network administration network services
System and network administration network services
ย 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
ย 
Unit2.2
Unit2.2Unit2.2
Unit2.2
ย 
Computer Network
Computer NetworkComputer Network
Computer Network
ย 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
ย 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
ย 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
ย 
Firewall
FirewallFirewall
Firewall
ย 
OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.
ย 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
ย 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
ย 
Types of Networks
Types of NetworksTypes of Networks
Types of Networks
ย 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
ย 
Computer networks
Computer networksComputer networks
Computer networks
ย 
Types of network
Types of networkTypes of network
Types of network
ย 

Similar to Networking

Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
shinigami-99
ย 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
kchanaka3
ย 
Networking And Telecommunications
Networking And TelecommunicationsNetworking And Telecommunications
Networking And Telecommunications
UMaine
ย 
Fg c
Fg cFg c
Fg c
Taha Khan
ย 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic concepts
Ankit Garg
ย 

Similar to Networking (20)

M.Florence Dayana Computer Networks Introduction
M.Florence Dayana   Computer Networks IntroductionM.Florence Dayana   Computer Networks Introduction
M.Florence Dayana Computer Networks Introduction
ย 
Ethical Hacking
Ethical HackingEthical Hacking
Ethical Hacking
ย 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
ย 
Computer Networking.pptx
Computer Networking.pptxComputer Networking.pptx
Computer Networking.pptx
ย 
NETWORK FUNDAMENTALS, CLASS X, 402 , CBSE
NETWORK FUNDAMENTALS, CLASS X, 402 , CBSENETWORK FUNDAMENTALS, CLASS X, 402 , CBSE
NETWORK FUNDAMENTALS, CLASS X, 402 , CBSE
ย 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
ย 
Computer networks-1
Computer networks-1Computer networks-1
Computer networks-1
ย 
Networking And Telecommunications
Networking And TelecommunicationsNetworking And Telecommunications
Networking And Telecommunications
ย 
Computer network assignment help
Computer network assignment helpComputer network assignment help
Computer network assignment help
ย 
group 10.pptx
group 10.pptxgroup 10.pptx
group 10.pptx
ย 
Communications
CommunicationsCommunications
Communications
ย 
IARE_CN_PPT_0 (1).pdf
IARE_CN_PPT_0 (1).pdfIARE_CN_PPT_0 (1).pdf
IARE_CN_PPT_0 (1).pdf
ย 
Fg c
Fg cFg c
Fg c
ย 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic concepts
ย 
computer networking slides with full detail
computer  networking slides with full detailcomputer  networking slides with full detail
computer networking slides with full detail
ย 
Internet and Networking
Internet and NetworkingInternet and Networking
Internet and Networking
ย 
Computer networks7
Computer networks7Computer networks7
Computer networks7
ย 
Chapter15.ppt
Chapter15.pptChapter15.ppt
Chapter15.ppt
ย 
Chapter16.ppt
Chapter16.pptChapter16.ppt
Chapter16.ppt
ย 
Networking fundamentalsss
Networking fundamentalsssNetworking fundamentalsss
Networking fundamentalsss
ย 

More from pankajkumar3274 (7)

Post covid 19 care and vaccines
Post covid 19 care and vaccines Post covid 19 care and vaccines
Post covid 19 care and vaccines
ย 
Constitution
ConstitutionConstitution
Constitution
ย 
Art Integration
Art Integration Art Integration
Art Integration
ย 
Art Integration of delhi sikkim
Art Integration of delhi sikkimArt Integration of delhi sikkim
Art Integration of delhi sikkim
ย 
Digital Payment Campaign
Digital Payment CampaignDigital Payment Campaign
Digital Payment Campaign
ย 
Air pollution PPT
Air pollution PPTAir pollution PPT
Air pollution PPT
ย 
Coronavirus PPT
Coronavirus PPTCoronavirus PPT
Coronavirus 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
ย 
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
ย 
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
ย 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
sexy call girls service in goa
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
singhpriety023
ย 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
ย 
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
soniya singh
ย 

Recently uploaded (20)

Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
ย 
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...
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
ย 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
ย 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
ย 
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...
ย 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
ย 
๐“€ค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...
ย 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
ย 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
ย 
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...
ย 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
ย 
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
ย 
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
ย 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ย 
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
Call Girls In Sukhdev Vihar Delhi ๐Ÿ’ฏCall Us ๐Ÿ”8264348440๐Ÿ”
ย 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
ย 

Networking

  • 1. - Pankaj Ix c G.L.T Saraswati Bal Mandir Nehru Nagar Networking
  • 2. Networking ๏ƒ˜ Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources ๏ƒ˜ Usually, the connections between computers in a network are made using physical wires or cables ๏ƒ˜ However, some connections are wireless, using radio waves or infrared signals ๏ƒ˜ The generic term node or host refers to any device on a network ๏ƒ˜ Data transfer rate The speed with which data is moved from one place on a network to another ๏ƒ˜ Data transfer rate is a key issue in computer networks
  • 3. ๏ƒ˜ Computer networks have opened up an entire frontier in the world of computing called the client/server model ๏ƒ˜ File server A computer that stores and manages files for multiple users on a network ๏ƒ˜ Web server A computer dedicated to responding to requests (from the browser client) for web pages
  • 4. Types of Networks ๏ƒ˜ Local-area network (LAN) A network that connects a relatively small number of machines in a relatively close geographical area ๏ƒ˜ Various configurations, called topologies, have been used to administer LANs โ€ข Ring topology A configuration that connects all nodes in a closed loop on which messages travel in one direction โ€ข Star topology A configuration that centers around one node to which all others are connected and through which all messages are sent โ€ข Bus topology All nodes are connected to a single communication line that carries messages in both directions
  • 5. โ€ข Bus topology All nodes are connected to a single communication line that carries messages in both directions โ€ข Wide-area network (WAN) A network that connects two or more local-area networks over a potentially large geographic distance โ€ข Often one particular node on a LAN is set up to serve as a gateway to handle all communication going between that LAN and other networks โ€ข Communication between networks is called internetworking โ€ข The Internet, as we know it today, is essentially the ultimate wide-area network, spanning the entire globe
  • 6. โ€ข Metropolitan-area network (MAN) The communication infrastructures that have been developed in and around large cities
  • 7. So, who owns the Internet? ๏ƒ˜Well, nobody does. No single person or company owns the Internet or even controls it entirely. As a wide- area network, it is made up of many smaller networks. These smaller networks are often owned and managed by a person or organization. The Internet, then, is really defined by how connections can be made between these networks.
  • 8. Internet Connections ๏ƒ˜Internet backbone A set of high-speed networks that carry Internet traffic ๏ƒ˜These networks are provided by companies such as AT&T, GTE, and IBM ๏ƒ˜ Internet service provider (ISP) A company that provides other companies or individuals with access to the Internet ๏ƒ˜ There are various technologies available that you can use to connect a home computer to the Internet โ€ข A phone modem converts computer data into an analog audio signal for transfer over a telephone line, and then a modem at the destination converts it back again into data โ€ข A digital subscriber line (DSL) uses regular copper phone lines to transfer digital data to and from the phone companyโ€™s central office
  • 9. ๏ƒ˜ Broadband A connection in which transfer speeds are faster than 128 bits per second โ€ข DSL connections and cable modems are broadband connections โ€ข The speed for downloads (getting data from the Internet to your home computer) may not be the same as uploads (sending data from your home computer to the Internet)
  • 10. Packet Switching ๏ƒ˜ To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered packets ๏ƒ˜ Network devices called routers are used to direct packets between networks
  • 11. Open Systems ๏ƒ˜ Proprietary system A system that uses technologies kept private by a particular commercial vendor โ€ข One system couldnโ€™t communicate with another, leading to the need for ๏ƒ˜ Interoperability The ability of software and hardware on multiple machines and from multiple commercial vendors to communicate ๏ƒ˜ Open systems Systems based on a common model of network architecture and a suite of protocols used in its implementation ๏ƒ˜ The International Organization for Standardization (ISO) established the Open Systems Interconnection (OSI) Reference Model ๏ƒ˜ Each layer deals with a particular aspect of network communication
  • 12. 15-12 NETWORK PROTOCOLS ๏ƒ˜Network protocols are layered such that each one relies on the protocols that underlie it ๏ƒ˜Sometimes referred to as a protocol stack Figure 15.6 Layering of key network protocols
  • 13. 15-13 TCP/IP ๏ƒ˜ TCP stands for Transmission Control Protocol ๏ƒ˜ TCP software breaks messages into packets, hands them off to the IP software for delivery, and then orders and reassembles the packets at their destination ๏ƒ˜ IP stands for Internet Protocol ๏ƒ˜ IP software deals with the routing of packets through the maze of interconnected networks to their final destination
  • 14. High-Level Protocols ๏ƒ˜ Other protocols build on the foundation established by the TCP/IP protocol suite โ€ข Simple Mail Transfer Protocol (SMTP) โ€ข File Transfer Protocol (FTP) โ€ข Telnet โ€ข Hyper Text Transfer Protocol (http)
  • 15. MIME Types ๏ƒ˜Related to the idea of network protocols and standardization is the concept of a fileโ€™s MIME type โ€ข MIME stands for Multipurpose Internet Mail Extension โ€ข Based on a documentโ€™s MIME type, an application program can decide how to deal with the data it is given
  • 16. Firewalls ๏ƒ˜ Firewall A machine and its software that serve as a special gateway to a network, protecting it from inappropriate access โ€ข Filters the network traffic that comes in, checking the validity of the messages as much as possible and perhaps denying some messages altogether โ€ข Enforces an organizationโ€™s access control policy
  • 17. Network Addresses ๏ƒ˜ Hostname A unique identification that specifies a particular computer on the Internet ๏ƒ˜ For example โ€ข matisse.csc.villanova.edu โ€ข condor.develocorp.com ๏ƒ˜ Network software translates a hostname into its corresponding IP address ๏ƒ˜ For example โ€ข 205.39.145.18 ๏ƒ˜ An IP address can be split into โ€ข network address, which specifies a specific network โ€ข host number, which specifies a particular machine in that network
  • 18. Domain Name System ๏ƒ˜ A hostname consists of the computer name followed by the domain name ๏ƒ˜csc.villanova.edu is the domain name โ€ข A domain name is separated into two or more sections that specify the organization, and possibly a subset of an organization, of which the computer is a part โ€ข Two organizations can have a computer named the same thing because the domain name makes it clear which one is being referred to
  • 19. ๏ƒ˜ The very last section of the domain is called its top-level domain (TLD) name
  • 20. ๏ƒ˜Organizations based in countries other than the United States use a top-level domain that corresponds to their two-letter country codes
  • 21. ๏ƒ˜The domain name system (DNS) is chiefly used to translate hostnames into numeric IP addresses โ€ข DNS is an example of a distributed database โ€ข If that server can resolve the hostname, it does so โ€ข If not, that server asks another domain name server