Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: CompTIA Network+ - Network Models
Description: CompTIA Network+ certification notes. Notes also work for any general networking class.

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Meet the frame
Wednesday, October 21, 2015

11:47 AM

Network Interface card (NIC) is a circuit board that plugs into an individual computer and has a cable
attached that is used to connect it to another device on the network
...

Binary is strings of ones and zeros passed from computer to computer
...

Data is simply binary code, "on or off"
...


Network Models Page 1

The MAC Address
Thursday, October 22, 2015

8:43 AM

A hub acts like a repeater by taking every frame of data it receives and sending it out to every other
connected device with identical binary code
...

A computer NIC determines if a frame is meant for itself by looking at the MAC address included in the
frame
...


Network Models Page 2

Broadcast vs
...

In a broadcast transmission, the receiving NIC will see that the destination MAC address is FF-FF-FF-FFFF-FF and will send the packets to its software
...

Broadcasts are very important on a LAN
...

Broadcast Domain is when a group of computers can hear the broadcast signal
...
Switches
Thursday, October 22, 2015

8:43 AM

A smart device that acts like a hub but maintains a table of known MAC address for each device
connected to it is called a switch
...

A switch is smart, it keeps track of the MAC addresses on the network, based on ports
...
So when one computer wants to talk to another computer, the router
determines what port to send the data too, based on the MAC address
...


Network Models Page 4

Introduction to IP Addressing
Thursday, October 22, 2015

8:43 AM

MAC address cannot handle a lot of computers on a network
...

To make a big network work, you have to use logical addressing
...

IP address are not fixed like a network card
...

IP addresses can be used to determine what network they are in
...
The last number (ID) is different
for each computer on a network
...

A switch connects to a router, and the router connects to another network
...

If a computer wants to talk to another computer on a different network, it has to add a destination IP
address and a source IP address to the frames
...

When the computer looks at the IP packet, it determines whether or not it is in its own network
...

The router then strips away everything in the frame except for the frame packet
...


Network Models Page 5

Packets and Ports
Thursday, October 22, 2015

8:43 AM

When a computer receives a frame of data, it has to determine what to do with it
...

Port numbers are unique to individual to applications all over the internet
...

In a frame, is a destination port number and a source port number
...

The first 1024 port numbers are known as "well known ports"
...
But the first
1024 ports are reserved ports, you cannot use them as a return port number
...

Data travels in bits and pieces
...

TCP a connection oriented conversation between two computers to make sure the data gets to where
its going in whole
...

- The Sequence number is when you break data into frames, they are assigned a sequence number
to know how to reassemble
...

TCP is the overwhelming protocol we use on the internet
...
It is not connection oriented
...
It is up to the application to determine it
...

Packets have sequence numbers so the network software can reassemble the file correctly
...


Network Models Page 6

What is a Model?
Thursday, October 22, 2015

8:43 AM

Models are designed to represent an idea of what's going on
...

We use models to represent how networks function
...

When dealing with networks, the world of technology uses models to help visualize how networks are
organized and function together
...
TCP/IP Model
Thursday, October 22, 2015

8:43 AM

The OSI seven-layer model is 7 distinct functions a network must do
...

2
...

4
...

6
...


Physical (what type of cables…)
Data Link (anything that works with a MAC address, NIC, switches)
Network (Logical Addresses, routers)
Transport (Assembly / dissemble)
Session (Connection between two systems, sharing files…)
Presentation (used to be used to convert data into something it can read)
Application (The smarts of what makes it aware)

TCP Model:
1
...
Internet
3
...
Application

Network Models Page 8

OSI and TCP/IP Model Walkthroughs
Thursday, October 22, 2015

8:43 AM

OSI

TCP

Function

1 - Physical

1 - Network
At this first layer is the NIC, cables, hubs and connections to the outside
...
If the MAC address is for the NIC, it continues the process
...
It then strips off the Frame check sequence and the MAC address information, and keeps the MAC
information off in memory because it might need to send a frame back
...


3 - Network

2 - Internet

Here it deals with IP addresses
...
What's left in the frame at this
point is the TCP segment, this is designed and ready for the computer and then to whatever application and
format
...
If the data is big and being transported out (Webpages,
movies…), it breaks the data apart into many bits and assigns it a sequence number for reassembly later on
...
It
then keeps the complete data and sends it up
...


6 - Presentation 4 - Application

Designed to format files for applications
...
It looks at the port number and keeps the source
port number and sends the data to the right application
...
Converts ones and zeros into the appropriate signal for the medium
being used
...


Data Link
Layer

Where MAC addresses are found at, where outbound data is labeled with a MAC address header
...


Transport
Layer

Deals with sequencing packets

Session Layer Deals with handling connection between machines
...


Network Models Page 9


Title: CompTIA Network+ - Network Models
Description: CompTIA Network+ certification notes. Notes also work for any general networking class.