Network Fundamentals Flashcards
What are the 5 Layers of the TCP/IP Model
- Physical
- Datalink
- Network
- Transport
- Application
What is the IEEE Standards for 10Mbps
IEEE Standard Name: 802.3 with a maximum of 100 meter on copper wires
This this informally known as 10BASE-T
What is the IEEE Standards for 100Mbps
IEEE Standard Name: 802.3u with a maximum of 100 meter on copper wires
This this informally known as 100BASE-T
What is the IEEE Standard for 1000Mbps using copper as the medium
IEEE Standard Name: 802.3ab with a maximum of 100 meter on copper wires
This this informally known as 100BASE-T
What is the IEEE Standard for 1000Mbps using Fibre as the medium
IEEE Standard Name: 802.3z with a maximum of 5000 meter on optic fibre cables
This this informally known as 100BASE-LX
What is the IEEE Standard for 10Gbps
IEEE Standard Name: 802.3an with a maximum of 100 meter on copper wires
This this informally known as 10GBASE-T
The MAC Address if _ bytes long & __ bit long.
The MAC Address are generally listed as __ hexadecimal numbers
The MAC is 6 Bytes Long, which equals 48 bits.
Unicast is….
A formal method of referring addresses representing an interface on an ethernet LAN
Multicast address’s are…
A collection of devices in a network that can read multiple cast data packets
Multicast data packets are….
Packets that can be sent by a single host and received by many host
What is FCS and how does it work?
FCS = Frame Check Sequence
It works by applying a math formular before sending the frame to the destination. Placing it’s results on the datalink trailer frame. The Destination uses the same formular to confirm that it is a match.
What is HDLC?
High Level Data Link Control
What HDLC fields are inside a packet
- Flag
- Address
- Control
- Type
- FCS
What is the Layer 3 Routing Process
- Frame arrives into R1 and a FCS check is completed
- Assuming the frame is not discarded, Discard the old datalink header & trailer, leaving the ip packet
- Compare dest IP address to the routing table and choose the best route, matching the dst address. The route will identify the outgoing interface (Host of Next Hop)
- Encapsulate the IP packet inside datalink header & trailer. Forward the frame
What is the first stage of routing using L2 & L3.
- PC sends packet to the default-gateway.
- L3 builds the IP packet with the dst address
- Checks if the dst ip address is in the same subnet.
- IP packet is placed into eth datalink frame with a dst address of R1 eth address