What is a network
ARPANET
The internet and word wide web
What are communication protocols
Types of communication protocols
- network, application, security
the open systems interconnect
- 7 layers
the tcp/ip stack - 4 laters
TCP/IP stack
* The OSI and TCP/IP stack do not map directly but perform the same functions – in this model there are four layers:
o Link – performs layer 1 and 2 in OSI
o Internet – performs layer 3 in OSI
o Transport – performs layer 4 and half of 5 (session synch)
o Application performs half of 5 (authentication), 6, and 7 in OSI
Anatomy of a packet - picture on page 28
Real life mail example vs internet example
Real life example:
* When you send an envelope you put a to and from location
* The postal service picks the letter from the mailbox
* The mailperson takes it to the local post office
* The local post office in your city sends it to a default location in the citywide centre
* That citywide centre sends it to a statewide sorting centre
* That statewide sends it to the regionwide sorting center
* They send it to the state of the recipient in statewide sorting center in dallas
* They send it to the citywide sorting center in Houston
* Who sends it to the local post office
* The truck driver gets it from there and makes sure it gets delivered to the house
* The only person who knows the actual address is the truck driver, every other step along the way is I don’t know where the address is but I know the next step
Internet example
* The home fiber sends it to the internet service provider
* Who sends it to their internet service provider
* Who then sends it to an internet router
* Who then routes it to the ISP that’s in charge of that customer
* That ISP delivers it
* At no point other than the recipients ISP does anyone else know the destination
* In both examples there were default locations until someone knew a better place to send it
Local area networks
- source system processes
- source gateway process
- intermediate gateway process
- destination gateway process
- response process
- pictures on page 29 and beyond
are interconnected via intermediate devices – meaning those three networks are subnetworks of a larger network encompassing the building
* Notice that there are three subnets, with three computers connected to each subnet, and all three subnets connected to a larger intermediate gateway network, which is then connected to the internet
Logical vs physical data flow
- picture on page 31
LAN vs wide area network
Common network hardware
Network hardware basics
- a star typology
- NIC addresses
- why do we use both an IP and MAC
- picture on page 32
Address Resolution Protocol (ARP)
- picture on page 34