Networking Fundamentals Flashcards
What are the five layers of TCP/IP?
Application, Transfer, Network, (Link)Datalink, and (Link)Physical
What is the fifth layer of TCP/IP and what does it do?
Application layer: provides an interface between software running on a computer and the network itself. ie Web browsers (HTTP).
What is the fourth layer of TCP/IP and what does it do?
Transfer layer: Provide services to the application layer protocols that reside one layer higher in the TCP/IP Model. ie. error recovery. Common used transport layer protocols are TCP and UDP.
What is Same-Layer Interaction on differen computers
Two or more computers communicate with same layer using a protocol.
What is Adjacent-layer interaction n the same computer
On a single computer, one layer provides a service to a higher layer.
What is the third layer of TCP/IP and what does it do?
TCP/IP Network Layer: Provides a service of forwarding IP packets from one device to another. provides mostly addressing a routing. It usually uses the Internet Protocol(IP). Compare it to the postal office.
What does IP Router do?
Networking devices that connect the parts of the TCP/IP network together for the purpose of routing(forwarding) IP packets to the correct destination. Compare it to the post office. It decide which rout to forward the packet based on IP address. It is called IP routing.
What is the first and second layer of TCP/IP Model?
(Link) Datalink and Physical: It refers to Ethernet. It defines the protocol and physical required to deliver data across some physical network. It entails encapsulate-transmit data from the sending device and receive-Deencapsulate on the destination device.
During Encapsulation of data (Link layer) what happened to the IP packet?
Ethernet Header is added at the beginning of the packet and Ethernet Trailer is added at the end of the packet.
What are the 7 layers of OSI?
Application, Presentation, Sessions, Transport, Network, Data Link, Physical.
In TCP/IP Messages, the header (and possibly trailer) combined with their encapsulated data is refer different term respectively in different layers: TCP(Tranport Layer) as to _______, IP(Network Layer)as to ______, and LH and LT(Data Link: Link Header and Link Trailer as to ______.
Segment, packet, frame.
The OSI uses a generic term ______ to refer to layers’ encapsulated data.
Protocol data unit (PDU) ie if it is layer 3 PDU, it writes: L3PDU
Ethernet defines ______ LAN technology.
wired
A wireless LAN uses a _________ to communicate with the Ethernet switch by sending and receiving data.
Access Point (AP)
Give the Informal and formal IEEE name, Cable type and Maximum length of the following cable: 10 Mbps Ethernet cable: 100 Mbps Fast Ethernet cable: 1000 Mbps Gig Ethernet(fiber): 1000 Mbps Gig Ethernet(copper) 10 Gbps: 10 Gig Ethernet
10Base-T; 802.3; copper, 100m 100Base-T; 802.3u; copper, 100m 1000Base-LX; 802.3z; fiber, 5000m 1000Base-T; 802.3ab; copper, 100m 10Gbase-T; 802.3 an; copper, 100m
UPT (Unshielded-Twisted Pair) Cable connects to nodes with _______ ports with a _______ connector. This creates a ________.
RJ-45; RJ-45; physical link.
What is the RJ-11 connector and how is it differ from the RJ-45 connector?
RJ-11 are used as telephone ports and RJ-45 is wider and used for Ethernet cabling.
Other than speed, how is 10 Mbps and 100 Mbps differ from 1000 Mbps UTP cable?
1000 Mbps UTP cable has 4 pairs of twisted wires.
What does the “T” stands for in the informal IEEE naming convention?
Straight-Through cable pinout. That is, pin 1 to pin 1, pin 2 to pin 2, 3 to 3 and 6 to 6. Usually used for connecting nodes that use opposite pairs for transmitting data. .
When do you use Crossover cable and when do you use Straight-through cable?
Use Cross-over cable if the endpoints transmit on the same pin pair.
Use Straight-Through cable if the endpoints transmit on different pin pairs
Which devices usually transmit on pins 1,2?
PC NICs, Routers, Wireless Access Point (Ethernet Interface)
Which devices usually transmit on pins 3,6?
Switches and Hubs
What does a Ethernet Frame in Data Link Protocol consist?
Header, Data (IP packet) and Trailer.
What is Ethernet Addressing?
The sending node puts its own address in the source address field and the destination device’s address in the destination address field; transmit the frame and expecting it to reach the destination device. Part of the header of data link layer.