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

Thyrister Turn on£5.00

Electromagnetic Induction£3.13

differential equation£1.50

IT£6.25

Easy Embedded Systems £0.50

EEE 571 - RELIABILITY AND MAINTAINABILITY ENGINEERING£1.50

CompTIA Network+ - TCP/IP Applications£1.38

Total£19.26

Title: CompTIA Network+ - Routing
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


Introducing Routers
Wednesday, November 18, 2015

Router

9:50 AM

A piece of hardware or software that forwards packets based on their destination IP address
...

- Typical home routers are routers, switches, firewalls, a DHCP server and other features built together
...
Meaning that
one side will have 1 port, and the other will have 4 or 5 ports
...
The side with 4 or 5 ports will not use a external switch but will have each individual computer
connect together
...

- First the router looks at the frame from whatever port it came in from
...

- Routers use a Routing Table
- Routers don’t care the destination of the packet, they just queue the packet based on time received
...
All IP-Enabled devices, including routers and
switches, use these
...
168
...
0 255
...
255
...
0
...
0

192
...
15
...
201
...
0 255
...
254
...
0
...
0

98
...
164
...
0
...
0

0
...
0
...
201
...
1 98
...
164
...

- The reason you can't use a host ID of 0 is because it is reserved for routing tables
...
0
...
0
Default routs are used when frames are sent to one router and want to be send to another router
...
Port numbers 0 1023 are called well known ports
...
It's usually a number
well past 1023
...
When it first receives the packet, it looks at the ports, it then
strips off the port data and sends up the data
...


Routing Page 2

Network Address Translation
Tuesday, December 01, 2015

8:58 AM

NAT

Network Address Translation

PAT

Port Address Translation

Every router has a NAT
...

Each device connected to the routers is assigned a LAN IP address and when it wants to connect to the
internet, the router assigns it a WAN IP address
...

DNAT

Dynamic NAT

Dynamic NAT is very rarely used today, but has a limit of WAN addresses on the router, so only a limited
amount of devices can go out at once
...

SNAT sends specific traffic to one internal IP address
DNAT has a limited pool of internet addresses to give to a number of internal devices
...


Routing Page 4

Port Forwarding
Tuesday, December 01, 2015

9:18 AM

Port
Application of NAT that redirects a communication request from one address and port
Forwarding number combination to another while the packets are trans versing a network gateway
...

You can use port scanners to find vulnerable
...

If a particular server uses a lot of ports, you can use Port Range Forwarding instead of individually
entering each port
...
For example, FTP
listens on port 21 and responds on port 20
...

Holy fuck, counter strike uses a lot of ports
...

You can use third party software to add features
...
(CompTIA)
...


To picture the internet, think of routers surrounded by computers connected to them
...
In this situation, routers can go down at any given point,
so when routers are relaying data, they have to find a different route
...

When routing, routers will use the route with the least amount of metrics (Hop Count)
...

MTU

Maximum Transfer Unit (How much data it can hull)

Bandwidth The range of frequencies within a given band, in particular that used for transmitting a
signal
...
(Satellites will be longer)

Ethernet has a MTU of 1500 bytes
...
Each of these ways have different MTU, so when data is transferring and all of the sudden
they have to use a different transfer protocol, routers have to convert the data to which ever protocol
they are now using (chopping the data up to fit the MTU)
...

- Link State: Basically pings (Link state Advertisements) other routers every once in a while, and
notifies when there is a change in the routing table
...

Dynamic Routing Protocols can be split into two groups:
- Interior Gateway Protocol (IGP)
- Exterior Gateway Protocol (EGP): The idea that if you're a ISP, you control a lot of routers
...
To leave an
Autonomous system, you need to use a EGP protocol
...
When ISPs communicate to each other, they use a number system unique to
ISPs
...

Dynamic routing protocols are either interior gateway protocol or exterior gateway protocol
...

RIP's Maximum hop count is 15
...

OSPF

Open Shortest Path First

- Uses IGP
- Uses Link State Protocol
OSPF works by you configuring your router for the protocol
...
They start communicating about
what networks they are connected to
...


Routing Page 10

BGP
Wednesday, December 02, 2015

BGP

9:03 AM

Border Gateway Protocol

You can break the internet into two different groups:
- LANS: Each with own subnet, most work here (email servers, Webservers…)
- Router Networks: Groups of highly connected routers owned by ISPs, often miles apart from each
other carrying most of the LAN data across the internet
...
(Every router wanting every path to every LAN)
...

All of these Autonomous systems have to use BGP to connect to each other across the world
...

BGP is the primary protocol for the internet
Title: CompTIA Network+ - Routing
Description: CompTIA Network+ certification notes. Notes also work for any general networking class.