Бесклассовая адресация

Бесклассовая адресация (англ. Classless Inter-Domain Routing, англ. CIDR) — метод IP-адресации, позволяющий гибко управлять пространством IP-адресов, не используя жёсткие рамки классовой адресации. Использование этого метода позволяет экономно использовать ограниченный ресурс IP-адресов, поскольку возможно применение различных масок подсетей к различным подсетям.

Диапазоны адресов

IP-адрес является массивом бит. Принцип IP-адресации — выделение множества (диапазона, блока, подсети) IP-адресов, в котором некоторые битовые разряды имеют фиксированные значения, а остальные разряды пробегают все возможные значения. Блок адресов задаётся указанием начального адреса и маски подсети. Бесклассовая адресация основывается на переменной длине маски подсети (англ. variable length subnet mask, VLSM), в то время, как в классовой (традиционной) адресации длина маски строго фиксирована 0, 1, 2 или 3 установленными октетами.

Пример подсети 192.0.2.32/27 с применением бесклассовой адресации:

Октеты IP-адреса 192 0 2 32
Биты IP-адреса 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0
Биты маски подсети 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0
Октеты маски подсети 255 255 255 224

В данном примере видно, что в маске подсети 27 бит слева — единицы. В таком случае говорят о длине префикса подсети в 27 бит и указывают через косую черту (знак /) после базового адреса.

Пример записи IP-адреса 172.16.0.1/12 с применением бесклассовой адресации:

Октеты IP-адреса 172 16 0 1
Биты IP-адреса 1 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Биты маски подсети 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Октеты маски подсети 255 240 0 0

Множество всех адресов соответствует нулевой маске подсети и обозначается /0, а конкретный адрес IPv4 — маске подсети с длиной префикса в 32 бита, обозначаемой /32.

Для упрощения таблиц маршрутизации можно объединять блоки адресов, указывая один большой блок вместо ряда мелких. Например, 4 смежные сети класса C (4 × 255 адресов, маска 255.255.255.0 или /24) могут быть объединены, с точки зрения далёких от них маршрутизаторов, в одну сеть /22. И напротив, сети можно разбивать на более мелкие подсети, и так далее.

Стандартом принята маска в виде непрерывной последовательности единиц и непрерывной последовательности нулей. Только для таких масок получающиеся множества IP-адресов будут смежными. Однако, также широко распространены обратные маски (inverse mask, wildcard mask), которые не обязаны содержать подряд идущие единицы или нули. Обратная маска используется для формирования правил ACL.

Возможные маски

