Java Games: Flashcards, matching, concentration, and word search.

Chapter 10

These flashcards and exercises were created to complement your Chapter 10 from the Cisco Website online and your book.

AB
# of theorical subnets created2^(# of bits borrowed)
# of usable subnets created2^(# of bits borrowed) -2
# of theorical hosts per subnet2^(# of bits remaining)
# of bits remainingtotal bits in the host field - bits borrowed
# of usable hosts per subnet2^(# of bits remaining) - 2
network address/identifiernetwork bits that match the license # and the host bits are all zeros (0)
network broadcastnetwork bits match the license # and the host bits are all ones (1)
subnet masknetwork + subnet bits are all ones (1) and host bits are all zeros (0)
subnet bitsare treated as network bits (they were borrowed)
MAC addressflat addressing
routersconnect separate networks, make best path decisions based on layer 3 information and switch packets from incoming ports to appropriate outgoing ports.
datagramsencapsulated packets at the network layer. If IP is used, they are called IP datagrams. Datagrams contain, among other information, the source and destination address.
IP address32 bit binary number (four octects). There are several classes of IP's: A, B and C. Octects in an IP address can be identified as either network or host octects.
network octectsIdentify the network and are assigned by and external agency (InterNic)
host octectscan be assigned locally.
Class AIP addresses range from 0-127. IP format: N.H.H.H Default subnet mask: 255.0.0.0
Class BIP addresses range from 128-191. IP format: N.N.H.H Default subnet mask: 255.255.0.0
Class CIP addresses range from 192-223. IP format: N.N.N.H Default subnet mask: 255.255.255.0


Carmen Montanez-Juenke

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities