Chapter 1 - Network Technologies Flashcards
what is OSI?
what are the 7 layers?
1-7
open standards interconnection
application presentation session transport network data physical
what is the job of the physical layer?
1-7
defines electrical, mechanical, and procedural aspects of communication
what is the job of the data link layer?
what about its 2 sublayers?
1-7
defines how we put data on the wire
- 1 - logical link control provides general path to present the communication to the next layer of the model
- 2 - media access control examines the physical address presented to it and addresses packets that it sends
what is the job of the network layer?
what is the primary protocol of the network layer?
1-7
defines the logical addressing of computers and devices on the network
IP - internet protocol
what is the job of the transport layer?
1-8
defines the connection methods for communication between two devices
what is the job of the session layer?
1-8
establishment, maintenance and termination of computer sessions
what are the jobs of the presentation layer?
there are 4 of them
1-8
translation of data sent over the wire
format, encryption, compress (all 3 of these are on the data to be sent)
what is the application layer?
what is this layer’s most common protocol?
1-8
collection of protocols that the user utilizes to begin to put data into the system and eventually onto the wire
HTTP - hypertext transfer protocol
state the 4 layers of the TCP/IP model and pair them against the OSI model
1-8,9
OSI - 7.application, 6.presentation, 5.session, 4.transport, 3.network, 2.data link, 1.physical
TCP/IP - 4.application, 3.transport, 2.internet, 1.network access
what is the job of the network access layer of TCP/IP model?
1-8
defines methods of putting data onto the wire and defines what that wire can be
what is the job of the internet layer of TCP/IP?
1-9
defines the logical communication links between two or more computers
what is the job of the transport layer in TCP/IP? in other words, what are the 2 protocols here?
1-9
TCP - transmission control protocol, guaranteed connection-oriented communication
UDP - user datagram protocol, broadcast best-effort communication
what are the jobs of the application layer of TCP/IP model? there are 3 of them
1-9
defines protocols user is using
translation in the network
connection methods for communication
what is EUI-64 full name?
what is it replacing?
1-11
extended unique identifier - 64
replacing MAC-48 addresses
looking at the OSI model, what are the different packet terms for each layer?
1-12
application - data presentation - data session - data transport - datagram network - packet data link - frame physical - bit
what is a switch?
how does it work?
2 things it is useful for?
1-12
layer 2 network device
learn the MAC address of all devices, connected to it to control traffic flow
- segment the network to decrease traffic
- create VLANs to improve flexibility of network design
what is a router?
what type of addresses does it use?
what type of table does it use?
2 ways the routing table is built
1-13
layer 3 network device, allows us to reach the internet
logical addresses
routing table
- manual entry
- routing protocols
what is a multi-layer switch?
1-13
a switch with layer 2 AND layer 3 capabilities
what’s the difference between active and passive hubs?
1-13
active - plugged into a power source, it can amplify the signal
passive - only provides connectivity
how are bridges similar to switches?
how are they different from switches?
explain the 2 types of bridges
1-15
can learn MAC addresses
much slower
- transparent bridge - connects two dissimilar networks, but is invisible to them, offers no translation
- source routing - performs translation between 2 dissimilar networks
IPv4 is 32 bit with a ____ ____ format.
tell me the 1st octet ranges for classes A,B,C,D
1-16
dotted decimal
A - 1-126 (127)
B - 128-191
C - 192-223
D - 224-239
tell me the private IP address ranges and their default subnet masks.
1-17
A - 10.0.0.0-10.255.255.255 255.0.0.0
B - 172.16.0.0-172.31.255.255 255.255.0.0
C - 192.168.0.0-192.168.255.255 255.255.255.0
starting with decimal format go 0 thru 15, then do it again in binary, then again in hex
1-19,20
write it out!