IPv4 CIDR
IP/маска Обратная маска Маска Всего адресов Хостовых адресов Аналог
в классовой
адресации
a.b.c.d/32 +0.0.0.0 255.255.255.255 1 (нет) 1/256 C
a.b.c.d/31 +0.0.0.1 255.255.255.254 2 (нет) 1/128 C
a.b.c.d/30 +0.0.0.3 255.255.255.252 4 2 1/64 C
a.b.c.d/29 +0.0.0.7 255.255.255.248 8 6 1/32 C
a.b.c.d/28 +0.0.0.15 255.255.255.240 16 14 1/16 C
a.b.c.d/27 +0.0.0.31 255.255.255.224 32 30 1/8 C
a.b.c.d/26 +0.0.0.63 255.255.255.192 64 62 1/4 C
a.b.c.d/25 +0.0.0.127 255.255.255.128 128 126 1/2 C
a.b.c.0/24 +0.0.0.255 255.255.255.000 256 254 1 C
a.b.c.0/23 +0.0.1.255 255.255.254.000 512 510 2 C
a.b.c.0/22 +0.0.3.255 255.255.252.000 1024 1022 4 C
a.b.c.0/21 +0.0.7.255 255.255.248.000 2048 2046 8 C
a.b.c.0/20 +0.0.15.255 255.255.240.000 4096 4094 16 C
a.b.c.0/19 +0.0.31.255 255.255.224.000 8192 8190 32 C
a.b.c.0/18 +0.0.63.255 255.255.192.000 16 384 16 382 64 C
a.b.c.0/17 +0.0.127.255 255.255.128.000 32 768 32 766 128 C
a.b.0.0/16 +0.0.255.255 255.255.000.000 65 536 65 534 256 C = 1 B
a.b.0.0/15 +0.1.255.255 255.254.000.000 131 072 131 070 2 B
a.b.0.0/14 +0.3.255.255 255.252.000.000 262 144 262 142 4 B
a.b.0.0/13 +0.7.255.255 255.248.000.000 524 288 524 286 8 B
a.b.0.0/12 +0.15.255.255 255.240.000.000 1 048 576 1 048 574 16 B
a.b.0.0/11 +0.31.255.255 255.224.000.000 2 097 152 2 097 150 32 B
a.b.0.0/10 +0.63.255.255 255.192.000.000 4 194 304 4 194 302 64 B
a.b.0.0/9 +0.127.255.255 255.128.000.000 8 388 608 8 388 606 128 B
a.0.0.0/8 +0.255.255.255 255.000.000.000 16 777 216 16 777 214 256 B = 1 A
a.0.0.0/7 +1.255.255.255 254.000.000.000 33 554 432 33 554 430 2 A
a.0.0.0/6 +3.255.255.255 252.000.000.000 67 108 864 67 108 862 4 A
a.0.0.0/5 +7.255.255.255 248.000.000.000 134 217 728 134 217 726 8 A
a.0.0.0/4 +15.255.255.255 240.000.000.000 268 435 456 268 435 454 16 A
a.0.0.0/3 +31.255.255.255 224.000.000.000 536 870 912 536 870 910 32 A
a.0.0.0/2 +63.255.255.255 192.000.000.000 1 073 741 824 1 073 741 822 64 A
a.0.0.0/1 +127.255.255.255 128.000.000.000 2 147 483 648 2 147 483 646 128 A
0.0.0.0/0 +255.255.255.255 000.000.000.000 4 294 967 296 4 294 967 294 256 A

Количество адресов в подсети не равно количеству возможных узлов (хостов). Нулевой адрес IP резервируется для идентификации подсети, последний — в качестве широковещательного адреса, таким образом в реально действующих сетях возможно количество узлов, на два меньшее количества адресов.

См. также

Литература

  • Брайан Хилл. Полный справочник по Cisco = Cisco: The Complete Reference. — М.: «Вильямс», 2007. — С. 1088. — ISBN 0-07-219280-1.
  • Снейдер Йон. Эффективное программирование TCP/IP. Библиотека программиста. — М.: ДМК-Пресс, 2009. — С. 321. — ISBN 978-5-94074-670-6.

Ссылки

Read other articles:

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Agustus 2018. Amanda StottLahir06 Mei 1982 (umur 41)AsalBrandon, Manitoba, KanadaGenreCCM, pop, countryPekerjaanSinger-songwriterTahun aktif2000–sekarangLabelHis Grip, EMI Canada, Warner CanadaSitus webwww.amandastott.com Amanda Stott (lahir 6 Mei 1982) adala...

 

Phrase used to remember the names of planets A representation of the above method with the left hand representing the terrestrial planets and the right hand, with palm turned upward, is representing the gas giants along with TNOsA planetary mnemonic refers to a phrase created to remember the planets and dwarf planets of the Solar System, with the order of words corresponding to increasing sidereal periods of the bodies. One simple visual mnemonic is to hold out both hands side-by-side with th...

 

У Вікіпедії є статті про інші географічні об’єкти з назвою Кегоума. Місто Кегоумаангл. Coahoma Координати 34°21′56″ пн. ш. 90°31′18″ зх. д. / 34.365800000028° пн. ш. 90.52170000002777783° зх. д. / 34.365800000028; -90.52170000002777783Координати: 34°21′56″ пн. ш. 90°31′18″ зх. д....

У Вікіпедії є статті про інших людей із прізвищем Ільяшенко. Ільяшенко Ірина СергіївнаНародилася КиївКраїна  УкраїнаДіяльність спортивна тренерка, художня гімнастка Ірина Сергіївна Ільяшенко — український тренер, суддя міжнародної категорії, майстер спорту м...

 

