Part 1 Fundamentals of Ethernet LANs
Part 1 Fundamentals of Ethernet LANs
Chapter 1 :
Ethernet: refers to a family of LAN standards that together define the physical and
data link layers of the
world’s most popular wired LAN technology defined by the Institute of
Electrical and Electronics Engineers (IEEE),
define the cabling, the connectors on the ends of the cables, the
protocol rules, and everything else required to create an Ethernet LAN
The term Ethernet refers to an entire family of standards. Some standards define
the specifics of how to send data
over a particular type of cabling, and at a particular speed.Other standards
define protocols, or rules, that the
Ethernet nodes must follow to be a part of an Ethernet
LAN. All these Ethernet standards come from the IEEE
and include the number 802.3 as the beginning part of the
standard name.
Ethernet includes many standards for
different kinds of optical and copper cabling, and for
speeds from 10 megabits per second (Mbps) up to 100
gigabits per second (Gbps).
SOHO / Small office home office : it s a small eEthernet lan or a wirelsse lan or
both
most SOHO networks today would use a single device, often labeled as a
“wireless router,” that does all these functions
are just aa lan that support very small businesse .soho are considered any
busness that is made up of 1 to 10 peaple
Ethernet it uses the same data link layer standard over all types of Ethernet
physical links. That standard defines a common Ethernet
header and trailer
Cisco
switches have a feature called auto-mdix that
notices when the wrong cable is used and
automatically changes its logic to make the
link work.
-*******************-
***********************************************************************************
*************************************************
Chapter 3. Fundamentals of WANs:
--------------------------------
Leased-Line WANs
Leased-Line Cabling
To create a leased line, Telcos put
their equipment in buildings called central offices (CO).
The telco installs cables from the CO to most every other
building in the city, expecting to sell services to the people
in those buildings one day. The telco would then configure
its switches to use some of the capacity on each cable to
send data in both directions, creating the equivalent of a
crossover cable between the two routers.
we connecte router with csu/dsu by serial link there are manye type of serial
cables
and we conecte the leased line directly woth csu/dcu using RJ48 CONNECTOR
Finally, to make the link work, the router with the DCE
cable installed must do one function normally done by the
CSU/DSU. The CSU/DSU normally provides a function
called clocking, in which it tells the router exactly when
to send each bit through signaling over the serial cable. A
router serial interface can provide clocking,
USING Clock rate commande
HDLC Basics
hdlc header didn t have addresse source just desination address because we donn t
need to know the source and we have point to point networkk so it s loogique the
the source is the other node
hdlc field ethernet equivakent description
flag preamble / sfd bit show mean that the new fram is
coming
addresse destination addd
control no no longer is ised today
type type identifier the type of layer 3
packet encapsulation inside the frame
fcs fcs detection erreur
hdcl Cisco
HDLC exists today as a standard of the International
Organization for Standardization (ISO), the same
organization that brought us the OSI model. However, ISO
standard HDLC does not have a Type field, and routers
need to know the type of packet inside the frame. So,
Cisco routers use a Cisco-proprietary variation of HDLC
These lines
are simple for the customer, are widely available, are of
high quality, and are private. However, they do have some
negatives as well compared to newer WAN technologies,
including a higher cost and typically longer lead times to
get the service installed.
Internet Access
IP packets can flow from every
customer of every ISP to every other customer of every
other ISP.
The TCP/IP network layer (Layer 3) defines how to deliver IP packets from the
original
device that creates the packet to the device that needs to receive the packet
IP routing protocol: A protocol that aids routers by dynamically learning about the
IP
address groups so that a router knows where to route IP packets so that they go to
the right
destination host.
Other utilities: The network layer also relies on other utilities. For TCP/IP,
these utilities
include Domain Name System (DNS), Address Resolution Protocol (ARP), and ping.
1:a.c
2:d
3:baset
df
c
c
c
cd
1 A and C 2 B 3 D
4 D and F 5 A 6 C 7 B and C 8 A and 9 C
IF pc 1 WANT TO SEND a packet to an other hosts did't exist in his subnet it will
send it directly to default getway
using data link layer (layer é° ADDRESSING *using mac addressing *
IP network = IP subnet
Any device that has at least one
interface with an IP address can send and receive IP
packets and is called an IP host
168.1.1.1 is an IP
address written in dotted-decimal
Appendix A,
“Numeric Reference Tables,” to easily convert from DDN
to binary or vice versa.)
Classes A, B, and C define unicast IP addresses,
meaning that the address identifies a single host interface.
Class D defines multicast addresses, used to send one
packet to multiple hosts. Class E originally defined
experimental addresses. (Class E addresses are no longer
defined as experimental, and are simply reserved for
future use.)
IP Subnetting
Like IP addressing, IP subnetting is also one of the most
important topics for the CCENT and CCNA R&S
certifications.
TCP achieves
reliability in both directions, using the Sequence Number
field of one direction combined with the Acknowledgment
field in the opposite direction
if reciver recive the ack before the window is finished . it automaticy send a new
windows .
in oder word ; TCP does not want to make the sending host have to wait
to send data. For instance, if an acknowledgment is
received before the window is exhausted, a new window
begins, and the sender continues sending data until the
current window is exhausted. Often times, in a network
that has few problems, few lost segments, and little
congestion, the TCP windows stay relatively large with
hosts seldom waiting to send.
header udp :
source port + desteniation port
lenght + checksum
TCP/IP Applications:
Uniform Resource Identifiers: URI : many people use the terms web
address or the similar related term Universal Resource
Locator (URL) instead of URI, but URI is indeed the
correct formal term. URL had been more
commonly used than URI for more than a few years.
However, the IETF (the group that defines TCP/IP), along
with the W3C consortium (W3.org, a consortium that
develops web standards) has made a concerted effort to
standardize the use of URI as the general term
the fram content a type field deterime the next header in the case we have type
field = 0x800 so it s ipv4
in the header Network wi have a field ip protocole field .define the tcp our udp
in this case we have 6 for tcp 17 for udp .
after that in transport layer we determine the application by using port number