April 20th, 2009
Packet:
1st 3 numbers are all the same in classroom 142.156.121.
Subnet mask determines network address
Because of subnet mask that allows you to be on certain network
Number can go from 0-255
32bit IP address, IPV4=32bit
Computers use binary language, 2 possible combinations, 0 or 1
How to convert binary to Decimal:
Create the chart
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
Add the 1’s not the 0’s
How to Convert Decimal to binary
Use the Chart
Example number **200
Find the last number that 200 is larger than, and start there…128
Take 200 and minus 128=72
If the next number is smaller than 72 open it=1
Then subtract 72 from 64-8 all numbers till 8 is closed then
8-8=0 so all numbers after 8 are closed
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
1 1 0 0 1 0 0 0
Use this to practice: 142, 65, 256, 33
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
29 28 27 26 25 24 23 22 21 20
512 256 128 64 32 16 8 4 2 1
How to Change IP Address:
Go to my network places
Go to view network connections
Right click local Area Connections and go to properties
You will see protocol stack
Highlight TCP/IP and right click and go to properties
Network ID on the same network, needs to have the same Network ID
If you do not have the same ID you do not belong to the ID
DHCP: server that assigns IP address
DHCP= Dynamic Host Configuration Protocol
Broadcast message, every computer will receive message
Multicast: Certain people will receive message
Unicast: just yourself or 1 computer
Routing Tables: list of routers each know…almost like a favourites list
Every time a message goes from one router to the other it’s called a hop
2 types of networks at any given time: Classful or Classless
5 classes if classfull
A: 1-126--------255.0.0.0
B 128-191------255.255.0.0
C 192-223------255.255.255.0
D 224-239------Does not exist
E 240-255-------Does not exist
Determined by 1st octet
127 is reserved for loopback address
If its classful you can determine what the subnet mask is
Class D and E do not have subnet masks as Class D is used for multitask and E is for Government use
In textbook pg 46/47
Need to know how Classfull and Classless work
OSI Model: Open Systems interconnect
7 A-Application—programs, email, network print etc
6 P-Presentation---- data compression and encryption
5 S-Session----dialog of communication, actual communication happens
4 T- Transport----End to end layout of conversation, packets are formed
3 N- Network----determines what network ID is
2 D- Data link----MAC-Media access control
LLC- Logical Link Control
1 P- Physical---- responsible for converting packets into binary form
Tuesday, April 21, 2009
Tuesday, April 14, 2009
Internet Security Lesson One, 13 April
April 13, 2009
Network:
A Network is 2 or more computers connected together to share data, resources (printers)
The benefits are reduced costs, to max. productivity, save time by communicating (protocols)
Internet:
A combination of many networks working together
Protocol:
Transmission control protocol, internet protocol, (TCP/IP) largest protocol in the world
Every operating system by default uses TCP/IP
The more popular an item is the more at risk it is for a hacker.
You can have a computer with a multi protocol.
Data flows to and from, from the network card
Protocol stack:
Where multiple protocols appear in order (1.TCP/IP 2.Gopher)
TCP/IP has a predictable response just by saying “hi” a hacker can tell there is a computer, what operating system etc.
Customer oriented means less security, and therefore more at risk, hackers get the reward
LAN: Local area network- anything less than 2km in size
CAN: Campus area network- designed for campuses
WAN: Wide Area Network, 2 or more LAN’s-Larger than 2km
MAN: Metropolitan area network- City’s
Intranet: internal internet- private use only
Extranet: External intranet- access through intranet externally
Type of network relationship:
2 styles of networks:
1st Peer to Peer network:
All workstations, no longer ask questions to be done, able to do them on own.
Still able to share info. Based on security levels…example Windows XP
Physically plugged into individual workstation
2nd Client server network:
Client servers have to ask permission, and server asks for codes
Requires NOS-Network operating system… example windows server, Linux
Host: is a Node on a TCI/IP network
NODE: Any device that communicates on a network is known as a Node (router etc.)
Backbone: Will be a high speed connection that connects all together
Segment: the Distance on the network…branch of a network..2 communicating devices linked together
Scalability: the ability for your network to grow
Transmission Media: the devices on the network (physical) example: Ethernet cable
Subnet mask: combined with the IP= net work ID and Host ID—very important to where packet goes
sdhanapala@rogers.com
sdhanapala@conestogac.on.ca
Network:
A Network is 2 or more computers connected together to share data, resources (printers)
The benefits are reduced costs, to max. productivity, save time by communicating (protocols)
Internet:
A combination of many networks working together
Protocol:
Transmission control protocol, internet protocol, (TCP/IP) largest protocol in the world
Every operating system by default uses TCP/IP
The more popular an item is the more at risk it is for a hacker.
You can have a computer with a multi protocol.
Data flows to and from, from the network card
Protocol stack:
Where multiple protocols appear in order (1.TCP/IP 2.Gopher)
TCP/IP has a predictable response just by saying “hi” a hacker can tell there is a computer, what operating system etc.
Customer oriented means less security, and therefore more at risk, hackers get the reward
LAN: Local area network- anything less than 2km in size
CAN: Campus area network- designed for campuses
WAN: Wide Area Network, 2 or more LAN’s-Larger than 2km
MAN: Metropolitan area network- City’s
Intranet: internal internet- private use only
Extranet: External intranet- access through intranet externally
Type of network relationship:
2 styles of networks:
1st Peer to Peer network:
All workstations, no longer ask questions to be done, able to do them on own.
Still able to share info. Based on security levels…example Windows XP
Physically plugged into individual workstation
2nd Client server network:
Client servers have to ask permission, and server asks for codes
Requires NOS-Network operating system… example windows server, Linux
Host: is a Node on a TCI/IP network
NODE: Any device that communicates on a network is known as a Node (router etc.)
Backbone: Will be a high speed connection that connects all together
Segment: the Distance on the network…branch of a network..2 communicating devices linked together
Scalability: the ability for your network to grow
Transmission Media: the devices on the network (physical) example: Ethernet cable
Subnet mask: combined with the IP= net work ID and Host ID—very important to where packet goes
sdhanapala@rogers.com
sdhanapala@conestogac.on.ca
Tuesday, February 3, 2009
Problem Solving and Programming Concepts Lesson Four 02 February
Since I was not able to go to that class, I read the remainder of Chapter Seven and all of Chapter Four. I just handed in the review questions to the instructor, because Chris is away.
Next week. the class will do chapter five.
Next week. the class will do chapter five.
Wednesday, January 28, 2009
Problem Solving and Programming Concepts lesson 3 26 january
In this lesson, the class went through the rest of Chapter Three and the first part of Chapter Seven. I had to do another flowchart and write some more pseudocode for a pet store. Next week, I will not be attending the College for week four, but will read Chapters one through four and read the entirety of chapter seven and hand in the review questions for both chapter four and seven.
Wednesday, January 21, 2009
Problem Solving and Programming Concepts Lesson 2 19 January
In this lesson, the class read Chapter Two of the textbook. The above flowchart is part of the assignment. We learned more about understanding structure and about structured programs. As part of the assignment, I did the above flowchart and wrote some pseudocode.
http://www.quepublishing.com/
Wednesday, January 14, 2009
Problem Solving and Programming Concepts Lesson One 12 January
In this lesson, the class is introduced to the course outline and the general principles of the course. Tje c;ass ;earned about flowcharts and pseudocode to set up programs. The course is instructed by Ron Bradley rbradley@conestogac.on.ca
http://www.conestogac.on.ca/
http://www.conestogac.on.ca/
Friday, December 19, 2008
Shawn's Success Story
hawn’s Success story
22yrs when first had the vision of going to college, 31yrs now
Went to upgrading classes from 2000 to 2002, not successful
Other unsuccessful attempts at continuing education/ went to continuing education at the Upper Grand district school board.
2006 did online courses, and were fun to do but was able to succeed in this setting
Fall 2007 Kerry’s Place agreed to help with school and provide supports
2007 received passport money for education, but too late to start in September
2008 enrolled in class but had to spend time in the hospital for about 1 month and had to back out of school, once again
Sept 2008 officially started College in the webmasters program, with the class “Internet”
Dec.2008 Successfully got a mark of 87%
Currently scheduled to take Internet Security in January 2009.
When I was 22 years of age I decided that I wanted to go to college and continue my education. I knew it was going to be tough but knew that I could succeed and that it would be worth it. I am now 31 years of age and have successfully competed my first semester at Conestoga College.
http://www.conestogac.on.ca/index.jsp
22yrs when first had the vision of going to college, 31yrs now
Went to upgrading classes from 2000 to 2002, not successful
Other unsuccessful attempts at continuing education/ went to continuing education at the Upper Grand district school board.
2006 did online courses, and were fun to do but was able to succeed in this setting
Fall 2007 Kerry’s Place agreed to help with school and provide supports
2007 received passport money for education, but too late to start in September
2008 enrolled in class but had to spend time in the hospital for about 1 month and had to back out of school, once again
Sept 2008 officially started College in the webmasters program, with the class “Internet”
Dec.2008 Successfully got a mark of 87%
Currently scheduled to take Internet Security in January 2009.
When I was 22 years of age I decided that I wanted to go to college and continue my education. I knew it was going to be tough but knew that I could succeed and that it would be worth it. I am now 31 years of age and have successfully competed my first semester at Conestoga College.
http://www.conestogac.on.ca/index.jsp
Subscribe to:
Posts (Atom)

My calendars