Novia WidyasariLahirNovia Widyasari Rahayu(1998-11-04)4 November 1998Mojokerto, Jawa Timur, IndonesiaMeninggal2 Desember 2021(2021-12-02) (umur 23)Mojokerto, Jawa Timur, IndonesiaPekerjaanPenulis Novia Widyasari Rahayu (4 November 1998 – 2 Desember 2021)[1] adalah seorang penulis dan mahasiswi berkebangsaan Indonesia. Ia dikenal karena menjadi korban kekerasan seksual yang kemudian mendapat sorotan dari publik setelah kasus bunuh dirinya di makam ayahnya.[2 ...

 

Tool for recording the cross-sectional shape of a surface A contour gauge set to the profile of a small pot A contour gauge A profile gauge or contour gauge is a tool for recording the cross-sectional shape of a surface. Contour gauges consist of a set of steel or plastic pins that are set tightly against one another in a frame which keeps them in the same plane and parallel while allowing them to move independently, perpendicularly to the frame. When pressed against an object, the pins confo...

German philosopher (1931–2012) Train station poster in Frankfurt U-Bahn with Alfred Schmidt. Alfred Schmidt (/ʃmɪt/; German: [ʃmɪt]; born 19 May 1931, Berlin – 28 August 2012, Frankfurt am Main) was a German philosopher.[1] Biography Schmidt studied history and English as well as classical philology at the Goethe University Frankfurt and later philosophy and sociology. He was a student of Theodor W. Adorno and Max Horkheimer and gained his doctorate with his The Concep...

 

Election 1972 United States Senate election in South Carolina ← 1966 November 7, 1972 1978 →   Nominee Strom Thurmond Eugene N. Zeigler Party Republican Democratic Popular vote 415,806 241,056 Percentage 63.29% 36.69% County resultsThurmond:      50–60%      60–70%      70–80%Zeigler:      50–60% U.S. senator before election Strom Thurmond Republican Elec...

 

1942 film by Wallace Fox Bowery at Midnighttheatrical release posterDirected byWallace FoxWritten byGerald SchnitzerProduced bySam KatzmanJack DietzStarringBela LugosiJohn ArcherCinematographyMack StenglerEdited byCarl PiersonMusic byEdward J. KayProductioncompanyBanner ProductionsDistributed byMonogram PicturesRelease date October 1, 1942 (1942-10-01) [1]Running time60 or 63 minutesCountryUnited StatesLanguageEnglish Bowery at Midnight Bowery at Midnight is a 1942 Amer...

Akbar BuchariKetua Umum HIPMIPetahanaMulai menjabat 24 November 2022PresidenJoko WidodoPendahuluMardani H. MamingAnggota DPRD Sumatera Utara Fraksi GolkarMasa jabatan16 September 2019 – 3 Januari 2023 Informasi pribadiLahir25 November 1988 (umur 35)Medan, Sumatera UtaraKebangsaanIndonesiaPartai politik  GolkarSuami/istriAyu SukmayaniAnak3Alma materUniversitas Islam Sumatera UtaraPekerjaanPengusahaSunting kotak info • L • B Akbar Himawan Buchari, S.H...

 

2018 Karaliaus Mindaugo taurėTournament detailsArenaŠvyturys Arena Klaipėda, LithuaniaDates13–18 February 2018Final positionsChampionsŽalgiris (2nd title)Runners-upLietuvos rytasThird placeLietkabelisAwards and statisticsMVPEdgaras Ulanovas← 2017 2019 → The 2018 Karaliaus Mindaugo taurė, also known as SIL – Karaliaus Mindaugo taurė for sponsorship purposes,[1] was the third edition of the Lithuanian King Mindaugas Cup. On 7 December 2017 it was announced that Kla...

 

Zafarullah Khan JamaliPerdana Menteri Pakistan ke-15Masa jabatan23 November 2002 – 26 Juni 2004PresidenPervez MusharrafPendahuluPervez Musharraf (sebagai Ketua Eksekutif)Nawaz Sharif (sebagai Perdana Menteri)PenggantiChaudhry Shujaat HussainKetua Menteri BalochistanMasa jabatan9 November 1996 – 22 Februari 1997PenjabatGubernurImran Ullah KhanPendahuluZulfiqar Ali Khan MagsiPenggantiAkhtar MengalMasa jabatan23 Juni 1988 – 24 Desember 1988GubernurMuhammad MusaPe...

Japanese manga series and its franchise Hell's Paradise: JigokurakuFirst tankōbon volume cover, featuring Gabimaru地獄楽(Jigokuraku)GenreAction[1]Dark fantasy[2]Psychological thriller[1][3] MangaWritten byYuji KakuPublished byShueishaEnglish publisherNA: Viz MediaImprintJump Comics+MagazineShōnen Jump+DemographicShōnenOriginal runJanuary 22, 2018 – January 25, 2021Volumes13 Anime television seriesDirected byKaori MakitaProduced b...

 

2021 German filmThe Four of UsGermanDu Sie Er & Wir Directed byFlorian GottschickWritten by Florian von Bornstädt Florian Gottschick Produced by Seth Hollinderbäumer Sven Sund Starring Louis Nitsche Jonas Nay Paula Kalenberg Nilam Farooq Tim Oliver Schultz Janina Elkin Cinematography Lukas Steinbach Christof Wahl Edited byChristoph DechantMusic by Jonas Nay David Grabowski ProductioncompanyRed Pony Pictures powered by Saxonia Media FilmproduktionDistributed byNetflixRelease date 15 ...

 

1995 studio album by John Zorn & Yamantaka EyeNani NaniStudio album by John Zorn & Yamantaka EyeReleasedOctober 1995RecordedApril 17–18, 1995GenreAvant-gardeLength41:38LabelTzadik TZ 7206ProducerJohn ZornJohn Zorn chronology Redbird(1995) Nani Nani(1995) The Book of Heads(1995) John Zorn and Yamataka Eye chronology Nani Nani(1995) Zohar(1995) Nani Nani is an album of improvised music by American composer and saxophonist/multi-instrumentalist John Zorn (as Dekoboko Hajime) an...

Monumental sculpture in France This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Lion of Belfort – news · newspapers · books · scholar · JSTOR (July 2014) (Learn how and when to remove this template message) Lion of BelfortThe face of the red sandstone lionArtistFrédéric Auguste BartholdiCompletion date1880T...

 

School in the United StatesArchbishop Weber High SchoolWeber High School Mascot (1890–1999)Location5252 West Palmer, Chicago IllinoisUnited StatesCoordinates41°55′15″N 87°45′28″W / 41.9208°N 87.7579°W / 41.9208; -87.7579InformationFormer nameSt. Stanislaus College to 1930Religious affiliation(s)Roman CatholicPatron saint(s)Józef WeberEstablished1890 (1890)FounderCongregation of the ResurrectionStatusClosedClosedJune 1999 (1999-06)GradesFre...

 

1983 American filmThe BeingTheatrical release posterDirected byJackie KongWritten byJackie KongProduced byBill OscoStarringMartin LandauJosé FerrerDorothy MaloneRuth BuzziMarianne GordonBill OscoCinematographyHanania BaerRobert EbingerEdited byDavid H. NewhouseMusic byDon PrestonProductioncompanyCybelle Productions[1]Distributed byBest Film & Video Corp.New World PicturesAquarius FilmsCrest Films[1]Release date November 4, 1983 (1983-11-04)[1] Runni...

Lego theme Nexo KnightsThe Lego Nexo Knights logo.Also known asLEGO Nexo KnightsGenreScience FantasyActionAdventureScience fiction comedyDeveloped byTommy AndreasenAlexandre BoudonSamuel Thomas JohnsonMartin DalsgarrdHeidi Rathschau NiesenWritten byMark HoffmeierErnie AltbackerJohn DerevlanyDavid McDermottAndrew RobinsonJack ThomasFM De MarcoDirected byDave OsborneJerry ForderJean Paul VermeulenDipan GajjarAlan SimpsonStu GambleVoices ofMichael AdamthwaiteGarry ChalkMichael DaingerfieldBrian ...

 

الأخلاقيات النسوية هي منهج أخلاقي يبنى على الاعتقاد أن نظرية الأخلاق التقليدية مقومة بأقل من قيمتها و/أو غير مقدره لتجربة المرأة الأخلاقية وبالتالي فإنه يختار إعادة تصور الأخلاق من خلال منهج نسوي كامل لتحويلة.[1] وبعبارة أخرى، هي محاولة تنقيح الأخلاقيات التقليدية وإع...

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!